@charset "UTF-8";

/* =================================================================================

 Common style of this site 

================================================================================= */

/* /////////////////////////////////////////////////////////////////////////// title style */

#title{
	margin-left:29px;
	margin-bottom:26px;
	border-bottom:1px solid #e5e5e5;
	/*margin-bottom:20px;
	margin-left:20px;
	margin-top:6px;	*/
	padding-top:0px;
	padding-left:20px;
	padding-bottom:5px;
	color:#2f4a5b;
	font-size:153.9%;
	background:url(image/ttl_line.gif) no-repeat left top;
	zoom:1;
}

div.section h2{
	margin-bottom:20px;
}

/* カテゴリトップのh1 */

#index{
	margin-bottom:20px;
	margin-left:20px;
	margin-top:6px;
	padding-left:20px;
	padding-top:3px;
	color:#2f4a5b;
	font-size:184%;
	background:url(image/index_line.gif) no-repeat left top;
}

/* 下線がないh1（ex:ニュースリリース） */

.boxTtl{
	margin-left:20px;
	/display:inline;
}

/* h2 */
h2.sttl {
	background:url(image/sttl_hd.gif) no-repeat top;
	padding-top:4px;
	color:#0077c2;
}

h2.sttl div{
	background:url(image/sttl_mdl.gif) repeat-y;
	padding-top:4px;
	width:620px;
	margin:0 auto;
	}

h2.sttl div span {
	background:url(image/sttl_btm.jpg) no-repeat bottom !important;
	height:32px;
	display:block;
	padding:7px 0px 0px 10px;
	font-size:123.1%;
	font-weight:bold;
}

/* デバイスのタイトル（水色） */

.ttl01{
	margin-top:15px;
	margin-bottom:5px;
	color:#0077c2;
	font-weight:bold;
}

/* 左と下にグレーライン、水色文字の画像 */

.ttl02{
	margin-bottom:5px;
	margin-top:30px;
	padding-bottom:8px;
	border-bottom:1px solid #e5e5e5;
	background:url(image/sttl_line.gif) repeat-y left bottom;
	color:#0077c2;
	padding-left:10px;
	padding-top:5px;
	font-size:116%;
	font-weight:bold;
}


/* デバイスのタイトル（12px相当、ボールド） */

.ttl12b{
	font-size:93%;
	font-weight:bold;
	color:#2f4a5b;
}

	.ttl12b a{
		color:#2f4a5b;
		text-decoration:none;
	}
	
/* デバイスのタイトル（14px相当、ボールド） */

.ttl14b{
	font-size:108%;
	font-weight:bold;
	color:#0077c2;
}

	.ttl14b a,
	.ttl14b a:hover,
	.ttl14b a:visited{
		color:#0077c2;
		text-decoration:none;
	}
	
/* デバイスのタイトル（16px相当、ボールド） */

.ttl16b{
	font-size:123.1%;
	font-weight:bold;
	color:#0077c2;
}

	.ttl16b a,
	.ttl16b a:hover,
	.ttl16b a:visited{
		color:#0077c2;
		text-decoration:none;
	}

	
/* デバイスのタイトル（20px相当、ボールド） */

.ttl20b{
	font-size:153.9%;
	font-weight:bold;
	color:#0077c2;
}

	.ttl20b a,
	.ttl20b a:hover,
	.ttl20b a:visited{
		color:#0077c2;
		text-decoration:none;
	}
	
/* /////////////////////////////////////////////////////////////// 事業所案内 */

div#accessMap{
    margin-top:20px;
    margin-bottom:15px;
    width:620px;
    height:500px;
}

/* /////////////////////////////////////////////////////////////////////////// section style */

div.section{
	margin:0 auto;
	width:620px;
}

div.sectionIn{
	margin:0 auto 25px;
	width:600px;
}

/* /////////////////////////////////////////////////////////////////////////// text style */

/* 本文 */

p.text{
	margin-top:25px;
	margin-bottom:25px;
	text-align:justify;
	text-justify:distribute;
}

/* indent */

p.indent{
	margin-bottom:25px;
	/*
	text-align:justify;
	text-justify:distribute;
	*/
}

.indent span {
	text-indent:2.5em;
	display:block;
}

/* 太字 */
.textBold{
	font-weight:bold;
}


