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

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 12px/21px "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
}
a:link {
	color: #0C419A;
}
a:visited {
	color: #0C419A;
}
a:hover {
	color: #CCFF00;
}
a:active {
	color: #0C419A;
}

#clear {
	clear: both;
}

#rayout {
	font-size: 12px;
	font-family: "ヒラギノ丸ゴ Pro W4", "Osaka－等幅";
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	width: 920px;
}
#header {
	width: 920px;
	height: 137px;
	float: left;
}
#header_left {
	width: 460px;
	height: 137px;
	float: left;
}
#header_right {
	width: 445px;
	height: 132px;
	float: left;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	text-align: right;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
	font-size: 11px;
}
a.white:link {
	color: #FFFFFF;
}
a.white:visited {
	color: #FFFFFF;
}
a.white:hover {
	color: #CCFF00;
}
a.white:active {
	color: #FFFFFF;
}


#index {
	width: 920px;
	height: 250px;
	float: left;
}
#index2 {
	width: 920px;
	height: 70px;
	float: left;
	padding-top: 20px;
}
#menu {
	height: 40px;
	width: 920px;
	float: left;
	padding-top: 20px;
}

#shadow {
	height: 16px;
	width: 860px;
	float: left;
	background-image: url(../images/shadow.jpg);
	background-repeat: no-repeat;
}

#title {
	height: 42px;
	width: 845px;
	float: left;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#contents {
	width: 920px;
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contents_left {
	width: 665px;
	float: left;
}
#contents_left_title {
	width: 660px;
	float: left;
	font-size: 13px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-left: 5px;
	padding-top: 5px;
}
#info_box {
	width: 665px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
#info_left {
	width: 120px;
	float: left;
	font-size: 13px;
	color: #000000;
	margin-left: 15px;
	line-height: 27px;
}
#info_right {
	width: 510px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 27px;
	font-size: 13px;
	padding-bottom: 5px;
}
#contents_right {
	width: 230px;
	float: left;
	padding-left: 25px;
}
#contents_banner {
	width: 230px;
	float: left;
	padding-bottom: 5px;
}

#footer {
	width: 920px;
	float: left;
	padding-top: 15px;
	margin-top: 25px;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	text-align: center;
	font-size: 12px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#footer_text {
	width: 920px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 15px;
	text-align: center;
	color: #333333;
}
#footer_copy {
	width: 920px;
	float: left;
	padding-top: 40px;
	padding-bottom: 80px;
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
}
h1 {
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
