@charset "UTF-8";
@import url("reset.css");

html,
body {
	height: 100%;
}
body {
	min-width: 960px;
	color: #221714;
	font:14px/1.6 "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
body#top {
	background: #ecece7;
}
body#leaf {
	background: #fff url(base/bg_body_leaf.gif) repeat-x;
}

/* テキストリンク */
a,
a[href]:active{
	color:#3379A5;
	text-decoration:none;
}
a[href]:hover {
	color:#3379A5;
	text-decoration:underline;
}

/* wrapper */
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -26px;
}

/* ヘッダー */
#header {
	height: 60px;
	background: #fff url(base/bg_body_top.gif) repeat-x;
}
#header > div{
	width: 960px;
	margin: 0 auto;
}
#header .logo {
	float: left;
	margin-top: 10px;
}
#header .link {
	float: right;
	margin-top: 21px;
	font-size: 70%;
}
#header .link li {
	float: left;
	background: url(base/icon_link.gif) no-repeat left 4px;
	margin-left: 15px;
	padding-left: 12px;
}

/* パンくず */
#bread {
	height: 50px;
}
#bread ul{
	padding-top:23px;
	font-size:80%;
}
#bread li{
	float: left;
	margin-left:7px;
	padding-left:15px;
	background: url(base/bg_bread.gif) no-repeat left 50%;
	color:#3e3e3e;
}
#bread li.first{
	margin-left:0;
	padding-left:0;
	background: none;
}
#bread li a {
	color:#333;
	text-decoration:underline;
}






/* メニュー */
#GrobalMenu{
	color: #2A9590;
}
#GrobalMenu ul{
	display: table;
	width: 960px;
	margin: 0 auto;
}
#GrobalMenu li{
	display: table-cell;
}
#GrobalMenu li a{
	display: block;
	color: inherit;
	font-size: 16px;
	line-height: 2;
	position: relative;
	font-weight: bold;
	margin: 0 2px;
	padding: 0 2em;
	white-space: nowrap;
	text-align: center;
}
#GrobalMenu li a:after,
#GrobalMenu li:first-child a:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -2px;
	height: 16px;
	margin: -8px 0 0;
	background-color: #3379A5;
	width: 2px;
}
#GrobalMenu li:first-child a:before{
	right: auto;
	left: -2px;
}
#header + #GrobalMenu{
	background-color: #fff;
	padding: 16px 0;
}

#wrapper > h1{
	margin: 12px auto;
	max-width: 960px;
	font-size: 24px;
	line-height: 34px;
	background-color: #3379a5;
	text-align: center;
	font-weight: bold;
}
#wrapper > h1 > span{
	display: inline-block;
	vertical-align: top;
	background-color: #ecebe6;
	color: #2a9590;
	padding: 0 1.5em;
}


/* コンテンツ */
#mainContents {
	float: left;
	width: 670px;
	margin: 15px 0 25px 30px;
}

/* フッター */
#footer {
	background: #3379A5;
	height: 26px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	font-size: 70%;
}

/* その他 */
.whitesection{
	max-width: 960px;
	margin: 18px auto;
}
.whitesection > h1{
	font-size: 27px;
	line-height: 50px;
	/*padding: 0 0.8em;*/
	color: #2B9691;
}
.whitesection > div{
	background-color: #fff;
	padding: 13px;
	box-shadow: 0 0 3px rgba(0,0,0,0.73);
}
.msie8e .whitesection > div{
	border: 1px solid #999;
	margin: -1px;
}
.whitesection > div > h1{
	font-size: 24px;
	color: #3379a5;
}
.whitesection > div:after{
	display: block;
	content: "";
	clear: both;
}





.goToLabel { 
	display: inline-block;
	margin-right: 30px;
	margin-left: 30px;
	font-weight:bold;
	font-size: 110%;
}

.medium{ font-size: 12px; line-height: 1.5em; }

/* 共通パーツ */
#push {
	clear: both;
	height: 26px;
}

p.pagetop{
	float:right;
	width:9em;
	background: url(base/icon_pagetop.gif) no-repeat left 50%;
	text-align: right;
	font-size: 80%;
}
p.pagetop a{
	color:#333;
}

.strong{
	font-weight:bold;
}

.annotation{
	font-size:80%;
}

.center{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}


/* ユーザエージェント最適化 */
.onlyForMobile{
	display: none !important; /* JS無効ならモバイル向け要素は表示しない */
}
.js.mobile .onlyForMobile{
	display: block !important; /* JS有効かつモバイルならモバイル向け要素は表示する */
}
.mobile .notForMobile{
	display: none !important; /* JS有効かつモバイルならモバイル禁止要素は表示しない */
}
