@charset "utf-8";

/*-----------------------------------------------------

 reset and base css
 
 Last Update 2009-01-00
 
-----------------------------------------------------*/

/* ------------------------------------------------------
base setting
------------------------------------------------------ */

body {
	margin:0;
	border:0;
	padding:0;
	font-size:100%;
	background:#FFFFFF;
}
a {
	color:#333;
	text-decoration:none;
}
a:visited {
/*	color: #CCC;*/
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: underline;
}
div,p,dl,dt,dd,ul,ol,li,form,h1,h2,h3,h4,h5,h6,address {
margin:0;
border:0;
padding:0;
font-style:normal;
font-weight:normal;
font-size:100%;
}


img {border: none; display:block;}


ul li,ol li { list-style-type: none; }

/* ------------------------------------------------------
font size
------------------------------------------------------ */

body {
	font-size: 13px;
	font-family:'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height:1.5em;
}

/*ie7*/
*:first-child+html body {
	font-size:75%;
}
	
/*ie5-6*/
* html body {
	font-size:75%;
}

/* ------------------------------------------------------
clearfix 
------------------------------------------------------ */
.clearfix {
zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
content:".";
display: block;
height:0px;
clear:both;
line-height:0;
visibility:hidden;
}
.clearBox {
	font-size: 0.1px;
	line-height: 1%;
	clear: both;
	height: 0px;
	width: 0px;
}
