@charset "shift-jis";
@import "base.css";
@import "layout.css";

/* -----------------------------
		　トップコンテンツ
----------------------------- */

body {
	margin: 0px auto;
	background:#ffffff url(../img/bg_top2.jpg) repeat-x top;
	padding: 0px;
	text-align: center;
	color: #666;
	font-size:76%;
	line-height:1.4;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h2 {
margin:0 auto 0 auto;
}

#title {
	position:relative;
	margin:0 auto 33px auto;
	padding-top:22px;
	width: 920px;
	text-align:left;
	clear:both;
}

.pan {
	position:absolute;
	top:58px;
	left:16px;
	font-size:11px;
}

.pan a {
	color:#559AC5;
	text-decoration:none;
}

#contents {
	width: 920px;
	margin: 0px auto 60px auto;
	padding-top: 30px;
	clear:both;
}

#contents h3 {
	width:920px;
	height:40px;
	color:#559AC5;
	font-size:14px;
	background: url(../img/bg_ttl.jpg) no-repeat left top;
	text-align:left;
	padding-top:10px;
	padding-left:15px;
	margin-bottom:3px;
	_margin-bottom:10px;
	clear:both;
}

#contents p {
	margin-top:7px;
	margin-bottom:30px;
	float:left;
	text-align:left;
	line-height:180%;
	width:100%;
}

#contents p a {
	color:#559AC5;
}


dl{
	float:left;
	width:910px;
	margin:3px auto 7px auto;
}

dt{
	float:left;
	width:22px;
	text-align:left;
	color:#686868;
	line-height:180%;
	font-weight:bold;
}

dd{
	float:left;
	width:888px;
	text-align:left;
	line-height:180%;
}

td {
	text-align:left;
	line-height:160%;
	font-size:12px;
}
