﻿@charset "UTF-8";
@import url("common.css");		/* スタイルリセット・サイト共通 */
@import url("contents.css");	/* 各ページ個別CSS */
/* base
-------------------------------------------------------------- */
body {
	background:url(../images/bg_head.gif) repeat-x top;
	color:#333;
}
#wall {
	background:url(../images/bg_bottom.gif) repeat-x bottom;
}
p {
	line-height:18px;
}
/* page_base 
-------------------------------------------------------------- */
#header {
	margin:0px auto 5px auto;
	width:902px;
	position:relative;
}
#contens {
	margin:0px auto 40px auto;
	width:900px;
	overflow:hidden;
}
#contens_under {
	margin:0px auto 40px auto;
	width:900px;
	overflow:hidden;
}
#footer {
	background:url(../images/footer_line.gif) no-repeat right 5px;
	margin:0px auto 10px auto;
	width:902px;
	height:180px;
	overflow:hidden;
}
/* header 
-------------------------------------------------------------- */
.leaves {
	position: absolute;
	top:5px;
	z-index:1;
}
h1 {
	padding:15px 0px 0px 70px;
	font-size:11px;
}
.logo {
	margin:15px 0px 0px 70px;
}
.contact_1 {
	margin:15px 0px 0px 0px;
	float:right;
}
#menu {
	overflow:hidden;
	clear:both;
}
#menu .home {
	display: block;
	width: 201px;
	height: 50px;
	background: url(../images/menu_home_on.gif) no-repeat;
	float:left;
}
#menu .ability {
	display: block;
	width: 233px;
	height: 50px;
	background: url(../images/menu_ability_on.gif) no-repeat;
	float:left;
}
#menu .flow_recovery {
	display: block;
	width: 233px;
	height: 50px;
	background: url(../images/menu_flow_recovery_on.gif) no-repeat;
	float:left;
}
#menu .corporate_profile {
	display: block;
	width: 235px;
	height: 50px;
	background: url(../images/menu_corporate_profile_on.gif) no-repeat;
	float:left;
}
/* footer
-------------------------------------------------------------- */
.for_top {
	margin:0px auto 10px auto;
	width:900px;
	text-align:right;
}
#footer #about {
	background:url(../images/footer_line.gif) no-repeat 0px 5px;
	padding:25px 15px 0px 15px;
	width: 410px;
	height:180px;
	float:left;
}
.footer_logo {
	margin:0px 22px 10px 0px;
	float:left;
}
.contact_3 {
	margin:0px 0px 5px 0px;
	clear:both;
}
.copy_right {
	font-size:10px;
	color:#666;
}
#footer ul {
	background:url(../images/footer_line.gif) no-repeat 0px 5px;
	padding:25px 20px 0px 20px;
	width: 130px;
	height:180px;
	float:left;
}
#footer li {
	background:url(../images/icon_01.png) no-repeat;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 10px;
}
#footer li a {
	text-decoration:underline;
	color:#666;
}
#footer li a:hover {
	color:#33cccc;
}
#footer #list {
	background:url(../images/footer_line.gif) no-repeat 0px 5px;
	padding:25px 15px 0px 15px;
	height:180px;
	float:left;
}
#footer td {
	padding:0px 5px 5px 0px;
	line-height:18px;
	font-size:11px;
	white-space:nowrap;
	vertical-align:top;
}
