@charset "utf-8";

/* --------------------------------

	基本スタイル

-----------------------------------

	1. 基本レイアウト・デザイン
	2. メニューエリア
	3. メインエリア

--------------------------------- */



/* ========================================================================



	1. 基本レイアウト・デザイン


 
======================================================================== */


/* ----------------------------------------------------
	■基本レイアウト
---------------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	color: #000;
	background-color: #eee;
	background-image: url(../img/base/bg.gif);
	background-repeat: repeat-y;
	background-position: center 0;
	text-align: center;
}
*+html body, * html body  {
	margin: 0 0 0 1px; /* Win+IE 背景ズレ対策 */
}
#wrapper {
	background-image: url(../img/base/bg_head.gif);
	background-repeat: no-repeat;
	background-position: center 0;
}
#wrapperInner {
	margin: 0 auto;
	position: relative;
	width: 780px;
	background-color: #fff;
	background-image: url(../img/base/bg.gif);
	background-repeat: repeat-y;
	background-position: center 0;
	text-align: left;
	overflow: hidden;
}
#menu {
	padding: 0 0 30px;
	float: left;
	width: 200px;
}
#main {
	float: right;
	width: 580px;
	background-image: url(../img/base/footer_line.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}



/* ----------------------------------------------------
	■リンクスタイル
---------------------------------------------------- */
a {
	color: #205089;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #6284ac;
}


/* ----------------------------------------------------
	■ロゴ
---------------------------------------------------- */
#menu h1 {
	width: 200px;
	height: 160px;
}
#menu h1 a {
	display: block;
}




/* ========================================================================



	2. メニューエリア


 
======================================================================== */

/* ----------------------------------------------------
	■グローバルナビゲーション
---------------------------------------------------- */
ul#navi {
	padding: 0 0 15px;
	width: 200px;
}
ul#navi li {
	float: left;
	width: 200px;
	height: 45px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
ul#navi li a {
	display: block;
	width: 200px;
	height: 45px;
}
ul#navi li a:hover {
	background-position: -200px 0;
}

ul#navi li.homeBtn a {
	background-image: url(../img/base/navi/home.gif);
}
ul#navi li.aboutBtn a {
	background-image: url(../img/base/navi/about.gif);
}
ul#navi li.flowBtn a {
	background-image: url(../img/base/navi/flow.gif);
}
ul#navi li.worksBtn a {
	background-image: url(../img/base/navi/works.gif);
}
ul#navi li.faqBtn a {
	background-image: url(../img/base/navi/faq.gif);
}
ul#navi li.contactBtn a {
	height: 46px;
	background-image: url(../img/base/navi/contact.gif);
}

#home ul#navi li.homeBtn a,
#about ul#navi li.aboutBtn a,
#flow ul#navi li.flowBtn a,
#works ul#navi li.worksBtn a,
#faq ul#navi li.faqBtn a,
#contact ul#navi li.contactBtn a {
	background-position: -400px 0;
}


/* ----------------------------------------------------
	■ヘッダーナビゲーション
---------------------------------------------------- */
ul#naviH {
	position: absolute;
	top: 14px;
	right: 0px;
	width: 229px;
	height: 17px;
	overflow: hidden;
}
ul#naviH li {
	float: left;
	height: 17px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
ul#naviH li a {
	display: block;
	height: 17px;
}
ul#naviH li a:hover {
	background-position: 0 -20px;
}
ul#naviH li.companyBtn a {
	width: 65px;
	background-image: url(../img/base/navi_h/company.gif);
}
ul#naviH li.contactBtn a {
	width: 82px;
	background-image: url(../img/base/navi_h/contact.gif);
}
ul#naviH li.sitemapBtn a {
	width: 82px;
	background-image: url(../img/base/navi_h/sitemap.gif);
}

#company ul#naviH li.companyBtn a,
#contact ul#naviH li.contactBtn a,
#sitemap ul#naviH li.sitemapBtn a {
	background-position: 0 -40px;
}


/* ----------------------------------------------------
	■バナー
---------------------------------------------------- */
ul#banner {
	padding: 0 10px 10px;
	width: 180px;
}
ul#banner li {
	padding: 0 0 10px;
	float: left;
	width: 180px;
	font-size: 0;
}
ul#banner li.tel {
	padding: 0;
}
ul#banner li img {
	display: block;
}


/* ----------------------------------------------------
	■スタッフブログ
---------------------------------------------------- */
dl#blogBox {
	padding: 0 10px 15px;
	width: 180px;
}
dl#blogBox dt {
	width: 180px;
	height: 24px;
	overflow: hidden;
}
dl#blogBox dd ul {
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	width: 178px;
	background-color: #fafafa;
}
dl#blogBox dd ul li {
	padding: 8px;
	border-bottom: 1px solid #eee;
	width: 162px;
	line-height: 1.3;
	color: #535353;
	font-size: 77%;
}



/* ========================================================================



	-. フッター


 
======================================================================== */

/* ----------------------------------------------------
	■ページの先頭へ戻る
---------------------------------------------------- */
#pagetop {
	margin: 50px 25px 0 0;
	text-align: right;
}


/* ----------------------------------------------------
	■フッターナビ
---------------------------------------------------- */
#naviF {
	margin: 15px 25px 0;
	padding: 25px 0 20px;
	border-top: 1px solid #e5e5e5;
}
#naviF ul {
	padding: 0 0 10px;
	text-align: center;
}
#naviF ul li {
	padding: 0 7px 0 8px;
	display: inline;
	line-height: 1;
	background-image: url(../img/base/navif_partition.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	font-size: 77%;
}
#naviF ul li.begin {
	background-image: none;
}


/* ----------------------------------------------------
	■コピーライト
---------------------------------------------------- */
address#copyright {
	padding: 0px 0px 40px;
	width: 580px;
	line-height: 1;
	background-image: url(../img/base/footer_line.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	text-align: center;
}




/* ========================================================================



	* clearfix


 
======================================================================== */

ul#navi,
ul#banner {
	_height: 1px;
	min-height: 1px;/* */
}
ul#navi:after,
ul#banner:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;/* */
}
