@charset "shift_jis";

/* --------------------------------------------------------------------------

情報ページ専用

-------------------------------------------------------------------------- */

/************************************************
		全体構成
************************************************/
/*コンテンツ領域*/
#contents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/************************************************
		更新日
************************************************/
#contents #update {
	text-align: right;
	font-size: 90%;
	padding-bottom: 3px;
	margin-bottom: 0px !important;
}

/************************************************
		見出し、段落
************************************************/
#contents .in_h1 {
	padding-bottom:4px;
	background: url(../images/h1back.gif) left bottom;
	margin:0 0 0.5em;
}
#contents .in_h1 h1 {
	margin:0px;
	padding:12px 5px 6px 10px;
	color:#FFFFFF;
	background: #2736C0 url(../images/h1back.gif) left top;
	font-size: 120%;
	line-height: 130%;
}

#contents .in_h2 {
	padding-bottom:6px;
	background: url(../images/h2haikei.gif) left bottom;
	margin:0 0 0.5em;
}
#contents .in_h2 h2 {
	margin:0px;
	padding:11px 8px 1px;
	color:#333333;
	background: #F5F5F5 url(../images/h2haikei.gif) left top;
	font-size: 115%;
	line-height: 130%;
}

#contents .in_h3 {
	padding-bottom:5px;
	background: url(../images/h3haikei.gif) left bottom;
	margin:0 0 0.5em;
}
#contents .in_h3 h3 {
	margin:0px;
	padding:4px 5px 0px 14px;
	color:#395899;
	background: #FFFFFF url(../images/h3haikei.gif) left top;
	font-size: 115%;
	line-height: 130%;
}


#contents .in_h4 {
	background: url(../images/h4cap.gif) no-repeat 0px 4px;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	padding-left: 14px;
	margin-bottom: 0.1em;
}

#contents p {
	margin:0 0 1.5em;
}

/************************************************
		MARGIN
************************************************/
.margin_bottom0 {
	margin-bottom: 0px !important;
}
.margin_bottom5 {
	margin-bottom: 5px !important;
}
.margin_bottom10 {
	margin-bottom: 10px !important;
}
.margin_bottom15 {
	margin-bottom: 15px !important;
}
.margin_bottom20 {
	margin-bottom: 20px !important;
}
.margin_bottom25 {
	margin-bottom: 25px !important;
}
.margin_bottom30 {
	margin-bottom: 30px !important;
}
.margin_bottom40 {
	margin-bottom: 40px !important;
}

.margin_top0 {
	margin-top: 0px !important;
}
.margin_top5 {
	margin-top: 5px !important;
}
.margin_top10 {
	margin-top: 10px !important;
}
.margin_top15 {
	margin-top: 15px !important;
}
.margin_top20 {
	margin-top: 20px !important;
}
.margin_top25 {
	margin-top: 25px !important;
}
.margin_top30 {
	margin-top: 30px !important;
}
.margin_top40 {
	margin-top: 40px !important;
}
.margin_top50 {
	margin-top: 50px !important;
}
.margin_left0 {
	margin-left: 0px !important;
}
.margin_left5 {
	margin-left: 5px !important;
}
.margin_left10 {
	margin-left: 10px !important;
}
.margin_left15 {
	margin-left: 15px !important;
}
.margin_left20 {
	margin-left: 20px !important;
}
.margin_left25 {
	margin-left: 25px !important;
}
.margin_left30 {
	margin-left: 30px !important;
}
.margin_left40 {
	margin-left: 40px !important;
}

/************************************************
		ul、ol
************************************************/
.ul_set01 {
	margin-bottom: 1.5em;
	margin-left: 5px;
}
.ul_set01 li {
	background: url(../images/arrow_circle.gif) no-repeat 1px 4px;
	padding-left: 15px;
	margin-bottom: 4px;
}

