@charset "utf-8";
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.6;
	color: #231f20;
    text-align: center; 
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-image: url(/src/img/bg_pattern.jpg);
	background-repeat: repeat;

}

img{
	border:0px;
	margin:0px;
}

p{
	margin:0px 0px 0px 0px;
	text-align:left;
	font-size:1.2em;
}

a {
	color:#921313;
	text-decoration: underline;
}


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

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


a:active{
	text-decoration:none;
	color:#921313;
}

#container{
	width: 840px;
	margin: 0 auto;
	background-image:url(/src/img/bg.gif);
	background-repeat:repeat-y;
}

/* header */
#header{
	widht:840px;
	height:218px;
	background-image: url(/src/img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#header h1{
	text-indent:-10000px;
	margin:0px;
}

#header p{
	text-indent:-10000px;
}

/* rightarea */
#right{
	width: 269px;
	height:auto;
	padding: 0px 20px 0px 0px;
	float:right;
	text-align:left;
	background-image:url(/src/img/right_bg.jpg);
	background-repeat:repeat-y;
	
}

#aboutbox{
	margin-bottom:20px;
}

#mapbox{
	margin-bottom:20px;
}

#right h2{
	width:269px;
	height:26px;
	text-indent:-10000px;
	margin:0px 0px 4px 0px;
	display:block;

}

#about{
	background-image:url(/src/img/h2_about.jpg);
	background-repeat:no-repeat;
}

#mapaccess{
	background-image:url(/src/img/h2_access.jpg);
	background-repeat:no-repeat;
	margin-top:40px;
}

#right p{
	display:block;
	padding-left:27px;
	width:230px;
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:10px;
}

.printlink{
	text-align:right;
}

#mapsumb{
	padding-left:27px;
	margin-bottom:6px;
}

/* leftarea */
#left{
	width: 531px;
	height:auto;
	padding: 22px 0px 0px 17px;
	text-align:left;
	margin-bottom:20px;
}

.contentbox{
	witdth:531px;
	height:auto;
	background-color:#f2f2f2;
}

.contentbox h2{
	width:531px;
	height:36px;
	text-indent:-10000px;
	display:block;
	margin:0px 0px 12px 0px;
}

.main_contentbox{
	width:501px;
	padding-left:15px;
	padding-bottom:10px;
	margin-bottom:20px;
	clear:left;
}

#h2school{
	background-image:url(/src/img/h3_school.jpg);
	background-repeat:no-repeat;
}

#h2order{
	background-image:url(/src/img/h3_order.jpg);
	background-repeat:no-repeat;
}

.contentbox h3{
	height:16px;
	text-indent:-10000px;
	display:block;
	margin:0px 0px 4px 0px;
}

#h3experience{
	background-image:url(/src/img/h4_experience.jpg);
	background-repeat:no-repeat;
}

#h3ticket{
	background-image:url(/src/img/h4_ticket.jpg);
	background-repeat:no-repeat;
}

.main_contentbox p{
	display:block;
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:10px;
	padding-left:10px;
}

.main_contentbox_left{
	float:left;
	width:322px;
	padding-right:10px;
}

.main_contentbox_right{
	text-align:right;
}

.coution{
	padding-left:10px;
}

.coution b{
	font-weight:bold;
	color:#651414;
}

.sub_contentbox{
	border:1px solid #B5B5B5;
	padding:15px;
	width:466px;
}

.sub_contentbox h4{
	height:14px;
	text-indent:-10000px;
	display:block;
	margin:0px 0px 4px 0px;
}

#h4schedule{
	background-image:url(/src/img/h5_schedule.jpg);
	background-repeat:no-repeat;
}

#sche{
	width:100%;
	font-size:1.2em;
	text-align:center;
}

.twide{
	width:100px;
	font-weight:bold;
}

th{
	font-weight:bold;
	background-color:#BEBEBE;
}

td{
	background-color:#ffffff;
}

.main_b_left{
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #cecccc;
	float:left;
	width:382px;
	padding-right:10px;
}

.main_b_right{
	padding:10px 0;
	border-top:1px solid #cecccc;
	text-align:right;
}

#desire{
	padding:15px;
}

/* footer */
#footer{
	clear: both;
	border-left:1px solid #888787;
	border-right:1px solid #888787;
	width:838px;
	background-color:#cdc4b8;
}

#footer_copy{
 	text-align:right;
	font-size:1.2em;
	width:810px;
	padding:5px;
}

