/* ++++++ 基本設定 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 1:要素のリセット*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
 
/* リセット */
.clear { clear: both; }
.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { min-height: 1px; }
* html .clearfix { height: 1px; }

/* IEの画像縮小の処理*/
img { -ms-interpolation-mode: bicubic; }

/* 2：基本のフォント */
body,th,td,h1,h2,h3,h4,h5,h6,table,td,th{
    color: #222;
    font-size: 12px;
    line-height: 1.4;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}
a{
	color: #5f361a;
	text-decoration: none;
}
a:hover{
	color: #900;
	text-decoration: underline;
}
a:visited{
	color: #5f361a;
}

/* 3：基本のレイアウト */
body #top_page,
body #sub_page{
	text-align: center;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

body{
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

#cate_tit{
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:left;
	height:32px;
	color: #333;
}
#cate_tit h2{
	text-align:left;
	font-size:20px;
	font-weight: bold;
	background-image: url(../images/point.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 10px;
	margin-left: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	float: left;
	width: 280px;
}
#container{
	position: relative;
	width: 100%;
	background-image: url(../images/foot_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#content{
	position: relative;
	width: 910px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/contents_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;

}
#content_bg_head {
	background-image: url(../images/contents_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
}
#content_inner{

	padding 10px
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 16px;
}
#main{
	float:right;
	text-align:left;
	width:660px;
}
/*-----ヘッダー-----*/
#header{
	position: relative;
	width: 910px;
	height: 130px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#header_in{
}
#top_read{
	font-size: 10px;
	text-align: left;
	color: #666;
}
#logo{
	float: left;
}
#logo h1{
	text-indent: -9999px;
}
#logo h1 a{
	position: absolute;
	top: 18px;
	left: 10px;
	width: 280px;
	height: 53px;
	display: block;
}

/* ヘッダーメニュー */
#gnav li{
	display: inline;
}
#gnav li a{
	display: block;
	position: absolute;
	top: 87px;
	height: 36px;
	text-indent: -9999px;
}
#gnav li.nv01 a{
	left: 222px;
	width: 130px;
}
#gnav li.nv02 a{
	left: 357px;
	width: 130px;
}
#gnav li.nv03 a{
	left: 490px;
	width: 130px;
}
#gnav li.nv04 a{
	left: 625px;
	width: 130px;
}
#gnav li.nv05 a{
	left: 758px;
	width: 130px;
}

#gnav li a:hover{
	background: url(../images/head.jpg) no-repeat;
}
#gnav li.nv01 a:hover{ background-position: -222px -217px; }
#gnav li.nv02 a:hover{ background-position: -357px -217px; }
#gnav li.nv03 a:hover{ background-position: -490px -217px; }
#gnav li.nv04 a:hover{ background-position: -625px -217px; }
#gnav li.nv05 a:hover{ background-position: -758px -217px; }

/*-----/ヘッダー-----*/

/*-----フッター-----*/
#footer{
	width: 100%;
	height: 129px;
}

#footer_in{
	width: 910px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height:129px;
	background-image: url(../images/foot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
}

#fnav{
	text-align: left;
	font-size: 12px;
	color: #666666;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

#fnav li{
	float:left;
}

#fnav a{
	font-size: 12px;
	color: #666666;
}
#fnav a:hover{
	color: #666666;
}


/*-----/フッター-----*/

/*-----ナビゲーション-----*/
#sidebar{
	width: 200px;
	float: left;
	display: inline;
	text-align: center;
	background-image: url(../images/side_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	background-position: left;
}

#side_banner_area{
	display:inline-block;
	margin:0 0 10px;
}

#side_btn_area{
	margin:0 0 20px;
	text-align:left;
}

#side_btn_area li h2,
#side_btn_area li a{
	display:block;
	background: url("../images/side_li_parent.jpg") left center no-repeat;
	height:30px;
	line-height:30px;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	text-indent:25px;
	width: 186px;
	margin: 0px 6px 0px 6px;
}

#side_btn_area li.id_169 h2,
#side_btn_area li.id_169 a{
	background: url("../images/side_top") left center no-repeat;
	text-indent:-9999px;
}

#side_btn_area a:hover{
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	opacity:0.75;
}

#side_btn_area li li a{
	display:block;
	background: url("../images/side_li.jpg") left top no-repeat ;
	height:28px;
	line-height:28px;
	color:#000;
	text-decoration:none;
	font-weight:normal;
	text-indent:35px !important;
}

#bn_company{
	width:186px;
	height:190px;
	position:relative;
	text-align:left;
	background-image: url(../images/dropsadress.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 6px;
	margin-left: 6px;
}

