@charset "Shift_JIS";
/*___________ 基本設定 ___________ */
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	color:  #333333;
	background-color: #FFFFFF;
}
#WRAP {
	width:782px;
	margin:0 auto;
}
div,td,th {
	text-align:left;
}
td,th {
	font-size: 11px;
}
p,pre {
	margin:0;
	font:11pt/160% 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
}
li {
	margin: 0;
	list-style: none;
}
ol, ul {
	margin: 0;
	padding:0;
}
select {

}
a {
	color: #0D0EEE
}
a:hover {
	background-color: #FFFFCC
}
a:active {
	color: #FF0000
}
a:visited {
	color: #5E2791
}
/*___________ レイアウト設計【HEADER】 ___________ */
h1 {
	font-size:10pt;
	line-height:15pt;
	margin:0;
	color:  #333333;
}
#HEADER {
	width:770px;
	height: 226px;
	background-image: url(../image/bg_header.gif);
	position: relative;
}
#MENU {
	position: absolute;
	top: 192px;
	left:30px;
}
.menu {
	float:left;
	margin-left: 6px;
	display:inline
}
/*___________ レイアウト設計【MAIN】 ___________ */
#MAINWRAP {
	width:770px;
	float:left;
	background-image: url(../image/bg_mainwrap.gif);
}
/*___________ レイアウト設計【CONTENTS】 ___________ */
#CONTENTS {
	width:570px;
	float:right;
}
.padding_con {
	padding: 19px 17px 5px 6px;
	border: none;
}
/*___________ レイアウト設計【index】 ___________ */
.sample_left {
	float: left;
	padding: 10px;
	text-align: center;
	width: 371px;
	border: none;
	height: auto;
	margin-top: 20px;

}

.sample_right {
	float: right;
	padding: 10px;
	text-align: center;
	width: 371px;
	border: none;
	margin-top: 20px;

}



/* ____ フロートボックス解除用。htmlでは<br class="clear">で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト用 ____ */
.u {
	text-decoration: underline;
}
.b {
	font-weight: bold;
}
.pt9 {
	font-size: 9pt;
	line-height:150%;
}
.pt10 {
	font-size: 10pt;
	line-height:150%;
}
.pt11 {
	font-size: 11pt;
	line-height:150%;
}
.pt12 {
	font-size: 12pt;
	line-height:150%;
}
.pt14 {
	font-size: 14pt;
	line-height:150%;
}
.f10 {
	font-size: 10px;
	line-height:12px;
}
.f14 {
	font-size: 14px;
	line-height:18px;
}
.f18 {
	font-size: 18px;
	line-height:22px;
}
.text_right {
	text-align: right;
}
.center {
	text-align: center;
}
.ind20 {
	text-indent: 20px;
}
.ind40 {
	text-indent: 40px;
}
.pop{
	font-family: "HGP創英角ﾎﾟｯﾌﾟ体";
}
.gothic{
	font-family: "HGSｺﾞｼｯｸE";
}

.pt12_under_b {
	font-size: 12pt;
	line-height:150%;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}


/* ____ テキスト用（色） ____ */
.red {
	color: #DD0000;
	background-color: #DFF0FE;
	font-weight: bold;
}
.red2 {
	color: #E80000;
	background-color: #DFF0FE;
}
.red3 {
	color: #E10000;
	background-color: #B1CDE4;
	font-weight: bold;
}
.red4 {
	color: #E80000;
	background-color: #FFFFFF;
}
.red5 {
	color: #E10000;
	font-weight: bold;
}

.blue {
	color: #003366;
	background-color: #DEF0FF;
	font-weight: bold;
}
.ora {
	color: #333333;
	background-color: #FFCC66;
	font-weight: bold;
}
.ora2 {
	color: #FF6600;
	background-color: #F3F3F3;
	font-weight: bold;
}
.bg_yel {
	color: #333333;
	background-color: #FFFF00;
	font-weight: bold;
}

.red_u {
	color: #DD0000;
	font-weight: bold;
	text-decoration: underline;
}

/* ____ 画像用 ____ */
img {
	border:0;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
/* ____ フォーム用 ____ */
form {
	margin:0;
}
.form_check {
	color: #DD0000;
	background-color: #FFE6E6;
	background-image: url(../image/bg_form_check.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	margin: 10px 0 10px 0;
	padding: 20px;
}
.form {
	width:450px;
	float:left;
}
.form_left {
	width:150px;
	float:left;
}
.form_right {
	width:300px;
	float:left;
}
textarea {
	width:240px;
	height:90px;
}
