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

* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #f8f5e7 url(../images/img_siteback.png) top repeat-x;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 100%;
	color: #333333;
	line-height: 100%;
	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;
	font-size: 100%;
	line-height: 130%;
}
table, th, td {
	border: #cccccc 1px solid;
	padding: 5px 3px 3px 5px;
}
th {
	font-weight: normal;
}
#content ul {
	margin: 0px 0px 0px 20px;
}
#content ol {
	margin: 0px 0px 0px 25px;
}
#content ol li{
	list-style: decimal;
}
#content ul li {
	list-style: disc;
}

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



/*コンテンツ内リンク設定
--------------------------------------------------------------------*/
.linkPagetop {
	text-align: right;
}
.linkPagetop a, .linkPagetop a:link, .linkPagetop a:visited {
	text-decoration: none;
	color: #333333;
}
.linkPagetop a:hover {
	text-decoration: underline;
	color: #ff6600;
}


/*ナビゲーション設定
--------------------------------------------------------------------*/

/*プルダウンメニュー
--------------------------------------------------------------------*/
ul#navGlobal {
	padding: 0px 0px 10px 11px;
    position: relative;
	z-index: 3;
}
ul#navGlobal li{
    float:left;
    position: relative;
	list-style: none;
	margin:0px 2px 0px 0px;
	text-align: left;
	font-size:14px;
}
ul#navGlobal li a{
	width: 192px;
    display:block;
    text-decoration:none;
    position: relative;
	z-index: 4;
}
ul#navGlobal li ul.sub li{
    float:none;
}
ul#navGlobal li ul.sub li a{
	width: 172px;
	background-color: #d6ebff;
	background-image: url(../images/arrow_blue_off.png);
	background-position: 5px center;
	background-repeat:no-repeat;
	padding: 8px 0px 6px 20px;
	color: #333333;
	border-bottom: 1px solid #ffffff;
	line-height: 1;
}
ul#navGlobal li ul.sub li a:hover{
    background-color:#add6ff;
	background-image: url(../images/arrow_blue_on.png);
	color: #333333;
}
ul#navGlobal {
    zoom:1;
}
ul#navGlobal:after {
    height:0;
    visibility:hidden;
    content:".";
    display:block;
    clear:both;
}
ul#navGlobal li ul.sub{
    display:none;
	position: absolute;
}
* html ul#navGlobal li{
    display:inline;
    zoom:1;
}
*+html ul#navGlobal li{
    display:inline;
    zoom:1;
}
* html ul#navGlobal li ul.sub{
    zoom:1;
    position:absolute;
}
*+html ul#navGlobal li ul.sub{
    zoom:1;
    position:absolute;
}


/*ヘッタエリア設定
--------------------------------------------------------------------*/
#headerWrap {
	width: 990px;
	margin: 16px auto 0px auto;
	background: url(../images/img_navback.png) no-repeat bottom;
    position: relative;
}
#header {
	padding: 0px 5px 13px 5px;
	position: relative;
}
#header h1 {
	width: 397px;
	float: left;
}
#header p {
	float: right;
	font-size: 75%;
}
#header p a, #header p a:link, #header p a:visited {
	padding: 0px 0px 0px 15px;
	background: url(../images/arrow_grey_off.png) left center no-repeat;
	text-decoration: none;
	color: #333333;
}
#header p a:hover {
	background: url(../images/arrow_grey_on.png) left center no-repeat;
	text-decoration: underline;
	color: #333333;
}
#header p a + a {
	margin-left: 15px;
}