#bn_company .address{
	position:absolute;
	top:70px;
	font-size:11px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 14px;
}
#bn_company .address table td{
	font-size:11px;
}
#bn_company .bt_access{
	display:block;
	position:absolute;
	text-indent:-9999px;
	width:140px;
	top:195px;
	left:35px;
}

#bn_company .bt_access:hover{
	background:#f1b04c;
	filter:alpha(opacity=40); /*IE*/
	-moz-opacity:0.40; /*FF*/
	opacity:0.40;
}

/*-----/ナビゲーション-----*/

#flash{
	border:1px solid red;
	height:330px;
	width:918px;
	margin:0 auto;
}

#top_banner_area{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 12px;
}
#top_banner_area table{
	margin: 0px;
	padding:0px;
	width:660px;
	border:none;
}
#top_banner_area table td{
	margin: 0px;
	padding:0px;
}
#news{
	margin-top: 0px;
	margin-right: 0;
	padding-bottom: 10px;
	margin-left: 0;
}

#news h3{
	height: 36px;
	display: block;
	text-indent: -9999px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-image: url(../images/whatsnew.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#blog_news h3{
	height: 32px;
	display: block;
	text-indent: -9999px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-image: url(../images/newblog.jpg);
	background-repeat: no-repeat;
}

#blog_news dl,
#news dl{
	margin: 4px 10px 4px 10px;
	background:url(../images/line_01.jpg) left bottom repeat-x;
	line-height:22px;
}

#blog_news dt,
#news dl dt{
	float:left;
	padding-left: 20px;
}

#blog_news  dl dd,
#news dl dd{
	margin:0px;
	padding-left:100px;
}

#bread{
	width: 400px;
	height: 20px;
	text-align: right;
	line-height: 20px;
	float: right;
	margin-top: 2px;
}
#bread_in{
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
#bread a{
	color:#62541C;
}
#entry h2 {
	background:url('../images/bg_tit.jpg') no-repeat top;
	height: 32px;
	color: #c49f35;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	text-indent: 40px;
}
#entry h3{
	padding: 0;
	height: 32px;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	text-indent: 20px;
	margin: 0 5px 15px 5px;
	background: url(../images/bg_h3.jpg) left bottom no-repeat;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
* html #entry h3{
	width:670px;
}
#entry .entry_body{
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 35px;
	margin-left: 10px;
	width: 620px;
}

#entry .entry_body table.lunch{
	width:640px;
}
#entry .entry_body h3{
	background:none;
	text-indent:0px;
	margin:0px;
	padding:0px;
	font-size:14px;
	text-align:left;
	color: #C90;
	line-height: 26px;
	height: auto;
}
* html #entry .entry_body h3{width:auto;}
#entry table.lunch h3{
	background:none;
	text-indent:0px;
	margin:0px;
	padding:0px;
	font-size:14px;
	text-align:left;
	color: #C90;
}
#entry table.lunch td{
	padding: 5px;
	text-align:right;
}
#entry table.info{
	float:right;}
#entry table.info th{
	vertical-align:top;
	padding: 5px 5px 5px 10px;
	font-weight:bold;
	color: #f3c474;
	border-bottom:1px dotted #eb9814;
}
#entry table.info td{
	width:200px;
	padding: 5px 10px;
	border-bottom:1px dotted #eb9814;
}
#entry table.wine th{
	width:150px;
	vertical-align:middle;
	padding: 5px 5px 5px 10px;
	font-weight:bold;
	text-align:center;
	color: #f3c474;
}
#entry table.wine td{
	padding: 5px 10px;
}
#entry table.drink th{
	width:160px;
	vertical-align:middle;
	padding: 5px 5px 5px 10px;
	font-weight:bold;
	border-bottom:1px dotted #eb9814;
	text-align:center;
	color: #f3c474;
}
#entry table.drink td{
	width:400px;
	border-bottom:1px dotted #eb9814;
	padding: 5px;
}
#entry table.drink ul li{
	background: url(../images/bg_li.jpg) no-repeat;
	line-height:19px;
	padding-left:25px;
	}
#entry table.drink ul li:first-line{
	font-weight:bold;
	}

#entry hr{
	height: 1px;
	border: none;
	border-bottom: #ccc 1px dotted;
}

#entry .gallery_img{
	margin: 0 20px 35px 0;
	float: left;
	display: inline;
}
#entry .gallery_imgarea{
	margin: 0 20px 20px 0;
	float: left;
	display: inline;
}
#entry .gallery_imgarea .gallery_mainimg{
	margin: 0 0 5px 0;
}
#entry .gallery_imgarea .gallery_subimg{
	margin: 0 5px 0 0;
	float: left;
	display: inline ;
}
#entry .gallery_txt{
	margin: 0 0 10px 0;
	display: block;
}
#entry .gallery_btnarea{
	padding: 5px 8px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #ac0000;
	line-height: 20px;
}
#entry .gallery_body{
	margin: 25px 0 0 0;
}
#entry .gallery_syousai a{
	width: 104px;
	height: 26px;
	background: url(../images/btn_syousai.jpg) no-repeat;
	float: right;
	display: block;
	text-indent: -9999px;
}
#entry .gallery_syousai a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#entry img.leftimg{
	margin: 0 20px 35px 0;
	float: left;
	display: inline;
}
#entry img.rightimg{
	margin: 0 0 35px 20px;
	float: right;
	display: inline;
}

