/* ヘッダー */
#topimg {
	width:904px;
	border-top:solid #666666 1px;
}

#rss {
	width:904px;
	height:30px;
	line-height:30px;
	font-size:20px;
	text-indent:10px;
	background-color: #003463;
	border-bottom:1px #FFFFFF solid;
	color:#FF0;
}

#rss a:link,
#rss a:visited{
	color:#FFFFFF;
}

#rss a:active,
#rss a:hover{
	color:#FF0000;
}

#obi {
	width:904px;
	height:30px;
	border-bottom:1px #FFFFFF solid;
}


/* メニュー部分 */

#menu_bar {
	width:904px;
	height:60px;
	border-bottom:1px #FFFFFF solid;
	text-align:center;
}

#menu_bar ul li  {
	width:125px;
	height:60px;
	float:left;
}

#menu_bar ul li a {
	width:125px;
	height:60px;
	text-decoration:none;
	float:left;
	display:block;
}

#menu_bar ul li.menu_long  {
	width:180px;
	height:60px;
	float:left;
}

#menu_bar ul li.menu_long a  {
	width:180px;
	height:60px;
	text-decoration:none;
	float:left;
	display:block;
}

#menu_bar ul li.menu_last a {
	width:180px;
	height:60px;
	text-decoration:none;
	float:left;
	display:block;
}

#menu_bar ul li.menu_etc  {
	width:44px;
	height:60px;
	float:left;
}

#menu_bar ul li.menu_etc a {
	width:44px;
	height:60px;
	text-decoration:none;
	float:left;
	display:block;
}

/* header topic */

#header_topic {
		width:904px;
		height:310px;
		background-image:url(../img/header_topic_back.gif);
		background-repeat:none;
}

#header_topic #left_topic {
	width:420px;
	margin:20px 0px 0px 20px;
	float:left;
	display:inline;
}

#header_topic #right_topic {
	width:420px;
	margin:20px 20px 0px 0px;
	float:right;
	display:inline;
}

#header_topic ul{
	width:420px;
	height:130px;
	margin-bottom:10px;
}

#header_topic ul li {
	width:130px;
	height:130px;
	margin-right:15px;
	float:left;
}

#header_topic ul li a {
	width:130px;
	height:130px;
	margin-right:15px;
	float:left;
	display:block;
}

#header_topic ul li.last {
	width:130px;
	height:130px;
	margin-right:0px;
	float:left;
}

#header_topic ul li.last a {
	width:130px;
	height:130px;
	margin-right:0px;
	float:left;
	display:block;
}

#header_topic p {
	margin-bottom:10px;
	font-size:16px;
}


/* 事業部紹介 */

#section_menu {
	width:903px;
	margin:0px 1px;
	height:210px;
	background-color:#003463;
}

#section_list {
	width:904px;
	height:210px;
	background-color: #003463;
}

#section_list ul {
	padding:10px;
}

#section_list li {
	width:160px;
	height:190px;
	margin-right:21px;
	float:left;
}

#section_list li.section_last {
	width:160px;
	height:190px;
	margin-right:0px;
	float:left;
}


/* メインコンテンツ */

#main_content {
	width:904px;
	background-image: url(../img/back_main_content.gif);
	background-repeat: repeat-y;
}


/* フッター */
#footer {
	width:904px;
	height:30px;
	text-align:center;
	background-color:#333333;
	font-size: 12px;
	line-height: 30px;
	color: #FFFFFF;
	clear:both;
}

