@charset "utf-8";
/* CSS Document */


/*-------------------------------------------
	▼株式会社ECLA　TOP▼
-------------------------------------------*/
body {
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px auto 0px auto;
	color: #333;
	text-align: center;
	line-height: 1.5em;
}

/*-------------------------------------------
　　本文 
-------------------------------------------*/

#all {
	width: 970px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
	position: relative;
}

/* TOP　キャッチ */
#top_catch {
	width: 680px;
	margin: 0px auto 0px 280px;
	padding: 0px;
	text-align: left;
	left: -1px;
	z-index: 2;
	position: absolute;
	top: 30px;
}


/* メイン枠　バナー有 */
#index_main {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 960px;
	height: 602px;
	display: block;
	background-image: url(../img/index/bac_index.jpg);
	border: 5px #ccc solid;
	left: -1px;
	z-index: 3;
	position: absolute;
	top: 76px;
}

/* バナー配置 */
#top_banner {
	width: 480px;
	margin: 70px 0px 0px 455px;
	padding: 0px;
	text-align: center;
}

#top_banner p {
	margin: 50px 0px 0.5em 15px;
	padding: 0px;
	text-align: left;
	font-size: 120%;
	line-height: 1.7em;
}

/* メニュ配置 */

#index_sb {
	width: 245px;
	height: 683px;
	margin: 0px auto 0px -490px;
	padding: 0px 0px 0px 34px;
	left: 50%;
	z-index: 10;
	position: absolute;
	top: 0px;
	background-image: url(../img/index/bac_sb_index.jpg);
	background-repeat: no-repeat;
	background-position: 9px top;
	text-align: left;
}

/* 左カラム */
#left_topbox {
	width: 260px;
	text-align: center;
}

#header_toplogo {
	margin: 30px 0px 5px 10px;
	padding: 0px;
	height: 68px;
}

#sb_topmenu {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#sb_topmenu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 0;
}

#sb_topmenu li {
	margin: 0px;
	padding: 0px;
	display:inline;
	line-height: 0;
}


/*
	▼フッター　共通▼
--------------------------------------------------------------------------------------*/
#top_footer {
	width: 100%;
	height: 75px;
	margin: 0px auto 0px auto;
	padding: 25px 0px 0px 0px;
	text-align: center;
	background-image: url(../img/common/footer_bac.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #222;
	overflow: hidden;
	left: -1px;
	clear: both;
	z-index: 1;
	position: absolute;
	top: 663px;
}

#top_footer_in {
	height: 25px;
	width: 970px;
	padding: 0px;
	clear: both;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

#top_footer_annai {
	height: 20px;
	width: 560px;
	margin: 5px 0px 0px 20px;
	padding: 0px;
	color: #fff;
	font-size: 75%;
	text-align: left;
	float: left;
}

#top_footer_copy {
	height: 20px;
	width: 350px;
	margin: 5px 20px 0px 0px;
	padding: 0px;
	color: #fff;
	font-size: 75%;
	text-align: right;
	float: right;
}


/* リンク色 */
#top_footer a:link {	color: #fff;	text-decoration: none;}
#top_footer a:hover {	color: #5b9bc1;	text-decoration: underline!important;}
#top_footer a:visited {	color: #fff;	text-decoration: none;}