@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/body_bg.jpg) repeat-y center top;
	color: #333333;
	background-color: #e5f3fe;
}
#WRAP {
	width:760px;
	margin:0 auto;
	color:  #333333;
	background-image: url(../img/header.gif);
	background-repeat:repeat-y;
}
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;
	color: #595757;
}
ol, ul {
	margin: 0;
	padding: 0;
}


li {
	margin: 0;
	list-style-type: none;
}

p.moji{
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #EA5710;
}


/* ▼----- イラスト関係 -----▼ */
.illust01 {
	float:right;
	margin-left:20px;
}

.illust02 {
	float:right;
	margin-left:20px;
	margin-right:20;
}



/* ▼----- テキストの色 -----▼ */
.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;
}

/* ▼---------- テキストリンクの色設定 ----------▼ */
a {
	color: #005bac;
	text-decoration: underline;
}
a:visited {
	color: #005bac;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #323a94;
	text-decoration: underline;
}


/* ▼---------- レイアウト ----------▼ */

/* ▼---------- ヘッダー部分ここから ----------▼ */
h1 {
	font-size:12px;
	color:  #ccffff;
	background-color: #006cb8;
	font-weight: normal;
	margin:0;
	padding: 2px 0 2px 10px;
}

h2 {
	font-size:18px;
	color:  #ccffff;
/*	background-color: #006cb8;
*/
	font-weight: bold;
	margin: 0;
	padding: 2px 0 2px 10px;
}

/*
}
#TOP_MENU {
	width: 760px;
	height: 30px;
	float:left;
}
.top_menu {
	float: left;
	margin: 0;
*/

/* ▲---------- ヘッダー部分ここまで ----------▲ */

/* ▼---------- メイン部分ここから ----------▼ */
#MAIN {
	width:760px;
	float:left;
	background: url(../img-layout/left_bg.jpg) repeat-y;
	padding-top: 10px;
}
#MAIN_PAD {
	margin: 0;
	padding: 0 10px 20px 10px;
}
/* ▲----------メイン部分ここまで ----------▲ */

/* ▼---------- コンテンツ部分ここから ----------▼ */
#CONTENTS {
	width:540px;
	float:right;
}
.pan {
	font-size:11px;
	color: #666666;
	background-color: #F2F2F2;
	margin:0;
}

#CONTENTS h2 {
	font-size:14px;
	color: #ccffff;
	background: url(../img-layout/h3_bg.jpg) no-repeat;
	margin: 20px 5px 0 5px;
	padding: 6px 0 6px 10px;
}

#CONTENTS h3 {
	font-size:12px;
	color: #ccffff;
	background: url(../img-layout/h3_bg.jpg) no-repeat;
	margin: 20px 6px 0 6px;
	padding: 6px 0 6px 10px;
}

#CONTENTS h4 {
	font-size:12px;
	color: #ccffff;
	background: url(../img-layout/h3_bg.jpg) no-repeat;
	margin: 20px 6px 0 6px;
	padding: 6px 0 6px 10px;
}

#CONTENTS h5 {
	font-size:12px;
	color: #ccffff;
	background: url(../img-layout/h3_bg.jpg) no-repeat;
	margin: 20px 6px 0 6px;
	padding: 6px 0 6px 10px;
}

#CONTENTS h6 {
	font-size:12px;
	color: #ccffff;
	background: url(../img-layout/h3_bg.jpg) no-repeat;
	margin: 20px 6px 0 6px;
	padding: 6px 0 6px 10px;
}

.pagetop {
	text-align: right;
	font-size: 11px;
	margin-top: 40px;
	background: url(../img-layout/pagetop01.gif) no-repeat right center;
}
#CONTENTS table {
	font-size: 12px;
	background-color: #d1dce8;
	margin: 10px auto 10px auto;
	padding: 0;
}
#CONTENTS tr,#CONTENTS th,#CONTENTS td {
	padding: 8px;
}
#CONTENTS th {
	color: #6c7d93;
	background-color: #f5f7fc;
	font-weight: normal;
}
#CONTENTS td {
	color: #595757;
	background-color: #FFFFFF;
	text-align: left;
}


/*コンテンツ部の枠線（背景色：白）*/
.content1{
           width:90%;
		   height:auto;
		   border:solid 1px gray;
		   background-color:white;
		   padding-top:10px;
		   padding-right:10px;
		   padding-left:10px;
		   padding-bottom:5px;
		   margin-bottom:10px;
		   }


/*コンテンツ部の枠線（背景色：薄青）*/
.content2{
           width:90%;
		   height:auto;
		   border:solid 1px gray;
		   background-color:#99ccff;
		   padding-top:10px;
		   padding-right:10px;
		   padding-left:10px;
		   padding-bottom:5px;
		   margin-bottom:10px;
		   }


