@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 {
border: none;
height: 0;
overflow: hidden;
border-bottom: 1px dotted #959595;
clear: both;
}
main, header, footer, section, article, figure ,figcaption {
display: block;
}
#container {
background: #fff;
margin:20px 30px;
border: 2px solid #959595;
padding: 0px;
height: auto;
}
#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{
	background-color: #fff;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	}
#footer {
width: 1002px;
margin-left: auto;
	margin-right: auto;
	color: #247486;
border:none;
background-color: #c7b299 ;
height: 30px;padding-left: 100px;

}
table     { width: 600px; height: auto; border-collapse: separate; 
margin-left: auto;
 line-height: 0.1em;
margin-right: auto;
margin-bottom: 20px; 
border: #333 1px solid ;
}

.design1     { color: #006efa; 
font-weight: normal; 
font-size: 14px;
 line-height: 1.6em;
  text-align: left; 
  letter-spacing: 0.1em; 
  width: 800px; table-layout: fixed  }

.kerning  { letter-spacing: 1.1em }
.design1 th      { color: #000; font-weight: bold; font-size: 14px; background-color: #999999;
 text-align: center;
  letter-spacing: 0.3em;
  line-height: 1.4em; 
   3px; width: 120px }
.design1 th span, .design2 th span   { color: #336633; text-align: center }
.design1 td     { 
color: #333; 
font-weight: normal; 
font-size: 12px; 
background-color: #f4f3f1; 
text-align: left; letter-spacing: 0.1em; 
padding-left: 5px;  ;
padding-top: 8px;
padding-bottom: 8px;
p}

/*フッター
-----------------------------------------*/

/* クリアフィックスハック */
.clearfix::after { 
	content:"";
    display:block;
    clear:both;
} 
.clearfix { 
	display: inline-block; 
}
/* Mac版IE除外 \*/
.clearfix { 
	display: block; 