@charset "UTF-8";

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


a {
color: #0033ff;
}a span{
color: #fff;
font-weight: bold ;
}
a:hover {
color: #C90059;
}
hr {
border: none;
height: 0;
overflow: hidden;
border-bottom: 1px dotted #959595;
clear: both;
}
main, header, footer, section, article, figure ,figcaption {
display: block;
}

#wrapper {
width: 1000px;
margin: 0 auto;
/*border-collapse: separate;
border-spacing: 2px 0;*/
}
body > header:after,
body > #wrapper:after {
content: "";
display: block;
clear: both;
height: 0;
width: 0;
}
#container {
background: #fff;
margin:20px 30px;
border: 2px solid #959595;
padding: 0px;
height: auto;
}

#mainContent {
width: 900px;
padding-top: 10px;
float: left;
}



#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:140px;
	height:30px;
	float:left;
	margin-top: 5px;
	margin-right:8px;
	font-size: 13px;
	color: #fff;
	}
	



	

#title .copy {
	float:right;
	padding-top:3px;
	line-height:1.5em;
	vertical-align:bottom;
	font-size:12px;
	text-align:right;
}

/*フッター
-----------------------------------------*/
#footer {
clear: both;
width: 900px;
margin-right: auto;
margin-left:auto;
padding: 25px 25px 75px 25px;
background: #c7b299;
color: #247486;
font-family: Arial,sans-serif;
}
#footer small {
display: block;
font-size: 12px;
text-align: right;
}
/*noscript
-----------------------------------------*/
#noscript {
width: 80%;
padding: 30px;
margin: 0 auto;
color: red;
font-weight: bold;
}



-----------------------------------------*/



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

/*noscript
-----------------------------------------*/
#noscript {
width: 80%;
padding: 30px;
margin: 0 auto;
color: red;
font-weight: bold;
}


/*-----------------------------------------*/
#main {
padding: 0 0 0 0;
position: relative;
}
#main > h1{
margin: 0 0 10px 0;
padding: 15px 170px ;
background: #c90059;
color: #FFF;
text-align: left;
font-size: 16px;
font-weight:bold;

}
#main > h1:before {
content: url(../img/nav_icon1.png);
margin-right: 5px;
margin-right: 5px;
}
#section {
width: 800px;
margin-left: auto;
margin-right: auto;
padding: 20px 35px 0 35px;
position: relative;
background: #fff;
min-height: 1800px;

}
#section h3 {
border: 0 solid #247486;
border-top-width: 1px;
border-bottom-width: 1px;
margin: 0 0 20px;
padding: 5px 10px 5px 25px;
width: 100%;
font-weight: strong;
position: relative;
}
#section p{
font-weight: normal;
font-size: 12px;
	line-height:1.5em;

	}
.article {
padding: 10px 0 0;
float: left;
}

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;
}



/*画像
-----------------------------------------*/
main img {
vertical-align: bottom;
}

/* 文章＋画像設定<d
-----------------------------------------*/

/*普通のリスト
-----------------------------------------*/
main ul {
margin: 0 0 0 1em;
}
main ul li {
margin: 0 0 6px 0;
}
main ul li:before {
content: "・";
margin-left: -1em;
}


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


