@charset "Shift_JIS";
/*___________ 基本設定 ___________ */
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background-image: url(../img/bg_body.jpg);
	color: #333333;
	background-color: #FAF3D5;
	background-repeat: repeat-y;
	background-position: center top;
}
#WRAP {
	width:760px;
	margin:0 auto;
	color:  #333333;
	background-color: #FFFFFF;
}
div,td {
	text-align:left;
}
p,pre {
	font:12px/140% 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
}
li {
	margin: 0;
	list-style-type: none;
}
ol, ul {
	margin: 0;
	padding:0;
}
/* ____ リンクテキスト用 ____ */
a {
	color: #0066CC;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: none;
}
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト用 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:110%;
}
.f12 {
	font-size: 12px;
	line-height:14px;
}
.f14 {
	font-size: 14px;
	line-height:120%;
}
.text-right {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ テキスト・色 ____ */
.red {
	color: #CC0000;
	font-weight: bold;
}
.ora {
	color: #FF9900;
	font-weight: bold;
}
.blue {
	color: #0066CC;
	font-weight: bold;
}
.gry {
	color: #999999;
}
/* ____ マージン用 ____ */
.mt4 {
	margin-top: 4px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
/* ____ 画像用 ____ */
img {
	border:0;
}
.float-left {
	float: left;
	margin-right: 6px;
}
.float-right {
	float: right;
	margin-left: 6px;
}
.img-middle {
	vertical-align: middle;
}
/*___________ レイアウト設計【HEADER】 ___________ */
h1 {
	font-size:12px;
	color:  #FFFFFF;
	background-color: #41639B;
	font-weight: normal;
	margin:0;
	padding: 2px 0 2px 10px;
}
#TOP {
	width: 760px;
	height: 90px;
	background-image: url(../img/header.jpg);
}
#MAIN {
	width: 760px;
	height: 260px;
	background-image: url(../img/main_img.jpg);
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
}
#MENU {
	position: absolute;
	left: 0px;
	top: 220px;
}
.menu {
	float: left;
	margin: 0;
}
/*___________ レイアウト設計【MAINRWAP】 ___________ */
#MAINWRAP {
	width:760px;
	float:left;
	background-image: url(../img/bg_mainwrap.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
/*___________ レイアウト設計【CONTENTS】 ___________ */
#CON {
	width:550px;
	float:right;
}
.c-pad {
	margin: 0;
	padding: 10px 10px 20px 0;
}
.pan {
	font-size:11px;
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
}
.c-pad h2 {
	font-size:14px;
	color: #FFFFFF;
	line-height: 28px;
	text-indent: 36px;
	background-image: url(../img/bg_h2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #003399;
}
.c-pad h3 {
	font-size:14px;
	color: #000000;
	background-color: #F0F0F0;
	line-height: 28px;
	text-indent: 10px;
	margin: 0;
	padding: 0;
}
.c-pad p {
	font-size:14px;
	margin: 0 0 20px 0;
	padding: 2px 10px 2px 10px;
}
.pagetop {
	margin: 20px 4px 0 0;
	padding: 20px 4px 0 0;
	text-align: right;
	font-size: 11px;
}
.bg-yell {
	background-color: #FFFFE8;
	border: 2px solid #FFCC00;
	margin: 10px;
	padding: 10px;
}
.sitemap01 p {
	margin: 0 0 10px 10px;
	padding: 0 0 10px 10px;
}
/*___________ フォーム ___________ */
form {
	margin: 1px 0 1px 0;
	padding: 1px 0 1px 0;
}
table {
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 1px 0 10px 0;
	padding: 1px 0 0 0;
}
tr,th,td {
	padding: 4px;
}
th {
	background-color: #FFFFE8;
	width: 160px;
}
td {
	background-color: #FFFFFF;
}
textarea {
	font-size: 12px;
	width:270px;
	height:90px;
}
/*___________ レイアウト設計【SIDE】 ___________ */
#SIDE {
	width:190px;
	float:left;
}
.s-pad {
	margin: 0;
	padding: 10px 0 20px 10px;
}
.s-pad ul {
	margin: 0;
	padding-top:59px;
	background-image: url(../img/side_menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.s-pad li {
	font-size: 12px;
	margin: 0;
	line-height: 30px;
	text-indent: 30px;
}
.s-pad li a {
	color: #003366;
	text-decoration: none;
	background-image: url(../img/side-li.gif);
	display: block;
	background-repeat: no-repeat;
	width: 180px;
}
.s-pad li a:hover,
.s-pad li a:active, 		/* for IE (Keyboard) */
.s-pad li a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: none;
	background-image: url(../img/side-li_o.gif);
	text-indent: 36px;
}
/*___________ レイアウト設計【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 0;
	background-image: url(../img/bg_mainwrap.gif);
	background-repeat: repeat-y;
}
#F-MENU p {
	font-size: 12px;
	margin: 0;
	padding: 10px 10px 10px 220px;
}
#FOOTER {
	margin: 0;
	padding: 0;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: center top;
	color: #FFFFFF;
	background-color: #41639B;
}
#FOOTER p {
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
}
