@charset "utf-8";

/* RESET
----------------------------------------------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, address, em, img, strong, dl, dt, dd, ol, ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/*--- リンクの下線を消す ---*/
a {
	text-decoration: none;	
	}


/*-- body { line-height: 1; } --*/

img {
	border: 0;
	vertical-align: bottom;
}

/*-- リストマーカーの削除 --*/

ul li{
	list-style-type: none;
}

/*-- clearfix --*/
#container,
#header,
#contents,
#left-col,
#right-col,
#banner,
#footeri{
	overflow: hidden;
	_height: 1%;
}

/*-- フォントサイズの調整 --*/

body{
	text-align:left;
	line-height:1.5em;
	font-family: sans-serif;
	font-size:87%;
}

