@charset "utf-8";

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

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

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

body {
	margin:0;
	border:0;
	padding:0;
	color: #3D3D3D; /*base font color*/
}

div,p,form,input,select,option,dl,dt,dd,ul,li,h1,h2,h3,h4,address {
margin:0;
border:0;
padding:0;
font-style:normal;
font-weight:normal;
}

img {border: none;}
a {
	color: #503E14;
	text-decoration: none;
}
a:visited {
	color: #444444;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

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

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

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

/*ie7*/
*:first-child+html body {
}
	
/*ie5-6*/
* html body {
}

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