

/* ----------------------------------------------------------------------
	init
---------------------------------------------------------------------- */
html{
	width: 100%;
	
}

*{
	margin: 0;
	padding: 0;
}

body{
    margin:0 auto;
    padding: 0;
    text-align:center;
	background: #25251D;
	
}

img{
	border: 0;
}

hr{
	display: none;
}

/* ----------------------------------------------------------------------
	link
---------------------------------------------------------------------- */
a{text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover{color:#644829; text-decoration: underline; font-weight:bold;}

#nav a{color:#EAEAEA; font-size: 10px; text-decoration: none;}
#nav a:visited{color:#EAEAEA; font-size: 10px; text-decoration: none;}
#nav a:hover{color:#EAEAEA; font-size: 10px; text-decoration: underline;}

#foot a{font-size: 10px; text-decoration: none;}
#foot a:visited{font-size: 10px; text-decoration: none;}
#foot a:hover{font-size: 10px; text-decoration: underline;}

#foot .detail a{text-decoration: none;}
#foot .detail a:visited{text-decoration: underline;}
#foot .detail a:hover{text-decoration: underline; font-weight:bold;}



/* ----------------------------------------------------------------------
	text
---------------------------------------------------------------------- */
*{
	font-size: 12px;
	font-family:Verdana, "ƒqƒ‰ƒMƒmŠpƒS Pro W3","‚l‚r ‚oƒSƒVƒbƒN", Osaka,;
	color:#444;
}

body{
	line-height: 1.4;
}

h3{
	font-size: 1.2em;
	line-height: 1.33;
	font-weight: bold;}
h3 a{
	font-size: 100%;
}

h4{
	font-size: 1.2em;
	line-height: 1.33;
	font-weight: bold;}
h4 a{
	font-size: 100%;
}

h5{
	font-size: 1.2em;
	line-height: 1.33;
	font-weight: bold;}
h5 a{
	font-size: 100%;
}



ol{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

strong, strong a {
	font-weight: bold;
}

em, em a {
	font-weight: bold;
	font-style: normal;
}

abbr{
	border-bottom-width: 0;
}

