/* index.html not exist plus colum */

* {
	margin: 0;
	padding: 0;
}

.fonts18 {
	FONT-SIZE: 18px;
	LINE-HEIGHT: 22px;
}

.small {
	FONT-SIZE: 10px;
}

img {
	border: 0;
}

a {
	COLOR: #000000;
}

a:hover {
	COLOR: #ff0000;
}

body {
	background-color: #666666;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 14px;
	LINE-HEIGHT: 18px;
}

h1 {
	FONT-SIZE: 22px;
	color: #0066cc;
	float: left;
	padding: 4px 0;
}

h3 {
	FONT-SIZE: 18px;
	line-height: 22px;
	padding: 0 10px;
	background: #66cc00;
	float: left;
}

#outline {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	background: #FFFFFF;
	padding-top: 0;
}

.outline-margin {
	margin: 0;
}

.header_outline-margin {
	margin: 0;
}

.header_logo {
	width: 150px;
	float: left;
}

.header_cm {
	width: 820px;
	float: right;
	text-align: center;
}

.header_line {
	background: #999999;
	line-height: 4px;
}
.book_m_list {
	background-color: #ffffff;
	padding-top: 4px;
	padding-left: 6px;
}
.book_m_list li { 
	list-style-type: none; 
}

.menu_title {
	font-size: 18px;
	line-height: 30px;
	padding: 6px 40px;
	background-color: #66cc00;
	font-weight: bold;
}
.menu_m {
	border: solid 2px #66CC00;
	background-color: #ffffff;
	line-height: 30px;
}

.menu_m a,.menu_m a:link,.menu_m a:visited,.menu_m a:active {
	display: block;
	padding: 0 10px;
}

.menu_m a:hover {
	display: block;
	color: #ffffff;
	background: #ff6611;
	padding: 0 10px;
}

.main {
	width: 769px;
	float: right;
	padding: 0 0 0 10px;
	background: #FFFFFF;
}

.side {
	width: 200px;
	float: left;
	border-right: solid 1px #ccc;
	background: #FFFFFF;
}

.s_menu_t {
	font-weight: bold;
	background-color: #ccffcc;
	line-height: 20px;
	padding: 0 0 0 2px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 4px #33cc00;
}

.s_menu_m {
	line-height: 25px;
	padding: 0 0 0 6px;
}

.s_menu_m a {
	color: #000000;
	text-decoration: none;
}

.s_menu_m a:hover {
	text-decoration: underline;
}

.s_menu_end {
	border-top: solid 1px #ccc;
	line-height: 1px;
}

.center {
	width: 740px;
	text-align: center;
}

.c-both {
	clear: both;
	line-height: 1px;
}

.c-left {
	clear: left;
}

.c_cya {
	color: #cc6600;
}

.c_red {
	color: #ff0000;
}

.ul_menu {
	list-style-type: none;
}

.page_top {
	width: 720px;
	text-align: right;
	padding: 0 10px;
}
.copyr {
	text-align: center;
	font-size: 12px;
	padding-bottom: 6px;
}