﻿@charset "utf-8";

/* =================================================
共通設定
================================================= */

body  {
	font: 100% "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../img/header_bottomline.gif);
	background-repeat: repeat-x;
	background-position: 100% 85px;
}
#container {
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
} 

/* =================================================
フォント
================================================= */

.font_xx-small{
	font-size: 8px;
	font-weight: normal;
}
.font_x-small{
	font-size: 12px;
	font-weight: normal;
}
.font_small{
	font-size: 14px;
	font-weight: normal;
}

#mainContent h2 img {
	padding-bottom: 3px;
}

#mainContent .text {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	line-height: 120%;
	padding-bottom: 15px;
	height: auto;
}


/* =================================================
ヘッダー
================================================= */
#header #headerIn {
	background-color: #65C097;
	background-image: url(../img/logo02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 75px;
	width: 800px;
	margin-top: 6px;
	margin-bottom: 4px;
}
#header #bgline {
	width: 100%;
	height: 23px;
	padding-bottom: 5px;
}

/* =================================================
メニュー／左　ナビ
================================================= */

#colLeft {
	width: 171px;
	background-color: #65C097;
	color: #FFF;
	float: left;
	background-image: url(../img/gnav_bgbottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#colLeft #globalNav {
	padding-left: 13px;
	padding-top: 12px;
}
#colLeft #globalNav ul {
	list-style-type: none;
}
#colLeft #globalNav ul li {
	padding-top: 2px;
	padding-bottom: 0px;
}

#colLeft #globalNav ul li .line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	display: block;
}

#colLeft #globalNav ul li .in {
	background-image: url(../img/gnav_listbg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	display: block;
}

#colLeft #globalNav .btn {
	height: 72px;
	width: 143px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#colLeft #globalNav .text {
	width: 143px;
	padding-top: 5px;
	padding-bottom: 50px;
	font-size: xx-small;
}

a:link {color: #FFF;text-decoration: none;}
a:visited {
	text-decoration: none;
	color: #FFC;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {text-decoration: none;color: #FFF;}

/* =================================================
本文／右
================================================= */

#container #mainContent {
	width: 625px;
	float: right;
	margin-right: 0px;
	padding-right: 0px;
}

/* =================================================
本文／右　フッター
================================================= */

#mainContent #footer address {
	font-style: normal;
	font-size: x-small;
	color: #708DC7;
	margin-left: 10px;
}

