

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
reset
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, /*sub, sup,*/ tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*resetここまで*/



/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
common
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

body {
	height:100%;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;	
	color: #333333;
	font-size:87%;
	line-height:160%;
  background: url(../img/bg_x.png) top repeat-x #ffffff;
	position: relative;
}

* html body {  
	font-size:87%;  
}
/**/
*:first-child+html body {  
	font-size:87%;  
}

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

.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.fleft {float:left;	}
.fright {float:right;	}
.center00 {margin:0px auto;}
.center20 {margin:20px auto;}
.clear {clear:both;}
.clearLeft {clear:left;}
.clearRight {clear:right;}
.h10 {height:10px;}
.t5 {padding-top:5px;}
.t10 {padding-top:10px;}
.t20 {padding-top:20px;}
.b10 {padding-bottom:10px;}
.b20 {padding-bottom:20px;}
.r10 {padding-right:10px;}
.l10 {padding-left:10px;}
.b {font-weight:bold;}
.underline {text-decoration:underline;}
.mt40 {margin-top:40px;	}
.mb40 {margin-bottom:40px;}
.mr10 {margin-right:10px;	}
.ssText {font-size:0.8em;　line-height:135%;}
.sText {font-size:0.9em;　line-height:150%;}
.lText {font-size:1.1em;}
.llText {font-size:1.2em;}
.XlText {font-size:1.3em;}
.indent1em {
	padding-left:1em;
	text-indent:-1em;
}
.color_red {color:#e50012;}
.color_darkblue {color:#004286;}
.color_green {color:#94d303;}
.color_orange {color:#EC6C00;	}
.caution {color:#c50018;}
a {
	color:#2c4197;
	text-decoration: underline;
	outline:0;
}
a:hover {
	color:#d75252;
	text-decoration: none;
}
.clearfix:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; }


/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
layout
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

/*ページベース
------------------------------------------------------*/

html {
	height: 100%;
}
body > #wrapper {
	height: auto;
}

#wrapper {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}


/*ヘッダー
------------------------------------------------------*/

header {
	width: 1000px;
	height: 180px;
	position: relative;
}
	#logo {
		display: block;
		width: 467px;
		height: 67px;
		background: url(../img/logo.png) top no-repeat;
		position: absolute;
		top: 25px;
		left: 0px;
		text-indent: -9999px;
	}

/*メインメニュー*/

#gNavi {
	width: 1000px;
	height: 60px;
	position: absolute;
	bottom: 0;
}
#gNavi li {
	float: left;
}

#gNavi li a {
	display: block;
	height: 60px;
	background-image: url(../img/gNavi.png);
	text-indent: -9999px;
}

a#menu01 {
	width: 111px;
	background-position:0 0;
}
a#menu02 {
	width: 112px;
	background-position: -111px 0;
}
a#menu03 {
	width: 112px;
	background-position: -223px 0;
}
a#menu04 {
	width: 111px;
	background-position: -335px 0;
}
a#menu05 {
	width: 111px;
	background-position: -446px 0;
}
a#menu06 {
	width: 111px;
	background-position: -557px 0;
}
a#menu07 {
	width: 111px;
	background-position: -668px 0;
}
a#menu08 {
	width: 111px;
	background-position: -779px 0;
}
a#menu09 {
	width: 110px;
	background-position: -890px 0;
}

a#menu01:hover {
	background-position:0 -60px;
}
a#menu02:hover {
	background-position: -111px -60px;
}
a#menu03:hover {
	background-position: -223px -60px;
}
a#menu04:hover {
	background-position: -335px -60px;
}
a#menu05:hover {
	background-position: -446px -60px;
}
a#menu06:hover {
	background-position: -557px -60px;
}
a#menu07:hover {
	background-position: -668px -60px;
}
a#menu08:hover {
	background-position: -779px -60px;
}
a#menu09:hover {
	background-position: -890px -60px;
}

#txt_code {
	font-size: 10px;
	position: absolute;
	top: 5px;
	right: 0px;
}


/*トップページ用////////////////////////////////////////*/

/*メインビジュアル
------------------------------------------------------*/
#mainVisual {
	width: 1000px;
	/*height: 360px;*/
	margin: 20px 0;
}
	#mainVisual h2 {
		width: 1000px;
		height: 360px;
		background: url(../img/mainVisual.jpg) no-repeat;
		text-indent: -9999px;
	}

#mainVisual .banner_activity {
	display: block;
	width: 500px;
	margin: 0 auto 15px;
}
	#mainVisual .banner_activity img {
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	#mainVisual .banner_activity img:hover {
		filter:alpha(opacity=85);
		-moz-opacity:0.85;
		-khtml-opacity: 0.85;
		opacity:0.85;
	}

/*contentWrap
------------------------------------------------------*/

#contentsWrapHome {
	padding-bottom: 30px;
}


/*2culumn
------------------------------------------------------*/

#mainHome {
	width: 710px;
	float: left;
	position: relative;
}

#subHome {
	float: right;
	width: 270px;
}



/*コンテンツ用////////////////////////////////////////*/

#contentsWrap {
	width: 950px;
	padding: 25px;
	background: #fff;
	box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.3)  inset; 
}

#contents {
	width: 800px;
	margin: 40px auto 30px;
}





/*フッター
------------------------------------------------------*/

#footerWrapper {
	width: 100%;
	height: 100px;
	background: url(../img/bg_footer.png) top repeat-x;
}

footer {
	width: 1000px;
	height: 100px;
	position: relative;
	margin: 0 auto;
}
	.copyright {
		font-size: 0.85em;
		color: #fff;
		position: absolute;
		left: 0px;
		bottom: 0px;
	}
	.logo02 {
		position: absolute;
		right: 10px;
		top: 12px;
	}


/*clearfix*/
div:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;  
}


















