@charset "shift-jis";
/* ----------------------------------------------
	This style is for index.html
------------------------------------------------- */

/*                                        wrapper
------------------------------------------------- */
#wrapper {
	width:884px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding: 0px;
}

/*                                         header
------------------------------------------------- */
#header {
	width:884px;
	clear:both;
	background-image: url(../img/bg_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: left bottom;
	height: 50px;
}

#header h1 {
	padding:0px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 26px;
}

#header h2 {
	margin:49px auto 0px auto;
	padding:0px;
	float:right;
}

/*                                         contents
------------------------------------------------- */
#contents {
	width:884px;
	clear:both;
	background-image: url(../img/bg_middle.gif);
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px;
}

/*                                      contents
------------------------------------------------- */
#mainArea {
	margin:0;
	padding:10px 0;
}
#topicBox{
	margin:0 auto;
	padding:0;
	background-image: url(../../img/topics_bg_mid.gif);
	background-repeat: repeat-y;
	width: 805px;
}
#topicBox p{
	display:block;
	*margin-top:-9px;
	padding:0;
}
#topics{
}
#topics dl{
	text-align:left;
	margin:0 0 0 10px;
	padding:0;
}
#topics dl img{
	margin:5px 0;
}
#topics dt{
	margin:0;
	padding:0 0 0 6px;
	font-size:77%;
	border-left:3px solid #422D13;
	line-height:180%;
}
#topics dt span{
	margin-right:10px;
}
#counsel{
	text-align:right;
	float:right;
	width:391px;
	height:79px;
	margin:5px 10px;
	*margin:5px 10px 0 10px;
	display:inline;
	padding:0;
}
/*                                         footer
------------------------------------------------- */
#footer {
	width:884px;
	clear:both;
	background-image: url(../img/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 86px;
	margin: 0px auto;
}
.topicsTable {
	padding: 5px;
}
