﻿@charset "utf-8";

/*----- font scheme -----*/

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: 87.50%;
	padding-right: 15px;
	line-height: 22px;
	float: left;
}


#localNavigation {
	font-size: 	75%;
}

#header #font_m a {
	background: url(../image/btn_text-m_o.jpg) no-repeat;
	text-indent:180px;
	overflow: hidden; 
}


#header .head_text {
	width: 580px;
	min-height: 40px;
	_height: 40px;
	float: right;
	padding-top: 6px;
	text-align: right;
	font-size: 75%;
	line-height: 18px;
}
#reader {
	margin-top: 5px;
	font-size: 75%;
}

#path {
	width: 630px;
	padding-right: 15px;
	float: left;
	text-align: right;
	margin: 10px 0px 0px 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: #663399;
	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;
}

#content_con .site_map l.ink_b a:link {
	color: #660099;
	text-decoration: none;
	font-weight: bold;
}
#content_con .site_map .link_b a:hover {
	color: #660099;
	font-weight: bold;
	text-decoration: underline;
}
#content_con .site_map .link_b a:visited {
	color: #660099;
	font-weight: bold;
	text-decoration: none;
}

