@charset "utf-8";
/*
Customised by SHION LTD.
*/

/*------------------[ レイアウト ]--------------------------*/
/* {margin: 0; padding: 0;}
* html { overflow-x: hidden; }
body { overflow-x: hidden; }*/

html{
  height:100%;
}
html>/**/body{
  overflow:-moz-scrollbars-vertical;
}
html:first-child body{
	min-height:100%;
	padding-bottom:1px;
} 

body {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	line-height:125%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	background: #FFFFFF;
	text-align: center;
	color: #444;
	/*  background: #f4f4f4 url(bg.gif) top center repeat-y; */
}



/* 汎用タグ類　####################################################################################################### */

/* 画像間の隙間を消す */

.all_img-nospace {
	margin: 0px;
	vertical-align:bottom;
}



/* 角丸四角形 */
.roundedcornr_box_top {
	width: 479px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.roundedcornr_box_mid {
	background: url(../imgs/sub01_frame_mid.gif) repeat-y left top;
	width: 459px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
/* IE6用 */
*html body div.roundedcornr_box_mid {
	background: url(../imgs/sub01_frame_mid.gif) repeat-y left top;
	width: 479px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.roundedcornr_box_btm {
	width: 479px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: 10px;
	padding: 0px;
}

/* 角丸四角形ここまで */



.form_btn {
	margin: 10px auto 10px;
}

/*------------------[ 汎用タグ ]--------------------------*/

/* リンク
a, a:link, a:visited, a:active {
  text-decoration: underline;
}
a:link, a:visited { color: #0099ff; }
a:hover, a:active { 
  color: #ff3300;  text-decoration: underline;
}
*/

a img {
	border: none;
}
strong { color: #333333; }
em { font-style: italic; }
kbd {
  font: 500 12px verdana, arial, sans-serif;
  text-decoration: underline;
}
tt {font-family: "ＭＳ ゴシック", "Osaka－等幅";}
acronym, abbr { cursor: help; }
h3,h4,h5,h6 { font-weight: normal; }
h1, h2, h3, h4, h5 {
  margin: 15px 0;
  text-align: center;
}
h1 { font-size: 200%; }
h2 { font-size: 160%; }
h3 { font-size: 130%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
code { font-family: "Courier New", Courier, monospace; }
label { cursor: pointer; }
address {
  width :100%;  text-align: center;
  margin: 2em 0 1em 0;
  font: 500 13px Times New Roman;
}

.no-btm-space {
	vertical-align:bottom;
}

.txt_title {
  margin:5px 1px 1px 2px;
  font-size:18px;
  font-weight:bold;
  color:#ED6D00;
}

.txt_strong {
	font-size:14px;
	font-weight:bold;
	margin: 0;
	line-height: 125%;
}

.txt_strong_red_14px {
	font-size:14px;
	font-weight:bold;
	color:#EE0000;
	margin: 0;
}

.txt_L_strong {
	font-size:16px;
	font-weight:bold;
	color:#009944;
	margin: 0;
}


.txt_form {
	margin:1px 1px 0px 5px;
	font-size:12px;
	color:#444C53;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height: 110%;
	padding: 1px 1px 2px;
	border: 1px solid #cccccc;
}

.txt_norm {
	margin:0px 0px 0px 0px;
	font-size:12px;
	color:#666666;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height: 150%;
}

.txt_norm2 {
	margin:0px 0px 0px 0px;
	font-size:12px;
	color:#009944;
	line-height:140%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

.txt_L {
	font-size:16px;
	line-height:140%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

.txt_S {
	margin:0px;
	font-size:10px;
}

.txt_remarks {
	font-size:10px;
	color:#dd3333;
	line-height:125%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}

/* テーブル */

.td01_left {
	text-align: right;
	vertical-align: top;
	font-weight: 400;
	color: #0099CC;
	padding: 5px;
}
.td01_mid {
	vertical-align: top;
	color: #0099CC;
	padding: 5px 1px;
}
.td01_right {
	border-bottom: 1px solid #DEF4FD;
	padding: 5px;
	text-align: left;
}

.td02_left {
	text-align: center;
	vertical-align: top;
	font-weight: 400;
	color: #0099CC;
	padding: 5px;
	background-color: #DEF4FD;
	border-bottom: 1px solid #FFFFFF;
}




/*------------------[ 汎用クラス ]--------------------------*/
.hidden { display: none !important; }
.jump {
  padding-right: 1em; text-indent: -1000%;
  cursor: pointer;
  background: url(../Images/jump.png) no-repeat right top;
  display: block;
  width: 50px;  float: right;
}
.center, .alert {
  width: 99%;
  text-align: center;
  margin: 30px auto;
}
.alert { color: crimson; }
.new-entry {
  width: 17px; height: 12px;
}
hr.clear {
  clear: both;
  padding-bottom: 1px;  margin-bottom: -1px;
  width: 100%;  height: 1px;  border: none;
  visibility: hidden;
}
.separator {
  clear: both;
  border: none;  text-align: center;  margin-top: 0;
  background: url(../Images/divider.png) no-repeat 50% top;
}
.micro-banner { width: 80px; height: 15px; }




/* 汎用タグ類　ここまで####################################################################################################### */




/* 全ページ共通 ********************************************************************************************************** */

#wrap {
	width : 950px;
	margin: 0px auto;
}

/* HEADER ********************** */

#header-txt {
	margin: 10px auto 0px;
	width : 950px;
	height:24px;
}

#header-txt-L {
	float: left;
	margin-top: 8px;
	width : 780px;
}

#header-txt-L h1 {
	margin: 0px;
	font-size : 10px;
	font-weight: normal;
	text-align: left;
	color: #666;
	text-indent: 3px;
	line-height: 110%;
}

#header-txt-R {
	float: right;
	margin: 0px;
	width : 131px;
	height: 24px;
}

#header-redline {
	width : 100%;
	height:7px;
	margin: 0px;
	background-color: #D0121B;
	font-size: 1px;
}

#header-wrap {
	width : 100%;
	height:76px;
	margin: 0px;
	background: transparent url(../imgs/all_header_background.png) top left repeat-x;
}

