/*------基礎-------- */
* {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
     }
body{
	 background-image: url(images/bg_star.gif);
}
body table{
    font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 150%;
	}
html {  
    overflow-y:scroll;  
}
p{   
	margin-bottom:30px;
	} 
h1,h2,h3,h4,h5,h6 {  
	padding:0;
	margin:5px auto;
	}
h2 {  
	font-size: 16px;
	} 
h3 {  
	font-size: 15px;
	} 
h4 {  
	font-size: 13px;
	}  
h5 {  
	font-size: 14px;
	}  
img {  
    border:0;  
} 

/*------線-------- */
.line-gray {
	background-image: url(images/spacer_gray.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.line-gray-tate {
	background-image: url(images/spacer_gray.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.line-gray-1px {
	background-image: url(images/spacer_gray.gif);
	background-repeat: repeat-x;
	background-position: center 3px;
	height: 3px;
}
.line-gray-tate-wide {
	background-image: url(images/spacer_gray.gif);
	background-repeat: repeat;
	background-position: center center;
	width: 2px;
	margin-right: 10px;
}
.line-dot {
	background-image: url(images/top/dotline.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.sc-line-gray-tate {
	background-image: url(images/spacer_gray.gif);
	background-repeat: repeat-y;
	background-position: right;
}
/*------メニューボタン-------- */
.menu {
	margin-top: 14px;
}
.menu-bg-top {
	background-image: url(images/template/menu_bg_top_center.jpg);
	background-repeat: repeat-y;
	width: 238px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 0px;
	background-position: center;
}
.menu-bg-middle {
	background-image: url(images/template/menu_bg_middle.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 20px;
}
.menu-bg-bottom {
	background-image: url(images/template/menu_bg_bottom_center.jpg);
	background-position: center bottom;
	background-repeat: repeat-y;
}
.menu-bg-l {
	background-image: url(images/template/menu_bg_l.jpg);
	background-position: bottom;
}
.menu-bg-r {
	background-image: url(images/template/menu_bg_r.jpg);
	background-position: bottom;
}
/*------テキスト-------- */
.f1 {
	font-size: 85%;
}
.font-brown {
	color: #000000;
}
.font-red {
	color: #990033;
}
.indent {
	margin-left: 50px;
}
.f2 {
	font-size: 12px;
}

/*------テーブルレイアウト-------- */
.table-content{
	border-style:solid;
	border-width:0px 1px 0px 1px;
	border-color:#999999;
	background-color: #FFFFFF;
	background-image: url(images/template/bg_img_r2.jpg);
	background-repeat: no-repeat;
	background-position: right 91px;
	width: 1030px;
	}
.table-main{
	border: 0px none;
	margin-top: 25px;
	text-align: left;
	margin-left: 25px;
	width: 693px;
}
.table-main table td{
	vertical-align: top;
}
.table-event {
	width: 685px;
	border: 0px none;
	line-height: 180%;
	}
.table-event tr{
	text-indent: 10px;
}
.table-event dd{
	padding-left: 15px;
}
.bgcolor1 {
	background-color: #e6e6e6;
	padding: 3px;
}
.schedule{
	text-align: left;
}
.waku {
	border: thin solid #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


/*------デザイン-------- */
.midasi-img {
	margin-bottom: 20px;
	text-align: left;
}
.footer {
	font-size: 10px;
	text-align: center;
	}
.table-title {
	background-color: #CCCCCC;
	padding-right: 10px;
	margin: 0px 0px 10px;
}
.float-l{
	float:left;
}
.clear{
	float:clear;
}
.image-padding {
	margin-left: 7px;
	border: none;
}
.yajirusi {
	margin-right: 5px;
}

