@charset "utf-8";

/****************************************

共通設定
*****************************************/

html {
	background:url(../images/base/bg.jpg) repeat 0 0;
	}

/***** ヘッダー設定 *****/

#header_wrap {
	background-color: #fdfaf0;
	width: 100%;
	overflow: hidden;
	}

#header {
	width: 960px;
	margin: auto;
	overflow: hidden;
	position: relative;
	}
	
#header_left {
	float: left;
	padding: 30px 0 0 0;
	}

	#header_left a {
		display: block;
		float: left;
		}

	#header_left h1{
		background:url(../images/base/header_name.png) no-repeat 0 0;
		width: 335px;
		height: 0px;
		display: block;
		padding-top: 30px;
		overflow: hidden;
		float: left;
		margin-top: 25px;
		}

	#header_left p{
		position: absolute;
		top:30px;
		left: 105px;
		font-size: 12px;
		}


#header_right {
	width: 400px;
	padding-bottom: 10px;
	float: right;
	overflow: hidden;
	}

	#header_right ul { float: left; margin-bottom: 20px; padding-top: 5px;}
	#header_right ul li { float: left;}
	#header_right li a {
		background:url(../images/base/arrow02.png) no-repeat 0 2px;
		font-size: 12px;
		color: #6e441f;
		text-decoration: none;
		padding-left: 15px;
		margin-right: 20px;
		}
	#header_right li a:hover { text-decoration: underline;}
	
	a#home_btn {
		background:url(../images/base/header_home_off.png) no-repeat 0 0;
		width: 110px;
		height: 0px;
		padding-top: 35px;
		display: block;
		overflow: hidden;
		float: right;
		}
	a#home_btn:hover { background:url(../images/base/header_home_on.png) no-repeat 0 0;}
		
	#header_right img {
		float: right;
		margin-bottom: 5px;
		display: block;
		}
	#header_right p {
		width: 310px;
		padding-left: 100px;
		float: right;
		}


/* メイン画像スライド設定 */
#main {
	background:url(../images/base/main_bg.png) repeat center bottom;
	width: 960px;
	margin: auto;
	}

#main_inner {
	background:url(../images/base/main_bottom.png) no-repeat center bottom;
	width: 940px;
	height: 345px;
	margin: auto;
	padding: 10px;
	overflow: hidden;
	position: relative;
	}

#gallery{
	width:700px;
	overflow:hidden;
	float: left;
	position: absolute;
	top: 10;
	left: 10;
	z-index: 0;
}

#main img#corner_t{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	}

#main img#corner_b{
	position: absolute;
	top: 710px;
	left: 10px;
	z-index: 1;
	}

#slides{
	height:275px;
	width:920px;
	overflow:hidden;
	}

#gallery .slide{
	float:left;
}

#menu{
	height:70px;
}

#gallery ul{ margin:0px; padding:0px; overflow: hidden;}

#gallery li{
	display: block;
	float: left;
	list-style:none;
	height:70px;
}

#gallery li.act a{
}

#gallery .fbar{
	width:2px;
	background:url(img/divider.png) no-repeat right;
}

#gallery li a{
	display:block;
	height:70px;
	padding-top:10px;
}

#gallery li.none{ display: none;}
#gallery li.margin { margin: 0 5px;}



/* トピックスエリア */

#topics {
	background:url(../images/top/topics_bg.png) no-repeat center bottom;
	width: 230px;
	height: 275px;
	position: absolute;
	top: 10px;
	right: 10px;
	margin-left: 10px;
	}

	#topics ul {
		height: 210px;
		width: 205px;
		overflow-x: hidden;
		overflow-y: auto;
		margin-left: 20px;
		}
	#topics li {
		width: 155px;
		padding: 5px 0 5px 0;
		border-bottom: 1px dashed #5a8434;
		line-height: 1.4em;
		background:url(../images/base/arrow01.png) no-repeat 0 6px;
		padding-left: 18px;
		font-size: 12px;
		}
	#topics li a {
		color: #000;
		}
	#topics li a:link {
		text-decoration:underline;
		}
	#topics li a:visited {
		text-decoration:underline;
		}
	#topics li a:hover {
		text-decoration:underline;
		color:#ff0000;
		}