/*コンテンツ部の枠線（背景色：薄緑）*/
.content3{
           width:90%;
		   height:auto;
		   border:solid 1px gray;
		   background-color:#ccff99;
		   padding-top:10px;
		   padding-right:10px;
		   padding-left:10px;
		   padding-bottom:5px;
		   margin-bottom:10px;
		   }		   


/*コンテンツ部の枠線（背景色：薄ピンク）*/
.content4{
           width:90%;
		   height:auto;
		   border:solid 1px gray;
		   background-color:#ffcc99;
		   padding-top:10px;
		   padding-right:10px;
		   padding-left:10px;
		   padding-bottom:5px;
		   margin-bottom:10px;
		   }

/* ▲----------コンテンツ部分ここまで ----------▲ */

/* ▼---------- 左側ナビ部分ここから ----------▼ */
/* ▼---------- 左側メニュー ----------▼ */

#LEFT_NAVI {
	width:180px;
	float:left;
}
 /* ---- メニュー　枠 ---- */
#LEFT_NAVI h2 {
	font-size:12px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	background: url(../img-layout/left_menu_t.jpg) no-repeat;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

 /* ---- メニュー見出し ---- */
UL,LI.left_menu {
	font-size:12px;
	margin: 0 0 10px 0;
	padding: 3px;
	text-align: left;
	background: url(../img-layout/left_menu.jpg) no-repeat center bottom;
}
 /* ---- メニューテキスト ---- */
.left_menu li {
	margin: 0 0 3px 0;
	padding: 5px 0 5px 0;
	background-color: #80c8ef;
	color: #0033cc;
	text-align: center;
	display:block;
	border-top:solid 1px #eaf6fd;
	border-bottom:solid 1px #748f9d;
	border-right:solid 1px #93b4c5;
	border-left:solid 1px #d3edfb;
}
.menu01 li a {
	text-decoration: underline;
	color: #0033cc;
	padding: 3px 0 3px 0;
	height:10px;
	display:block;

	}
.menu01 li a:visited {
	text-decoration: underline;
	padding: 3px 0 3px 0;
	color: #660066;
	height:10px;
	display:block;
}

.menu01 li a:hover,
.menu01 li a:active, 		/* for IE (Keyboard) */
.menu01 li a:focus {		/* for Netscape (Keyboard) */
	color: #660066;
	padding: 3px 0 3px 0;
	text-decoration: none;

	background-color: #a0d2f2;
	display:block;
}



/* ▼---------- 左側会社案内 ----------▼ */

.left_navi {
	background: url(../img-layout/left_menu.jpg) no-repeat center bottom;
	margin: 0 0 10px 0;
	padding: 8px 8px 10px 8px;
}
.left_navi p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 4px;
}
.company01 ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}
.company01 li {
	margin: 0;
	padding: 3px 0 3px 0;
}
.company01 li a {
	color: #0066CC;
	text-decoration: underline;
	display: block;
	padding: 1px 0 2px 20px;
	background:url(../img-layout/li_01.gif) no-repeat 2px center;*
}
.company01 li a:visited {
	color: #660066;
	text-decoration: underline;
}
.company01 li a:hover,
.company01 li a:active, 		/* for IE (Keyboard) */
.company01 li a:focus {		/* for Netscape (Keyboard) */
	color: #660066;
	background-color: #ecf3ff;
	margin: 0;
	background-position: 4px center;
	text-decoration: underline;
}
/* ▲----------左側ナビ部分ここまで ----------▲ */

/* ▼---------- フッター部分ここから ----------▼ */
#FOOTER_MENU {
	margin: 0;
	padding: 10px 0 5px 0;
	background-color: #f5f7fc;
}
#FOOTER_MENU p {
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	margin: 0;
	padding: 0;
	}
#FOOTER_MENU a {
	color:#6c7d93;
	}

#FOOTER_MENU a:hover,
#FOOTER_MENU a:active, 		/* for IE (Keyboard) */
#FOOTER_MENU a:focus {		/* for Netscape (Keyboard) */
	color: #8a9eb8;
	text-decoration: underline;
}

#FOOTER {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #000000;
	background: url(../img-layout/fotter_bg.jpg) repeat-x bottom;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #000000;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #660066;
	text-decoration: underline;
}
P.f_tx{
	color: #000000;
}
/* ▲----------フッター部分ここまで ----------▲ */

/* ▼---------- 改行時にフロート解除 ----------▼ */
/* 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;
	}


/* ▼---------- イメージ画像詳細設定 ----------▼ */
img {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.img-m {
	vertical-align: middle;
}

/* ▼---------- レイアウトの余白設定 ----------▼ */
.ma10 {
	margin: 20px;
}
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}