@charset "UTF-8";
/* CSS Document */

/*--------------header_typeA
タイプA型のヘッダー要素です。
---------------------------*/
#header_typeA{
	font-family: serif;
}
#header_wrap_typeA{
	height: 100px;
	background: url(../images/header_back_typeA.png);
	background-repeat: repeat-x;
	position: relative;
	box-shadow: 5px 5px rgba(0,0,0,0,0.5);
	z-index: 1000;
}
.header_logo_typeA{
	position: absolute;
	top:0;
	left: 0;
	z-index: 1001;
}
.header_inner_typeA{
	width: 940px;
	margin: 0 auto;
	position: relative;
}
.header_inner_typeA h1{
	font-size: 10px;
}
.header_inner_row1_typeA{
	float: right;
	height: 35px;
	padding-top: 15px;
	color: #fff;
	font-size: 13px;
	width: 660px;
}
.header_inner_row2_typeA{
	float: right;
	width: 680px;
	height: 35px;
	padding-top: 15px;
}
#header_nav_typeA{
	float: left;
}
#header_nav_typeA ul li{
	float: left;
	border-right: 1px solid #c9bca5;
	color: #635849;
	font-family: serif;
	font-size: 16px;
}
#header_nav_typeA ul li a{
	text-decoration: none;
	color: #635849;
	display: block;
	padding: 0 20px;
}
#header_nav_typeA ul li a:hover{
	opacity: 0.8;
}
.topimage_typeA{
	height: 450px;
	width: 100%;
	background: #c3c3c3;
}
.topimage_inner_typeA{
	width: 940px;
	margin: 0 auto;
	text-align: right;
}
/*-------------------article
---------------------------*/
article{
	background-image: url(../images/back.png);
	padding:20px 0 0;
}
.box_type001{
	background-image: url(../images/back2.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 238px;
	padding-top: 50px;
	color: #fff;
	font-family: serif;
	text-align: center;
}
.midashi1{
	
	padding: 20px 0;
}
table{
	width: 100%;
}
td{border:1px solid #ccc;padding: 10px;}
/*-------------------aside
---------------------------*/
aside{
	
}
/*-------------------footer
---------------------------*/
footer{
	width: 100%;
	height: 200px;
	background-color: #333;
	color: #fff;
}
footer nav ul li{
	float: left;
	padding:0 15px 0 0;
}
footer nav ul li a{
	text-decoration: none;
	color: #fff;
}
small{font-size: 12px;}

/*---スムーズスクロールの戻るボタン
---------------------------*/
.back_top{
	width: 90px;
	height: 15px;
	background-image: url(/images/yajirushi_top.svg);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-color: #fff;
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
	float: right;
	-moz-box-shadow: 0 0 3px #e7e7e7;
	box-shadow: 0 0 3px #e7e7e7;
}
.back_top a{
	text-decoration: none;
}

.top_btn_event a{
	color: #fff;
	text-decoration: none;
}


