/* common tag   ===================================================== */
html,body,
div,span,
ul,li,
h1,h2,h3,h4,h5,h6,
p,a,img{
	margin:0;
	padding:0;
	border:0; 
	line-height:1em;
	
	font-size:small;
	font-weight:normal;
	font-style:normal;
}


* html div,* html ul,* html dl{
	/*\*/height:1%;/*for WinIE*/
}

html,body {
	background:url(all-tag/body-bg.gif) repeat-x top center #2d1800;

	font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯", MS PGothic,  Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", sans-serif;
	color: #37220a;
}

ul,li{
	list-style:none;
}
a,a:link,a:visited {
	color: #e60;
	text-decoration:underline;
}
a:hover,a:active {
	color: #fc0;
	text-decoration:underline;
}

em{
	font-weight:bold;
}

br{
	line-height:1em;
}

strong{
	font-style:normal;
	font-weight:bold;
}

em{
	font-style:normal;
	font-weight:normal;
	color:#f00;
}


/* css hack	 ================================================================ */
/* for mac ie 5 */
/*\*//*/
hr{
	display:inline-table;
	clear:both;
	visibility:hidden;
}
/**/