#header {
	width : 950px;
	height:76px;
	margin: 0px auto;
}

#header-logo {
	float: left;
	width: 360px;
	height: 50px;
	margin-top: 10px;
	margin-left: 10px;
}

#header-navi {
	float: right;
	margin-top: 10px;
}

#header-navi ul {
	list-style: none;
	margin: 0px;
}

#header-navi ul li {
	float: left;
	margin: 0px;
	margin-left: 15px;
}

#header-flash {
	width : 950px;
	height:280px;
	margin: 0px auto;
	background-color: #EEE;
}

#header-flash2 {
	width : 950px;
	margin: 0px auto;
	background-color: #EEE;
}

#header-line01 {
	width : 950px;
	height:10px;
	margin: 0px auto;
	background: transparent url(../imgs/all_header_line.gif) top left repeat-x;
	font-size: 1px;
}

#header-BreadCrumbsList {
	width : 950px;
	padding:4px 0px;
	margin: 0px auto;
	color:#868686;
	font-size: 12px;
	border-bottom: 1px solid #A1A2A2;
	line-height: 110%;
	text-align: left;
}

	.header-BreadCrumbsList-link {
		color:#A6A6A6;
		text-decoration: none;
	}

	.header-BreadCrumbsList-link:hover {
		color:#ff3333;
	}

	.header-BreadCrumbsList-arrow {
		color:#D6D6D6;
		text-decoration: none;
	}



/* FOOTER ********************** */

#footer {
	width : 100%;
	margin: 15px 0px 0px;
	font-size: 12px;
	clear: both;
	background-color: #A1A2A2;
	padding: 5px 0px;
	color: #EEE;
}

#footer-txt {
	width : 100%;
	margin: 0px 0px;
	font-size: 12px;
	background-color: #DDD;
	padding: 5px 0px;
	color: #999;
}


/* BODY ********************** */

#wrap-body {
	width : 950px;
	margin: 0px auto;
	overflow: hidden;
}

/* TOP 3列 */
	#body-TL {
		width : 285px;
		margin: 5px 0px 0px 0px;
		float: left;
		text-align: left;
		background: transparent url(../imgs/all_left_frame_mid.gif) top left repeat-y;
		border: 0px solid #F00;
	}

	#body-TM {
		width : 415px;
		margin: 10px 0px 0px 5px;
		float: left;
		text-align: left;
		border: 0px solid #0F0;
	}

	#body-TR {
		width : 230px;
		margin: 10px 0px 0px 0px;
		float: right;
		text-align: center;
		border: 0px solid #00F;
	}



