@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: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
}
#WRAP {
	width:760px;
	margin:0 auto;
	color:  #333333;
	background-color: #FFFFFF;
}
div,td {
	text-align:left;
}
p,pre {
	font:12px/16px '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】 ___________ */
#TOP {
	width: 760px;
	height: 64px;
	background-image: url(../img/header.jpg);
	position: relative;
}
#TITLE {
	position: absolute;
	left: 0px;
	top: 0px;
}
h1 {
	font-size:12px;
	color:  #3AE2FA;
	font-weight: normal;
	position: absolute;
	left: 210px;
	top: 38px;
}
h2 {
	font-size:12px;
	color: #FFFFFF;
	font-weight: normal;
	position: absolute;
	left: 210px;
	top: 18px;
}
#MENU {
	width: 760px;
	background-color: #262626;
}
.menu {
	float: left;
	margin: 0;
}
#MAIN {
	width: 760px;
	height: 250px;
	background-image: url(../img/main_img.jpg);
	position: relative;
}
.main {
	position: absolute;
	left: 525px;
	top: 140px;
}
/*___________ レイアウト設計【CONTENTS】 ___________ */
#CON {
	width:760px;
	float:left;
}
.c-pad {
	margin: 0;
	padding: 6px 4px 10px 5px;
}
.pan {
	font-size:11px;
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
}
.c-pad h3 {
	font-size:14px;
	color: #FFFFFF;
	line-height: 28px;
	text-indent: 16px;
	background-image: url(../img/obj_h3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
	padding: 0;
}
.c-pad h4 {
	font-size:14px;
	color: #990000;
	margin: 4px 0 10px 0;
	padding: 0 0 2px 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.c-pad h5 {
	font-size:14px;
	color: #990000;
	margin: 16px 0 4px 0;
	padding: 0;
}
.con-sub {
	background-image: url(../img/bg_con-sub.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 8px 30px 20px 30px;
}
.con-sub p {
	margin: 1px 0 4px 0;
	padding: 1px 0 4px 0;
}
.pagetop {
	margin: 20px 4px 0 0;
	padding: 20px 4px 0 0;
	text-align: right;
	font-size: 11px;
}
/*___________ 【CONTENTS】トップページ ___________ */
.con {
	width:250px;
	float:left;
}
.c-pad2 {
	margin: 0 0 20px 0;
	padding: 6px 8px 10px 8px;
}
#CON-L {
	width:460px;
	float:left;
}
.con-l {
	background-image: url(../img/bg_con-l.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 4px 30px 20px 30px;
}
.con-l h3 {
	font-size:12px;
	color: #333333;
	font-weight: normal;
	margin: 6px 0 1px 0;
	padding: 2px 0 1px 0;
}
.con-l p {
	margin: 1px 0 4px 0;
	padding: 1px 0 6px 0;
	background-image: url(../img/bg_con-l-line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#CON-R {
	width:274px;
	float:right;
}
.con-r {
	background-image: url(../img/bg_con-r.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 8px 20px 30px 20px;
}
.con-r p {
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
	font-size: 11px;
}
/*___________ フォーム ___________ */
form {
	margin: 1px 0 1px 0;
	padding: 1px 0 1px 0;
}
table {
	font-size: 12px;
	background-color: #999999;
	margin: 1px 0 10px 0;
	padding: 1px 0 0 0;
}
tr,th,td {
	padding: 4px;
}
th {
	background-color: #EFEFEF;
	width: 160px;
}
td {
	background-color: #FFFFFF;
}
textarea {
	font-size: 12px;
	width:270px;
	height:90px;
}
/*___________ レイアウト設計【FOOTER】 ___________ */
#FOOTER {
	margin: 0 4px 0 4px;
	padding: 10px 0 20px 0;
	text-align: center;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#FOOTER p {
	margin: 4px 0 20px 0;
	padding: 0;
}