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


* {
	margin:0;
	padding:0;
}

html {
	overflow-y: scroll;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
a img,:link img,:visited img {
    border: none;
}




.FReset {
	font-size:12px;
	font-weight:normal;
}
.red {
	color:#E00;
}
a {
	color:#E00;
	text-decoration:underline;
}
a:link,a:visited {
	color:#E00;
	text-decoration:underline;
}
a:hover {
	color:#069;
	text-decoration:underline;
}
a:active {
	color:#069;
	text-decoration:underline;
}



body {
	width:900px;
	margin:0 auto;
	font-size:12px;
	color:#555;
	line-height:1.6em;
	text-align: center;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","ＭＳ Ｐゴシック","Osaka",Verdana,Arial,Helvetica,sans-serif;
	background-color:#f2f2f2;
}

#container {
	width:900px;
	margin:0;
	padding:0;
	background-color:#FFF;
	background:url(images/gr_bg.gif) repeat-y center top;
}

#container-inner {
    width: 800px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
	border-left:1px solid #000;
	border-right:1px solid #000;
}


#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}



#header {
	background-image:url(images/gr_header_bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:26px;
}
#header h1 {
	font-size:12px;
	font-weight:bold;
	line-height:1.3em;
	color:#FFF;
	padding:5px 0px 0px 30px;
}


#main {
	width:800px;
}
#main_inner {
	padding:20px 30px 40px 30px;
}
#main h2 {
	font-size:16px;
}
#main h2.title {
	background-image:url(images/gr_title_bg.gif);
	background-repeat:repeat-y;
	background-position:left top;
	padding:4px;
	margin-bottom:0.75em;
}

#footer {
	width:800px;
	background-color:#999;
}
#footer_inner {
	padding:14px 30px 20px 30px;
}
#footer_left {
	float:left;
	width:550px;
}
#footer h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:1px;
	margin-top:6px;
}
.backing {
	font-size:10px;
	line-height:1.4em;
}
.mtbanner {
	float:right;
	width:180px;
	text-align:right;
	color:#FFF;
	font-size:10px;
}
.mtbanner a {
	text-decoration:none;
	color:#FFF;
}


.c-both{
	clear:both;
	margin:0px;
	padding:0px;
}


#poster {
	margin-bottom:40px;
}
.posterLeft {
	float:left;
	width:360px;
}
.posterRight {
	float:right;
	width:360px;
}
.zoombu {
	text-align:right;
}



.schedule_dl dl {
	clear:both;
	font-size:16px;
	font-weight:bold;
}
.schedule_dl dt {
	float:left;

}
.schedule_dl dd {
	float:left;
    margin-bottom:1.0em;
}


.access_dl {
	margin-bottom:40px;
}
.access_dl dl {
}
.access_dl dt {
	font-weight:bold;
}
.access_dl dd {
	padding-left:1em;
    margin-bottom:1.0em;
}
.accessMap {
	float:right;
	width:270px;
	font-size:90%;
}

#contact strong {
	color:#E00;
}


