﻿/* basic */
html, body {
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	margin:0px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Verdana";
}

/* link */
a img{
	border-style:none;
}

a:link {
	color: #FD4A4A;
	text-decoration: none;
}

a:visited {
	color: #FD4A4A;
	text-decoration: none;
}

a:hover {
	color: #FD4A4A;
	text-decoration: underline;
}

/* header */
#title {
	background-color:#F5C7BA;
	width: 800px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../image/header.jpg);
	text-align: left;
}

#menu_bar {
	background-color: #FD4A4A;
	width: 800px;
	height: 36px;
	margin: 0px auto 35px auto;
	padding: 0px;
	text-align: left;
}

#dd {
	margin: 0px;
	padding: 0px;
	width: 800px;
}

#dd li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	font-weight: bolder;
}

#dd li a.menu, #dd li#bbs {
	display: block;
	width: 100px;
	height: 35px;
	text-decoration: none;
	margin: 0px;
	text-indent:-9999px;
	background:url("../image/menu.jpg") repeat-x;
}

ul#dd li#about a {background-position:0 0;}
ul#dd li#abouton a, ul#dd li#about a:hover {background-position:0 -36px;}
ul#dd li#schedule a {background-position:-100px 0;}
ul#dd li#scheduleon a, ul#dd li#schedule a:hover {background-position:-100px -36px;}
ul#dd li#gallery a {background-position:-200px 0;}
ul#dd li#galleryon a, ul#dd li#gallery a:hover {background-position:-200px -36px;}
ul#dd li#down a {background-position:-300px 0;}
ul#dd li#downon a, ul#dd li#down a:hover {background-position:-300px -36px;}
ul#dd li#blog a {background-position:-400px 0;}
ul#dd li#blogon a, ul#dd li#blog a:hover {background-position:-400px -36px;}
ul#dd li#bbs {background-position:-499px 0;}
/* ul#dd li#bbson a, ul#dd li#bbs a:hover {background-position:-500px -36px;} */
ul#dd li#links a {background-position:-600px 0;}
ul#dd li#linkson a, ul#dd li#links a:hover {background-position:-600px -36px;}
ul#dd li#mail a {background-position:-700px 0;}
ul#dd li#mailon a, ul#dd li#mail a:hover {background-position:-700px -36px;}

.submenu {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FD4A4A;
	border-left: 1px solid #FD4A4A;
	border-right: 1px solid #FD4A4A;
	visibility: hidden;
	position: absolute;
	z-index: 3;
	width: 98px;
}

.submenu a {
	display: block;
	font: 11px arial;
	text-align: left;
	text-decoration: none;
	padding: 5px;
	color:#FD4A4A;
	border-top: 1px dotted #FD4A4A;
}

.submenu a:hover {
	background-color: #FD4A4A;
	color: #FFFFFF;
}

.logo {
	margin: 58px auto auto 5px;
}

/* toppage div properties */
#box_top {
	width: 780px;
	height: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 130%;
	padding: 0px;
	margin: 20px 10px 10px 10px;
}

#news {
	height: 170px;
	overflow: auto;
	width: 140px;
	;
}
#left {
	width:600px;
	margin: 5px 5px 5px 0px;
	float: left;
}

*html #left {
	width:610px;
	margin: 5px 0px 5px 0px;
	float: left;
}

#right {
	width: 150px;
	margin: 0px 0px 0px auto;
	float: right;
	font-size: 10px;
}

#l_left {
	width: 190px;
	float: left;
	margin: 5px;
}

#l_right {
	width: 395px;
	float: right;
}
#l_right hr {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #FD4A4A;
	height: 1px;
	margin: 5px auto 5px auto;
}

.news_date {
	font-weight: bold;
	text-decoration: underline;
}

#flyer {
	width: 440px;
	margin: auto;
}

.flyer_location_l {
	width: 200px;
	color: #000000;
	margin: 10px 5px auto 0px;
	float: left;
}

.flyer_location_r {
	width: 200px;
	color: #000000;
	margin: 10px 0px auto 5px;
	float: right;
}

/* other page div properties */
#contents {
	width: 800px;
	border-left: 1px solid #FD4A4A;
	border-right: 1px solid #FD4A4A;
	border-bottom: 1px solid #FD4A4A;
	margin: 0px auto 10px auto;
}

#box {
	width: 650px;
	height: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 130%;
	padding: 0px;
	margin: 20px auto 10px auto;
}

#box_tt {
	width: 710px;
	height: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 130%;
	padding: 0px;
	margin: 20px auto 10px auto;
}

#tt_left {
	width: 355px;
	margin: auto;
	float: left;
}

#tt_right {
	widows: 355px;
	margin: auto;
	float: right;
}

.open_td {
	background-color: #FF99FF;
	font-weight: bold;
}

#other_left {
	width: 80px;
	float: left;
	text-align: right;
	margin-right: 20px;
}

#other_right {
	width: 540px;
	float: right;
}

/* parts */
h2 {
	margin: 0px 0px 10px 0px;
	width: auto;
	font-size:13px;
	font-weight: bold;
	border-bottom: 2px dotted #FD4A4A;
}

h2.next {
	width:600px;
}

h2.news {
	width:150px;
}

.non_css { 
	display: none;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}

.strong {
	font-weight: bold;
}

.red {
	color: #FF3300;
	font-weight: bold;
}

.event_title {
	font-weight: bold;
}

.font_10 {
	font-size: 10px;
}

.frame {
	padding: 5px;
	background-color: #F4F4F4;
	border: 1px solid #D8D8D8;
}

.cl{
	clear: both;
	display: block;
}

ul.flyer_list {
	width: 200px;
	margin: 0px 5px 10px 5px;
	list-style: none;
	display: inline;
}

*html ul.flyer_list {
	width: 200px;
	margin: 5px 5px 10px 5px;
	list-style: none;
	display: block;
}

ul.flyer_list li {
	width: 200px;
	height: auto;
	display: block;
	padding: 0px;
	list-style: none;
}

.locate {
	color: #FF3300;
	font-weight: bold;
}

.event_detail {
	text-align: right;
	font-size: 10px;
}

/* profile */
.prof_photo {
	padding: 5px;
	background-color: #F4F4F4;
	border: 1px dotted #696969;
	margin: 5px;
	float: left;
}

.profile_box {
	width: 540px;
	border: 1px solid #696969;
	background-color: #F9F9F9;
	margin: 0px 0px 20px 0px;
}

.prof_name {
	background-color: #696969;
	padding:7px 3px 7px 3px;
	color: #FFFFFF;
	font-size: 15px;
}
.prof_detail {
	margin: 5px;
	width: auto;
}

.prof_detail hr {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #696969;
	height: 1px;
	margin: 5px auto 5px auto;
}

/* download */
.down_file {
	width: 650px;
}

.down_thumb {
	margin: 5px;
	float: left;
	width: 150px;
}	
.down_right {
	float: right;
	width: 450px;
	margin: 5px;
	background-color: #F4F4F4;
	border: 1px solid #696969;
}
.down_name {
	font-weight: bold;
	padding: 5px;
}
.down_list {
	border-top: 1px dotted #696969;
	text-align: right;
	padding: 5px;
}

/* footer */
#copyright {
	width: 800px;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	margin-top: 20px;
	font-size: 9px;
	text-align: right;
	clear: both;
}
