@charset "UTF-8";


/* 全体背景とサイズ
---------------------------------------------*/
#wrapper {
	width: 786px;
	margin: 40px auto;
	padding-top: 7px;
	background: #FFFFFF url(../images/wrapper_bg.gif) right bottom no-repeat;
}

/* ロゴ部分（ロゴと背景画像が入る）
---------------------------------------------*/
h1#logo {
	height: 176px;
	margin: 0 7px 30px 7px;
	background: url(../images/h1.jpg) no-repeat;
}
h1#logo img {
	position: relative;
	left: 50px;
	top: 30px;
}

/* メインコンテンツとメニューバーの設定
---------------------------------------------*/
.section {
	float: left;
	display: inline; /* for WinIE6 */
	width: 222px;
	margin: 0 0 30px 30px;
}

.section p {
	margin-bottom: 10px;
}
.section dd {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ECECEC;
	text-indent: 1em;
}
.section dt {
	margin-bottom: 10px;
	text-indent: 2em;
}


/* メインメニュー見出しの設定
---------------------------------------------*/
.section h2 {
	text-align: center;
	margin-bottom: 0.5em;
  	padding: 5px 10px 5px 0;
  	border-style:double;
  	border-top: none;
  	border-right: none;
  	border-left: none;
  	border-color: #800000;
  	font-size: 150%;
  	color: #800000;
}

/* バナースペースの設定
---------------------------------------------*/
#bannarSpace {
	clear: both;
	padding-left: 10px;
padding-top: 5px;
	font-size: 90%;
	line-height: 1.2;
border-top: 1px solid #E5E5E5;
}
#bannarSpace li {
	float: left;
	margin-right: 10px;
	padding: 8px 0;
}
#bannarSpace li a {
	display: block;
	text-decoration: none;
}

