@charset "shift-jis";
/* ----------------------------------------------
	This style is for index.html
------------------------------------------------- */

/*                                        wrapper
------------------------------------------------- */
#wrapper {
	width:884px;
	margin:0 auto;
	text-align: center;
	padding: 0px;
	background-image: url(../img/bg_middle.gif);
	background-repeat: repeat-y;
}

/*                                         header
------------------------------------------------- */
#header {
	clear:both;
	margin: 0px;
	height: 65px;
}
#header p {
	padding:25px 0 10px 40px;
	margin:0;
	text-align:left;
}

/*                                      contents
------------------------------------------------- */
#contents {
	width:884px;
	clear:both;
	text-align: center;
	margin: 0px;
}
h1 {
	margin:10px auto 20px auto;
}
.counsel{
	margin:15px 40px 10px 0;
	text-align:right;
}

/*                                         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;
}