@charset "utf-8";


/* =import 
----------------------------------------------*/
@import url(reset.css);
@import url(layout.css);



/* hn
------------------------------------------- */
h1{
position:absolute;
top:0;
left:19px;
}
h2{
position:absolute;
top:9px;
left:169px;
font-weight:100;
font-size:90%;
color:#999999;
}

/* link
------------------------------------------- */
a:link{ color:#cccccc; text-decoration:underline; }
a:hover{ color:#cccccc; text-decoration:none; }
a:visited{ color:#cccccc; text-decoration:underline; }

/* common
------------------------------------------- */
.section{
width:800px;
height:auto;
overflow:hidden;
margin:0 auto 80px auto;
padding-bottom:80px;
background:url(../images/dot.jpg) repeat-x 0 bottom;
}
.section p{
margin-bottom:20px;
}
#takeaway{
	position:absolute;
	top:14px;
	left:220px;
	z-index:150;
	color:#ffffff;
	}

/* table
------------------------------------------- */
.table01{
width:100%;
border-top:#cdd3c2 solid 1px;
border-left:#cdd3c2 solid 1px;
margin-bottom:10px;
}
.table01 th{
width:30%;
border-right:#cdd3c2 solid 1px;
border-bottom:#cdd3c2 solid 1px;
background:url(../images/table-bg.gif) repeat;
padding:8px 10px;
}
.table01 td{
border-right:#cdd3c2 solid 1px;
border-bottom:#cdd3c2 solid 1px;
padding:8px 10px;
}


/* accessbox
------------------------------------------- */
#accessbox{
	width:100%;
	height:auto;
	position:relative;
	}
#accessbox #course{
	position:absolute;
	bottom:200px;
	left:50px;
	}
#accessbox #googlemap{
	position:absolute;
	bottom:200px;
	left:165px;
	}