@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

/* ================================================================ *
	Designed by 2009/01
	Synchron Web Design, Inc
	「★」が付されている設定項目は相互に依存するので注意！
 * ================================================================ */

/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定
 * ---------------------------------------------------------------- */

body {
	/* --- 基本的な前景色（文字色）を設定 --- */
  color: #333333;
	width: 100%;
}

/* ---------------------------------------------------------------- *
	メインコンテナの設定
 * ---------------------------------------------------------------- */

#main {
	margin: 0;
}


/*三段組の高さ100%設定*/
/* column container */
#content{
	width:950px;
	margin:0 auto;
	overflow:hidden;
}
#content:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#column1, #column2, #column3, #column4, #column5{
	float:left;
	padding-bottom:32768px;
	margin-bottom:-32768px;
}
/*左段組*/
#column1{
	width:200px;
	background-color: #fff5e5;
}
/*中央段組*/
#column2{
	width:450px;
	background:#fff;
}
/*右段組*/
#column3{
	width:300px;
	margin-right:0;
	background-color: #fff5e5;
}
/*２段組左*/
#column4{
	width:260px;
	margin-right:0;
	background-color: #cccc66;
}
/*２段組右*/
#column5{
	width:670px;
	margin-right:0;
	background-color: #fff;
}
/* content内部h2に関する設定 */
	#content h2 {
	padding:.4em 15px 0 15px;
	margin:0;
	font-size: 110%;
	}
	
/* content内部の余白に関する設定 */
	#inner {margin:10px;
	        padding:0;
			}

/* ---------------------------------------------------------------- *
	画像のみのボックス設定
 * ---------------------------------------------------------------- */

.imgbox {
  background: #FFFFFF;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

/* ---------------------------------------------------------------- *
	問い合わせバナーの設定
 * ---------------------------------------------------------------- */
#refarenceBanner {
	position:absolute;
	top:270px;
	width:250px;
	height:79px;
	z-index:100;
	display: block;
	left: 700px;
}
/* 問い合わせバナーについてボタン、オンマウス時のギミック */
div#refarenceBanner a{
	display:block;
	width:250px;
	height:79px;
	text-indent:-5432px;
	overflow:hidden;
	margin: 0;
	outline : 0 ;
}
a.refarenceBanner{
    background-image:url(../img/refarenceBanner_100410.gif);
}
a:hover.refarenceBanner{
    background-position:0px -79px;

}	
/* ---------------------------------------------------------------- *
	画像回り込み設定
 * ---------------------------------------------------------------- */

.fig {
  float: left;
  /* --- 画像のマージンを設定 --- */
  /* Note：前記の回り込みについて「left」のとき→左マージン 0，
           「right」のとき→右マージン 0 とする。 */
  margin-top: 0.5em;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 0;
}
.clear {clear:both;}