

@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 #fff;
	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: 960px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background: url(../img/bg_wrapper.png) top no-repeat;
}


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

#contentsWrap {
	width: 960px;
}

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

#headerHome {
	width: 960px;
	height: 540px;
	position: relative;
}
	#logo {
		display: block;
		width: 899px;
		height: 152px;
		background: url(../img/logo.png) top no-repeat;
		position: absolute;
		top: 50px;
		left: 10px;
		text-indent: -9999px;
	}
	#theme {
		display: block;
		width: 661px;
		height: 117px;
		background: url(../img/theme.png) top no-repeat;
		position: absolute;
		top: 236px;
		left: 230px;
		text-indent: -9999px;
	}
	#topInfo {
		display: block;
		width: 467px;
		height: 163px;
		background: url(../img/topInfo.png) top no-repeat;
		position: absolute;
		top: 362px;
		left: 230px;
		text-indent: -9999px;
	}
	#img_venue {
		position: absolute;
		top: 236px;
		left: 0px;
	}
	
#headerContents {
	width: 960px;
	height: 235px;
	position: relative;
}





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

#mainArea {
	width: 740px;
	float: right;
	padding-left: 10px;
}

#sideArea {
	float: left;
	width: 210px;
	background: #274DA1;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}




/*コンテンツエリア
------------------------------------------------------*/

.pageContents {
	width: 718px;
	padding: 10px;
	background-color: #fff;
	margin: 0 auto 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.9);
}

.contents {
	width: 680px;
	padding: 10px 10px 50px;
}

section {
	margin-bottom: 30px;
}


/*サイドエリア
------------------------------------------------------*/





/*メインメニュー
------------------------------------*/

#gNavi {
	width: 210px;
	margin-bottom: 50px;
}

#gNavi li a {
	display: block;
	width: 210px;
	height: 50px;
	/*font-family: 'Noto Sans Japanese', serif;*/
	font-size: 16px;
	letter-spacing: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display:table-cell;
	vertical-align: middle;
	background: linear-gradient(180deg, #2B5DAC, #274DA1);
}
#gNavi li a:first-child {
	border-radius: 8px 8px 0 0 / 8px 8px 0 0;
}
#gNavi li a:hover {
	background: linear-gradient(180deg, #006bb4, #033491);
}

#gNavi li a.sMenu {
	font-size: 13px;
	letter-spacing: 0px;
}


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

footer {
	width: 720px;
	padding: 10px;
	background: #5084C4;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

/*連絡先*/
.contactArea {
	width: 700px;
	padding: 10px;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 15px;
}
	.contactArea td {
		font-size: 0.85em;
		color: #0D3482;
	}
		.contactArea .td_left {
			padding-right: 30px;
			border-right: 1px solid #0D3482;
		}
		.contactArea .td_right {
			padding-left: 30px;
		}
			.contactArea td p {
				line-height: 1.4;
			}
	

.copyright {
	font-size: 0.9em;
	color: #fff;
}


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


















