/***********************************************/
/*テキスト　　　　　　　　　　　　　　　       */
/***********************************************/
.text_10  { font-size:10px ;line-height:10px ; margin-top:15px ;}
.text_10_w  { font-size:10px ;padding:7px 10px 7px 5px ;color:#ffffff ;text-align: right;}
.text_10_w2  { font-size:10px ;line-height:14px ;padding-left:20px ;color:#ffffff ;}
.text_12  { font-size:12px ;line-height:20px ; margin-top:0px ;}
.text_12_w  { font-size:12px ;padding:7px 10px 7px 5px ;color:#ffffff ;text-align: left;}
.text_12_g  { font-size:12px ;line-height:14px ;margin-top:0px ;font-family:"MS UI Gothic" ;}
.text_14  { font-size:14px ;line-height:26px ; margin-top:0px ;}
.text_16_m  { font-size:16px ;font-family: 'ＭＳ 明朝' ;line-height:26px ; margin-top:0px ;}
.text_16  { font-size:16px ;line-height:30px ; margin-top:0px ;}

/***********************************************/
/*ヘッダ　　　　　　　　　　　　　　　　       */
/***********************************************/
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #ffffff;
	padding-top: 0px;
	padding-left: 0px;
	font-size:12px;
	line-height:20px ; 
letter-spacing: 0.1em;
	background-repeat: repeat-x;
	font-family: Arial ,"メイリオ" , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

#contents_in {
	width: 900px;
	height: auto;
	background-color: #ffffff;
	margin: 0 auto;
}

	a{
    color:#000000 ;
	text-decoration: none;}

	a:hover{
	text-decoration: underline;
	color:#666666 ;}
	
a:hover img {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}


.foot {
	width: 600px;
	border-top: #36bed8 1px solid;
	margin:30px 0px 0px 0px;
	padding:3px;
	text-align: center;
	font-size: 10px;
	}

/***********************************************/
/*メニュー　　　　　　　　　  　　　　　　     */
/***********************************************/

.album{
width:134px;
height:245px;
background-image:url(images/album.gif);
margin:20px 5px 0px 4px;
padding:30px 12px 0px 12px;
font-size:10px ;
}
	

/***********************************************/
/*TOP　　　　　　　　　  　　　　　　     */
/***********************************************/

.topinfo{
	width:420px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 13px;
	color: #FFFFFF;
	font-size: 12px;
letter-spacing: 0.1em;
	line-height: 18px;
}


ul#news{
    margin:0px;
	padding:6px 0 10px 00px;
	text-align:left ;
    list-style:none;
    width:600px;}

ul#news li{
	list-style:none;
	margin:5px 0px 0px 0px;
	padding:3px 0 5px 20px;
	background:url(images/arrow1.gif) no-repeat 0px;
	border-bottom:1px dashed #E5BA71;
	font-size:12px;
letter-spacing: 0.1em;
}

ul#news a{
    color:#F09000;
	text-decoration: none;}



	
/***********************************************/
/*page　　　　　　　　  　　　　　　     */
/***********************************************/

.box_a {
	width: 600px;

}

/***********************************************/
/*hn　　　　　　　  　　　　　　     */
/***********************************************/


h1 {
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #422f01;
font-size:160%;
font-weight:normal;
top:30px;
left:0px;

}
h1::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;

}


#nav{
	text-align:center;
	position:absolute;
	top:405px;

}
#nav ul{
	margin:0 0 0 auto;
	display:table;
	box-sizing:border-box;
	width:900px;
	background-color:#ece7e7;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	-ms-border-radius:1px;
	border:2px solid #cccccc;
}
#nav ul li{
	display:table-cell;
	text-align:center;
	width:16%;
}
#nav ul li:first-child{
	background:none;
}
#nav ul li a{
	display:block;
	color:#000;
	font-size:14px;
	padding:14px 0;
	text-decoration:none;
}
