@charset "utf-8";

.color-blue {
  color: #0d88b4;
}

 body {
    background: url("../img/back.jpg");/* 両端部分に付ける背景画像 */
    margin: 0px 15%;  /* 外側の余白を、上下はゼロで左右は画面横幅の15％に */
    padding: 0px;  /* 内側の余白をゼロに */
    background-color: white;  /* 本文部分の背景色は白色 */
 }
#wrapper {
  margin-left : auto;
  margin-right : auto;
  width : 1000px;
  background-color: #ffffff;
}

p {
  line-height: 160%;
  letter-spacing: 0.1em;
}

.b {
  font-weight: bold;
}

.clear {
  clear: both;
}

#header {

}

/*　横並びメニュー　*/
#menu {
  width: 900px; 
  background-color : #5c4f74;
  margin: 0 auto;
}

ul {
  margin-left : auto;
  margin-right : auto;
  list-style-type : none;
  width : 900px;
  overflow : hidden;
}

li {
  font-weight : bold;
  text-align : center;
  padding: 0 0;
  width : 150px;
  float : left;
}

a {
  text-decoration : none;
  color : #ffffff;
  background-color :#5c4f74;
  padding-top : 4px;
  padding-bottom : 2px;
  display : block;
}

a:hover {
  background-color : #b1b6dc;
}
/*　終わり横並びメニュー　*/

#container{
  text-align: left;
	width: 916px;
  margin: 20px auto;
	/*border: solid 1px #cef4f4;*/
}

#contents{
	width: 900px;
}

.contents-inner {
  width: 800px;
  margin: 0 auto;
}

.contents-inner h2 {
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}

#contents h1 {
	font-size: 18px;
  font-weight: bold;
	color: #213838;
	letter-spacing: 3px;
	margin-bottom: 14px;
	padding: 10px 13px 8px 20px;
  border-bottom: 3px solid #5c4f74;
  border-left: 10px solid#5c4f74;
	/*background-color: #a5bde8;*/
}

/*　右に画像回り込みで、画像の下にキャプションを入れる　*/
div.image_right {
	float: right;
	padding: 0px 5px 5px 20px;
}
.image_right span {
	display: block;
	font-size: 14px;
	text-align: center;
}
.image_right p {
 margin-top: 20px;
}
/*　/右に画像回り込みで、画像の下にキャプションを入れる　*/

/*　左に画像回り込みで、画像の下にキャプションを入れる　*/
div.image_left{
	float: left;
	padding: 0 20px 5px 15px;
}
.image_left span{
	display: block;
	font-size: x-small;
	text-align: center;
}
.image_left p {
 margin-top: 20px
}
/*　/画像回り込みで、画像の下にキャプションを入れる　*/

.hosoku {
  font-size:16px;
  color:#660000;
}
  
.midasi-sita {
  margin: -10px 0 10px 0px;
  font-size: 16px;
}

.top-setumei {
  margin:10px 10px;
  font-size:16px;
  color: #630;
  line-height: 140%;
}

#footer{  
clear: both;  
width: 100%;  
text-align: center;  
}  
  
#footer p{
  color: #2b1500;    
	margin: 20px auto;  
}  
  
#topnavi{  
position: absolute;  
top: 0;  
left: 0;  
width: 100%;  
padding: 0.5em 0;  
}  
  
#undernavi{  
position: absolute;  
bottom: 0;  
left: 0;  
text-align: right;  
margin-right: 2em;  
width: 100%;  
padding: 0.5em 0;  
}

#footer {
  margin: 0 auto;
  /*border: solid 1px #00F;*/
}

#footerimg {
  display: inline-block;
}

/*  真ん中に配置する　*/

.index_text {
  text-align: center;
}
.index_text p {
  display: inline-block;
  text-align: left;
}

.center1 {
  display: block;
  margin: 10px auto 10px auto;
  margin: 0 auto;
  text-align:center
}

.center2 {
  display: block;
  margin: 20px auto 20px auto;
  text-align: center;
}

/*　左に画像回り込みで　*/
.float_l {
	margin-bottom: 10px;
	margin-right: 20px;
	float: left;
}
.clear{
	clear: both;
}