@charset "UTF-8";
/* CSS Document */

/* トップページの基本スタイル
-------------------------------------------------------------------------------------*/
/* html
------------------------------*/
html{
	overflow:auto;
	overflow-y:scroll;
	overflow: -moz-scrollbars-vertical;
	height:100%;
}

/* body
------------------------------*/

body{
	width:100%;
	height:100%;
	font:9pt 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background:url(../img/bc_body.jpg) top left repeat;
	color:#404040;
	behavior:url("common/css/csshover.htc");
}

/* テキストリンク
------------------------------*/

a{
	outline: none;
}

a:link{
	text-decoration:underline;
	color:#E83015;
}

a:visited{
	text-decoration:underline;
	color:#E83015;
}

a:hover{
	text-decoration:none;
	color:#E86448;
}

a:active{
	text-decoration:none;
	color:#E86448;
}
a.nored:link{
	text-decoration:none;
	color:#404040;
}

a.nored:visited{
	text-decoration:none;
	color:#404040;
}

a.nored:hover{
	text-decoration:none;
	color:#929292;
}

a.nored:active{
	text-decoration:none;
	color:#929292;
}

/* 画像リンク
------------------------------*/
a:hover img{
	opacity:0.65;
	filter: alpha(opacity=65);/* ie 6,7 */
	-ms-filter: "alpha(opacity=65)"; /* ie 8 */
	-moz-opacity:0.65; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;/* Safari 1.x */
	zoom:1; 
	background: #fff;
}

/* レイアウト
------------------------------*/
#wrapper{
	background:url(../img/bc_top.jpg) top left repeat-y;
	width:920px;
	margin:0 auto;	
	padding:0 28px 0 28px;
	position:relative;
	min-height:100%;
	height: auto !important;/* IE6対策 */
	height: 100%; /* IE6対策 */
}

#contentswrap{
	padding-bottom:71px;
}

#header{
	height:535px;
	padding-top:20px;
	margin-bottom:30px;
}
#header #title{
	height:70px;
}
#header #gnavi{
	height:64px;
}

#header #gnavi ul.menu li{
	float:left;
}
#header #gnavi ul.menu li span.text{
	text-indent: -9999px;
	height:64px;
	cursor:pointer;
	display:block;
	overflow : hidden;
}
#header #gnavi ul.menu li.home{
	width:131px;
	background: url(../img/gnavi_home.jpg) left top no-repeat;
}
#header #gnavi ul.menu li.home:hover{
	background: url(../img/gnavi_home_on.jpg) left top no-repeat;
}
#header #gnavi ul.menu li.homenow{
	width:131px;
	background: url(../img/gnavi_home_on.jpg) left top no-repeat;
}
#header #gnavi ul.menu li.profile{
	width:131px;
	background: url(../img/gnavi_profile.jpg) left top no-repeat;
}
#header #gnavi ul.menu li.profile:hover{
	background: url(../img/gnavi_profile_on.jpg) left top no-repeat;
}
#header #gnavi ul.menu li.profilenow{
	width:131px;
	background: url(../img/gnavi_profile_on.jpg) left top no-repeat;
}
#header #gnavi ul.menu li.works{
	width:131px;
	background: url(../img/gnavi_works.jpg) left top no-repeat;
}
#header #gnavi ul.menu li.works:hover{
	background: url(../img/gnavi_works_on.jpg) left top no-repeat;
}
#header #gnavi ul.menu li.worksnow{
	width:131px;
	background: url(../img/gnavi_works_on.jpg) left top no-repeat;
}

#header #gnavi ul.menu li.event{
	width:131px;
	background: url(../img/gnavi_event.jpg) left top no-repeat;
}
#header #gnavi ul.menu li.event:hover{
	background: url(../img/gnavi_event_on.jpg) left top no-repeat;
}
#header #gnavi ul.menu li.eventnow{
	width:131px;
	background: url(../img/gnavi_event_on.jpg) left top no-repeat;
}

#header #gnavi ul.menu li.exhibition{
	width:132px;
	background: url(../img/gnavi_exhibition.jpg?1) left top no-repeat;
}
#header #gnavi ul.menu li.exhibition:hover{
	background: url(../img/gnavi_exhibition_on.jpg?1) left top no-repeat;
}
#header #gnavi ul.menu li.exhibitionnow{
	width:132px;
	background: url(../img/gnavi_exhibition_on.jpg?1) left top no-repeat;
}
#header #gnavi ul.menu li.school{
	width:132px;
	background: url(../img/gnavi_school.jpg) left top no-repeat;
}
#header #gnavi ul.menu li.school:hover{
	background: url(../img/gnavi_school_on.jpg) left top no-repeat;
}
#header #gnavi ul.menu li.schoolnow{
	width:132px;
	background: url(../img/gnavi_school_on.jpg) left top no-repeat;
}
#header #gnavi ul.menu li.contact{
	width:132px;
	background: url(../img/gnavi_contact.jpg) left top no-repeat;
}
#header #gnavi ul.menu li.contact:hover{
	background: url(../img/gnavi_contact_on.jpg) left top no-repeat;
}
#header #gnavi ul.menu li.contactnow{
	width:132px;
	background: url(../img/gnavi_contact_on.jpg) left top no-repeat;
}

#header #mv{
	height:400px;
	background: url(../../img/mv.jpg) left top no-repeat;	
}

#article{
	margin-bottom:67px;
}

#article #contents{
	width:900px;
	padding:0 10px 0 10px;
}

#article #leftcol{
	float:left;
	padding-right:30px;
}
#article #centercol{
	float:left;
	padding-right:30px;
}
#article #rightcol{
	float:left;
}
#article #leftcol h2,#article #centercol h2,#article #rightcol h2{
	height:23px;
	margin-bottom:10px;
	zoom: 1;
}
#footer{
	position:absolute;
	bottom:0px;
	border-top:1px solid #D9D9D9;
	width:920px;
	height:70px;
	zoom: 1;
}

#footer #copyright{
	padding-top:15px;
	height:19px;
	color:#404040;
}
#footer #copyright span.tobig{
	font-family:'Times New Roman', 'Times';
	vertical-align:baseline;
}
#footer #totop{
	position:fixed;
	bottom:0px;
	right:20px;
	height:23px;
	vertical-align:bottom;
}

html.ie6 #footer #totop{
	padding-top:13px;
	height:23px;
	margin-left:853px;
	color:#404040;
	vertical-align:bottom;
}