/* * * * * * * * * * * * * * * * * *
 base.css
* * * * * * * * * * * * * * * * * */

/* reset, common
--------------------------------- */
* {margin:0; padding:0; list-style:none;}

body{
	margin:0;
	padding:0;
	line-height:1.6;
	font-size: 14px;
	color:#333;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	width: 100%;
	background-color: #FFF;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

img {
	border:none;
	vertical-align: bottom;
}

a {
	color: #333;
	outline : none ;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/* fonts */
.f_min {
font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.font_s {font-size: 90%;}

.red {color: #FF0000;}

.font_b{font-weight: bold;}
/* float */
.l {float: left;}
.r {float: right;}

.tac {text-align: center;}

/* clearfix */
.clearfix:after {
	content : "." ;
	display : block ;
	height : 0 ;
	clear : both ;
	visibility : hidden ;
}
.clearfix { display : inline-block ; }
/* Hides from IE-Mac \*/
*html .clearfix { height : 1% ; }
.clearfix { display : block ; }
/* End hide from IE-mac */

.none {display: none;}

.in, .inWrap li {
	text-indent: -1em;
	padding-left: 1em;
}

/* opacity */
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

/* margin */
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}


.inner {
	width: 1030px;
	margin: 0 auto;
	position: relative;
}

iframe {
	border: 0;
}

.noPC {
	display: none;
}

.noSP {
	display: block;
}

/* header
--------------------------------- */
#header {
	background: url(../img/common/bg_parts.png) center top repeat-x;
}

ul.language {
	
}
ul.language li {
	display: inline;
}
	ul.language li a {
		background: #B0B0B0;
		color: #FFF;
		padding: 5px 8px;
		vertical-align: top;
		font-size: 12px;
	}
	ul.language li.active a,
	ul.language li a:hover {
		background: #E2E2E2;
		text-decoration: none;
	}

#header .search {
	width: 255px;
	position: absolute;
	right: 0;
	top: 0;
}
input.gsc-search-button {
	vertical-align: sub;
}


/* gNavi */
ul#gNavi li.nav {
	float: left;
	letter-spacing: 1px;
	position: relative;
	z-index: 10;
}
	ul#gNavi li.nav a.nav {
		display: block;
		text-align: center;
		padding-top: 15px;
	}
		ul#gNavi li.nav a.nav:hover,
		body#home ul#gNavi li.nav01 a.nav,
		body#about ul#gNavi li.nav02 a.nav,
		body#event ul#gNavi li.nav03 a.nav,
		body#report ul#gNavi li.nav05 a.nav,
		body#friendship ul#gNavi li.nav03 a.nav,
		body#report.close_navi ul#gNavi li.nav03 a.nav {
			text-decoration: none;
			cursor: pointer;
			padding-top: 0;
			padding-bottom: 15px;
			background: url(../img/common/arrow_nav.png) center bottom no-repeat;
		}
		body#report.close_navi ul#gNavi li.nav05 a.nav{
			padding-top: 15px;
			padding-bottom: 0;
			background: none;
		}
		body#report.close_navi ul#gNavi li.nav05 a.nav:hover{
			padding-top: 0;
			padding-bottom: 15px;
			background: url(../img/common/arrow_nav.png) center bottom no-repeat;
		}
		ul#gNavi li.nav a.nav:hover span.sub,
		body#home ul#gNavi li.nav01 a.nav span.sub,
		body#about ul#gNavi li.nav02 a.nav span.sub,
		body#event ul#gNavi li.nav03 a.nav span.sub,
		body#report ul#gNavi li.nav05 a.nav span.sub,
		body#friendship ul#gNavi li.nav03 a.nav span.sub,
		body#report.close_navi ul#gNavi li.nav03 a.nav span.sub {
			text-decoration: none;
			padding-top: 0;
			background: url(../img/common/bg_nav_on.png) center bottom repeat-x;
		}
	ul#gNavi li.nav a.nav span {
		display: block;
	}

ul#gNavi li.nav a.nav span.page {
	font-size: 15px;
	font-weight: bold;
}
ul#gNavi li.nav a.nav span.sub {
	font-size: 11px;
	color: #AAA;
	line-height: 1.2;
	padding-bottom: 15px;
	background: url(../img/common/bg_nav_off.png) center bottom repeat-x;
}

body.naka ul#gNavi li.nav a.nav span.sub {
	display: none;
}

ul#gNavi li.nav ul.subNav {
	position: absolute;
	left: 0;
	background: #B4934E;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	width: 100%;
	display: none;
}
	ul#gNavi li.nav ul.subNav li {
		border-bottom: 1px dotted #FFF;
		display: block;
		margin-bottom: -1px;
	}
	ul#gNavi li.nav ul.subNav li a {
		display: block;
		padding: 10px;
		color: #FFF;
	}
		ul#gNavi li.nav ul.subNav li a:hover {
			text-decoration: none;
			filter: alpha(opacity=70);
			-moz-opacity:0.7;
			opacity:0.7;
		}

/* main
--------------------------------- */
#main {
	padding-bottom: 80px;
}


/* footer
--------------------------------- */
#footer {
	background: url(../img/common/bg_parts.png) center top repeat-x;
	padding: 45px 0 30px;
}

ul.sitemap li {
  font-size: 13px;
  letter-spacing: -0.5px;
  line-height: 24px;
  display: inline-table;
  padding-left: 12px;
  background: url(../img/home/arrow_news_date.png) left top no-repeat;
  background-position: 0px 8px;
  width: 155px;
  margin-right: 13px;
}

ul.sitemap li ul li{
  background: url(../img/home/list_news_date.jpg) left top no-repeat;
    background-position: 0px 9px;
}
ul.sitemap li a {
  text-decoration: underline;
}
ul.sitemap li a:hover {
  text-decoration: none;
}

#footer .contact {
	line-height: 1.3;
	font-size: 12px;
	letter-spacing: 1px;
	  overflow: hidden;
}
#footer .contact p.office {
	text-indent: -0.5em;
	font-weight: bold;
	font-size: 15.5px;
	margin-bottom: 10px;
}
#footer .contact address {
  font-style: normal;
  width: 450px;
  float: left;
}
	#footer .contact address a {
		color: #009FF1;
	}

ul.footBnr {
	position: absolute;
	right: 0;
	bottom: 0;
}
ul.footBnr li {
	display: inline;
	padding-left: 5px;
}

#footer p.copy {
	color: #AAA;
	font-size: 10.5px;
	letter-spacing: 1px;
	padding-top: 20px;
	text-align: right;
}