/***** グローバルナビ設定 *****/

#gnavi {
	background:url(../images/base/main_bg.png) repeat-x 0 0;
	height: 55px;
	width: 100%;
	}

#gnavi ul {
	background:url(../images/base/gnavi_off.png) no-repeat 0 0;
	width: 960px;
	height: 55px;
	margin: auto;
	overflow: hidden;
	}
	#gnavi ul li { float: left;}
	
	li#navi01 a,
	li#navi02 a,
	li#navi04 a {
		width: 150px;
		height: 0px;
		padding-top: 55px;
		overflow: hidden;
		display: block;
		}
	li#navi03 a,
	li#navi05 a,
	li#navi06 a {
		width: 170px;
		height: 0px;
		padding-top: 55px;
		overflow: hidden;
		display: block;
		}

	li#navi01 a { background:url(../images/base/gnavi_off.png) no-repeat 0 0;}
	li#navi02 a { background:url(../images/base/gnavi_off.png) no-repeat -150px 0;}
	li#navi03 a { background:url(../images/base/gnavi_off.png) no-repeat -300px 0;}
	li#navi04 a { background:url(../images/base/gnavi_off.png) no-repeat -470px 0;}
	li#navi05 a { background:url(../images/base/gnavi_off.png) no-repeat -620px 0;}
	li#navi06 a { background:url(../images/base/gnavi_off.png) no-repeat -790px 0;}
	li#navi01 a:hover { background:url(../images/base/gnavi_on.png) no-repeat 0 0;}
	li#navi02 a:hover { background:url(../images/base/gnavi_on.png) no-repeat -150px 0;}
	li#navi03 a:hover { background:url(../images/base/gnavi_on.png) no-repeat -300px 0;}
	li#navi04 a:hover { background:url(../images/base/gnavi_on.png) no-repeat -470px 0;}
	li#navi05 a:hover { background:url(../images/base/gnavi_on.png) no-repeat -620px 0;}
	li#navi06 a:hover { background:url(../images/base/gnavi_on.png) no-repeat -790px 0;}


/***** コンテンツエリア設定 *****/

#contents {
	width: 960px;
	padding: 20px 0 80px 0;
	margin: auto;
	overflow: hidden;
	}

.box p { padding: 0 20px;}

.column01,
.column02,
.column03,
.column04 {
	width: 460px;
	margin: 0px 10px 20px 10px;
	float: left;
	}
.column01 .box,
.column02 .box,
.column03 .box, 
.column04 .box {
	background:url(../images/top/home_colBottom.png) no-repeat center bottom;
	width: 460px;
	background-color: #fdfaf1;
	overflow: hidden;
	padding-bottom: 10px;
	}
	.column01 .box,
	.column02 .box {
		position: relative;
		height: 185px;
		} 
	.column03 .box,
	.column04 .box {
		position: relative;
		height: 225px;
		} 

	.column01 .box img,
	.column02 .box img,
	.column03 .box img,
	.column04 .box img {
		vertical-align: top;
		}	

.column01 p.title,
.column02 p.title,
.column03 p.title,
.column04 p.title {
	background:url(../images/top/home_col_title01.png) no-repeat 0 0;
	width: 460px;
	height: 0px;
	padding-top: 60px;
	display: block;
	overflow: hidden;
	}
	.column02 p.title { background:url(../images/top/home_col_title02.png) no-repeat 0 0;}
	.column03 p.title { background:url(../images/top/home_col_title03.png) no-repeat 0 0;}
	.column04 p.title { background:url(../images/top/home_col_title04.png) no-repeat 0 0;}

.column01 p.sub_title,
.column02 p.sub_title,
.column03 p.sub_title,
.column04 p.sub_title {
	background:url(../images/top/home_col_sub01.png) no-repeat 0 0;
	width: 385px;
	height: 0px;
	padding-top: 30px;
	display: block;
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 10px;
	}
	.column02 p.sub_title { background:url(../images/top/home_col_sub02.png) no-repeat 0 0;}
	.column03 p.sub_title { background:url(../images/top/home_col_sub03.png) no-repeat 0 0;}
	.column04 p.sub_title { background:url(../images/top/home_col_sub04.png) no-repeat 0 0;}

