﻿@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background: url(../image/bg_index_01.jpg) repeat;
}

#main_container {
	width: 1102px;
	margin: 0px auto;
	background: url(../image/bg_index_02.jpg) repeat-y;
	color: #333333;
}

#content .top {
	width: 882px;
	margin-top: 85px;
	float: left;
	text-align: right;
	padding-bottom: 5px;
	line-height: 20px;
	font-size: 75%;
}

#content_con {
	width: 630px;
	font-size: 100%;
	padding-right: 15px;
	line-height: 24px;
	float: left;
}

#header #font_l {
	background: url(../image/btn_text-l_o.jpg) no-repeat;
	text-indent:180px;
	line-height:0;
	overflow:hidden; 
}

#header .head_text {
	width: 560px;
	min-height: 40px;
	_height: 40px;
	float: right;
	padding-top: 12px;
	text-align: right;
	font-size: 75%;
	line-height: 18px;
}



#path {
	width: 630px;
	padding-right: 15px;
	float: left;
	text-align: right;
	margin: 10px 0px 5px 0px;
	font-size: 75%;
	line-height: 18px;
}

#path a:link {
	color: #660099;
	text-decoration: none;
}

#path a:hover {
	color: #663399;
	text-decoration: underline;
}

#path a:visited {
	color: #990000;
	text-decoration: none;
}

#footer {
	width: 860px;
	font-size: 75%;
	line-height: 18px;
	padding: 12px 10px 15px 10px;
	border-top: 1px #B5B6B6 solid;
	border-right: 1px #B5B6B6 solid;
	border-left: 1px #B5B6B6 solid;
}

/* IE 6 */
* html #footer .copy_right {
	width: 368px;
	float: right;
	text-align: right;
}

/* IE 7 */
*:first-child+html #footer .copy_right {
	width: 368px;
	float: right;
	text-align: right;
}


a:link {
	color: #660099;
	text-decoration: none;
}

a:hover {
	color: #663399;
	text-decoration: underline;
}

a:visited {
	color: #990000;
	text-decoration: none;
}
