@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
	font-size: 12px;
	line-height: 1.8em;
}

img{
	margin:0px;
	border: 0px;
}

ul li{
	list-style-type: none;
}

ol li{
	list-style-type: none;
}

dl, dt, dd {
margin:0;
padding:0;
}

a{
	color: #000000;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


/* 全体 */

.clear{
	clear: both;
	height: 0px;
}


#wrap{
	width: 800px;
	margin: auto;
	margin-top: 30px;
}

#left{
	width: 200px;
	float: left;
}

#sub-b{float:left;width:200px;margin:0;padding:0;}
#sub-b ul {list-style:none;position:fixed;margin:0;
_position: absolute;
_top: expression(eval(document.documentElement.scrollTop+30));}

#sub-b li{
	margin: 0px;
	padding: 0px;
}

body {
	background: url(null) fixed;
}


#right{
	width: 575px;
	float: right;
	padding-bottom: 50px;
}

.content{
	padding: 0 20px 0 35px;
}

p.tx01{
	padding: 20px 0;
}

.content td{
	padding: 10px;
}

.content td.tt{
	border-bottom: #2b6689 solid 2px;
	border-left: #2b6689 solid 2px;
	width: 60px;
	background-color: #e6f3fb;
}

.content td.in{
	border-bottom: #2b6689 solid 2px;
	border-left: #2b6689 dotted 1px;
}

#right h2{
	padding: 25px 0 15px 0;
}

.program p{
	margin-bottom: 10px;
}

.program h3{
	font-size: 14px;
	color: #06527e;
	margin-bottom: 15px;
}

.program .face{
	float: left;
	width: 165px;
}

.program .text{
	float: right;
	width: 350px;
}

.map{
	padding-bottom: 25px;
}

.map p{
	margin-bottom: 10px;
}

.orange{
	color: #c46600;
}

