@charset "UTF-8";
body {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
margin: 0px;
padding: 0px;
background: url('images/body_bg.gif');
font-size: 0.9em;
line-height: 1.5;
color:#555;
}
a img{
border:none;
}
a{
text-decoration:none;
color:#060;
}
a:hover{
color:#c90;
}
h1, h2, h3, h4, h5, h6, p{
	margin: 0px;
	padding: 0px;
}
:focus {
	outline: 0;
}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */
p{
	margin-bottom:1em;
}
em{
	display:none;
}
.cornerBox{
	border:1px solid #060;
	text-align:center;
	padding:20px;
}
.smallFont{
	font-size:0.8em;
}
/*layout*/
#wrapper{
	margin:20px auto;
	width:900px;
}
#header{
	background: url(images/header.gif) no-repeat;
	height:80px;
}
h1{
	width:265px;
	height:40px;
	margin:26px 0 0 30px;
	float:left;
}
#headerright{
	width:260px;
	float:right;
}
#contents{
	background:#fff;
	padding:30px;
}

#footer{
	background: url(images/footer.gif) no-repeat;
	height:30px;
}
/*menu*/
#menu{
	background: url(images/menu_bg.gif) repeat-x;
	height:60px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li{
	margin-left:30px;
	float:left;
}
#menu a{
	display:block;
	width:144px;
	height:60px;
}
#menutop a{
	background: url(images/menu.gif) -30px 0 no-repeat;
}
#menutop a:hover{
	background: url(images/menu.gif) -30px -60px no-repeat;
}
#menutop .current{
	display:block;
	width:144px;
	height:60px;
	background: url(images/menu.gif) -30px -120px no-repeat;
}
#menuyakkyoku a{
	background: url(images/menu.gif) -204px 0 no-repeat;
}
#menuyakkyoku a:hover{
	background: url(images/menu.gif) -204px -60px no-repeat;
}
#menuyakkyoku .current{
	display:block;
	width:144px;
	height:60px;
	background: url(images/menu.gif) -204px -120px no-repeat;
}
#menucompany a{
	background: url(images/menu.gif) -378px 0 no-repeat;
}
#menucompany a:hover{
	background: url(images/menu.gif) -378px -60px no-repeat;
}
#menucompany .current{
	display:block;
	width:144px;
	height:60px;
	background: url(images/menu.gif) -378px -120px no-repeat;
}
#menunews a{
	background: url(images/menu.gif) -552px 0 no-repeat;
}
#menunews a:hover{
	background: url(images/menu.gif) -552px -60px no-repeat;
}
#menunews .current{
	display:block;
	width:144px;
	height:60px;
	background: url(images/menu.gif) -552px -120px no-repeat;
}
#menulink a{
	background: url(images/menu.gif) -726px 0 no-repeat;
}
#menulink a:hover{
	background: url(images/menu.gif) -726px -60px no-repeat;
}
#menulink .current{
	display:block;
	width:144px;
	height:60px;
	background: url(images/menu.gif) -726px -120px no-repeat;
}
/*top*/
#mainvisual{
	border-bottom:2px solid #060;
}
#topLeft{
	width:570px;
	float:left;
}
#topLeft h3{
	border-bottom:1px solid #ddd;
	margin-bottom:1em;
	padding-bottom:5px;
}
#topLeft dl{
	margin:0;
	padding:0;
	margin-bottom:1em;
}
#topLeft dt{
	width:80px;
	float:left;
}
#topLeft dd{
	width:450px;
	float:right;
}
#topRight{
	width:240px;
	float:right;
}
#bt_yakkyoku a{
	display:block;
	width:144px;
	height:24px;
	margin:0 auto;
	background: url(images/bt_yakkyoku.gif) no-repeat 0px 0px;
}
#bt_yakkyoku a:hover{
	background: url(images/bt_yakkyoku.gif) no-repeat 0px -24px;
}
/*contents*/
#pagetitle{
	border-bottom:1px solid #060;
}
#contentsBox{
	width:620px;
	float:right;
	min-height:400px;
}
#contentsBox h3{
	background:url(images/bullet_capsule.gif) no-repeat;
	border-bottom:1px solid #ddd;
	margin-bottom:1em;
	padding-bottom:5px;
	padding-left:28px;
	font-size:1.4em;
}
#contentsBox h4{
	margin-bottom:1em;
	font-size:1.2em;
}
#contentsBox li{
	margin-bottom:1em;
	list-style:url(images/bullet_ball.gif);
}
#contentsBox dl{
	margin:0;
	padding:0;
	margin-bottom:1em;
}
#contentsBox dt{
	width:60px;
	float:left;
}
#contentsBox dd{
	width:520px;
	float:right;
}
.timetable table{
	border:1px solid #ddd;
	border-collapse:collapse;
}
.timetable th{
	border:1px solid #ddd;
	padding:5px;
	text-align:center;
	vertical-align:middle;
	width:40px;
	background:#CFC;
}
.timetable td{
	border:1px solid #ddd;
	padding:5px;
	text-align:center;
	vertical-align:middle;
}
.time{
	text-align:left;
	white-space:nowrap;
	width:120px;
}