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

body {
	background-image:url(../images/body_bg02.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width:900px;
	margin:0 auto;
}
#container {
	width:650px;
	float:right;
}
#header {
	width:650px;
	height:170px;
	margin:0 auto;
}
#head_text {
	height:20px;
	font-size:14px;
	line-height:20px;
	
}
#head_text h1 {
	font-size:12px;
	line-height:20px;
	float:left;
	color:#666666;
}
#head_text ul {
	font-size:12px;
	line-height:20px;
	float:right;
	width:300px;
}
#head_text ul li {
	float:left;
}
#head_text ul li a {
	padding:0 5px;
	text-decoration:none;
}
#head_text ul li a:hover {
	color:#CC0000;
	text-decoration:underline;
}
#head_main {
	padding:9px 0 8px 0;
	clear:both;
}
#main {
	width:650px;
	float:right;
	padding-top:5px;
	padding-bottom:20px;
}
#sidebar {
	width:220px;
	float:left;
	background:url(../images/common/side_shadow.jpg) repeat-y;
	padding-bottom:10px;
}
#side_top {
	background:url(../images/common/side02.jpg) no-repeat;
	height:497px;
}

#side_menu {
	width:190px;
	margin:0 0 0 14px;
	padding-top:290px;
}
#sidebar .dropdown {
	font-size:14px;
	line-height:32px;
}
#sidebar .dropdown a {
	display:block;
	width:190px;
	height:32px;
	background:url(../images/common/menu_bg.png) no-repeat;
	text-indent:25px;
	text-decoration:none;
}
#sidebar .dropdown a:hover {
	background:url(../images/common/menu_bg02.png) no-repeat;
	color:#cc0000;
}
 
.dropdown dt {
	width:190px;
}
.dropdown dd {
	position:absolute;
	margin-left:160px;
	margin-top:-32px;
	overflow:hidden;
	width:140px;
	display:none;
	z-index:200;
	opacity:0;
	background-color:#FFFFFF;
}
.dropdown ul {
	width:190px;
}
.dropdown li {
	display:block;
	float:left;
}
#footer {
	background:url(../images/common/footer.jpg) repeat-x #79033d;
	height:102px;
	clear:both;
}

#footer_contents {
	width:890px;
	margin:0 auto;
	padding:25px 0 10px;
}
#footer .footer_text p {
	font-size:14px;
	color:#FFFFFF;
	text-align:right;
}
#gr_menu {
	clear:both;
}
#gr_menu li {
	width:130px;
	height:50px;
	float:left;
}
#ul_pan li {
	float:left;
	font-size:12px;
	line-height:14px;
	padding-right:5px;
	color:#444444;
	margin-bottom:15px;
}
#ul_pan li a {
	text-decoration:none;
	color:#3366FF;
}
#ul_pan li a:hover {
	color:#ff0000;
}

#ul_pan li.arrow {
	background:url(../images/common/arrow.gif) no-repeat left center;
	padding-left:14px;
}
h2 {
	width:650px;
	margin:0 auto;
	clear:both;
}
h3.h3_650 {
	width:624px;
	background-image: url(../images/h3_bg.gif);
	background-repeat: no-repeat;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	color: #444;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-left: 26px;
}
h3.h3_315 {
	width:289px;
	background-image: url(../images/h3_bg.gif);
	background-repeat: no-repeat;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	color: #444;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-left: 26px;
}
.box_315 {
	width:315px;
}
.dl_news {
	font-size:14px;
}
.dl_news dt {
	color:#CC0000;
}
.dl_news dd {
	margin-bottom:10px;
	color:#333333;
	padding-left:1em;
}

.table_about {
	width:650px;
	margin:0 auto;
	font-size:14px;
	border-collapse:collapse;
}
.table_about th {
	white-space:nowrap;
	padding:5px;
	vertical-align:top;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	color:#FF6666;
	line-height:140%;
}
.table_about td {
	padding:5px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	line-height:140%;
}
.table_about02 {
	width:315px;
	margin:0 auto;
	font-size:14px;
	border-collapse:collapse;
}
.table_about02 th {
	white-space:nowrap;
	padding:5px;
	vertical-align:top;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	color:#FF6666;
	line-height:140%;
}
.table_about02 td {
	padding:5px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	line-height:140%;
}

tr.even th {
    background: #f0f0f0;
}

tr.even td {
    background: #f0f0f0;
}

.dl_policy dt {
	font-size:14px;
	border-bottom:1px dotted #cccccc;
	font-weight:bold;
	color:#CC0000;
}
.dl_policy dd {
	font-size:14px;
	line-height:160%;
	margin-bottom:10px;
}
.dl_sitemap {
	width:305px;
	padding:10px;
}
.dl_sitemap dt {
	font-size:14px;
	border-bottom:2px solid #999999;
	margin-bottom:10px;
	color:#444444;
}
.dl_sitemap dd {
	font-size:14px;
	margin-bottom:10px;
	padding-left:12px;
	margin-left:10px;
	background:url(../images/common/arrow2.gif) no-repeat left center;
}
.dl_sitemap dd a {
	color:#3366FF;
	text-decoration:none;
}
.dl_sitemap dd a:hover {
	color:#ff0000;
}
.top {
	font-size:12px;
}
.table_ent {
	width:650px;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	font-size:90%;
}
.table_ent th {
	text-align:center;
	padding:2px;
	white-space:nowrap;
	border-bottom:1px dashed #cccccc;
}
.table_ent td {
	text-align:right;
	border-left:1px solid #cccccc;
	border-bottom:1px dashed #cccccc;
	padding-top: 3px;
	padding-right: 50px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.tr_border th,.tr_border td {
	border:1px solid #CCCCCC;
}
.co_gr {
	background-color:#f0f0f0;
}
.co_bl {
	background-color:#CCFFFF;
}
.anchor {
	color:#3366FF;
	text-decoration:none;
}
.anchor:hover {
	color:#ff0000;
}
