@charset 'UTF-8';

/* Style Index ========================

	01: reset

==================================== */



/*
01. reset
-------------------------------------*/
html {
	overflow-y:scroll;
}

body {
	margin:0;
	padding:0;
	font-size:10px !important; /* for MODERN blowser */
	font-size:62.5%; /* for WIN IE 5.5 6.0*/
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background-color:#FFFFF7;
	/*background-image:url(../images/bg_001.gif);
	background-repeat:repeat-y;		
	background-position:center top;	*/
	text-align:center;
}

*:first-child+html body {
	font-size:62.5% !important; /* for WIN IE 7*/
}

p, h1, h2, h3, h4, h5, h6, li, dt, dd  {
	margin:0; 
	padding:0; 
	font-size:1.2em; 
	color:#55260F; 
	font-style:normal;
	line-height:1.3;
}
		
ul, ol, dl, table, form {
	margin:0; 
	padding:0;
}

input, select {
	margin:0;
	padding:0; 
	color:#55260F;
}

img, object {
	border:none; 
	vertical-align:top;
	outline:none;
}

ul, ol {
	list-style:none;
}

br {
	letter-spacing:0;
}

a {
	color:#55260F;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}	