/* SUB 2列 */
	#body-L {
	width : 285px;
	margin: 4px 0px 0px 0px;
	float: left;
	text-align: left;
	background: transparent url(../imgs/all_left_frame_mid.gif) top left repeat-y;
	border: 0px solid #F00;
	}

	#body-R {
	width : 665px;
	margin: 4px 0px 0px 0px;
	float: left;
	text-align: center;
	border: 0px solid #0F0;
	}



/* ALL LEFT メニューアイテム ********************************************************************************************************** */

.left-h2-1 {
	width : 125px;
	margin: 0px auto 10px 75px;
	text-align: left;
}

.left-h2-2 {
	width : 125px;
	margin: 15px auto 10px 75px;
	text-align: left;
}

a.left-item {
	display:block;
	width : 206px;
	height: 50px;
	margin: 5px auto 5px 15px;
	padding: 17px 20px 0px 20px;
	background: transparent url(../imgs/all_left_item_frame.gif) top left no-repeat;
	text-align: left;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 135%;
	text-decoration: none;
}

a.left-item:hover {
	background: transparent url(../imgs/all_left_item_frame_on.gif) top left no-repeat;
	color: #FFC;
}




/* TOP MID ********************************************************************************************************** */

.top-h2-1 {
	width : 415px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.top-txt-1 {
	margin: 10px 10px 10px;
	line-height: 150%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

/*
#body-TM ul{
	margin: 5px 0px 20px 0px;
	padding: 0px 10px;
	text-align: left;
}
#body-TM ul li{
	margin: 2px 0px 0px 0px;
	padding: 0px;
	list-style:none;
	border-bottom: 1px dotted #CCC;
}
.top-blog-date {
	color: #999;
}
a.top-blog-title {
	color: #3366cc;
	text-decoration: underline;
}
a.top-blog-title:hover {
	color: #ff3300;
}
*/
#body-TM ul{
	margin: 5px 0px 20px 0px;
	padding: 0px 10px;
	text-align: left;
}

#body-TM ul li{
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 75px;
	list-style:none;
	border-bottom: 1px dotted #CCC;
}

.top-blog-date {
	color: #999;
	margin-left:-65px;
	float:left;
}

a.top-blog-title {
	color: #3366cc;
	text-decoration: none;
}

a.top-blog-title:hover {
	color: #ff3300;
	text-decoration: underline;
}



#top-seoarea {
	margin: 40px 0px 0px;
	padding: 10px 10px;
	border-top: 5px solid #EEE;
	text-align: left;
}

.top-seo-title {
	margin: 0px;
	text-align: left;
	font-size: 12px;
	color: #444;
	font-weight: bold;
}

.top-seo-txt {
	margin: 5px 15px 10px;
}

#slider {
	width:400px;
	margin: 0px auto 15px auto;
}

#slider2 {
	width:950px;
	height:240px;
	margin: 0px auto 0px auto;
}


/* TOP フローティングバナー ################################################################################################# */

#floating-banner {position:absolute;top:120px;right:2px;}





/* TOP RIGHT ********************************************************************************************************** */

.righ-h2 {
	width : 128px;
	margin: 0px auto 10px;
}

.righ-banner {
	width : 228px;
	margin: 0px auto 15px;
}



/* SUB  ********************************************************************************************************** */

/* 各ページのタイトル */

.sub-h2-title {
	width : 665px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/* 各ページのタイトル （テキスト＋背景画像）　*/

.sub-h2-title-txt {
	background: transparent url(../imgs/P00_title_blank.gif) top left no-repeat;
	width : 665px;
	height: 42px;
	margin: 0px 0px 0px 0px;
	padding-top: 20px;
	padding-left:20px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}

.sub-h3-sttl {
	width : 640px;
	margin: 0px auto 15px;
}

/* コンテンツ */
.sub-box-620 {
	width : 620px;
	margin: 15px auto 20px;
	padding: 0px;
	text-align: left;
}

/* 準備中 */
.sub-box-temporary {
	width : 620px;
	margin: 15px auto 20px;
	padding: 0px;
	text-align: center;
}



/* P01 ################################################################################################# */

#P01-fig01 {
	margin: 0px auto 25px;
	vertical-align:bottom;
	border:0px;
}