#entry table.kakaku01{
	margin: 15px 0 20px 0;
}
#entry table.kakaku01 th{
	padding: 2px 0;
	border-bottom: #b2997b 1px dotted;
}
#entry table.kakaku01 td{
	padding: 2px 0;
	color: #ac0000;
	text-align: right;
	border-bottom: #b2997b 1px dotted;
}
#entry table.kakaku01 span{
	font-size: 14px;
	color: #ac0000;
}
#entry table.kakaku01 td.space{
	width: 30px;
	border: none;
}

#entry table.kakaku02{
	margin: 15px 0 20px 0;
}
#entry table.kakaku02 th{
	border-bottom: #b2997b 1px dotted;
}
#entry table.kakaku02 td{
	color: #ac0000;
	width: 100px;
	text-align: right;
	border-bottom: #b2997b 1px dotted;
}

#entry table.kakaku02 td.kakakuphoto{
	width: 160px;
	text-align: center;
	border: none;
}



/*-----ブログ-----*/
#blog{
}
#blog h2 {
	background: url(../images/tit_main.jpg) no-repeat;
	height: 32px;
	color: #cdbda8;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	text-indent: 10px;
}
#blog_left{
	width: 475px;
	float: left;
}
#blog_right{
	width: 180px;
	float: right;
}
#blog_left h3{
	margin: 20px 15px 15px 15px;
	padding: 0;
	height: 36px;
	color: #00345c;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	text-indent: 15px;
	background: url(../images/tit_sub.jpg) no-repeat;
}
#blog_left .blog_body{
	margin-top: 0;
	margin-right: 35px;
	margin-bottom: 25px;
	margin-left: 35px;
}
#blog_left #blog_entryinner{
	margin: 20px 15px 15px 15px;
}
#blog hr.blog_line{
	margin: 0 15px;
	height: 1px;
	border: none;
	border-bottom: #b2997b 1px dotted;
}
#blog .auter{
	margin: 0 15px;
	font-size: 10px;
	text-align: right;
}
#calendar{
	background: #b2997b;
	padding: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
#calendar table{
	margin: 0 auto;
}
#calendar caption{
	margin: 0 0 5px 0;
	font-size: 14px;
}
#calendar table th{
	text-align: center;
	padding: 2px 3px;
	font-weight: bold;
	font-size: 10px;
}
#calendar table td{
	text-align: center;
	padding: 2px 3px;
	font-size: 10px;
}
#calendar table td.calendar_today{
	background: #22180b;
	color: #f2ebe5;
}
#calendar table td.calendar_today a{
	color: #f2ebe5;
}
#blog_right h4{
	margin: 0 0 5px 0;
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/tit_blogsub.jpg) no-repeat;
	line-height: 32px;
	text-indent: 15px;
}
#blog_right ul{
	margin: 0 0 15px 0;
}
#blog_right ul li{
	margin: 0 10px;
	border-bottom: #b2997b 1px dotted;
}


/*------------------------------*/
.separator{
	margin: 0 5px;
}

#coupon{
	width:682px;
	height: 262px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#coupon .coupon_entry{
	width:655px;
	margin: 0px 12px;
	background:url(../images/coupon.jpg) no-repeat left top;
	position:relative;
	height:170px;
}

#coupon h2{
	background-image: url(../images/title_coupon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height:40px;
}
#coupon h3{
	position:absolute;
	top:20px;
	left:20px;
}
#coupon .body{
	margin:10px;
	font-size:14px;
}
.coupon_tenpo{
	position:absolute;
	top:120px;
	left:20px;
	font-size:10px;
}
.coupon_title{
	position:absolute;
	top:136px;
	left:20px;
	font-size:10px;
}
.coupon_naiyou{
	position:absolute;
	top:40px;
	left:20px;
	font-size:120%;
}
.coupon_naiyou p{
	margin:0px;
	padding:0px;
}
.coupon_naiyou span{
	margin:0px;
	padding:0px;
}