/* 注意事項（※1,※2...形式） */

ul.notesNum li{
	margin-top:1em;
	position:relative;
	padding-left:2.5em;
	zoom:1;
}

	ul.notesNum li span.notesItem{
		position:absolute;
		left:0;
		top:0;
	}

/* 注意事項（※だけ） */

ul.notes li{  
	margin-top:1em;
	margin-left: 0.75em;
	text-indent: -0.75em;
}

/* 均等割付 */

.justify{
	text-align:justify;
	text-justify:distribute;
}

/* 行間 */

p.lh2,
ul.lh2 li,
div.lh2 p{
	line-height:2 !important;
}


/* /////////////////////////////////////////////////////////////////////////// position style */

img.imgR{
	float:right;
	padding-left:30px;
}

img.imgL{
	float:left;
	padding-right:30px;
}

/* /////////////////////////////////////////////////////////////////////////// box style */

/* 1pxのボーダーボックス */

.solidBox{
	padding:15px 10px;
	border:1px solid #e5e5e5;
}

/* カテゴリトップで使用 width:200px */

div.curvy200{
	margin:0 auto;
	padding-bottom:20px;
	width:200px;
	background:url(image/curvy_w200_btm.gif) no-repeat left bottom;
}

	div.curvy200 div.curvyWrap{
		padding-top:15px;
		padding-bottom:0;
		background:url(image/curvy_w200_top.gif) no-repeat left top;
	}
	
	div.curvy200 div.curvyIn{
		padding:0 20px;
		/zoom:1;
		background:url(image/curvy_w200_mdl.gif) repeat-y left top;
	}


/* カテゴリトップで使用 width:220px */

div.curvy220{
	margin:0 auto;
	padding-bottom:15px;
	width:220px;
	background:url(image/curvy_w220_btm.gif) no-repeat left bottom;
}

	div.curvy220 div.curvyWrap{
		padding-top:15px;
		padding-bottom:0;
		background:url(image/curvy_w220_top.gif) no-repeat left top;
	}
	
	div.curvy220 div.curvyIn{
		padding:0 15px;
		/zoom:1;
		background:url(image/curvy_w220_mdl.gif) repeat-y left top;
	}

/* hover */
.boxTargetHover div.curvy220{
	background:url(image/curvy_w220_btm_on.gif) no-repeat left bottom;
}

	.boxTargetHover div.curvy220 div.curvyWrap{
		background:url(image/curvy_w220_top_on.gif) no-repeat left top;
	}
	
	.boxTargetHover div.curvy220 div.curvyIn{
		background:url(image/curvy_w220_mdl_on.gif) repeat-y left top;
	}		

/* カテゴリトップで使用 width:250px */

div.curvy250{
	margin:0 auto;
	padding-bottom:15px;
	width:250px;
	background:url(image/curvy_w250_btm.gif) no-repeat left bottom;
}

	div.curvy250 div.curvyWrap{
		padding-top:15px;
		padding-bottom:0;
		background:url(image/curvy_w250_top.gif) no-repeat left top;
	}
	
	div.curvy250 div.curvyIn{
		padding:0 15px !important;
		/zoom:1;
		background:url(image/curvy_w250_mdl.gif) repeat-y left top;
	}

/* hover */
.boxTargetHover div.curvy250{
	background:url(image/curvy_w250_btm_on.gif) no-repeat left bottom;
}

	.boxTargetHover div.curvy250 div.curvyWrap{
		background:url(image/curvy_w250_top_on.gif) no-repeat left top;
	}
	
	.boxTargetHover div.curvy250 div.curvyIn{
		background:url(image/curvy_w250_mdl_on.gif) repeat-y left top;
	}		

/* カテゴリトップで使用 width:240px */

div.curvy240{
	margin:0 auto;
	padding-bottom:20px;
	width:240px;
	background:url(image/curvy_w240_btm.gif) no-repeat left bottom;
}

	div.curvy240 div.curvyWrap{
		padding-top:15px;
		padding-bottom:0;
		background:url(image/curvy_w240_top.gif) no-repeat left top;
	}
	
	div.curvy240 div.curvyIn{
		padding:0 20px;
		/zoom:1;
		background:url(image/curvy_w240_mdl.gif) repeat-y left top;
	}

