﻿body {
	background-image:url(../img/header_bg.png);
	background-repeat: repeat-x;
	background-position: left 10px;
}

.page {
	margin: auto;
	width: 1000px;
}
a {
	color: #0747AF;
	text-decoration: underline;
}
a:hover {
	color: #666666;
}

.space1px {
	height: 1px;
}
.space2px {
	height: 2px;
}

.space5px {
	height: 5px;
}
.space10px {
	height: 10px;
}
.space20px {
	height: 20px;
}
.space30px {
	height: 30px;
}

.space100px {
	height: 100px;
}
.whitespace1px {
	background-color: #FFF;
	height: 1px;
}
.whitespace2px {
	background-color: #FFF;
	height: 2px;
}
.floatL {
	float: left;
}

.floatR {
	float: right;
}
.yubi {
	cursor: pointer;
}

.marginL10px {
	margin-left: 10px;
}
.marginL20px {
	margin-left: 20px;
}
.text10px {
	font-size: 10px;
}

.text15px {
	font-size: 15px;
}

.text18px {
	font-size: 18px;
}
.textright {
	text-align: right;
	font-size:12px;
}
.textleft {
	text-align: left;
}
.textcenter {
	text-align: center;
}

.red {
	color: #F00;
}


.bold {
	font-weight: bold;
}


/*修正後*/


#copyright a:link{color:#FFF;}
.header {
	margin-bottom: 20px;
}
.black {
	color: #000;
}
.mosgreen {
	color: #063;
}
.red_hilight {
	color: #FFF;
	background-color: #F00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
.gray_under_dott {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.yellow_hilight {
	background-color: #FFFF6F;
	color: #000;
}
.hidden{
	display:none;
}
#header {
	height: 44px;
	margin-top: 10px;
}
#logo {
	height: 41px;
	width: 410px;
	float: left;
}
#headerNav li {
	float: left;
}
#pr {
	clear: left;
	height: 24px;
	margin-top: 11px;
}
#pr li {
	background-image: url(../img/icon_pr.png);
	background-repeat: no-repeat;
	padding-left: 45px;
	background-position: left center;
	float: left;
	margin-right: 40px;
}
#pr li a {
	color: #3B7AAF;
	text-decoration: none;
}
#pr li a:hover {
	color: #999999;
}
#footerNav {
	clear: both;
	margin-left: 10px;
}

#footerNav li{
	background-image: url(../img/arrow_s.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	padding-left: 10px;
	margin-right: 15px;
	margin-top: 40px;
}
#copyright {
	clear: left;
	background-image: url(../img/copyright_bg.png);
	background-repeat: repeat-x;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
}
.hover:hover{
	opacity: 0.5;
	filter:alpha(opacity=50);
	-ms-filter:"alpha(opacity=50)";
	zoom:1;
}
