/* CSS Document */

/*/////// layout.css////////*/

/* headerArea
//////////////////////////////////////////////// */

.headerArea{
	margin-bottom: 20px;
	position: relative;
	font-family: "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
}
.headerArea .inner{
	width:960px;
	margin:0 auto;
}
.headerArea .headerTop{
	padding-top: 18px;
	border-bottom: 1px solid #3eab6d;
	overflow: hidden;
}
.headerArea h1{
	width:143px;
	margin-bottom: 18px;
	float: left;
}
.headerArea #headerBtn{
	margin-top: 14px;
	float:right;
}

/*Drop Down*/

.headerArea .menu {
	width: 100%;
	padding: 30px 150px 30px;
	/*padding: 30px 0 30px;*/
	background:#3eab6d;
	color: #fff;
	position: absolute;
	top: 95px;
	left: 0;
	display: none;
	z-index: 9;
}
.headerArea .menu [class*="y-"]{
	/*width: 195px;*/
	margin-right: 100px;
	float: left;
}
.headerArea .menu [class*="y-"]:last-child{
	margin-right: 0;
}
.headerArea .menu .year{
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: bold;
	line-height: 2.4;
}
.headerArea .menu li a{
	margin-bottom: 10px;
	padding-left: 16px;
	background: url(../images/menu_arr.gif) no-repeat left center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
}
.headerArea .menu li a:hover{
	text-decoration: underline;
}



/* mainArea
//////////////////////////////////////////////// */
.mainArea{
	width:990px;
	margin:0 auto;
}

.mainArea p{
	text-indent:1em;
}

.mainArea p.none{
	text-indent:0em;
}

/*footArea
//////////////////////////////////////////////// */

.footerArea .inner{
	width:960px;
	margin:20px auto 30px;

}
.copyWrap{
	height:40px;
	padding:20px 0 0 0;
	background:url(../images/bg_border.gif) left top;
}

.copyWrap p{
	width:960px;
	margin:0 auto;
}

.copyWrap p span{
	padding:5px;
	background:#fff;
	display:block;
	float:right;
}

/* social
------------------------------------------------------------ */
.social{
	margin-left:20px;
	float:left;
	overflow:hidden;
	_zoom:1;
}

.social li{
	float:left;
}

.social li.tw{
	width:130px;
}

/* navi
------------------------------------------------------------ */

.navi{
	font-size:12px;
	width:960px;
	height:25px;
	padding:10px 0px 7px 0;
	margin:0 auto;
	text-align:center;
	border-top:3px #c7e1f0 double;
	border-bottom:3px #c7e1f0 double;
	overflow:hidden;
	_zoom:1;
}

/*for chorome hack*/
@media screen and (-webkit-min-device-pixel-ratio:0){
.navi{
	border-top:4px #c7e1f0 double;
	border-bottom:4px #c7e1f0 double;
}
}

.navi a:link           { color: #333333; text-decoration: none;}
.navi a:link:hover     { color: #999999; text-decoration: none;}
.navi a:link:active    { color: #333333; text-decoration: none;}
.navi a:visited        { color: #333333; text-decoration: none;}
.navi a:visited:hover  { color: #999999; text-decoration: none;}
.navi a:visited:active { color: #333333; text-decoration: none;}

.navi .nv_l{
	width:10%;
	padding-left:5px;
	background:url(../images/arrow_l.gif) no-repeat left;
	float:left;
}

.navi .nv_r{
	padding-right:15px;
	background:url(../images/arrow_r.gif) no-repeat right;
	float:right;
}

.naviNo{
	text-align:center;
	width:80%;
	float:left;
	margin-top:3px;
}

.naviNo li{
	text-align:center;
	margin-right:10px;
	display:inline;
}

.naviNo li.current{
	padding:1px 6px 2px;/* all browsers, of course */
	padding:5px 0px 0px 4px¥9;/* IE8 and below */
	*padding:5px 0px 5px 4px;/* IE7 and below */
	_padding:5px 0px 5px 4px;/*for ie6 hack*/
	color:#fff;
	text-align:center;
	background:#333333;
}

.naviNo li.current:not(:target) {
    padding: 15px¥9; /* IE9 */
}

/* subnavi
------------------------------------------------------------ */
.subnav {
	width:960px;
	margin:0 auto;
	font-size: 10px;
}

.subnav ul {
	overflow: hidden;
	margin-bottom: 30px;
}

.subnav ul li {
	float: left;
	margin-right: 18px;
}

.subnav ul li a {
	color: #333333;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
}


/* fmenu
------------------------------------------------------------ */
.fmenu {
	overflow: hidden;
	margin-bottom: 30px;
	width: 960px;
	margin: 30px auto 0;
}

.fmenu ul {
	overflow: hidden;
}

.fmenu ul li {
	width: 14%;
	float: left;
	margin-right: 30px;
}

.fmenu ul li:last-child{
	margin-right: 0;
}

.fmenu ul li img {
	margin-bottom: 8px;
}

.fmenu ul li a {
	font-size: 10px;
	color: #333333;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
	line-height: 12px;
}


