@charset "utf-8";

body {
/*    background-image:url(../img/bg.gif);
	background-repeat:repeat;
*/
	background-color:#e6e6e6;
}
a img {border: none;}

img {
	vertical-align: bottom;
}

table {
    border-top:#CCCCCC solid 1px ;
	border-left:#CCCCCC solid 1px ;
    font-size:0.875em;
	margin-left:20px;
}
th {
    border-right:#CCCCCC solid 1px ;
	border-bottom:#CCCCCC solid 1px ;
    background-color:#ccdaf1;
	text-align:left;
	color:#333333;
	font-weight:normal;
}
td {
    border-right:#CCCCCC solid 1px ;
	border-bottom:#CCCCCC solid 1px ;
}

#stage-top {
	height: 15px;
	width: 735px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/stage_bg_top.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
/*	background-color: #ff00ff; */
}
#stage {
	background-image: url(../img/stage_bg.jpg);
	background-repeat: repeat-y;
	width: 735px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-position: 0px 0px;
/*	background-color: #00ffff; */
}
#stage-bottom {
	background-image: url(../img/stage_bg_bottom.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 10px;
	width: 735px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
/*	background-color: #ffff00; */
	background-position: bottom;
}

#head-contents {
	height: 80px;
	width: 735px;
}
#head-contents h1 {
	float: left;
	height: 50px;
	width: 240px;
	margin-top: 5px;
	margin-left: 20px;
	background-image: url(../img/title.gif);
	background-repeat: no-repeat;
    text-indent: -25000px;
    cursor:pointer;
}
#office-address {
	width: 300px;
	float: right;
	margin-top: 0px;
	font-size: 0.75em;
	text-align: right;
	margin-right: 15px;
}


#foot-contents {
	width: 730px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
	color:#023562;
	vertical-align: middle;
	height: 30px;
	margin-top: 0px;
	padding-top: 10px;
}
#cover-area {
	margin: 0 auto;
	width: 500px;
	clear: both;
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC; */
	text-align: center;
	vertical-align: middle;
	font-size: 0.75em;
	line-height: 1.25em;
	color: #999999;
}
#bottom-link-area {
	margin: 20px auto 10px auto;
/*	width: 500px; */
	clear: both;
	text-align: center;
	vertical-align: middle;
	font-size: 0.75em;
	line-height: 1.25em;
	color: #999999;
}
#bottom-link-area a{
	text-decoration:underline;
	color: #333333;
}
#bottom-link-area a:hover{
	text-decoration:underline;
	color: #ff3333;
}
#snavi {
	font-size: 0.75em;
	line-height: 1.25em;
	color: #999999;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.floatclr {
	clear:both;
}
.gopagetop {
	font-size:12px;
	text-align:right;
}

