@charset "shift_jis";
/*	------------------------------------------------------------------------------------------------
	Header Section
	------------------------------------------------------------------------------------------------ */

#header {
	width: 779px;
}
#header_logo_top {
	height: 7px; 
	background-image: url("../common_img/header_bg.gif");
}
#header_logo_main_left {
	float: left;
}
#header_logo_main_right {
	float: right;
}
#header_logo_bottom {
	clear: both; 
	height: 5px; 
	background-color: #00943b;
}

#header_global_navi {
	height: 14px;
	background-color: #e1ebfc;
	padding-top: 3px; padding-right: 10px; padding-bottom: 2px; padding-left:10px;
}
#header_contact {
	height: 18px;
	background-color: #6b6b6b;
	text-align: right;
	padding-top: 5px; padding-right: 10px; padding-bottom: 2px; padding-left:10px;
}
#header_feature {
	height: 18px;
/*	background-color: #1c655a; */
	background-color: #f29b87;
	vertical-align: top; 
	padding-top: 5px; padding-right: 10px; padding-bottom: 2px; padding-left:10px;
	color: #ffffff;
}

/*	------------------------------------------------------------------------------------------------
	Container Section	( Two columns layout )
	------------------------------------------------------------------------------------------------ */

#container { 
	width: 779px;
	background-color: #cccccc;
}

/*	Main Section ------------------------------------------------------------------------------ */

#main {
	float: left;
	width: 589px;
	background-color: #ffffff;
}
#main_space_1 {
	height: 40px;
}
#main_space_2 {
	height: 157px;
}
#main_chapter_navi {
	border-top: solid  1px  #cccccc;
	border-bottom: solid  1px  #cccccc;
}
#main_chapter_navi menu {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 35px;
}
#main_chapter_navi li {
	list-style: url("../cimg/icon01s.gif");
}

#bottom_container {
	padding-top: 15px; padding-right: 20px; padding-bottom: 10px; padding-left:20px;
	border-top: solid  1px  #cccccc;
}
#bottom_navi_left {  
	float: left;
	width: 274px;
	text-align: left;
}
#bottom_navi_right {
	float: right;
	width: 274px;
	text-align: right;
}
#bottom_navi_footer {
	clear: both; 
	width: 549px;
	height: 1px; 
}

/*	Side Section ------------------------------------------------------------------------------ */

#side {
	float: right;
	width: 190px;
	background-color: #cccccc;
}
#side_logo {
    height: 170px;
	background-color: #ffffff;
	border-top: solid  1px  #ffffff;
	border-bottom: solid  1px  #ffffff;
}
#side_issue {
    height: 23px;
/*	background-color: #1c655a; */
	background-color: #f29b87;
	padding-top: 10px; padding-right: 10px; padding-bottom: 2px; padding-left:10px;
	color: #ffffff;
	text-align: center;
}
#side_publication {
    height: 23px;
	background-color: #cccccc;
	padding-top: 10px; padding-right: 10px; padding-bottom: 2px; padding-left:10px;
	text-align: center;
}
#side_address {
	padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left:10px;
}

/*	Footer Section ---------------------------------------------------------------------------- */

#footer {
	clear: both;
	width: 759px;
	height: 16px;
	background-color: #6b6b6b;
	padding-top: 5px; padding-right: 10px; padding-bottom: 2px; padding-left:10px;
	color: #ffffff;
	text-align: right;
}

