@charset "utf-8";
/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}
/* IE6以下でpadding指定 */
*+html body {
padding-left: 1px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Verdana", "Geneva", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	background-repeat: repeat-y;
	background-position: center;
	line-height: 1.3em;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../img/back.gif);
	padding: 0px;
}
#bx {
	height: 450px;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
}
dt {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
}
dl {
	margin: 0px;
}
dl img {
	float: right;
	padding-left: 10px;
}



h1 {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666666;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	background-image: url(../img/back_h2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
}
h3 {
	color: #003399;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;

}
#header {
	height: 50px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	
}
#header_m {
	padding: 0px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 38px;
	background-color: #CCC;
	border: 1px solid #eeeeee;
}
#headinfo {
	font-size: 11px;
	width: 350px;
	float: right;
	text-align: right;
	padding-right: 5px;
	margin-top: 5px;
}
#headinfo em {
	background-image: url(../img/topsite.gif);
	background-repeat: no-repeat;
	display: block;
	line-height: 11px;
	text-align: right;
	font-style: normal;
	background-position: 20px;
}
#headinfo strong {
	text-align: right;
	font-style: normal;
	padding-right: 5px;
	font-weight: lighter;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	text-align: left;
	height: 18px;
	line-height: 18px;
	background-image: url(../img/back_side.gif);
	background-repeat: no-repeat;
	background-position: 18px;
	list-style-type: none;
	padding-left: 35px;
}
ul {
	margin: 0px;
	padding: 0px;
}


#main {
	width: 840px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 770px;
	
}
#footer {
	color: #fff;
	clear: both;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../img/back_ft.gif);
}
#footer_in {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
}
#footer_t01 {
	float: left;
	text-align: center;
	padding-left: 20px;
	width: 250px;
}

#footer_t02 {
	text-align: center;
	float: left;
	padding-left: 20px;
	width: 250px;
}
#footer_t03 {
	float: left;
	text-align: center;
	padding-left: 20px;
	width: 250px;
}
