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

*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	background: #fffeef;
	color: #333333;
	line-height: 1em;
	vertical-align:baseline;
}

h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	line-height: 100%;
	font-weight: normal;
}
em {
	font-style:normal;
	font-weight: bold;
	color: #333333;
}
table {
	border-collapse: collapse;
	width: 100%;
	margin: 0px 0px 10px 0px;
	line-height: 130%;
}
table, th, td {
	border: #dddddd 1px solid;
	padding: 5px 3px 3px 5px;
}
th {
	background: #f7fde5;
	font-weight: normal;
}
.box-l {
	float: left;
}
.box-r {
	float: right;
}
#content ul {
	margin: 0px 0px 0px 20px;
}
#content ol {
	margin: 0px 0px 0px 25px;
}
#content ol li{
	margin: 0px;
	list-style: decimal;
}
#content ul li {
	margin: 0px;
	list-style: disc;
}


/*floatクリア設定
--------------------------------------------------------------------*/
.clearfix:after, #header:after, #summaryTop:after, .summary:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix, #header, #summaryTop, .summary {
	display: inline-block;
}
/*Hides from IE-mac |*/
* html .clearfix, * html #header, * html #summaryTop, * html .summary { height:1%;}
.clearfix, #header, #summaryTop, .summary {display:block;}
/* End hide from IE-mac*/



/*リンク設定
--------------------------------------------------------------------*/
#linkPagetop {
	width: 150px;
	float: right;
}
#linkPagetop a, #linkPagetop a:link, #linkPagetop a:visited {
}
#linkPagetop a:hover {
}
#links {
	width:700px;
	margin: 20px 0px 0px 0px;
	float: left;
	font-size: 95%;
}
#links a, #links a:link, #links a:visited {
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 10px;
	background: url(../images/common/arrow_blue.png) left center no-repeat;
	text-decoration: none;
	color: #333333;
}
#links a:hover {
	color: #005ecc;
}


/*ヘッタエリア設定
--------------------------------------------------------------------*/
#headerWrap {
	height: 100px;
	background: url(../images/common/img_navback.png) bottom repeat-x;
}
#header {
	width: 900px;
	margin: 0px auto;
}
#header h1 {
	width: 104px;
	float: left;
}
#header p {
	font-size: 75%;
	position: absolute;
	top: 15px;
	left: -10px;
}
#header .box-r {
	width: 796px;
    position: relative;
}


/*ナビゲーション設定
--------------------------------------------------------------------*/
/*プルダウンメニュー
--------------------------------------------------------------------*/
ul#navGlobal {
	width: 768px;
	position: absolute;
	top: 38px;
	right: 0px;
}
ul#navGlobal li {
    float:left;
	list-style: none;
}
ul#navGlobal li + li {
	margin-left: 2px;
}
ul#navGlobal li a {
	width: 152px;
    display:block;
    text-decoration:none;
}



/*コンテンツエリア設定
--------------------------------------------------------------------*/
#contentWrap {
	margin-top: 30px;
	background: url(../images/common/img_contents_back.png) center repeat-y;
}
#content {
	padding: 5px 0px 80px 0px;
	background: url(../images/common/img_contents_top.png) top center no-repeat;
	font-size: 95%;
	line-height: 1.7em;
}
#summaryTop {
	margin: 0px auto 0px auto;
}
#summaryTop h2 {
	margin: 0px 0px 45px 0px;
	padding: 60px 0px 21px 0px;
	background: url(../images/common/title_pageback.png) bottom center no-repeat;
	text-align: center;
}
#summaryTop p, .summary {
	margin: 0px auto;
	width: 900px;
}
#summaryTop + .summary {
	margin-top: 50px;
}
#summaryTop p + p, #content .summary p + p {
	margin-top: 20px;
}
#content .text-c {
	text-align: center;
	line-height: 1.7em;
}
#content .font-l {
	font-size: 130%;
}
#content .font-s {
	font-size: 80%;
}


/*フッタエリア設定
--------------------------------------------------------------------*/
#footerWrap {
}
#navFooter {
	margin: 0px auto;
	padding: 0px 0px 15px 0px;
	background: url(../images/common/img_footerback.png) center top no-repeat;
}
#footer {
	margin: 18px auto 0px auto;
	padding: 0px 0px 30px 0px;
	width: 900px;
}
address {
	font-size: 90%;
	font-style:normal;
	float: left;
}
#link {
	font-size: 75%;
	text-align: right;
}
#link a, #link a:link, #link a:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	color: #333333;
}
#link a:hover {
	color: #005ecc;
}
#copyright {
	margin: 8px auto 0px auto;
	padding: 10px 0px 0px 0px;
	width: 900px;
	border-top: 2px solid #eeeddf;
	text-align: right;
	font-size: 75%;
}