.P01-h4 {
	width : 640px;
	margin: 5px auto 15px;
	background-color: #FFFCD7;
	border: 1px dashed #666;
	text-align:left;
	color:#666;
	font-weight: bold;
	font-size:16px;
	text-indent:8px;
	padding: 3px 0px 2px;
}

a.P01-web-link {
	color: #666;
	text-decoration: none;
}

a.P01-web-link:hover {
	color: #ff3300;
}

.P01-h4 {
	width : 640px;
	margin: 5px auto 15px;
	background-color: #FFFCD7;
	border: 1px dashed #666;
	text-align:left;
	color:#666;
	font-weight: bold;
	font-size:16px;
	text-indent:8px;
	padding: 3px 0px 2px;
}

.P01-h5 {
	width : 640px;
	margin: 5px auto 15px;
	background-color: #FFF;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align:left;
	color:#666;
	font-weight: bold;
	font-size:16px;
	text-indent:12px;
	padding: 2px 0px 1px;
}

.P01-h5-620 {
	width : 620px;
	margin: 5px auto 15px;
	background-color: #FFF;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align:left;
	color:#666;
	font-weight: bold;
	font-size:14px;
	text-indent:12px;
	padding: 2px 0px 1px;
}




/* P02 ################################################################################################# */

#P02-mainfig01 {
	margin: 0px auto;
	vertical-align:bottom;
	border:0px;
}

#P02-mainfig02 {
	margin: 0px auto 5px;
	vertical-align:bottom;
	border:0px;
}

.P02-h4 {
	width : 640px;
	margin: 30px auto 6px;
	background-color: #FFF;
	border-bottom: 1px solid #1D2088;
	text-align:left;
	color:#1D2088;
	font-weight: bold;
	font-size:16px;
	text-indent:5px;
	padding: 2px 0px 1px;
}

.P02-box-620 {
	width : 620px;
	margin: 6px auto 20px;
	padding: 0px;
	text-align: left;
	line-height: 150%;
}

.P02-box-600-remark {
	width : 600px;
	margin: 30px auto 20px;
	padding: 0px;
	text-align: left;
	line-height: 150%;
	color:#1D2088;
	font-weight:bold;
}


#P02_fig01 {
	float:right;
	margin:-20px 0px 0px 15px;
}

#P02_fig02 {
	float:right;
	margin:-30px 100px 0px 15px;
}

#P02_fig03 {
	float:right;
	margin:-15px 15px 0px 15px;
}

#P02_fig04 {
	float:right;
	margin:-15px 200px 0px 15px;
}

#P02_fig05 {
	float:right;
	margin:0px 5px 0px 15px;
}

#P02_fig06 {
	float:right;
	margin:-25px 60px 0px 15px;
}

#P02_fig07 {
	float:right;
	margin:-15px 25px 0px 5px;
}

#P02_fig08 {
	float:right;
	margin:0px 5px 0px 15px;
}

.P02-txt-strong {
	font-weight:bold;
	color:#1D2088;
	font-size:14px;
}

.P02-txt-red {
	font-weight:bold;
	color:#ff0000;
	font-size:12px;
}


/* P03 ################################################################################################# */

.P03-box-620 {
	width : 620px;
	margin: 6px auto 20px;
	padding: 0px;
	text-align: left;
	line-height: 150%;
}

.P03-box-560 {
	width : 560px;
	margin: 6px auto 0px;
	padding: 0px;
	text-align: left;
	line-height: 150%;
}

#P03-fig01 {
	margin: 0px auto;
	vertical-align:bottom;
	border:0px;
}

#P03-fig02 {
	margin: -10px auto;
	vertical-align:bottom;
	border:0px;
}

#P03-btn-inquiry {
	clear:both;
	margin: 60px auto 60px;
	vertical-align:bottom;
	border:0px;
	text-align:center;
}


/* P04 ################################################################################################# */

.P04-box-620 {
	width : 620px;
	margin: 6px auto 20px;
	padding: 0px;
	text-align: left;
	line-height: 150%;
}

.P04-h4 {
	width : 640px;
	margin: 5px auto 15px;
	background-color: #FFF;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align:left;
	color:#666;
	font-weight: bold;
	font-size:16px;
	text-indent:12px;
	padding: 2px 0px 1px;
}

