/* CSS Styles for index.html */

@import url(global.css);

body {
	margin: 0px;
	background-image: url(../images/bg_01.gif);
}
.font_12 {
	font-size: 12px;
	line-height: 130%;
	color: #666;
	text-decoration: none;
}
.font_12_blue {
	font-size: 12px;
	line-height: 130%;
	color: #173751;
	text-decoration: none;
}
.font_12_blue a, .font_12_blue a:visited {
	font-size: 12px;
	line-height: 130%;
	color: #173751;
	text-decoration: none;
}
.font_12_blue a:hover {
	font-size: 12px;
	line-height: 130%;
	color: #179EBC;
	text-decoration: none;
}
.font_12_w {
	font-size: 12px;
	line-height: 130%;
	color: #FFF;
	text-decoration: none;
}
.font_12_w a, .font_12_w a:visited{
	font-size: 12px;
	line-height: 130%;
	color: #FFF;
	text-decoration: none;	
}
.font_12_w a:hover{
	font-size: 12px;
	line-height: 130%;
	color: #FFFBB9;
	text-decoration: none;	
}
.font_12_o {
	font-size: 12px;
	line-height: 130%;
	color: #FF6600;
	text-decoration: none;
}
.font_12_g {
	font-size: 12px;
	line-height: 130%;
	color: #89B13A;
	text-decoration: none;
}
.menu_bg{
	border-bottom: 3px solid #7AA9DD;
	background: url(../images/menu_bg_01.gif) 0 0 repeat-x;
}
.menu {
	width: 778px;
}
.menu LI{
	line-height: 24px;
	color: #173751;
	font-weight: bold;
	text-align: center;
	width: 128px;
	height: 24px;
	border-right: 1px solid #7AA9DD;
	cursor: hand;
	cursor:pointer;
	float: left;
	text-decoration: none;
}

.menu_on{
	background: url(../images/menu_bg_on.gif) 0 0 repeat-x;
}
.right_bg_01 {
	background-attachment: fixed;
	background-image: url(../images/right_bg_01.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	border: 1px solid #D7D7D7;
	width: 195px;
	background-color: #8CBEC6;
}
.right_bg_02 {
	background-attachment: fixed;
	background-image: url(../images/right_bg_02.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	border: 1px solid #D7D7D7;
	width: 195px;
	background-color: #DE8284;
}
.margin_5 {
	margin: 5px;
}
