﻿@charset "utf-8";
/* CSS Document */




#contents_area{
	width: 85%;
	margin: 10px auto;
}

h1{
	padding: 15px 30px;
	font-size: 1.3em;
	letter-spacing: 0.08em;
	text-align: left;
	color: #333;
	background: url("../img/common/bg_h1.gif") repeat-x bottom left;
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
}


#date{
	color: #fff;
	float: right;
	text-align: left;
	margin: 20px 0;
	padding: 5px 1em;
	background: #ca3e86;
}


/* 編集可能領域内スタイル */

.wrapper{
	clear: both;
}
.wrapper h1{
  margin-top: 20px;
  background: #44546A;
  color: #fff;
  font-size: 1.6em;
  margin-bottom: 10px;
  padding: 1rem 0;
padding-left:2rem;


}
.wrapper h2{
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  overflow: hidden;
  background: #cfe2fa;
  font-size: 110%;
  padding: 10px 15px 13px;
  margin-bottom: 10px;


}

h2.aaa{
	background-color: #fbe5d6;
}
h2.bbb{
	background-color: #fff2cc;
}

h2.ccc{
	background-color: #e2f0d9;
}
h2.closed{
	text-align:center;
	  margin-top: 20px;
	  line-height: 1.2;
	  background: #cfe2fa;
	  font-size: 110%;
	  padding: 10px 15px 13px;
	  margin-left: 30px;
	  margin-bottom: 10px;

}


.wrapper h4 {
  position: relative;
  padding: 0.5em;
  background: #346EAE;
  color: white;
  font-size: 130%;
  margin-bottom: 15px;
letter-spacing:3px;
}

.wrapper h4::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.wrapper h5 {
  position: relative;
  padding: 0.5em;
  background: #666769;
  color: white;
  font-size: 130%;
  margin-bottom: 15px;
letter-spacing:3px;
}

.wrapper h5::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

.wrapper .small {
  padding: 0.5em;
  background: #346EAE;
  color: white;
  font-size: 90%;

}

.wrapper .small_end {
  padding: 0.5em;
  background: #666769;
  color: white;
  font-size: 90%;

}
/*
.wrapper h4{
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  overflow: hidden;
  background: #346EAE;
  color: #fff;
  font-size: 110%;
  padding: 10px 15px 13px;


}
*/


.wrapper img{
  width: 100%;
  text-align: center;

}

/*
.wrapper h2{
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 30px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.08em;
	border-top: 2px solid #024a9a;
	border-bottom: 1px solid #024a9a;
	background : url(/img/common/bg_h2.gif) left top / auto auto no-repeat scroll padding-box border-box transparent;
}
.wrapper h4{
	clear: both;
	margin-left: 20px;
	padding: 10px 10px 10px 20px;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.08em;
}
*/
.wrapper h3{
	clear: both;
	margin-left: 10px;
	padding: 10px 10px 10px 20px;
	font-size: 1.18em;
	font-weight: bold;
	letter-spacing: 0.08em;
	background : url(/img/common/bg_h3.gif) 0px 15px / auto auto no-repeat scroll padding-box border-box transparent;
}





.wrapper h6{
	clear: both;
	margin-left: 20px;
	padding: 10px 10px 10px 10px;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.08em;
}

.wrapper p{
	margin: 0 30px 10px;
}

.wrapper ul{
	clear: both;
	margin-right: 60px;
	margin-left: 60px;
	/*list-style: none;*/
	list-style-image: url("../img/common/arrow_li.gif");
}

.wrapper ul li{
	margin-bottom: 10px;
	/*padding-left: 1.5em;*/
	/*background:url("../img/common/arrow_li.gif") no-repeat 0 5px;*/
}

.wrapper ol{
	margin-right: 60px;
	margin-left: 60px;
	list-style-position: outside;
}

.wrapper ol li{
	margin-bottom: 10px;
}


.wrapper dl{
	margin-left: 30px;
}

.wrapper dl dt{
	font-weight: bold;
	letter-spacing: 0.08em;
}

.wrapper dl dd {
	/*margin-left: 10px;*/
}

.wrapper address {

}

.wrapper blockquote{
	margin: 0 20px;
}


.wrapper blockquote{
	margin: 0 20px;
}

.wrapper table{
	margin: 0 30px 10px;
	padding: 0;
}


.wrapper table tr {
}

.wrapper table tr td {
}

/* 定義リスト　dd横並び */
.wrapper dl.ddfloat01{
	margin-left: 30px;
}

.wrapper dl.ddfloat01 dt{
	font-weight: bold;
	clear: both;
	line-height: 3em;
	padding-top: 20px;
	margin-bottom: 5px;
}

.wrapper dl.ddfloat01 dd{
	float: left;
	margin-left: 20px;
	padding-left: 1.2em;
	background:url("../img/top/arrow_annai.gif") no-repeat 0 50%;
}

/* 記号付きリスト　li横並び */

.lifloat01{
	clear: both;
}

.lifloat01 li{
	float: left;
	margin-right: 50px;
}

/* 表組レイアウト　*/

.listStyleBox{
	margin:30px auto;
}

table.listStyle{
	width:92%;
border-collapse:collapse;
border:1px solid #999999;
}

th.colStyle{
	border:1px solid #999999;
background-color:#cbe3ff;
padding:3px;
font-weight:normal;
}

th.rowStyle{
/*width:18%;*/
border:1px solid #999999;
background-color:#feffe1;
padding:3px;
font-weight:normal;
}

td.noStyle{
	border:1px solid #999999;
background-color:#ffffff;
padding:3px;
font-weight:normal;
}

caption.listTitle{
	font-size:1.1em;
font-weight:bold;
color:#885900;
margin-top:5px;
margin-bottom:3px;
text-align:left;
}

/* up to here */

/* 画像横並び　*/

.horizonImage{
	width:100%;
overflow:hidden;
}

.horizonImage p{
	float: left;
text-align: center;
font-size: 0.8em;
line-height:1.5em;
margin-bottom:30px;
}

/* up to here */

/* バナー一覧 */

#banner_table{
	width: 100%;
	margin:0px;
}

#banner_table td{
	width: 25%;
	height: 150px;
	text-align: center;
}




