@charset "utf-8"; 

html {
	background: #FFFFFF;
	color: #4C4C4C;
	overflow-y: scroll;
}

div, dl, dt, dd, h1, h2, h3, h4, h5, h6, ol, ul, li, form, fieldset, input, textarea, span, p, th, td {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	text-align: left;
	font: normal 12px/1.7 "MS Pゴシック", "MS UI Gothic", "Osaka", "ヒラギノ角ゴ Pro W3";
}

h1, h2, h3, h4, h5, h6 {
	font: normal 11px/1.5 "MS Pゴシック", "MS UI Gothic", "Osaka", "ヒラギノ角ゴ Pro W3";
	color: #4C4C4C;
	letter-spacing: 0;
}

ul, ol, dl {
	list-style-type: none;
}

a {
	text-decoration: underline;
	cursor: pointer;
	outline: none;
	/*\*/
	overflow: hidden;
	/**/
}



a:link , a:visited {
	color: #483324;
	text-decoration:none;
	}
a:hover , a:active {
	text-decoration:underline;
	color: #483324;
	}
a img, img {
	border: 0;
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
	border-spacing:0;
}

td, th {
	font-weight: normal;
	vertical-align: top;
}

em {
	font-style: normal;
	font-weight: normal;
}


/*/////
clearfix
*/

/* for modern browser */
.clear {display: inline-block;}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;/*フッター対策*/
}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */


#container {
	margin: 0 auto;
	padding: 0 16px;
	width: 1011px;
	background: url(img/zero/bg_main.gif) no-repeat 0 0;
}


#container h1 {
	padding: 6px 0 1px 25px;
	font-size: 12px;
	background: url(img/zero/top_bnr.gif) no-repeat 0 0;
}
*html #container h1 {
	padding: 5px 0 2px 25px;
}

*html #gnavi {
	height: 25px;
}


*:first-child+html #gnavi {
	height: 25px;
}

#gnavi {
	margin-bottom: 57px;
	padding-left: 25px;
	background: url(img/zero/top_link.gif) no-repeat 0 0;
	font-weight: bold;
}

#gnavi li {
	margin: 0 28px 5px 0;
	float: left;
}

#navi01 {
	margin-left: 266px;
	clear: left;
}

#navi01 li {
	margin-right: 5px;
	float: left;
}

#navi02 {
	margin: 11px 0 0 371px;
	clear: left;
}

#navi02 li {
	float: left;
}

#main {
	clear: left;
}


#flash {
	margin: 40px 0 0 30px;
	float: left;
	display: inline;
}

#main dl {
	margin: 20px 0px 0px 45px;
	float: left;
	width: 380px;
}

#main dt {
	margin: 0px 0px 2px 0px;
	float: left;
	width: 380px;
}


#main dd {
	line-height : 20px;
	margin: 0px 0px 0px 23px;
	font-size: 12px;
	font-weight:900;
	width: 380px;
}

#under {
	height: 199px;
	margin: 0px 0 0 27px;
	clear: left;
}

#under li {
	margin-right: 5px;
	float: left;
}



#foot {
	padding-bottom: 3px;
	text-align: center;
	font-weight: bold;
	font-family: verdana, Helvetica;
	font-size: 13px;
	color: #000;
}