.P04-h5-red {
	width : 640px;
	margin: 5px auto 15px;
	background-color: #FFF;
	border-bottom: 1px solid #D0121B;
	text-align:left;
	color:#D0121B;
	font-weight: bold;
	font-size:14px;
	text-indent:5px;
	padding: 2px 0px 1px;
}

#P04_fig01 {
	margin:0px auto 10px;
}

#P04_fig02 {
	margin:0px auto 30px;
}


#P04_fig03 {
	margin:0px auto 20px;
}

#P04_fig04 {
	margin:0px auto 20px;
}

#P04_fig05 {
	margin:0px auto 30px;
}

#P04_fig06 {
	margin:0px auto 1px;
}

#P04_fig07 {
	margin:0px auto 1px;
}

#P04_fig08 {
	margin:0px auto 1px;
}

#P04_fig09 {
	margin:0px auto 1px;
}

#P04_fig10 {
	margin:20px auto 30px;
}

#P04_fig11 {
	margin:5
	0px auto 0px;
}

#P04_fig12 {
	margin:20px auto 30px;
}


/* P05 ################################################################################################# */

.P05-box-copy01 {
	width : 640px;
	margin: 6px auto 30px;
	padding: 0px;
	text-align: left;
	line-height:150%;
}

.P05-box-640 {
	width : 640px;
	margin: 6px auto 20px;
	padding: 0px;
	text-align: left;
	overflow:hidden;
}

