@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background-repeat: repeat;
	background-position: center top;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-color: #FDF7FD;
}
#TOP {
	width:760px;
	margin-top: 0;
	margin-bottom: 0;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
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: 140%;
	margin: 2px 5px 8px 5px;
	padding: 5px;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	list-style-type: none;
}
/* ____ リンクテキスト ____ */
a {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: none;
}
/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
}
.blue {
	color: #0066CC;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 10px;
	padding: 10px;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
	font-size:12px;
	color:  #FFFFFF;
	font-weight: normal;
	margin:0;
	padding: 2px 0 2px 10px;
	background-color: #990000;
}
#LEFT {
	width: 760px;
	height: 30px;
	float:left;
	border-left-width: 0px;
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #A80002;
	border-top-style: solid;
	border-top-color: #000000;
}
.menu {
	float: left;
	margin: 0;
	height: 30px;
	width: 126px;
	background-image: url(../img/menu.jpg);
}

.menu  a {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 30px;
}
.menu  a:visited {
	color: #FFFFFF;
}
.menu  a:hover,
.menu  a:active, 		/* for IE (Keyboard) */
.menu  a:focus {		/* for Netscape (Keyboard) */
	color: #FFFF66;
}



/*___________ 【MAIN】 ___________ */
#MAIN {
	width:758px;
	float:none;
	background: url(../img-layout/bg_main.jpg) repeat-y;
	padding-top: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: none;
	border-bottom-style: none;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#MAIN-PAD {
	margin: 0;
	padding: 0 10px 20px 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	width:540px;
	float:right;
}
.pan {
	font-size:11px;
	color: #666666;
	background-color: #F2F2F2;
}
#CONTENTS h2 {
	font-size:14px;
	color: #666666;
	background-color: #E8E8E8;
	margin: 30px 0 0 0;
	padding: 8px 0 8px 30px;
	background-image: url(../img/bg_h2.jpg);
	background-repeat: no-repeat;
}
#CONTENTS h3 {
	font-size:14px;
	color: #ffffff;
	background-color: #990000;
	margin: 20px 5px 0 5px;
	padding: 6px 0 6px 10px;
	border-left-width: 5px;
	border-left-color: #000000;
}
#CONTENTS h4 {
	font-size:12px;
	color: #666666;
	background-color: #f2f2f2;
	margin: 20px 6px 0 6px;
	padding: 6px 0 6px 10px;
}
.pagetop {
	text-align: right;
	font-size: 11px;
	margin-top: 40px;
	color: #990000;
	background-repeat: no-repeat;
	background-position: right center;
	border-left-color: #990000;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
}
#CONTENTS table {
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 10px auto 10px auto;
	padding: 0;
}
#CONTENTS tr,#CONTENTS th,#CONTENTS td {
	padding: 8px;
}
#CONTENTS th {
	color: #666666;
	background-color: #f2f2f2;
	font-weight: normal;
}
#CONTENTS td {
	color:  #333333;
	background-color: #FFFFFF;
	text-align: left;
}
#LEFTMENU/*___________ 【SIDE】 ___________ */
 {
	width:180px;
	float:left;
}
#LEFTMENU  h2 {
	font-size:12px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	background-color: #015ab4;
	margin: 0;
	padding: 0;
	background-image: url(../img/side.jpg);
	background-repeat: no-repeat;
}
.leftmenu {
	margin: 0 0 10px 0;
	padding: 8px 8px 10px 8px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../img-layout/side-f.jpg);
}
.leftmenu  p {
	font-size: 12px;
	margin: 0;
	padding-top: 0;
	padding-bottom: 8px;
}
.leftmenu  ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
	line-height: 25px;
}
.menu01  li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9A0201;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	background-image: url(../img/ui.jpg);
	background-repeat: no-repeat;
	height: 20px;
	background-position: 2px;
}
.menu01  li  a {
	text-decoration: none;
	display: block;
	font-weight: normal;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #000000;
	height: 20px;
	text-indent: 25px;
}
.menu01  li  a:visited {
	text-decoration: none
}
.menu01  li  a:hover,
.cat01  li  a:active, 		/* for IE (Keyboard) */
.cat01  li  a:focus {		/* for Netscape (Keyboard) */
	color: #9A0201;
	margin: 0;
	background-position: 4px center;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 20px 0 10px 0;
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}

#F-MENU a {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #000000;
	text-decoration: none;
}

#FOOTER {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
	background-color: #990000;
}
#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;
	background-color: #015ab4;
	text-decoration: underline;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。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:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}
/* ____ 画像設定 ____ */
img {
	margin: 0px;
	padding: 0px;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.img-m {
	vertical-align: middle;
}