a.more {
	background:url(../images/top/more_off.png) no-repeat 0 0;
	width: 140px;
	height: 0px;
	padding-top: 30px;
	display: block;
	overflow: hidden;
	position: absolute;
	right: 10px;
	bottom: 10px;
	}
	a.more:hover { background:url(../images/top/more_on.png) no-repeat 0 0;}

	
#news {
	width:580px;
	margin: 20px 20px 0 0;
	float: left;
	}
	#news h2 {
		background:url(../images/top/h2_news.png) no-repeat 0 0;
		width: 580px;
		height: 0px;
		padding-top: 50px;
		display: block;
		overflow: hidden;
		}
	#news dl { margin: 5px 0 0 10px;}
	#news dt { padding-top: 5px; float: left;}
	#news dd {
		padding: 5px 0 5px 150px;
		border-bottom: 1px dashed #bba48b;
		}
	#news dd a { color: #3d1b04;}
	#news dd a:hover { color: #897251;}
	
#banner_area {
	width: 340px;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	}
#banner_area img { display: block; margin-bottom: 10px;}


/***** フッターエリア設定 *****/

#footer_top {
	border-top: 1px dotted #c9af88;
	overflow: hidden;
	width: 100%;
	}

#footer_top_inner {
	width: 960px;
	margin: auto;
	}

	#footer_top a {
		background:url(../images/base/home_icon.png) no-repeat 0 0;
		width: 50px;
		height: 0px;
		display: block;
		overflow: hidden;
		padding-top: 30px;
		float: left;
		}
	#footer_top p {
		font-size: 12px;
		color: #3d1b04;
		padding: 5px 0 0 60px ;
		}

#footer_bottom{
	background:url(../images/base/footer_bg.jpg) repeat 0 0;
	width: 100%	
	}

#footer_bottom_inner{
	width: 960px;
	margin: auto;
	padding-bottom: 20px;
	position: relative;
	}

#footer_bottom_inner ul {
	overflow: hidden;
	padding: 10px 0;
	}

	#footer_bottom_inner ul li {
		float: left;
		margin-top: 5px;
		}
	
	#footer_bottom_inner li a {
		background:url(../images/base/list_icon.png) no-repeat 0 1px;
		padding-left: 20px;
		margin: 5px 20px 0 0 ;
		color: #f1ece5;
		}
	li#ft_cont a {
		background:url(../images/base/mail_icon.png) no-repeat 0 0;
		padding-left: 25px;
		margin-left: 30px;
		}	

p#copy {
	background:url(../images/base/copy_bg.png) no-repeat 0 0;
	text-align: center;
	font-size: 12px;
	margin-left: 10px;
	}
	
a#pageTop {
	background:url(../images/base/pagetop.png) no-repeat center top;
	width: 180px;
	height: 0px;
	padding-top: 40px;
	overflow: hidden;
	display: block;
	position: absolute;
	right: 0px;
	top:-40px;
	}	
	a#pageTop:hover {
		padding-top: 45px;
		top: -45px;
		}
	
	
/****************************************

			サブページ設定
*****************************************/

/***** レフトエリア設定 *****/

#left_area {
	width: 700px;
	float: left;
	}

/***** ライトエリア設定 *****/

#right_area {
	width: 220px;
	float: right;
	}
	
	#side_navi #navi_title {
		background:url(../images/base/side_title01.png) no-repeat 0 0;
		width: 220px;
		height: 0px;
		padding-top: 60px;
		display: block;
		overflow: hidden;
		}
		
	#side_navi ul {
		background-color: #e8e0d6;
		margin-bottom: 20px;
		}
	
	#side_navi li {
		border-bottom: 1px dashed #c9b9a4;
		}
	
	#side_navi li a {
		background:url(../images/base/arrow02.png) no-repeat 15px 16px;
		color: #3d1b04;
		display: block;
		padding: 10px 15px 10px 30px;
		}
		#side_navi li a:hover { background-color: #FDFAF1; text-decoration: none;}
		
	#bannerA { margin-bottom: 50px;}	
	#bannerA li { margin-bottom: 5px;}	
	#bannerB li { margin-bottom: 5px; display: block;}	
	
	
	
