@charset "Shift_JIS";					/*使用する文字コード*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	line-break:strict;
	font-size: 12px;
	color: #333333;
	background-image: url(../image/back.gif);
}
#wrap {
	background-color: #FFFFFF;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
	width: 758px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	text-align: left;
	height: auto;
}
h1 {
	font-size: 11px;
	height: auto;
	width: 760px;
	margin: 0px;
	color: #FFFFFF;
	background-image: url(../image/h1.jpg);
	font-weight: normal;
	background-repeat: no-repeat;
}
h2 {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 5px 5px 5px 10px;
	text-align: center;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	width: 735px;
	background-color: #003366;
	padding-top: 7px;
	padding-left: 10px;
	margin-left: 11px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	width: 365px;
	background-color: #003366;
	padding-top: 7px;
	padding-left: 10px;
}
.footer {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 45px;
	width: 760px;
	background-color: #003366;
	padding-top: 7px;
	padding-left: 10px;
	text-align: center;
	line-height: 140%;
}
/*テキストの設定
----------------------------------------------------------------------------*/
.text_12_160 {
	font-size: 12px;
	line-height: 160%;
	text-align: right;
}
.text_12_160l {
	font-size: 12px;
	line-height: 160%;
	text-align: left;
}
.text_12_160c {
	font-size: 12px;
	line-height: 160%;
	text-align: center;
}