/* カテゴリトップで使用 width:280px */

div.curvy280{
	margin:0 auto;
	padding-bottom:20px;
	width:280px;
	background:url(image/curvy_w280_btm.gif) no-repeat left bottom;
}

	div.curvy280 div.curvyWrap{
		padding-top:15px;
		padding-bottom:0;
		background:url(image/curvy_w280_top.gif) no-repeat left top;
	}
	
	div.curvy280 div.curvyIn{
		padding:0 15px;
		/zoom:1;
		background:url(image/curvy_w280_mdl.gif) repeat-y left top;
	}
/* hover */
.boxTargetHover div.curvy280{
	background:url(image/curvy_w280_btm_on.gif) no-repeat left bottom;
}

	.boxTargetHover div.curvy280 div.curvyWrap{
		background:url(image/curvy_w280_top_on.gif) no-repeat left top;
	}
	
	.boxTargetHover div.curvy280 div.curvyIn{
		background:url(image/curvy_w280_mdl_on.gif) repeat-y left top;
	}		

/* CSRトピックスバックナンバーで使用 width:280px */
div.curvy280csr{
	margin:0 auto;
	padding-bottom:15px;
	width:280px;
	background:url(image/curvy_w280_btm.gif) no-repeat left bottom;
}

	div.curvy280csr div.curvyWrap{
		padding-top:15px;
		padding-bottom:0;
		background:url(image/curvy_w280_top.gif) no-repeat left top;
	}
	
	div.curvy280csr div.curvyIn{
		padding:0 10px!important;
		/zoom:1;
		background:url(image/curvy_w280_mdl.gif) repeat-y left top;
	}
/* hover */
.boxTargetHover div.curvy280csr{
	background:url(image/curvy_w280_btm_on.gif) no-repeat left bottom;
}

	.boxTargetHover div.curvy280csr div.curvyWrap{
		background:url(image/curvy_w280_top_on.gif) no-repeat left top;
	}
	
	.boxTargetHover div.curvy280csr div.curvyIn{
		background:url(image/curvy_w280_mdl_on.gif) repeat-y left top;
	}		


/* カテゴリトップで使用 width:325px */

div.curvy325{
	margin:0 auto;
	padding-bottom:15px;
	width:325px;
	background:url(image/curvy_w325_btm.gif) no-repeat left bottom;
}

	div.curvy325 div.curvyWrap{
		padding-top:15px;
		padding-bottom:0;
		background:url(image/curvy_w325_top.gif) no-repeat left top;
	}
	
	div.curvy325 div.curvyIn{
		padding:0 15px;
		/zoom:1;
		background:url(image/curvy_w325_mdl.gif) repeat-y left top;
	}

/* hover */
.boxTargetHover div.curvy325{
	background:url(image/curvy_w325_btm_on.gif) no-repeat left bottom;
}

	.boxTargetHover div.curvy325 div.curvyWrap{
		background:url(image/curvy_w325_top_on.gif) no-repeat left top;
	}
	
	.boxTargetHover div.curvy325 div.curvyIn{
		background:url(image/curvy_w325_mdl_on.gif) repeat-y left top;
	}
	

/* カテゴリトップで使用 width:370px */

div.curvy370{
	margin:0 auto;
	padding-bottom:20px;
	width:370px;
	background:url(image/curvy_w370_btm.gif) no-repeat left bottom;
}

	div.curvy370 div.curvyWrap{
		padding-top:15px;
		padding-bottom:0;
		background:url(image/curvy_w370_top.gif) no-repeat left top;
	}
	
	div.curvy370 div.curvyIn{
		padding:0 20px;
		/zoom:1;
		background:url(image/curvy_w370_mdl.gif) repeat-y left top;
	}

/* hover */
.boxTargetHover div.curvy370{
	background:url(image/curvy_w370_btm_on.gif) no-repeat left bottom;
}

	.boxTargetHover div.curvy370 div.curvyWrap{
		background:url(image/curvy_w370_top_on.gif) no-repeat left top;
	}
	
	.boxTargetHover div.curvy370 div.curvyIn{
		background:url(image/curvy_w370_mdl_on.gif) repeat-y left top;
	}		
	
/* カテゴリトップで使用 width:380px */