#concept{
	background-image: url(../images/concept.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:280px;
	margin-bottom: 12px;
}
#concept h3{
	text-indent:-9999px;
}
#concept .concept_con{
	margin:16px;
}
#copyright {
	display: block;
	font-size: 12px;
	font-weight: normal;
	clear: both;
	text-align: center;
	margin-top: 0px;
	width: auto;
	padding-top: 30px;
}
#top_waku {
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-y;
}
#top_waku #top_waku_head {
	background-image: url(../images/mainhead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	height: 16px;
}
#top_waku #top_waku_foot {
	height: 16px;
	background-image: url(../images/main_foot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#top_waku_inner {
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 16px;
}
li.parent ul li.id_189 a{
	text-indent: -9999px;
	background-image: url(../images/hand.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
}
#sidebana ul li{
	width:186px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
}

#sidebana ul li.tewaza a {
	text-indent: -9999px;
	background-image: url(../images/hand.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 186px;
	height: 80px;
	margin: 0px 0px 4px 0px;
}

#sidebana ul li.energy a {
	text-indent: -9999px;
	background-image: url(../images/energyhearing.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 186px;
	height: 80px;
	margin: 0px 0px 4px 0px;
}
#sidebana ul li.kodomo a {
	text-indent: -9999px;
	background-image: url(../images/chirdmama.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 186px;
	height: 80px;
	margin: 0px 0px 4px 0px;
}
#sidebana ul li.denju a {
	text-indent: -9999px;
	background-image: url(../images/initiation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 186px;
	height: 80px;
	margin: 0px 0px 4px 0px;
}
#sidebana ul li.reading a {
	text-indent: -9999px;
	background-image: url(../images/reading_bana.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 186px;
	height: 80px;
	margin: 0px 0px 4px 0px;
}
#sidebana ul li.workshop a {
	text-indent: -9999px;
	background-image: url(../images/workshop_bana.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 186px;
	height: 80px;
	margin: 0px 0px 4px 0px;
}
#sidebar #sidebar_foot {
	height: 12px;
	background-image: url(../images/side_foot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#sidebar #sidebar_head {
	background-image: url(../images/side_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 12px;
}




/*------------------------------------------------

カスタムフォームCSS

--------------------------------------------------*/

#cf-form{
	border-collapse:collapse;
	margin:0;
	padding:0;
	font-size:12px;
}

#cf-form #comment{
	margin: 5px;
	font-size:14px;
}
#cf-form #cf_tablebody {
	margin: 20px auto;
	width:660px;
}
#cf-form h3{
	padding: 0;
	height: 32px;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	text-indent: 20px;
	margin: 0 5px 15px 5px;
	background: url(../images/bg_h3.jpg) left bottom no-repeat;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#cf-form h4{
	font-size:14px;
	color:#333;
	line-height:20px;
	height:auto;
	padding:0px;
	margin: 0 10px 10px 10px;
}
#cf-form table{
	width: 620px;
	border: none;
	padding-top: 12px;
	padding-right: 2px;
	padding-bottom: 12px;
	padding-left: 2px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#cf-form table table{
	width: 420px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#cf-form table td table td{
	padding: 5px;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
}
#cf-form table td table th{
	padding: 5px;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
}
#cf-form table td{
	padding: 6px 4px;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
}
#cf-form table th{
	width: 130px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	font-size:14px;
	font-weight:bold;
	border-bottom-style: dashed;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	background-color: #FFFDEC;
}
#cf-form table td.value{
	width: auto;
}
#cf-form .req{
	color:red;
	font-weight:bold;
}
#cf-form input{
	font-size:12px;
	margin:0px;
	vertical-align:middle;
}
#cf-form .value input[type="text"]{
	font-size:12px;
	margin:0px;
	vertical-align:middle;
	width:260px;
}
#cf-form select{
	vertical-align:middle;
}
#cf-form td.cf_textarea_value textarea {
	width:440px;
	height:120px;
	font-size:12px;
}
#cf-form .btn{
	text-align:center;
	width:640px;
	padding:5px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#cf-form .value .btn input{
	padding:2px;
	font-size:12px;
}
#cf-form .value table table{
	border: none;
}
#cf-form table table td{
	border: none;
	padding: 2px 2px;
}
#cf-form #modoru a{
	background:url(../images/modoru.jpg) no-repeat left top;
	width:368px;
	height:60px;
	margin :20px auto 0px auto;
	text-indent:-9999px;
	display:block;
}
#cf-form #modoru a:hover{
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.8; /*FF*/
	opacity:0.8;
}
#cf-form table tr .address_value table tr .cf_yuubinnbanngou {
	width: 120px;
}
#cf-form table tr .cf_email_value input {
	width: 240px;
}
#cf-form table tr .cf_text_value input {
	width: 240px;
}
#cf-form table tr .address_value table tr .cf_kennbutu_value input {
	width: 280px;
}
#cf-form table tr .address_value table tr .cf_simathi_value #f_3_city {
	width: 280px;
}
