@charset "Shift_JIS";

/* ---------------------------------------------
 top
--------------------------------------------- */

#top #wrapper {
	padding-top:20px;
	background:none;
	border:none;
}

#top #primary { width:670px; }

#top #secondary {
	width:217px;
	padding-bottom:0;
}

#top #logo { border:none; }

#top #logo p {
	margin:0;
	padding:0 0 10px 5px;
}

#top #flash_contents {
	margin-bottom:14px;
	background-color:#FFF;
	border-top:5px solid #000000;
}

#top #flash_contents .inner {
	padding:9px;
	border:1px solid #C1C1C1;
	font-size:0;
	line-height:0;
}

#top #main_navi { margin-bottom:3px; }

#top #main_navi ul { margin-right:-2px; }

#top #main_navi li {
	float:left;
	display:inline;
	margin-right:2px;
}

#top #information {
	background:#FFF url(../img/information_bar.gif) repeat-x;
	border:1px solid #C1C1C1;
}

#top #information .inner {
	padding:20px 15px 5px;
	border:1px solid #FFF;
}

#top #information .ttl { margin-bottom:25px; }

#top #information dl {
	margin-bottom:10px;
	padding-bottom:7px;
	border-bottom:1px dotted #ACACAC;
}

#top #information dt {
	float:left;
	width:85px;
}

#top #information dd {
	float:right;
	width:545px;
}

#top #html_contents {
	margin-bottom:14px;
	padding:5px;
	background:url(../img/html_contents_bg.gif) repeat;
	border-top:5px solid #000000;
}

#top #html_contents .inner {
	padding:10px;
	background-color:#FFF;
	line-height:1.3;
	min-height:293px;
	height: auto !important;
	height: 293px;
}

#top #html_contents .inner .img {
	margin-bottom:10px;
	text-align:center;
}

#top #html_contents .inner dt {
	color:#3979CA;
	font-weight:bold;
}

#top #html_contents .inner dd { margin-bottom:10px; }

#top #html_contents .inner .btn { text-align:right; }

#top #navi li { border-top:1px solid #CCCCCC; }

#top #navi a {
	display:block;
	width:218px;
	height:27px;
	border-top:1px solid #FFF;
}

#top #navi a:hover { background-color:#FAFAFA; }

#top #sub_navi {
	margin:0 auto;
	border-top:1px solid #CCCCCC;
}

#top #sub_navi ul {
	padding-top:6px;
	border-top:1px solid #FFF;
}

#top #sub_navi ul li {
	width:217px;
	height:83px;
}

/* clearfix
--------------------------------------------- */
#top #main_navi ul:after,
#top #information dl:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#top #main_navi ul,
#top #information dl { zoom:1; }