.P05-box01-L {
	float:left;
	width : 470px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.P05-box01-R {
	float:right;
	width : 160px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

	.P05-box01-R-txt {
		clear:both;
		font-size:10px;
		line-height:110%;
		margin:4px 0px 0px;
	}

	.P05-box01-L-txt {
	clear:both;
	width:440px;
	font-size:12px;
	line-height:135%;
	margin:4px 0px 15px 15px;
	}

	.P05-box01-L-txtR {
	clear:both;
	width:620px;
	font-size:12px;
	line-height:135%;
	margin:4px 0px 15px 15px;
	}


.P05-box02-L {
	float:left;
	width : 320px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.P05-box02-L2 {
	float:left;
	width : 440px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.P05-box02-L3 {
	float:left;
	width : 640px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.P05-box02-R {
	float:right;
	width : 320px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.P05-box02-R2 {
	float:right;
	width : 200px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 1px;
}

.P05-box02-R3 {
	float:right;
	width : 160px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 1px;
}

	.P05-box02-R-txt {
	clear:both;
	font-size:12px;
	line-height:130%;
	margin:4px 15px 0px 15px;
	}

	.P05-box02-R-txt2 {
	clear:both;
	padding:5px 10px 0px;
	width:180px;
	_width:200px;
	font-size:12px;
	line-height:130%;
	margin:0px 0px 0px 0px;
	background-color:#EEE;
	border: 0px solid #f00;
	}

	.P05-box02-R-txt3 {
	clear:both;
	padding:5px 10px 0px;
	width:140px;
	_width:160px;
	font-size:12px;
	line-height:130%;
	margin:0px 0px 0px 0px;
	background-color:#EEE;
	border: 0px solid #f00;
	}

	.P05-box02-L-txt {
	clear:both;
	font-size:12px;
	line-height:130%;
	margin:4px 10px 15px 15px;
	}

.P05-box-inquiry {
	width : 640px;
	margin: 6px auto 20px;
	padding: 0px;
	text-align: center;
	overflow:hidden;
}

.P05-box-inquiry p{
	width:200px;
	margin:10px auto 0px auto;
	padding: 10px;
	text-align: left;
	border:1px solid #999;
}



/* フレーム＆ボタン ***************** */
	.P05-box02-frame-img {
	padding:0px 0px;
	font-size:0px;
	line-height:0px;
	margin:0px 0px 0px 0px;
	border: 0px solid #f00;
	}

	.P05-box02-R-txt2 ul{
	width:142px;
	margin:0px auto;
	padding:0px;
	list-style:none;
	}

	.P05-box02-R-txt2 ul li{
	margin:4px 0px 0px;
	padding:0px;
	}

	.P05-box02-R-txt2 a {
	display:inline-block;
	width:142px;
	height:17px;
	_width:142px;
	_height:22px;
	font-size:12px;
	line-height:110%;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	background: transparent url(../imgs/P05_point02_btn.gif) top left no-repeat;
	}

	.P05-box02-R-txt2 a:hover {
	color:#FFF;
	background: transparent url(../imgs/P05_point02_btn_on.gif) top left no-repeat;
	}

/* フレーム＆ボタン 修正 ***************** */

	.P05-box02-R-txt3 ul{
	width:142px;
	margin:0px auto;
	padding:0px;
	list-style:none;
	}

	.P05-box02-R-txt3 ul li{
	margin:4px 0px 0px;
	padding:0px;
	}

	.P05-box02-R-txt3 a {
	display:inline-block;
	width:142px;
	height:17px;
	_width:142px;
	_height:22px;
	font-size:12px;
	line-height:110%;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	background: transparent url(../imgs/P05_point02_btn.gif) top left no-repeat;
	}

	.P05-box02-R-txt3 a:hover {
	color:#FFF;
	background: transparent url(../imgs/P05_point02_btn_on.gif) top left no-repeat;
	}

/* ********************************* */

.P05-box03-txt {
	clear:both;
	font-size:12px;
	line-height:130%;
	text-align:right;
}

#P05-fig-case {
	margin:-25px auto 0px;
}

#P05-btn-inquiry {
	clear:both;
	margin: 60px auto 20px;
	vertical-align:bottom;
	border:0px;
	text-align:center;
}

.P05-btn-otherADs {
	clear:both;
	margin: 20px auto 50px;
	border:0px;
	text-align:center;
}

.P05-btn-otherADs a {
	font-size:16px;
	color:#F33;
	text-decoration: none;
	padding: 3px 5px;
	border: 3px double #F33;
	font-weight: bold;
}

.P05-btn-otherADs a:hover {
	color:#FFF;
	background-color:#F33;
}

.P05-btn-otherADs2 {
	clear:both;
	margin: 20px auto 50px;
	border:0px;
	text-align:center;
}

a.P05-btn-otherADs2  {
	font-size:16px;
	color:#FFF;
	background-color:#E00;
	text-decoration: none;
	padding: 3px 5px;
	border: 3px double #E00;
	font-weight: bold;
}

a.P05-btn-otherADs2:hover {
	color:#E00;
	background-color:#FFF;
}

a.P05-btn-howto  {
	font-size:16px;
	color:#FFF;
	background-color:#00F;
	text-decoration: none;
	padding: 3px 5px;
	border: 3px double #00F;
	font-weight: bold;
}

a.P05-btn-howto:hover {
	color:#00F;
	background-color:#FFF;
}





/* お申し込み方法 */

.P05-howto-txt01 {
	margin:10px 10px 0px 10px
}

.P05-howto-txt02 {
	margin:10px 10px 0px 10px;
	color: #f0882c;
	font-weight: bold;
	font-size: 14px;
	line-height: 125%;
}

.P05-howto-ul {
	margin:30px 0px 0px 0px;
	list-style:none;
	padding-left:187px;
}

.P05-howto-ul li {
	margin:0px 0px 10px 0px;
	font-size:13px;
	font-weight:bold;
}

.P05-howto-ul li img {
	vertical-align:middle;
	margin:-5px 0px 0px -177px;
	float:left;	
}

/* 配布エリア明細 */

.P05-area-date {
	margin:0px 5px;
	text-align:right;
}

.P05-area-title-txt {
	background: transparent url(../imgs/P00_title_blank.gif) top left no-repeat;
	width : 665px;
	height: 42px;
	margin: 0px 0px 0px 0px;
	padding-top: 20px;
	padding-left:20px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}

.P05-area-table {
	border-collapse:collapse;
	border:0px;
	margin:0px auto;
	border:0px solid #f00;
	width:96%;
}

.P05-area-table th {
	text-align:center;
	color:#FFF;
	font-weight:normal;
}

.P05-area-table-th01 {
	padding:4px 3px 3px;
	background-color:#9f9fa0;
}

.P05-area-table-th02 {
	padding:3px 3px 2px;
	background-color:#7d7d7d;
}

.P05-area-table td {
	padding:3px 3px 2px;
	text-align:center;	
}

.P05-area-table-TR01 {
	border-top:3px solid #FFF;
	background-color:#ddedce;
}

.P05-area-table-TR02 {
	border-top:3px solid #FFF;
	background-color:#cbc6e3;
}

#P05-customerlist-title {
	border:0px solid #999;
	background-color:#999;
	padding: 2px 8px;
	color: #FFF;
	font-size: 16px;
}

#P05-customerlist-body {
	border:2px solid #999;
	background-color:#FFF;
	padding:5px 10px;
}

/* 2011.12.22追加 */

.P05-p-areaname {
	padding:0px;
	margin:30px 0px 5px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height: 110%;
}

.P05-p-areaname-remark {
	padding:0px;
	margin:5px 0px 30px;
	text-align:center;
	font-size:12px;
	line-height: 110%;
}


.P05-h2-pricetitle {
	padding:5px 5px 2px 5px;
	margin:30px 0px 10px;
	text-align:left;
	background-color:#eee;
	border-bottom:1px solid #666;
	font-size:18px;
	font-weight:bold;
	line-height: 110%;
}

.P05-p-pricetitle-exp {
	padding:3px 5px 1px;
	margin:0px 20px 10px;
	text-align:left;
	color: #666;
}

.P05-div-special {
	padding:10px;
	margin:15px 50px 10px;
	text-align:left;
	border:1px dotted #999;
}



/* P06 ################################################################################################# */

.P06-box-640 {
	width : 640px;
	margin: 6px auto 20px;
	padding: 0px;
	text-align: left;
}

#P06_fig03 {
	margin:30px auto 30px;
}

#P06-box-yellow {
	margin: 20px 50px;
	padding: 15px;
	text-align: left;
	background-color: #FFF9A7;
}

