@charset "shift_jis";


/* -------------------------------------------------------------------
 基本設定
------------------------------------------------------------------- */

/* 基本フォント -------------------- */

body,td,th,h1,h2,h3,h4,h5,h6 {
	color: #333333;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

input,textarea,select {
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}

address,em {
	font-style: normal;
}


/* 基本タグ -------------------- */

body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,form,input,textarea {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background: #eeeeee;
}

img,table {
	border: none;
}

ol,ul {
	list-style: none;
}

/* 基本テキストリンク -------------------- */

a {
	color: #ff9860;
	text-decoration: none;
}
a:link {
	color: #ff9860;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #ff5a00;
	text-decoration: underline;
}
a:active {
	color: #ff9860;
}




/* -------------------------------------------------------------------
 float解除
------------------------------------------------------------------- */

br.clr {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/* -------------------------------------------------------------------
 レイアウト枠
------------------------------------------------------------------- */
body > #wrap {
	height: auto;
}

div#wrap {
	width: 840px;
	min-height: 100%;
	margin: 0px auto;
	background: url(../img/bg_topct.gif) repeat-y;
	text-align: left;
}

* html div#wrap {
	height: 100%;
}


/* トップページ -------------------- */

div#ct-area {
	width:760px;
	margin-left: 40px;
	margin-bottom: 2px;
}

div#ct-area-in {
	width: 760px;
	padding: 0px;
}

* html div#ct-area-in {
	width: 760px;
}


/* 下層ページ -------------------- */

div#ct-area-lower {
	width: 780px;
}

div#ct-left {
	float: left;
	width: 180px;
	margin-bottom: 20px;
}

div#ct-right {
	float: right;
	width: 550px;
}




/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */

div#hd {
	width: 760px;
	margin-left: 40px;
}

div#hd-in02 {
	position: relative;
	width: 760px;
	height: 60px;
	padding-bottom: 5px;
}


/* ロゴ -------------------- */

div#hd h1,
div#hd strong {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 160px;
}


/* キャッチテキスト -------------------- */

div#hd p {
	margin: 0 15px 0 227px;
	padding: 20px 0 5px 0;
	text-align: right;
	font-size: 10px;
	line-height: 1.5em;
	color: #7a6b48;
}


/* ヘッダーメニュー -------------------- */

div#hd ul {
	width: 295px;
	margin-left: 465px;
	margin-bottom: 5px;
}

div#hd ul li.snavi01 {
	float: left;
	margin-top: 40px;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 10px;
	background: url(../img/arw.gif) no-repeat left;
}

div#hd ul li.snavi02 {
	float: left;
	margin-top: 40px;
	margin-left: 10px;
}

div#hd ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#hd ul { display:inline-block; }
/*\*/
* html div#hd ul { height:1%; }
div#hd ul { display:block; }
/**/


/* -------------------------------------------------------------------
 フッター
------------------------------------------------------------------- */

div#ft {
	position: relative;
	width: 760px;
	height: 100px;
	margin-left: 40px;
	background: url(http://www.jeco.co.jp/common/img/bg_ft.gif) repeat-x top;
}

div#ft address {
	float: left;
	padding: 10px 11px 50px 11px;
	text-align: left;
	font-size: 10px;
}


div#ft ul {
	margin-left: 360px;
	margin-bottom: 0px;
}

div#ft ul li {
	float: right;
	margin: 5px 10px 0px 0px;
	padding-left: 10px;
	font-size: 10px;
	background: url(../img/arw.gif) no-repeat left;
}

div#ft ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ft ul { display:inline-block; }
/*\*/
* html div#ft ul { height:1%; }
div#ft ul { display:block; }
/**/

