@charset "UTF-8";
/* CSS Document */

/* rule reset
-----------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}


/* background image
-----------------------------------*/
body {
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.9em;
	background-color: #508CAB;
	background-image: url(../images/bc-all.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a img {
	border-style: none;
}

a:link {
	color: #444444;
	text-decoration: underline;
}

a:visited {
	color: #777777;
	text-decoration: underline;
}

a:hover {
	color: #0066CC;
	text-decoration: none;
	position: relative;
}

a:active {
	color: #FF6600;
	text-decoration: none;
}

/* layout
-----------------------------*/
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background-color: #FFFFFF;
}

#message {
	font-size: 1px;
	line-height: 1px;
	display: none;
}

ul#navi {
	width: 760px;
	height: 19px;
	list-style: none;
	margin: 0px auto;
	padding: 10px 0px 15px;
}

ul#navi li {
	float: left;
	height: 19px;
	width: 95px;
	margin-right: 8px;
}

ul#navi li#top a {
	background-image: url(../images/top-ab.gif);
	height: 19px;
	width: 95px;
	background-repeat: no-repeat;
	display: block;
	background-position: center top;
}


ul#navi li#nagare a {
	background-image: url(../images/nagare-ab.gif);
	height: 19px;
	width: 95px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}

ul#navi li#prof a {
	background-image: url(../images/prof-ab.gif);
	height: 19px;
	width: 95px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}

ul#navi li#d3 a {
	background-image: url(../images/3d-ab.gif);
	height: 19px;
	width: 95px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}

ul#navi li#toi a {
	background-image: url(../images/toi-ab.gif);
	height: 19px;
	width: 95px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}

ul#navi li#top a:hover {
	background-image: url(../images/top-ab.gif);
	height: 19px;
	width: 95px;
	background-repeat: no-repeat;
	background-position: center -19px;
}

ul#navi li#nagare a:hover {
	background-image: url(../images/nagare-ab.gif);
	height: 19px;
	width: 95px;
	background-repeat: no-repeat;
	background-position: center -19px;
}

ul#navi li#prof a:hover {
	background-image: url(../images/prof-ab.gif);
	height: 19px;
	width: 95px;
	background-repeat: no-repeat;
	background-position: center -19px;
}

ul#navi li#d3 a:hover {
	background-image: url(../images/3d-ab.gif);
	height: 19px;
	width: 95px;
	background-repeat: no-repeat;
	background-position: center -19px;
}

ul#navi li#toi a:hover {
	background-image: url(../images/toi-ab.gif);
	height: 19px;
	width: 95px;
	background-repeat: no-repeat;
	background-position: center -19px;
}





h1 {
	vertical-align: bottom;
}

#contents {
}


#topMain {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	background-image: url(../images/waku-middle.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFFFFF;
	clear: both;
}

#topMain p.bctop {
	background-image: url(../images/waku-top.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 760px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	vertical-align: bottom;
	background-position: left top;
}

#topMain h2 {
	font-size: 18px;
	color: #0064B6;
	background-color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: 1em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}

#topMain #mainCopy {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	clear: both;
}

#mainCopy p img.image {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
}

#topMain #mainCopy h3 {
	font-size: 14px;
	font-weight: normal;
	color: #0064B6;
	padding-top: 30px;
	padding-bottom: 5px;
}


#topMain img.checkpoint {
	width: 720px;
	margin-left: 20px;
	margin-top: 25px;
	vertical-align: bottom;
}

#topMain p.bcbottom {
	background-image: url(../images/waku-bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 760px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	vertical-align: bottom;
}

#topMain #check {
	margin: 0px auto;
	padding: 30px 0px 20px;
	height: 238px;
	width: 716px;
}

#topMain #check img {
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

/* tooltip
-----------------------------*/

#tooltip{
	position:absolute;
	border:3px solid #FFFFFF;
	padding:2px 5px;
	color:#FFFFFF;
	display:none;
	background-color: #57667C;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.8em;
	}	





/* footer
-----------------------------*/

#footer {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 5px;
	color: #6699CC;
}
