body {
	background-color: #FF6F00;
	background-image: url(../img/base/bg01.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	color: #333333;
}
html {overflow-y:scroll;}

a:link {
	color: #003264;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003264;
}
.sttl {
	font-size: 14px;
	font-weight: bold;
	color: #003263;
	padding-left: 10px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #003263;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: underline;
	color: #003264;
}
.line_ttl {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.shadow_left {
	background-image: url(../img/base/shadow_left02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.bg_footer {
	background-image: url(../img/base/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 71px;
	width: 810px;
	font-size: 10px;
	color: #003263;
}
.shadow_right {
	background-image: url(../img/base/shadow_right02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#contents {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 75px;
	margin-left: 75px;
	width: 650px;
}
.bg_news {
	background-color: #DADADA;
	height: 140px;
	width: 315px;
	margin-right: 15px;
	margin-left: 15px;
}


.space_t5px {
	margin-top: 5px;
}
.space_t10px {
	margin-top: 10px;
}
.space_b10px {
	margin-bottom: 10px;
}

.space_t15px {
	margin-top: 15px;
}

.space_b15px {
	margin-bottom: 15px;
}
.space_tb15px {
	margin-top: 15px;
	margin-bottom: 15px;
}



h1 {
	margin: 0px;
	padding: 0px;
} 





.footer_left {
	padding-top: 20px;
	padding-left: 30px;
	font-size: 12px;
}
.footer_right {
	padding-top: 20px;
	padding-right: 20px;
	font-size: 11px;
}
.bg_blue {
	background-color: #CBDFF7;
}
.dark_blue {
	color: #FFFFFF;
	background-color: #004F9C;
}
.text_size14px {
	font-size: 14px;
	font-weight: bold;
}
.bg_gray {
	background-color: #E5E5E5;
}



p {
	margin: 5px;
}


a.intext_red { text-decoration : underline }
a.intext_red:link { color: #FFFFFF; text-decoration: underline; }
a.intext_red:hover { color: #FF3300; text-decoration: none; }
a.intext_red:active { color: #FFFFFF; text-decoration: none; }
a.intext_red:visited { color: #FFFFFF; text-decoration: underline; }
.line_blue {
	border: 1px solid #004F9C;
}

/** temp for logo modified **/
#logo_top {
    position:relative;
}
#temp_cover {
    display:block;
    position:absolute;
    top:0px;
    left:5px;
    background-color:white;
    width:35px;
    height:30px;
}
/** /temp **/