/****************************************

			商品案内ページ
*****************************************/
	 

#left_area h2.product {
	background:url(../images/product/product_h2.png) no-repeat 0 0;
	width: 700px;
	height: 0px;
	padding-top: 95px;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	}

#left_area h3.product {
	background:url(../images/product/product_h3.png) no-repeat 0 0;
	width: 315px;
	height: 0px;
	padding-top: 35px;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	}

.item_box {
	background-color: #fdfaf1;
	padding: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	}

.item_box img {
	background-color: #ece4d9;
	padding: 10px;
	float: left;
	margin: 0 10px 0 0;
	}

.item_box p.item_name {
	padding-left: 10px;
	font-size: 22px;
	padding-left: 210px;
	}

.item_info {
	background-color: #ece4d9;
	overflow: hidden;
	padding: 5px 10px;
	}

	.item_info dl {
		padding-top: 2px;
		float: left;
		overflow: hidden;
		}
		.item_info dt { float: left;}
		.item_info dd { padding-left: 45px;}

	.item_info p {
		float: right;
		color: #66091b;
		font-weight: bold;
		}


.item_box .item_text {
	padding: 10px 10px 20px 210px;
	margin-bottom: 20px;
	font-size: 13px;
	}

.item_box a.shop_btn {
	background:url(../images/product/shop_btn_off.png) no-repeat 0 0;
	width: 125px;
	height: 0px;
	padding-top: 30px;
	display: block;
	overflow: hidden;
	position: absolute;
	right: 10px;
	bottom: 10px;
	}
	.item_box a.shop_btn:hover { background:url(../images/product/shop_btn_on.png) no-repeat 0 0;}


/****************************************

			事業内容ページ設定
*****************************************/

#left_area h2.service {
	background:url(../images/service/service_h2.png) no-repeat 0 0;
	width: 700px;
	height: 0px;
	padding-top: 95px;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	}
	#left_area p.text {padding: 0 10px; margin-bottom: 10px;}
	
#left_area .service_box {
	width: 329px;
	float: left;
	padding: 10px 10px 10px 10px;	
	border-bottom: 1px dotted #918d87;
	border-right: 1px dotted #918d87;
	}
	#left_area .border_none { border-right: none;}
	#left_area .padd0 { padding-top: 0px; margin-top: 10px;}

#left_area .box_inner {
	background:url(../images/service/service_bg.png) repeat 0 0;
	width: 310px;
	height: 125px;
	padding: 10px;
	position: relative;
	}

#service_sub01,
#service_sub02,
#service_sub03,
#service_sub04,
#service_sub05 {
	background:url(../images/service/service_title01.png) no-repeat 0 0;
	width: 330px;
	height: 0px;
	padding-top: 30px;
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
	}
	#service_sub02 { background:url(../images/service/service_title02.png) no-repeat 0 0;}
	#service_sub03 { background:url(../images/service/service_title03.png) no-repeat 0 0;}
	#service_sub04 { background:url(../images/service/service_title04.png) no-repeat 0 0;}
	#service_sub05 { background:url(../images/service/service_title05.png) no-repeat 0 0;}


.box_inner img { float: left;}
.box_inner p {
	font-size: 12px;
	padding: 0 0 10px 80px;
	line-height: 1.6em;
	}

.box_inner a.service_more {
	background:url(../images/base/arrow01.png) no-repeat 0 3px;
	padding-left: 18px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 12px;
	color: #3d1b04;
	text-decoration: underline;
	}
	.box_inner a.service_more:hover { color: #8c542e;}


/****************************************

	店舗コンサルティングページ設定
*****************************************/

#left_area h2.consul {
	background:url(../images/consul/consul_h2.png) no-repeat 0 0;
	width: 700px;
	height: 0px;
	padding-top: 95px;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	}

#consul_h301 {
	background:url(../images/consul/consul_h301.png) no-repeat 0 0;
	width: 680px;
	height: 0px;
	padding-top: 35px;
	display: block;
	overflow: hidden;
	margin: 20px 0;
	}
