@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background: url(../img-layout/bg_body.jpg) repeat-y center top;
	color: #333333;
	background-color: #f4fded;
}
#WRAP {
	width:780px;
	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: 12px;
	line-height: 140%;
	margin: 2px 5px 8px 5px;
	padding: 5px;
}
ol, ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
li {
	margin: 0;
	list-style-type: none;
}
/* ____ リンクテキスト ____ */
a {
	color: #11B3A8;
	text-decoration: none;
}
a:visited {
	color: #009999;
	text-decoration: none;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #FFCC66;
	text-decoration: none;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 12px;
width: 100%;
overflow: hidden;
background: #FF9900;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 4px 9px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: #FFCC33;
}

/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
}
.blue {
	color: #0066CC;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.wht {
	color: #FFFFFF;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 10px;
	padding: 10px;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
	color:  #666666;
	background-color: #FFCC66;
	font-weight: normal;
	margin:0;
	padding: 2px 0 2px 10px;
	font-size: 4px;
}
#TOP {
	width: 780px;
}
#MENU-HOME {
	width: 780px;
	height: 230px;
	float:left;
	background: url(../img-layout/main_img.jpg) no-repeat bottom;
}
#MENU {
	width: 780px;
	float: right;
	background-color: #003399;
}
.menu {
	display: block;
	text-align: center;
	background-color: #003399;
	white-space: nowrap;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 0.5px;
	font-weight: 800;
	float: left;
	padding: 3px 8px 3px 8px;
	font-size: 11.5px;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 600;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
	width:780px;
	float:left;
	padding-top: 10px;
}
#MAIN-PAD {
	margin: 0;
	padding: 0 0px 20px 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	width:580px;
	float: right;
	padding: 0px 5px 0px 5px;
}
#FLASH {
	width: 540px;
	height: 180px;
	background: url(../img-flash/banner00.jpg);
}
#CONTENTS h2 {
	font-size:14px;
	color: #FFFFFF;
	background: url(../img-layout/bg_h2.jpg) no-repeat;
	background-color: #E8E8E8;
	margin: 30px 0 0 0;
	padding: 8px 0 8px 30px;
}
#CONTENTS h3 {
	font-size:14px;
	color: #333333;
	background-color: #F2F2F2;
	margin: 20px 5px 0 5px;
	padding: 6px 0 6px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #349934;
}
#CONTENTS h4 {
	font-size:12px;
	color: #336633;
	background-color: #eefcdb;
	margin: 20px 6px 0 6px;
	padding: 6px 0 6px 10px;
}
.pagetop {
	text-align: right;
	font-size: 10px;
	margin-top: 40px;
	background: url(../img-layout/ico_pagetop01.gif) no-repeat right center;
}
.shop {
	text-align: center;
}
#MAG2 {
	border: 1px solid #999999;
	background: url(../img-layout/bg_mag2.jpg) no-repeat center top;
	padding-top: 60px;
	margin: 10px 5px 5px 5px;
}
#MAG2 form {
	margin: 10px;
	font-size: 12px;
}
/*___________ 【CONTENTS】表設計 ___________ */
table {
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 10px auto 10px auto;
	padding: 0;
}
tr,th,td {
	padding: 8px;
}
th {
	color: #FFFFFF;
	background-color: #999999;
	font-weight: normal;
}
td {
	background-color: #FFFFFF;
	text-align: left;
}
/*___________ 【SIDE】 ___________ */
#SIDE {
	width:180px;
	float:left;
}
#SIDE h2 {
	font-size:12px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	background: url(../img-layout/side-h3.jpg) no-repeat;
	margin: 0;
	padding: 0;
}
.side {
	background: url(../img-layout/side-f.jpg) no-repeat center bottom;
	margin: 0 0 10px 0;
	padding: 8px 8px 10px 8px;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 4px;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}
.cat01 li {
	margin: 0;
	padding: 3px 0 3px 0;
}
.cat01 li a {
	color: #11B3A8;
	text-decoration: none;
	display: block;
	padding: 1px 0 3px 20px;
	background:url(../img-layout/li_arrow01.gif) no-repeat 2px center;
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #009999;
	background-color: #f5fbcc;
	margin: 0;
	background-position: 4px center;
}
.cat01 .sub a {
	font-size: 11px;
	padding: 0 0 1px 28px;
	background:url(../img-layout/li_arrow02.gif) no-repeat 2px center;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 20px 0 10px 0;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#FOOTER {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
	background-color: #FFCC66;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
}
#FOOTER a {
	color: #11B3A8;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	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 {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.img-m {
	vertical-align: middle;
}
.newsletter {
	background-color: #DAEFEC;
	border: 1px;
	font-size: small;
	border-color: #003366;
	border-style: dotted;
}
.newsletter #headline {
	font-weight: bold;
	font-size: 11.5px;
	line-height: 18px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
.newsletter #note {
	font-size: 10px;
	line-height: 13px;
	padding: 6px 3px 3px 3px;
	text-align: left;
}
.newsletter div {
	text-align: center;
}
.newsletter #title {
	padding: 3px;
	text-align: center;
	background-color: #49A525;
	color: #FFFFFF;
	font-weight: 700;
}
.banner1 {
	float: left;
	width: 290px;
	text-align: right;
	vertical-align: middle;
}
.banner2 {
	width: 290px;
	height: 129px;
	vertical-align: middle;
	text-align: left;
	float: left;
}
.header {
	text-align: center;
}
.security {
	padding: 7px;
	width: 540px;
	border: 1px dotted #999999;
	font-size: 11.5px;
	line-height: 16px;
	background-color: #FFCC66;
	color: #666666;
	margin-left: 10px;
}
.process {
	background-color: #E9E9E9;
	padding: 5px;
	width: 530px;
	margin-left: 20px;
}
.trainingbox1 {
	background-color: #ECF0E8;
	width: 500px;
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
	margin-left: 25px;
}