div.curvy380{
	margin:0 auto;
	padding-bottom:15px;
	width:380px;
	background:url(image/curvy_w380_btm.gif) no-repeat left bottom;
}

	div.curvy380 div.curvyWrap{
		padding-top:15px;
		padding-bottom:0;
		background:url(image/curvy_w380_top.gif) no-repeat left top;
	}
	
	div.curvy380 div.curvyIn{
		padding:0 15px;
		/zoom:1;
		background:url(image/curvy_w380_mdl.gif) repeat-y left top;
	}

/* hover */
.boxTargetHover div.curvy380{
	background:url(image/curvy_w380_btm_on.gif) no-repeat left bottom;
}

	.boxTargetHover div.curvy380 div.curvyWrap{
		background:url(image/curvy_w380_top_on.gif) no-repeat left top;
	}
	
	.boxTargetHover div.curvy380 div.curvyIn{
		background:url(image/curvy_w380_mdl_on.gif) repeat-y left top;
	}	

/* カテゴリトップで使用 width:400px */

div.curvy400{
	margin:0 auto;
	padding-bottom:15px;
	width:400px;
	background:url(image/curvy_w400_btm.gif) no-repeat left bottom;
}

	div.curvy400 div.curvyWrap{
		padding-top:15px;
		padding-bottom:0;
		background:url(image/curvy_w400_top.gif) no-repeat left top;
	}
	
	div.curvy400 div.curvyIn{
		padding:0 15px !important;
		/zoom:1;
		background:url(image/curvy_w400_mdl.jpg) no-repeat left bottom;
	}

/* hover */
.boxTargetHover div.curvy400{
	background:url(image/curvy_w400_btm_on.gif) no-repeat left bottom;
}

	.boxTargetHover div.curvy400 div.curvyWrap{
		background:url(image/curvy_w400_top_on.gif) no-repeat left top;
	}
	
	.boxTargetHover div.curvy400 div.curvyIn{
		background:url(image/curvy_w400_mdl_on.jpg) repeat-y left bottom;
	}


/* カテゴリトップで使用 width:430px */

div.curvy430{
	margin:0 auto;
	padding-bottom:15px;
	width:430px;
	background:url(image/curvy_w430_btm.gif) no-repeat left bottom;
}

	div.curvy430 div.curvyWrap{
		padding-top:15px;
		padding-bottom:0;
		background:url(image/curvy_w430_top.gif) no-repeat left top;
	}
	
	div.curvy430 div.curvyIn{
		padding:0 15px;
		/zoom:1;
		background:url(image/curvy_w430_mdl.gif) repeat-y left top;
	}

/* hover */
.boxTargetHover div.curvy430{
	background:url(image/curvy_w430_btm_on.gif) no-repeat left bottom;
}

	.boxTargetHover div.curvy430 div.curvyWrap{
		background:url(image/curvy_w430_top_on.gif) no-repeat left top;
	}
	
	.boxTargetHover div.curvy430 div.curvyIn{
		background:url(image/curvy_w430_mdl_on.gif) repeat-y left top;
	}	
	

/* カテゴリトップで使用 width:660px */

div.curvy660{
	margin:0 auto;
	padding-top:15px;
	width:660px;
	background:url(image/curvy_w660_top.gif) no-repeat left top;
}

	div.curvy660 div.curvyWrap{
		padding-bottom:15px;
		background:url(image/curvy_w660_btm.gif) no-repeat left bottom;
	}
	
	div.curvy660 div.curvyIn{
		padding:0 15px;
		/zoom:1;
		background:url(image/curvy_w660_mdl.gif) repeat-y left top;
	}

/* hover */
.boxTargetHover div.curvy660{
	background:url(image/curvy_w660_top_on.gif) no-repeat left top;
}

	.boxTargetHover div.curvy660 div.curvyWrap{
		background:url(image/curvy_w660_btm_on.gif) no-repeat left bottom;
	}
	
	.boxTargetHover div.curvy660 div.curvyIn{
		background:url(image/curvy_w660_mdl_on.gif) repeat-y left top;
	}

/* カテゴリトップで使用 width:940px */