.ul_set02 {
	margin-bottom: 1.5em;
	margin-left: 10px;
	list-style-type: none;
}
.ul_set02 li {
	margin-bottom: 4px;
	background-image: url(../images/icon_disc.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding-left: 14px;
}

.ol_set01 {
	margin-bottom: 1.5em;
	margin-left: 30px;
	list-style: decimal;
}
.ol_set01 li {
	margin-bottom: 4px;
}

.one_open {
	list-style: none;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 1.5em;
}
.one_open li {
	margin-bottom: 4px;
}

.open1_5 {
	list-style: none;
	text-indent: -1.5em;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.open1_5 li {
	margin-bottom: 4px;
}

.open2_5 {
	list-style: none;
	text-indent: -2.5em;
	margin-left: 2.5em;
	margin-bottom: 1.5em;
}
.open2_5 li {
	margin-bottom: 4px;
}


/*横並びリスト4列*/
ul.yoko_4column {
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 1.5em;
}
ul.yoko_4column li {
	background-image: url(../images/arrow_circle.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 16px;
	float: left;
	margin-right: 30px;
	width: 170px;
	margin-bottom: 5px;
}

/*横並びリスト3列*/
ul.yoko_3column {
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 1.5em;
}
ul.yoko_3column li {
	background-image: url(../images/arrow_circle.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 16px;
	float: left;
	margin-right: 30px;
	width: 240px;
	margin-bottom: 5px;
}


/************************************************
		dl
************************************************/
dl.dl_list01 dd div {
	display:inline-block;
}
dl.dl_list01 {
	border-bottom:1px solid #CCCCCC;
	margin-bottom: 1.5em;
}
dl.dl_list01 dt {
	float:left;
	width:9em;
	border-top:1px solid #CCCCCC;
	padding-top:7px;
	padding-bottom:0;
	padding-right:0px;
}
dl.dl_list01 dd {
	margin-left:9em;
	border-top:1px solid #CCCCCC;
	padding: 7px 10px 7px 20px;
}
dl.dl_list01 dt .dt_line {
	border-left: 4px solid #FF6600;
	padding-left: 5px;
	font-weight: bold;
}

/*シンプルパターン*/
.dl_list02 {
	margin-bottom: 1.5em;
}

dl.dl_list02 dt {
	clear: left;
	float: left;
	width: 6em;
	padding: 10px 0.5em;
}

dl.dl_list02 dd {
	margin-left: 0;
	padding: 10px 0.5em 10px 7em;
}



/************************************************
		テーブル
************************************************/
table.table_01 {
	border: 1px solid #999999;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.5em;
}
table.table_01 th {
	padding: 5px;
	background: #CFE7B3;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	border-top: 0 solid #999999;
	border-right: 0 solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
table.table_01 td {
	padding: 5px;
	border-top: 0 solid #999999;
	border-right: 0 solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}


table.table_02 {
	border: 1px solid #999999;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.5em;
}
table.table_02 th {
	padding: 5px;
	background: #CFE7B3;
	font-weight: bold;
	line-height: 120%;
	border-top: 0 solid #999999;
	border-right: 0 solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: left;
}
table.table_02 td {
	padding: 5px;
	border-top: 0 solid #999999;
	border-right: 0 solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}


.tdcolor_01 {
	background: #F0F9E4;
	font-weight: bold;
}
.td_center {
	text-align: center;
}
.td_right {
	text-align: right;
}

/*色合い変更対応*/
.tdcolor_red {
	background: #FAE2E2;
}
.tdcolor_blue {
	background: #E2F0FA;
}
.tdcolor_magenta {
	background: #F0DDF9;
}
.tdcolor_orange {
	background: #FBE7CC;
}
.tdcolor_yellow {
	background: #F9FBB9;
}
.tdcolor_gray {
	background: #E6E6E6;
}


/*ボーダーなし*/
.table_noline {
	margin-bottom: 1.5em;
}
.table_noline th ,
.table_noline td {
	padding: 5px;
	text-align:left;
	vertical-align: top;
}
.table_noline th {
	white-space: nowrap;
}




/************************************************
		画像
************************************************/
.right_pic img {
	float: right;
	margin-left: 20px;
	margin-bottom: 1.5em;
	display: inline;
}
.left_pic img {
	float: left;
	margin-right: 20px;
	margin-bottom: 1.5em;
	display: inline;
}
.left_area {
	float: left;
}
/************************************************
		画像　横並び２列
************************************************/
.pic2 {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.pic2_left {
	float: left;
	width: 320px;
}
.pic2_right {
	float: right;
	width: 320px;
}

/************************************************
		画像　横並び３列
************************************************/
.pic3 {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
.pic3_left {
	float: left;
	width: 240px;
}
.pic3_center {
	float: left;
	margin-left: 20px;
	width: 240px;
}
.pic3_right {
	float: right;
	width: 240px;
}
/************************************************
		特殊テキスト
************************************************/
.text_red {
	color: #FF0000;
}
.text_bold {
	font-weight: bold;
}
.text_small {
	font-size: 80%;	/*12px相当*/
}
.text_large {
	font-size: 130%;
}
.text_exlarge {
	font-size: 160%;
}

/************************************************
		特殊テキスト 色合い変更対応
************************************************/
.font_black {
	color: #000000;
}
.font_red {
	color: #FF0000;
}
.font_green {
	color: #009966;
}
.font_blue {
	color: #0000FF;
}
.font_yellow {
	color: #FFFF00;
}
.font_magenta {
	color: #FF00FF;
}
.font_orange {
	color: #FF6600;
}

/************************************************
		GoogleMap
************************************************/
.gmap {
	background: #CCCCCC;
	margin: 0px auto 1.5em;
	padding: 5px;
	width: 600px;
}

/************************************************
		フロート配置
************************************************/
.float_left {
	float:left;
}
.float_right {
	float:right;
}

.width_100 {
	width: 100px;
}
.width_120 {
	width: 120px;
}
.width_140 {
	width: 140px;
}
.width_160 {
	width: 160px;
}
.width_180 {
	width: 180px;
}

.width_200 {
	width: 200px;
}
.width_220 {
	width: 220px;
}
.width_240 {
	width: 240px;
}
.width_260 {
	width: 260px;
}
.width_280 {
	width: 280px;
}

.width_300 {
	width: 300px;
}
.width_320 {
	width: 320px;
}
.width_340 {
	width: 340px;
}
.width_360 {
	width: 360px;
}
.width_380 {
	width: 380px;
}

.width_400 {
	width: 400px;
}
.width_420 {
	width: 420px;
}
.width_440 {
	width: 440px;
}
.width_460 {
	width: 460px;
}
.width_480 {
	width: 480px;
}

.width_500 {
	width: 500px;
}
.width_520 {
	width: 520px;
}
.width_540 {
	width: 540px;
}
.width_560 {
	width: 560px;
}
.width_580 {
	width: 580px;
}

.width_600 {
	width: 600px;
}
.width_620 {
	width: 620px;
}
.width_640 {
	width: 640px;
}
.width_660 {
	width: 660px;
}
.width_680 {
	width: 680px;
}

.width_700 {
	width: 700px;
}
.width_720 {
	width: 720px;
}
.width_740 {
	width: 740px;
}
.width_760 {
	width: 760px;
}
.width_780 {
	width: 780px;
}

.width_800 {
	width: 800px;
}
.width_820 {
	width: 820px;
}
.width_840 {
	width: 840px;
}
.width_860 {
	width: 860px;
}
.width_880 {
	width: 880px;
}

.width_center {
	margin-left: auto;
	margin-right: auto;
}

/************************************************
		Ｑ＆Ａ
************************************************/
dl.qa_answer {
	padding: 0px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
dl.qa_answer dt {
	padding-left: 60px;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FF6600;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9CDEC;
	background-color: #FEFCEC;
	background-image: url(../images/qa_q.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}
dl.qa_answer dd {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 60px;
	background-image: url(../images/qa_a.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}
