@charset "Shift_JIS";

body{
	margin: 0;
	padding: 0;
	color:#000;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック";
	font-size:12px;
	line-height:1.6em;
	text-align:left;
	width:100%;
	min-width:960px;
	background:url(image/back.jpg) repeat center top;
	background-attachment:fixed;
}

a:link {color:#0b72b4;text-decoration:none;}
a:visited {color:#0b72b4;text-decoration:none;}
a:hover {color:#0b72b4;text-decoration:underline;}

div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,form { margin: 0; padding: 0; }
ul,ol,li {list-style:none; }
.clear { clear:both; }

img, a img {
	border:none;
	vertical-align:bottom;
	}



#wrapper {
	width: 820px;
	margin:0px auto;
}


/*header*/
header {
	width: 820px;
/*	border-left: 1px solid #666;
	border-right: 1px solid #666;*/
}


/*information*/
nav {
	margin:0px;
	padding-top:0px;
	background-color:#eb6617;
	width: 820px;
	height:30px;
}
nav li {
	float:left;
}


/*contents*/
#contents{
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-image:url(image/bg.jpg);
	padding: 20px 34px;
}


.inner-box {
	margin-bottom: 30px;
}


h1 {
	margin-bottom: 15px;
}


.mb10 { margin-bottom: 10px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}



/*info*/
.infoscroll {
	width: 730px;
	height: 150px;
	padding: 10px;
	border: 1px solid #000000;
	overflow: auto;
}
.infoscroll li {
	padding:6px 0;
	list-style-type:disc;
	margin-left: 20px;
}



/*schedule*/
.schedule_table {
	border-collapse: collapse;
	border:0;
	cellpadding:0;
	cellspacing:0;
}

.schedule_table th {
	border: 1px solid #666;
	color: #FFF;
	background: #333;
	font-weight: bold;
	padding:5px 0;
	text-align: center;
}

.schedule_table td {
	padding: 6px 10px;
	border: 1px solid #666;
}
.schedule_table td.title {
	padding: 10px 0 3px;
	border: none;
	text-align: left;
}

.style1 {
	color: #ff3c00;
	font-weight: bold;
	margin-bottom: 3px;
}

/*
p {
	padding-left: 10px;
	padding-right: 10px;
}
*/

.f-l {
	float: left;
	margin: 4px 10px 10px 0;
	text-align: center;
	border:1px solid #000;
	padding:5px 8px 3px;
}

/*FOOTER*/
#footer{
clear:both;
background-color:#000;
height:50px;
}

.footertext{
padding: 10px;
font-size:11px;
color: #fff;
text-align:center;
}


.txt01 { 
	font-size:11px;
	color: #f13d32;
}
.txt02 {
	color:#00751e;
}

.content-area {
  position: relative;
  max-width: 1300px;
  margin: auto;
  filter: alpha(opacity=50);
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 10px 0px white;
  -moz-box-shadow: 0 0 10px 2px white;
}