
@import "common_base.css";
@import "common_fonts.css";
@import "common_layout.css";


/* ------------------------------------------------------------
	/index.html
------------------------------------------------------------ */


body#toppage {
	background: url(../img/common/body_bg_toppage.png) repeat-x 0px 113px;
}



body#toppage div#head {
	margin-bottom: 0;
}

body#toppage div#primary {
	width: 640px;
	float: left;
	margin-left: 20px;
	display: inline;
	margin-bottom: 0;
}

body#toppage div#secondary {
	width: 200px;
	float: right;
	display: inline;
	background-color: #f5f5f5;
	padding-bottom: 20px;
	margin-top: 20px;
}

body#toppage div#secondary p {
	width: 160px;
	margin-left: 20px;
	font-size: 93%;
	line-height: 1.5;
	padding:10px 0;
}

body#toppage div#secondary ul li {
	width: 160px;
	margin-top: 14px;
	margin-left: 20px;
	font-size: 93%;
	line-height: 1.5;
}

body#toppage div#secondary dl{
	margin: 10px 20px 0;
}

body#toppage div#secondary dt{
	font-weight:bold;
	margin-bottom:5px;
}

body#toppage div#secondary dd{
	margin-bottom:15px;
}



body#toppage div#areaTopImage {
	width: 100%;
	height: 217px;
	margin-top: 20px;
	position: relative;
}

body#toppage div#areaTopImage img {
	position: absolute;
	width: 846px;
	height: 186px;
	left: 17px;
	top: 14px;
}

body#toppage p.introduction {
	width: 840px;
	font-size: 93%;
	margin-top: 20px;
	margin-left: 20px;
}

body#toppage h2 {
	margin-right: 0;
	margin-left: 0;
}

body#toppage div#areaInformation {
	
}

body#toppage div#areaInformation dl dt {
	font-size: 123.1%;
	font-weight: bold;
	border: 1px solid #cccccc;
	border-bottom: none;
	padding: 7px 10px;
	margin-top: 10px;
	color: #000000;
}

body#toppage div#areaInformation dl dd {
	font-size: 108%;
	line-height: 1.5;
	border: 1px solid #cccccc;
	border-top: none;
	padding: 8px 10px;
	background-image: url(../img/common/toppage_info_bg.png);
	background-repeat: repeat;
}

body#toppage div#areaInformation dl dd dt{
	border:none;
	list-style-type: none;
	background-image: url(../img/common/th_marker.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 1em;
	font-weight:bold;
	font-size:100%;
	margin:0;
	color:#5B684D;
	line-height:1.2;
}

body#toppage div#areaInformation dl dd dd{
	border:none;
	border-bottom:1px dotted #D7D7D7;
	padding-bottom:8px;
	margin-bottom:8px;
	font-size:95%;
}




body#toppage div#areaInformation dl dd h5 {
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 8px;
	margin-top: 12px;
	color: #333333;
	background:url(../img/common/h5_icon.gif) no-repeat 0 0.4em;
	padding-left:10px;
	font-size:115%;
}


body#toppage div#areaInformation dl dd hr {
	margin-top: 6px;
	margin-bottom: 6px;
}


body#toppage div#areaInformation dl dd span{
	color:#C00;
}

body#toppage div#areaInformation dl dd li{
	border:none;
	list-style-type: none;
	background-image: url(../img/common/th_marker.png);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding: 0 0 10px 1em;
	margin:0;
	color:#5B684D;
	line-height:1.2;
}

body#toppage div#areaInformation p{
	margin-bottom:10px;
}

body#toppage div#areaInformation strong{
	color:#C00;
}