#P06-box-yellow ol{
	margin: 0px 0px 0px 15px;
	padding: 15px;
}

#P06-box-yellow ol li{
	margin: 6px 0px 0px 0px;
}


/* P07 ################################################################################################# */

.P07-box-640 {
	width : 640px;
	margin: 5px auto 20px;
	padding: 0px;
	text-align: left;
}

.P07-box-600 {
	width : 600px;
	margin: 5px auto 20px;
	padding: 0px;
	text-align: left;
	line-height: 150%;
}

#P07_fig01 {
	float:right;
	margin:-15px 0px 10px 10px;
}

#P07_fig02 {
	float:right;
	margin:-15px 0px 10px 10px;
}

.P07-txt-inquiry {
	font-size:12px;
	line-height:110%;
	margin: 0px 0px 8px 0px; 
}

/* P10 ################################################################################################# */

.P10-box01 {
	width : 610px;
	margin: 6px auto 20px;
	padding: 0px;
	text-align: left;
	line-height:150%;
}

#P10_fig01 {
	float:right;
	margin:0px -10px 10px 10px;
}

.P10-box02 {
	width : 610px;
	margin: 20px auto 20px;
	padding: 0px;
	text-align: left;
	line-height:150%;
}

.P10-h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
	font-size:18px;
	font-weight:bold;
}

.P10_fig_VS {
	clear:both;
	margin:20px auto 0px 40px;
}

.P10_fig_result {
	clear:both;
	width:415px;
	margin:30px auto 30px 80px;
}

.P10-txt {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

.P10-txt-listing {
	background: transparent url(../imgs/P10_txt_background01R.gif) top left repeat;
	line-height:110%;
	margin: 0px 0px 0px 0px;
	padding: 7px 10px 3px;
	text-align: left;
	font-weight:bold;
	color:#FFF;
	font-size:14px;
	line-height:24px;
	white-space: nowrap;
}

.P10-txt-area {
	background: transparent url(../imgs/P10_txt_background02R.gif) top left repeat;
	line-height:110%;
	margin: 0px 0px 0px 0px;
	padding: 7px 10px 3px;
	text-align: left;
	font-weight:bold;
	color:#FFF;
	font-size:14px;
	line-height:24px;
	white-space: nowrap;
}

.P10-txt-SEM {
	background: transparent url(../imgs/P10_txt_background03R.gif) top left repeat;
	line-height:110%;
	margin: 0px 0px 0px 0px;
	padding: 7px 10px 3px;
	text-align: left;
	font-weight:bold;
	color:#FFF;
	font-size:14px;
	line-height:24px;
	white-space: nowrap;
}

#P10-box-fee {
	width : 315px;
	margin: 30px auto 20px;
	padding: 0px;
	text-align: left;
	line-height:125%;
	font-size: 10px;
}

