@charset "euc-jp";
/*:::::::::: 全体設計 ::::::::::*/
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background-image: url(../layout/style1/body.jpg);
	color: #333333;
	background-color: #F6F6F6;
	background-repeat: repeat-y;
	background-position: center top;
}
#WRAP {
	width:760px;
	margin:0 auto;
	color:  #333333;
	background-color: #FFFFFF;
}
div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p,pre {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 130%;
}
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:120%;
}
.f14 {
	font-size: 14px;
	line-height:120%;
}
.f16 {
	font-size: 16px;
	line-height:120%;
}
.f18 {
	font-size: 18px;
	line-height:120%;
}
.f24 {
	font-size: 24px;
	line-height:120%;
}
.text-right {
	text-align: right;
}
.center {
	text-align: center;
}
/*:::::::::: テキスト及び色 ::::::::::*/
.red {
	color: #CC0000;
}
.ora {
	color: #FF9900;
}
.blue {
	color: #0066CC;
}
.gry {
	color: #999999;
}
/*:::::::::: マージン（行間） ::::::::::*/
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
/*:::::::::: 画像 ::::::::::*/
img {
	border:0;
}
.float-left {
	float: left;
	margin-right: 6px;
}
.float-right {
	float: right;
	margin-left: 6px;
}
.img-middle {
	vertical-align: middle;
}
/*:::::::::: ヘッダーレイアウト ::::::::::*/
h1 {
	font-size:12px;
	color:  #808080;
	background-color: #F5F5F5;
	font-weight: normal;
	margin:0;
	padding: 2px 0 2px 10px;
}
#TOP {
	width: 760px;
	height: 80px;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	position: relative;
}
/*::::::::::メインレイアウト::::::::::*/
#MAIN {
	width:760px;
	float:left;
	background-image: #CC0000;
	background-repeat: repeat-y;
}
#MAIN-PAD {
	margin: 0;
	padding: 10px 10px 20px 10px;
}
/*:::::::::: 右カラムレイアウト ::::::::::*/
#CONTENTS {
	width:540px;
	float:right;
}
.pan {
	font-size:11px;
	background-color: #DDF9FF;
	color: #666666;
}
#CONTENTS h2 {
	font-size:14px;
	color: #000000;
	line-height: 30px;
	text-indent: 36px;
	background-image: url(../layout/style1/h2.jpg);
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
	padding: 0;
}
#CONTENTS h3 {
	font-size:14px;
	color: #003366;
	background-color: #FAF0E6;
	line-height: 180%;
	text-indent: 10px;
	margin: 5px;
	padding: 0;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #003366;
}
#CONTENTS p {
	margin: 0;
	padding: 4px 10px 4px 10px;
}
.pagetop {
	text-align: right;
	font-size: 11px;
}
/*:::::::::: 1カラムレイアウト ::::::::::*/
#CONTENTS2 {
	width:760px;
	float:right;
}
.pan {
	font-size:11px;
	background-color: #DDF9FF;
	color: #666666;
}
#CONTENTS2 h2 {
	font-size:14px;
	color: #000000;
	line-height: 30px;
	text-indent: 36px;
	background-image: url(../layout/style1/h2b.jpg);
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
	padding: 0;
}
#CONTENTS2 h3 {
	font-size:14px;
	color: #003366;
	background-color: #FAF0E6;
	line-height: 180%;
	text-indent: 10px;
	margin: 5px;
	padding: 0;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #003366;
}
#CONTENTS2 p {
	margin: 0;
	padding: 4px 10px 4px 10px;
}
.pagetop {
	text-align: right;
	font-size: 11px;
}
/*___________ 右カラム追加 ___________ */
.bg-yell {
	background-color: #FFFFE8;
	border: 2px solid #FFCC00;
	margin: 10px;
	padding: 10px;
}
.check {
	font-size: 14px;
	line-height: 140%;
	padding: 0 10px 0 10px;
}
.check li {
	background-image: url(../layout/style1/ico_check01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0 4px 0;
	text-indent: 22px;
}
.profile {
	padding: 10px 0 10px 0;
}
.profile-l {
	width:160px;
	float:left;
}
.profile-r {
	width: 380px;
	float:right;
	background-color: #F7F7F7;
}
/*:::::::::: 左カラムレイアウト ::::::::::*/
#SIDE {
	width:180px;
	float:left;
}
#SIDE h2 {
	font-size:14px;
	color: #000000;
	line-height: 30px;
	text-align: center;
	background-image: url(../layout/style1/side-h.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.side {
	background-image: url(../layout/style1/side-f.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
	padding: 8px 0 10px 0;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 10px;
}
.side li {
	margin: 0 0 2px 0;
	padding: 0 10px 0 10px;
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	text-align: center;
}
.side li a {
	color: #000000;
	text-decoration: none;
	background-image: url(../layout/style1/side-li.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 160px;
}
.side li a:hover,
.side li a:active, 		/* for IE (Keyboard) */
.side li a:focus {		/* for Netscape (Keyboard) */
	color: #000000;
	background-image: url(../layout/style1/side-li_o.jpg);
	background-repeat: no-repeat;
}
/*:::::::::: フッターレイアウト :::::::::: */
#FOOTER {
	margin: 0;
	padding: 10px;
	color: #FFFFFF;
	background-color: #0E89D9;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	text-decoration: underline;
}