#consul_h302,
#consul_h303 {
	width: 680px;
	height: 0px;
	padding-top: 55px;
	display: block;
	overflow: hidden;
	margin: 20px 0;
	}
	#consul_h302 { background:url(../images/consul/consul_h302.png) no-repeat 0 0;}
	#consul_h303 { background:url(../images/consul/consul_h303.png) no-repeat 0 0;}

.consul_box {
	padding: 0 10px;
	overflow: hidden;
	float: right;
	}

.fl_left { float: left; margin: 0 20px 10px 0;}
.fl_right { float: right; margin: 0 0 10px 10px;}

a#support_btn {
	background:url(../images/consul/support_btn_off.png) no-repeat 0 0;
	width: 260px;
	height: 0px;
	padding-top: 30px;
	display: block;
	overflow: hidden;
	margin-right: 10px;
	float: right;
	margin: 40px 0 30px 0;
	}
	a#support_btn:hover { background:url(../images/consul/support_btn_on.png) no-repeat 0 0;}

a#farm_btn {
	background:url(../images/consul/farm_btn_off.png) no-repeat 0 0;
	width: 380px;
	height: 0px;
	padding-top: 30px;
	display: block;
	overflow: hidden;
	margin-right: 10px;
	text-align: right;
	float: right;
	margin: 40px 0 30px 0;
	}
	a#farm_btn:hover { background:url(../images/consul/farm_btn_on.png) no-repeat 0 0;}


/****************************************

	商品開発ページ設定
*****************************************/

#left_area h2.develop {
	background:url(../images/develop/develop_h201.png) no-repeat 0 0;
	width: 700px;
	height: 0px;
	padding-top: 95px;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	}

.develop_box {
	background:url(../images/develop/develop_img01.jpg) no-repeat left top;
	padding: 20px 10px 20px 195px;
	}

	#develop_h301 {
		background:url(../images/develop/develop_h301.png) no-repeat 0 0;
		width: 680px;
		height: 0px;
		padding-top: 35px;
		display: block;
		overflow: hidden;
		margin-bottom: 30px;
		}

#melit_box { overflow: hidden;}

#melit01,
#melit02,
#melit03 {
	background:url(../images/develop/melit_bottom.png) no-repeat center bottom;
	background-color: #fdfaf1;
	width: 220px;
	padding: ;
	margin: 30px 0 0 0;
	float: left;
	height: 170px;
	}
	#melit02 { margin: 30px 20px 0 20px; }

	#melit01 .sub_title,
	#melit02 .sub_title,
	#melit03 .sub_title {
		background:url(../images/develop/develop_sub01.png) no-repeat 0 0;
		width: 200px;
		height: 0px;
		padding-top: 20px;
		overflow: hidden;
		display: block;
		margin: 15px 10px 5px 10px;
		}
		#melit02 .sub_title {background:url(../images/develop/develop_sub02.png) no-repeat 0 0;}
		#melit03 .sub_title {background:url(../images/develop/develop_sub03.png) no-repeat 0 0;}

	#melit01 p.melit_text,
	#melit02 p.melit_text,
	#melit03 p.melit_text {
		padding: 0px 10px 10px 10px;
		font-size: 12px;
		line-height: 1.6em; 
		}

#flow { text-align: center;}
	#flow h2 {
		background:url(../images/develop/develop_h202.png) no-repeat 0 0;
		width: 700px;
		height: 0px;
		padding-top: 45px;
		display: block;
		overflow: hidden;
		margin-top: 40px;
		}
	#flow p { padding: 10px;}
	#flow img { margin-top: 30px;}


/****************************************

	販売支援業務ページ設定
*****************************************/

#left_area h2.support {
	background:url(../images/support/support_h201.png) no-repeat 0 0;
	width: 700px;
	height: 0px;
	padding-top: 95px;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	}

.support_box {
	overflow: hidden;
	}

	#left_area #support_h301 {
		background:url(../images/support/support_h3.png) no-repeat 0 0;
		width: 390px;
		height: 0px;
		padding-top: 70px;
		display: block;
		overflow: hidden;
		margin-bottom: 20px;
		margin-top: 20px;
		float: right;
		}