/*コンテンツエリア設定
--------------------------------------------------------------------*/
#contentWrap {
	width: 984px;
	margin: 0px auto 0px auto;
}
#contentWrap h2 {
	margin: 12px 0px 0px 0px;
	text-align: center;
}
#content {
	width: 984px;
	min-height: 450px;
	margin-top: 18px;
	padding-bottom: 20px;
	background: url(../images/img_contents_back.png) center repeat-y;
	line-height: 150%;
}
#pageTop {
	width: 984px;
	padding: 10px 0px 4px 0px;
	background: url(../images/img_contents_bottom.png) bottom no-repeat;
	font-size: 75%;
	line-height: 1;
}
#contentWrap.row2 #content {
	width: 754px;
	background: url(../images/img_contents2_back.png) center repeat-y;
	float: right;
}
#contentWrap.row2 #pageTop {
	width: 754px;
	background: url(../images/img_contents2_bottom.png) bottom no-repeat;
	float: right;
}
#pageTop a, #pageTop a:link, #pageTop a:visited {
	margin-right: 52px;
	padding: 6px 10px 5px 20px;
	background: url(../images/arrow_top_off.png) no-repeat;
	background-position: 5px 6px;
	border-bottom: 5px solid #5890d5;
	text-decoration: none;
	float: right;
	display: block;
	color: #333333;
}
#pageTop a:hover {
	background: #d6ebff url(../images/arrow_top_on.png) no-repeat;
	background-position: 5px 6px;
	border-bottom: 5px solid #387bcd;
	color: #333333;
}
#contentWrap.row2 #pageTop a, #contentWrap.row2 #pageTop a:link, #contentWrap.row2 #pageTop a:visited {
	margin-right: 27px;
}
#navPage {
	width: 204px;
	margin-top: 18px;
	padding-bottom: 13px;
	background: url(../images/img_navpage_bottom.png) bottom no-repeat;
	float: left;
}
#navPage ul {
	padding-top: 10px;
	background: url(../images/img_navpage_top.png) top no-repeat;
}
#navPage ul li {
	background: url(../images/img_navpage_back.png) center repeat-y;
	list-style: none;
}
#navPage ul li a {
	margin: 0px 5px;
	padding: 12px 0px 10px 30px;
	background: #b6d66c url(../images/arrow_pink_off.png) no-repeat;
	background-position: 10px center;
	font-weight: bold;
	font-size: 90%;
	color: #333333;
	text-decoration: none;
	display: block;
	line-height: 1;
}
#navPage ul li a:hover {
	background-color: #CEE39D;
	color: #333333;
}
#navPage ul li#home a {
	margin: 0px 5px;
	padding: 6px 0px 5px 30px;
	background: #4f9634 url(../images/arrow_home.png) no-repeat;
	background-position: 10px center;
	font-weight: normal;
	font-size: 75%;
	color: #ffffff;
	text-decoration: none;
	display: block;
	line-height: 1;
}
#navPage ul li#home a:hover {
	background-color: #72ab5d;
	color: #ffffff;
}
#navPage ul li + li {
	padding-top: 1px;
}


/*コンテンツエリアレイアウト設定
--------------------------------------------------------------------*/
.summaryTop {
	width: 880px;
	padding: 40px 52px 0px 52px;
	background: url(../images/img_contents_top.png) top no-repeat;
}
.summary {
	width: 880px;
	padding: 0px 52px 0px 52px;
}
.summary + .summary, .summaryTop + .summary {
	padding-top: 80px;
}
#contentWrap.row2 .summary {
	width: 700px;
	margin: 30px auto 0px auto;
	padding: 0px;
}
#contentWrap.row2 .summary + .summary {
	margin-top: 80px;
	padding: 0px;
}
#content .row2 p.box-l + p.box-r {
	margin-top: 0px;
}
#content .box-l {
	float: left;
}
#content .box-r {
	float: right;
}
.row2 .box-l {
	width: 48%;
	float: left;
}
.row2 .box-r {
	width: 48%;
	float: right;
}


/*コンテンツエリアテキスト設定
--------------------------------------------------------------------*/
#contentWrap.row2 h4 {
	margin-bottom: 20px;
	padding: 16px 0px 10px 15px;
	background: url(../images/title_headline_row2.png) top no-repeat;
	border-bottom: 3px solid #aed5f9;
	font-size: 120%;
	font-weight: bold;
}
#contentWrap #content h3 {
	margin: 0px 0px 20px 0px;
	padding: 16px 0px 10px 15px;
	background: url(../images/title_headline.png) top no-repeat;
	border-bottom: 3px solid #aed5f9;
	font-size: 120%;
	font-weight: bold;
}
#contentWrap.row2 #content h3 {
	margin: 0px;
	padding: 0px;
	background: none;
	border-bottom: none;
}
#contentWrap.row2 p + h4 {
	margin-top: 40px;
}
#content p + p {
	margin-top: 20px;
}
.font-s {
	font-size: 75%;
}
.font-l {
	font-size: 120%;
}
.text-c {
	text-align: center;
}
.text-r {
	text-align: right;
}


/*フッタエリア設定
--------------------------------------------------------------------*/
#footer {
	width: 980px;
	margin: 20px auto 0px auto;
	background: url(../images/img_footerback.png) no-repeat;
	font-size: 75%;
}
#footer .links {
	padding: 16px 0px 5px 15px;
}
#footer .links a, #footer .links a:link, #footer .links a:visited{
	margin-right: 20px;
	text-decoration: none;
	color: #333333;
}
#footer .links a:hover{
	text-decoration: underline;
	color: #0066cc;
}
#copyright {
	padding: 10px 0px 30px 0px;
	border-top: 5px solid #9ab960;
	text-align: right;
	color: #666666;
}