@charset "Shift_JIS";

body{
	margin:0px auto;
	padding:0px;
	width:780px;
	text-align:center;
	font-size:small;
}

@media screen{
	body{
		background:#999999;
	}
}

*{
	color:#333333;
	margin:0px;
	padding:0px;
}

hr{
	height:1px;
	color:#CCCCCC;
}

a{
	color:#0000FF;
}
a:hover{
	color:#0076A3;
}
.link_txt{
	background:url(image/ico_link.gif) no-repeat right center;
	padding-right:13px;
}

img{
	vertical-align:bottom;
}

#container{
	width:780px;
	background:#FFFFFF url(image/bg_main.gif) repeat-y left top;
	text-align:left;
}
@media print{
	#container{
		width:781px;
	}
}

#header{
	height:60px;
	overflow:hidden;
	font-size:12px;
	font-weight:normal;
	background:#000033;
	border-bottom:solid 4px #808080;
	zoom:100%;
}
#header:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#logo{
	float:left;
	margin:10px 0px 0px 10px;
}

ul#header_navi{
	float:right;
	padding:10px 10px 0px 0px;
	list-style:none;
}
#header_navi li{
	margin-bottom:5px;
}

#side{
	float:right;
	width:180px;
	background:#F2F2F2 url(image/bg_side.gif) repeat-x left top;
}

ul#menu{
	margin:6px 8px;
	list-style:none;
	background:url(image/bg_menu.gif) repeat-y;
	zoom:100%;
}
#menu li{
	padding-top:6px;
	background:url(image/menu_line.gif) no-repeat 0px 2px;
}
#menu .top{
	padding-top:0px;
	background:none;
}
#menu .last{
	padding:0px 0px 2px;
	background:url(image/bg_menu_bot.gif) no-repeat left bottom;
}

#menu ul.submenu{
	margin:0px 5px -2px 7px;
	list-style:none;
	display:none;
}
#menu ul.active{
	display:block;
}
#menu .submenu li{
	margin-bottom:1px;
	padding-top:0px;
	background:none;
}
#menu a{
	cursor:pointer;
}

#main{
	float:right;
	width:600px;
	background:#FFFFFF;
}

.contents{
	margin:10px;
	_margin-bottom:72px;
}

h2.txt{
	clear:both;
	padding:0px 14px;
	background:url(image/bg_subtitle_h2.gif) no-repeat left top;
	font-size:105%;
	line-height:32px;
}

h3{
	clear:both;
	margin:0px 5px;
	padding-left:12px;
	background:url(image/bg_subtitle.gif) no-repeat left top;
	line-height:24px;
	font-size:105%;
	font-weight:normal;
	color:#000066;
}

h4{
	clear:both;
	margin:0.5em 10px 0px;
	padding:3px 7px;
	border-left:solid 4px #999999;
	font-size:100%;
	font-weight:normal;
}

p{
	clear:both;
	margin:0.5em 10px 0.5em 20px;
	line-height:140%;
	zoom:100%;
}
p:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
p img{
	float:right;
	margin-left:5px;
}

em{
	color:#CC0000;
	font-style:normal;
}

strong{
	font-weight:normal;
	color:#000066;
}

table.calendar{
	clear:both;
	margin:0.5em 10px 0.5em 20px;
	border-collapse:collapse;
}
.calendar td{
	padding:0px 10px 30px 0px;
	vertical-align:top;
}
.calendar ul{
	margin:21px 0px 0px 18px;
	list-style:none;
	line-height:120%;
}
.calendar li{
	margin-bottom:0.5em;
	text-indent:-18px;
}

table.schedule{
	clear:both;
	border-collapse:collapse;
}
.schedule th{
	padding:5px;
	border:solid 1px #666666;
	background:#000066;
	color:#FFFFFF;
}
.schedule td{
	padding:10px;
	border:solid 1px #666666;
}
.schedule .row{
	background:#F5F5F5;
}

ul.mark_txt{
	clear:both;
	margin:0.5em 10px -0.5em 34px;
	list-style:none;
	line-height:120%;
}
.mark_txt li{
	margin-bottom:0.5em;
	text-indent:-14px;
}

ul.ul01{
	clear:both;
	margin:0.5em 10px -0.5em 34px;
	list-style:none;
	line-height:120%;
}
.ul01 li{
	margin-bottom:0.5em;
	padding-left:11px;
	background:url(image/ico_list.gif) no-repeat 0px 3px;
}

dl.dl01{
	clear:both;
	margin:-0.5em 10px 0.5em 20px;
	line-height:120%;
}
.dl01 dt{
	margin-top:1em;
	padding-left:11px;
	background:url(image/ico_list.gif) no-repeat 0px 3px;
	color:#000066;
}
.dl01 dd{
	margin-left:11px;
}

.box{
	padding:5px 10px;
	border:solid 1px #CCCCCC;
	background:#F7F7F7;
}

.align_c{
	text-align:center;
}
.align_c table{
	margin:0px auto;
}

.pagetop{
	text-align:right;
}
.pagetop a{
	padding-left:12px;
	background:url(image/ico_up.gif) no-repeat left center;
}

#footer{
	clear:both;
	_margin-top:-58px;
	padding:0px 0px 5px 180px;
	text-align:center;
	font-size:11px;
	font-family:Verdana;
	color:#808080;
}

#adress_box{
	margin-bottom:5px;
	text-align:center;
}