/* P11 ################################################################################################# */

.P11-box01 {
	width : 610px;
	margin: 6px auto 20px;
	padding: 0px;
	text-align: left;
	line-height:150%;
}

.P11-txt-novelty {
	background: transparent url(../imgs/P10_txt_background03R.gif) top left repeat;
	line-height:110%;
	margin: 0px 0px 0px 0px;
	padding: 7px 10px 3px;
	text-align: left;
	font-weight:bold;
	color:#FFF;
	font-size:14px;
	line-height:24px;
	white-space: nowrap;
}

#P11_fig01 {
	float:right;
	margin:0px 0px 10px 10px;
}

.P11-box02 {
	width : 610px;
	margin: 50px auto 20px;
	padding: 0px;
	text-align: left;
	line-height:150%;
}

#P11-box-btn01 {
	width : 610px;
	margin: 30px auto 0px;
	padding: 0px;
	text-align: center;
	line-height:150%;
}

#P11-box-btn02 {
	width : 610px;
	margin: 10px auto 20px;
	padding: 0px;
	text-align: center;
	line-height:150%;
}

#P11_fig03 {
	display:block;
	margin:10px auto 10px;
}

#P11-box-H3 {
	width : 630px;
	margin: 6px auto 20px;
	padding: 0px;
	text-align: left;
}

	#P11-box-H3 h3 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height:150%;
	color: #094;
	font-weight: bold;
	font-size: 18px;
	}

#P11-box-H3-pink {
	width : 630px;
	margin: 6px auto 20px;
	padding: 0px;
	text-align: left;
}

	#P11-box-H3-pink h3 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height:150%;
	color: #e50060;
	font-weight: bold;
	font-size: 18px;
	}

.P11-box-product {
	width : 630px;
	margin: 6px auto 40px;
	padding: 0px;
}


.P11-txt-inquiry {
	font-size:12px;
	line-height:150%;
	margin: 0px 0px 20px 0px;
	text-align: left;
}

#P11-btn-inquiry {
	width:380px;
	clear:both;
	margin: 60px auto 60px;
	vertical-align:bottom;
	border:0px;
	text-align:center;
}



/* P12 ################################################################################################# */

.P12-box01 {
	width : 610px;
	margin: 6px auto 20px;
	padding: 0px;
	text-align: left;
	line-height:150%;
}

.P12-box02 {
	width : 610px;
	margin: 40px auto 20px;
	padding: 0px;
	text-align: left;
	line-height:150%;
}

.P12-TD-txt00 {
	padding:3px 0px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#444;
}


.P12-TD-txt01 {
	padding:3px 0px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}

.P12-TD-txt02 {
	padding:3px 0px 1px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#444;
}

.P12-TD-txt03 {
	padding:0px 0px;
	text-align:right;
	font-size:10px;
	font-weight:normal;
	color:#444;
	vertical-align:bottom;
}

.P12-h3 {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	text-align: left;
	font-size:18px;
	font-weight:bold;
}

#P12-photo01 {
	float:right;
	margin:0px 0px 0px 0px;
}


.P12-ex01-fig {
	float:right;
	margin:0px 0px 0px 0px;
}

.P12-ex01-txt {
	width:460px;
	margin:5px 0px 0px 0px;
}






/* SUB01 ################################################################################################# */
.SUB-box-520L {
	width : 520px;
	margin: 5px auto 20px;
	padding: 0px;
	text-align: left;
}

.SUB-box-620L {
	width : 620px;
	margin: 5px auto 20px;
	padding: 0px;
	text-align: left;
}

.SUB-company-linktxt {
	color:#666;
	font-size: 10px;
	text-decoration:none;
}

.SUB-company-linktxt:hover {
	color:#F30;
	font-size: 10px;
	text-decoration:underline;
}


/* 求人 ################################################################################################# */

.sub-box-recruit {
	width : 560px;
	margin: 15px auto 20px;
	padding: 0px;
	text-align: left;
}

.recurit-P-subtitle {
	margin: 0px 0px 8px;
	font-weight:bold;
	border-bottom: 1px dotted #999;
	;
}

