@charset "utf-8";

/*-----------------------------------------------------

 reset and base css
 
 Last Update 2009-01-00
 
-----------------------------------------------------*/

/* ------------------------------------------------------
base setting
------------------------------------------------------ */

body {
	margin:0;
	border:0;
	padding:0;
	font-size:100%;
	color: #000; /*base font color*/
	/*background-color: #F0F5CD;*/
}

div,p,form,dl,dt,dd,ul,ol,li,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;}

ul li,ol li { list-style-type: none; }

/* ------------------------------------------------------
font size
------------------------------------------------------ */

body {
	font-size: 12px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height:1.5;
}

/*ie7*/
*:first-child+html body {
	font-size:75%;
}
	
/*ie5-6*/
* html body {
	font-size:75%;
}

/* ------------------------------------------------------
link 
------------------------------------------------------ */


/*a {
	color: #666666;
	text-decolation: under-line;
}

a:visited {
	color: #81A824;
}
a:hover {

	color: #81A824;
	text-decoration: none;
}*/



/* ------------------------------------------------------
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;
}