#trouble { text-align: center;}
	#trouble h2 {
		background:url(../images/support/support_h202.png) no-repeat 0 0;
		width: 700px;
		height: 0px;
		padding-top: 45px;
		display: block;
		overflow: hidden;
		margin-top: 30px;
		margin-bottom: 20px;
		}
	#trouble p { padding: 5px 10px; margin-top: 20px;}
	#trouble ul { margin-top: 20px; overflow: hidden;}
		#trouble ul li { float: left; margin-left: 10px;}


/****************************************

	ファーマーズマーケットの運営ページ設定
*****************************************/

#left_area h2.farm {
	background:url(../images/farm/farm_h201.png) no-repeat 0 0;
	width: 700px;
	height: 0px;
	padding-top: 95px;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	}

#farm_boxA {
	background:url(../images/farm/farm_img01.jpg) no-repeat 0 0;
	width: 700px;
	height: 260px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	}

	h3#farm_h301{
		background:url(../images/farm/farm_h301.png) no-repeat 0 0;
		width: 475px;
		height: 0px;
		display: block;
		padding-top: 40px;
		overflow: hidden;
		position: absolute;
		top: 40px;
		left: 210px;
		}

	.fam_column01,
	.fam_column02 {
		background:url(../images/farm/farm_bg.png) repeat-y left top;
		width: 220px;
		height: 150px;
		float:left;
		margin-left: 10px;
		}
		.fam_column01 { position: absolute; top: 95px; left: 220px;}
		.fam_column02 { position: absolute; top: 95px; right: 20px;}

		.fam_column01 h4#farm_h401,
		.fam_column02 h4#farm_h402 {
			background:url(../images/farm/farm_h401.png) no-repeat 0 0;
			width: 220px;
			height: 0px;
			padding-top: 25px;
			overflow: hidden;
			display: block;
			}
			.fam_column02 h4#farm_h402 { background:url(../images/farm/farm_h402.png) no-repeat 0 0;}

		.fam_column01 ul { padding: 10px;}
		.fam_column01 li {
			font-size: 12px;
			line-height: 1.6em;
			}
		.fam_column02 dl { padding: 5px 10px;}
		.fam_column02 dt { margin-bottom: 5px;}
		.fam_column02 dd {
			font-size: 12px;
			line-height: 1.6em;
			}

#farm_boxB { padding-top: 20px;margin-bottom: 40px;}

#farm_boxB h3 {
	background:url(../images/farm/farm_h302.png) no-repeat 0 0;
	width: 700px;
	height: 0px;
	padding-top: 70px;
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
	}
	#farm_boxB p { padding: 0 10px;}
	#farm_boxB img { margin-left: 20px;}

#antena h2 {
	background:url(../images/farm/farm_h202.png) no-repeat 0 0;
	width: 700px;
	height: 0px;
	padding-top: 50px;
	display: block;
	overflow: hidden;
	}

	#antena p { padding: 5px 10px 0 10px; margin-bottom: 20px;}
	#antena img { margin: 0px; display: block}
	#info {
		width: 420px;
		float: right;
		border: 1px solid #86c3c4;
		background-color: #fdfaf1;
		padding: 5px;
		}
		#info p { margin: 0px; padding: 0px 5px;}

/****************************************

	会社概要ページの設定
*****************************************/

#left_area h2.company {
	background:url(../images/company/company_h2.png) no-repeat 0 0;
	width: 700px;
	height: 0px;
	padding-top: 95px;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	}

h3#company_h301{
	background:url(../images/company/company_h301.png) no-repeat 0 0;
	width: 700px;
	height: 0px;
	display: block;
	padding-top: 50px;
	overflow: hidden;
	margin-bottom: 10px;
	}

h3#company_h302{
	background:url(../images/company/company_h302.png) no-repeat 0 0;
	width: 700px;
	height: 0px;
	display: block;
	padding-top: 50px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 40px;
	}
h3#company_h303{
	background:url(../images/company/company_h303.png) no-repeat 0 0;
	width: 700px;
	height: 0px;
	display: block;
	padding-top: 50px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 40px;
	}
h3#company_h304{
	background:url(../images/company/company_h304.png) no-repeat 0 0;
	width: 700px;
	height: 0px;
	display: block;
	padding-top: 50px;
	overflow: hidden;
	margin-bottom: 10px;
	}

