@charset "UTF-8";

/*基本設定
-----------------------------------------*/
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: url(../img03a/trancepercent.png);
}
li {
list-style: none;
}
a img {
border: none;
}
html {
}
body {
padding: 0;
margin: 0;
position: relative;
font-size: 12px;
color: #000;
line-height: 1.5;
font-family: "Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
background: #fff;
}

p span {font-weight: bold ;
font-size: 15px;
}
a {
color: #be4141;
}
a span{
color: #fff;
font-weight: bold ;
}
a:hover {
color: #AB002D;
}
hr {
margin-top: 20px;
margin-bottom: 10px;
border: none;
height: 0;
overflow: hidden;
border-bottom: 3px dotted #959595;
clear: both;
}
main, header, footer, section, article, figure ,figcaption {
display: block;
}
#container {
background: #dcdcdc;

margin: 0px;
border: 2px solid #959595;
padding: 0px;
height: auto;
}
#main{
width: 1000px;
margin-left: auto;
margin-right: auto;
background-color: #fff;
}



#pageheader {
margin: 0px;
border:1px solid #66f;
background: #fff url(../img/header02.png) no-repeat bottom center;
position: relative;
padding-left:200px;
}
#navigation {
background: #6666ff;
width: 100%;
position: relative;
}
#navigation:after {
content: "";
background: url(../img03a/nav02.png) repeat-x;
position: absolute;
left: 0;
right: 0;
bottom: -56px;
height: 56px;
width: 100%;
}
#navi {
	width:870px;
	height:30px;
	margin:0 auto 0 auto;
	padding-left:120px;
	list-style-type:none;
}
#navi li {
	width:160px;
	height:30px;
	float:left;
	margin-top: 5px;
	margin-right:8px;
	font-size: 13px;
	color: #fff;
	}
#wrap{
background-color: #fff;	
height: 50px;
width: 1000px;
margin-left: auto;
margin-right: auto;
padding: 20px;
position: relative;
word-break=break-all：

	}
#wrap h2{
font-size: 16px;
	color: #000;
float: left;
padding-left:100px;

	}	
#wrap p{
font-size: 13px;
	color: #000;
float: left;
padding-left: 100px;
	}	
#section{
width: 800px;
background: #fff;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding: 30px 35px 0 35px;
position: relative;
border: 1px #000 solid ;
border-spacing: 5px;
min-height: 500px;
}
.article {
padding: 5px;
}
article:first-child {
padding: 0;
}
section:after,
article:after {
content: "";
display: block;
clear: both;
}
main:after {
content: "";
display: block;
width: 100%;
height: 100px;
background: #FFF;
clear: both;
}
.clear {
clear: both;
}}


/*ページの上に戻る
-----------------------------------------*/
#goto-pagetop {
position: fixed;
bottom: 10px;
margin-right: -539px;
right: 50%;
}
#goto-pagetop a {
display: block;
text-indent: -999em;
overflow: hidden;
width: 39px;
height: 105px;
text-decoration: none;
position: relative;
}
#goto-pagetop a:before {
content: url(../img/pagetop2.png);
display: block;
position: absolute;
text-indent: 0;
width: 39px;
height: 105px;
top:0;
left: 0;
}
/*noscript
-----------------------------------------*/
p#noscript {
width: 80%;
padding: 30px;
margin: 0 auto;
color: red;
font-weight: bold;
}

/*ページ送り
-----------------------------------------*/
ol {
background: #FFF;
width: 1000px;
margin-left: auto;
margin-right: auto;
padding: 10px;
text-align: center;
}
ol li {
display: inline-block;
border: 1px solid #B3B3B3;
background: #66f;
color: #fff;
padding: 5px 8px;
font-size: 13px;
}
ol li a {
display: block;
background: #FFF;
color: #000;
padding: 5px 8px;
margin: -5px -8px;
text-decoration: none;
}
ol li a:hover {
background: #000;
color: #DDDDDD;
}/*ベースレイアウト系
-----------------------------------------
-----------------------------------------*/
#main {
padding: 0 0 0 0;
position: relative;
}
main > h1{
margin: 0 0 10px 0;
padding: 15px 20px ;
background: #000;
color: #FFF;
text-align: left;
font-size: 20px;
font-weight: normal;
}
main > h1:before {
content: url(../img/nav_icon1.png);
margin-right: 5px;
}






section:after,
article:after {
content: "";
display: block;
clear: both;
}
main:after {
content: "";
display: block;
width: 100%;
height: 100px;
background: #FFF;
clear: both;
}
.clear {
clear: both;
}
/*フッター
-----------------------------------------*/

#footer {
clear: both;
width: 1002px;

margin-left: auto;
margin-right: auto;
color: #247486;
border:none;
background-color: #c7b299 ;
height: 30px;
padding-right: 100px;
text-align: right;
font-family: Arial,sans-serif;
}

footer small {
display: block;
font-size: 12px;
text-align: right;
}
/* クリアフィックスハック */
.clearfix::after { 
	content:"";
    display:block;
    clear:both;
} 
.clearfix { 
	display: inline-block; 
}
/* Mac版IE除外 \*/
.clearfix { 
	display: block; 