div.curvy940{
	margin:0 auto;
	padding-bottom:15px;
	width:940px;
	background:url(image/curvy_w940s_btm.gif) no-repeat left bottom;
}

	div.curvy940 div.curvyWrap{
		padding-top:15px;
		padding-bottom:30px;
		background:url(image/curvy_w940_top.gif) no-repeat left top;
	}
	
	div.curvy940 div.curvyIn{
		padding:0 15px !important;
		/zoom:1;
		background:url(image/curvy_w940_mdl.gif) repeat-y left bottom;
	}
	





/* padding調整 */

div.curvyIn.pdg10{
	padding:0 10px !important;
}


/* /////////////////////////////////////////////////////////////////////////// list style */

ul.discList li{
	margin-left:1.75em;
	list-style-type:disc;
}

ul.lh2 li{
	margin-top:10px;
}

ul.arrow01 li{
	margin-top:6px;
	padding-left:13px;
	background:url(image/icon/arrow01.gif) no-repeat 6px 0.5em;
}

ul.arrow02 li{
	margin-top:6px;
	padding-left:10px;
	background:url(image/icon/arrow01.gif) no-repeat 2px 0.5em;
}

/* pager */

ul.pager{
	margin:25px auto 0;
	padding:11px 11px 0;
	width:638px;
	border-top:1px solid #e5e5e5;
}
	
	ul.pager li{
		width:304px;
	}
	ul.pager li.prev{
		padding-left:15px;
		float:left;
		background:url(image/icon/arrow_prev.gif) no-repeat left center;
	}

	ul.pager li.next{
		padding-right:15px;
		float:right;
		text-align:right;
		background:url(image/icon/arrow_next.gif) no-repeat right center;
	}

/* ストライプリスト */

ul.stripe{
	margin-top:5px;
}

	ul.stripe li{
		padding:9px 0 0 18px;
		border-bottom:1px solid #e1e1e1;
		background:url(image/icon/square_blue.gif) no-repeat 10px 15px;
	}
	
	ul.stripe li.even{
		background-color:#f5f5f5;
	}
	
	ul.stripe li a{
		text-decoration:none !important;
	}
	
/* /////////////////////////////////////////////////////////////////////////// icon style */

a.arrow01{
	padding-left:13px;
	background:url(image/icon/arrow01.gif) no-repeat 6px 0.5em;
}


a.arrow02{
	padding-left:13px;
	background:url(image/icon/arrow02.gif) no-repeat 6px 0.5em;
	font-weight:bold;
}

a.arrow02n{
	padding-left:13px;
	background:url(image/icon/arrow02.gif) no-repeat 6px 0.5em;
	font-weight:normal;
}

/* /////////////////////////////////////////////////////////////////////////// table style */

/* thとtdの下にボーダー（thが左） */

table.tbl01{
	width:100%;
}

table.tbl01 th,
table.tbl01 td{
	padding:10px 0 7px 6px;
	border-bottom:1px solid #e1e1e1;
}

table.tbl01 th{
	padding:10px 40px 7px 6px;
	font-weight:bold;
}

/* thが青色 */

table.tbl02{
	width:100%;
	border-top:1px solid #e1e1e1;
}

table.tbl02 th{
	background-color:#0077c2;
	color:#FFFFFF;
	white-space:nowrap;
	padding:5px;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	text-align:center;
}

table.tbl02 td{
	padding:5px;
	border-bottom:1px solid #e1e1e1;
	text-align:center;
	border-right:1px solid #e1e1e1;
	}

table.tbl02 td.bd_none{
	border-right:none !important;
	}
	
table.tbl02 .grey {
	background-color:#f5f5f5;
}	

/* thが水色 */

table.tbl03{
	width:100%;
	border-top:1px solid #e1e1e1;
}

table.tbl03 th{
	background-color:#f4f9fc;
	white-space:nowrap;
	padding:5px;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	text-align:center;
}

table.tbl03 td{
	padding:5px;
	border-bottom:1px solid #e1e1e1;
	text-align:center;
	border-right:1px solid #e1e1e1;
	}

table.tbl03 td.bd_none{
	border-right:none !important;
	}
	
table.tbl03 .grey {
	background-color:#f5f5f5;
}	


/* /////////////////////////////////////////////////////////////////////////// error */

div#error{
	border:1px solid #e5e5e5;
	padding:50px;
}

div#error h2{
	font-size:123.1%;
	font-weight:bold;
	margin-bottom:20px;
}

div#error p{
line-height:2;
}