table {
	width: 580px;
	margin: auto;
	border: 1px solid #d9d3cc;
	}

table th {
	background:url(../images/contact/form_bg.png) repeat 0 0;
	border-bottom: 1px solid #fff;
	text-align: center;
	width: 195px;
	}
	table .border_none { border: none;}

table td {
	background-color: #fdfaf1;
	padding: 10px 20px;
	border-bottom: 1px dashed #c9c4bb;
	}

table td li { margin-bottom: 5px;}

/****************************************

	コンタクトページ設定
*****************************************/

.contact_box { text-align: center;}

#left_area h2.contact {
	background:url(../images/contact/contact_h2.png) no-repeat 0 0;
	width: 700px;
	height: 0px;
	padding-top: 95px;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	}

h3#contact_h301{
	background:url(../images/contact/contact_h301.png) no-repeat 0 0;
	width: 700px;
	height: 0px;
	display: block;
	padding-top: 50px;
	overflow: hidden;
	margin-bottom: 10px;
	}

h3#contact_h302{
	background:url(../images/contact/contact_h302.png) no-repeat 0 0;
	width: 700px;
	height: 0px;
	display: block;
	padding-top: 50px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 40px;
	}


#form {
	text-align: left;
	width: 580px;
	margin: auto;
	}

#form table { width: 580px; border: none; margin-top: 10px;}

#form table th {
	text-align: left;
	vertical-align: middle;
	width: 175px;
	padding: 5px 10px 5px 10px;
	font-weight: normal;
	font-size: 12px;
	font-weight: bold;
	}

#form table td {
	padding: 5px 0px 5px 10px;
	font-size: 12px;
	background: none;
	}

#form table ul { overflow: hidden;}
	#form table ul li { float: left; margin-right: 15px; margin-bottom: 0px;}


#form table td input[type=text] {
	width: 280px;
	height: 20px;
	font-size: 13px;
	padding: 0 5px;
	}

#form table td input[type=radio] {
	margin-right: 5px;
	}

#form table td textarea {
	width: 350px;
	font-size: 13px;
	line-height: 1.3em;
	padding: 5px;
	}


/* 入力画面ボタン設定 */

#form #submit input[type=submit] {
	background:url(../images/contact/check_btn_off.png) no-repeat 0 0;
	width: 170px;
	height: 36px;
	display: block;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	margin: auto;
	margin-top: 20px;
	}
	#form #submit input[type=submit]:hover {
		background:url(../images/contact/check_btn_on.png) no-repeat 0 0;
		}

/* 送信画面ボタン設定 */
#form #send_submit input[type=button] {
	background:url(../images/contact/back_btn_off.png) no-repeat 0 0;
	width: 170px;
	height: 36px;
	display: block;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	margin: auto;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 130px;
	}
	#form #send_submit input[type=button]:hover { background:url(../images/contact/back_btn_on.png) no-repeat 0 0;}

#form #send_submit input[type=submit] {
	background:url(../images/contact/send_btn_off.png) no-repeat 0 0;
	width: 170px;
	height: 36px;
	display: block;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	margin: auto;
	margin-top: 20px;
	}
	#form #send_submit input[type=submit]:hover { background:url(../images/contact/send_btn_on.png) no-repeat 0 0;}


/* エラー画面ボタン設定 */
#form #re_submit input[type=button] {
	background:url(../images/contact/back_btn_off.png) no-repeat 0 0;
	width: 170px;
	height: 36px;
	display: block;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	margin: auto;
	margin-top: 20px;
	}
	#form #re_submit input[type=button]:hover { background:url(../images/contact/back_btn_on.png) no-repeat 0 0;}

#form #re_submit input[type=submit] {
	background:url(../images/contact/back_btn_off.png) no-repeat 0 0;
	width: 170px;
	height: 36px;
	display: block;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	margin: auto;
	margin-top: 20px;
	}
	#form #re_submit input[type=submit]:hover { background:url(../images/contact/back_btn_on.png) no-repeat 0 0;}


span.red { color: #ff0000; font-size: 12px; font-weight: normal;}






