/*------------------------------------
1.リセット
------------------------------------*/

*{
	margin:0;
	padding:0;
}
img{
	border:none;
	vertical-align:bottom;
}
a img{
	border:none;
	vertical-align:bottom;
}
body {
	margin:0;
	padding:0;
	font-family:"メイリオ",Verdana,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size:12px;
	color:#666;
	/*background:#e5e3d6;*/
	text-align:center;
	margin-bottom:10px;
	background:url(img/main_bg.jpg) repeat-x #e4e3d5;
}
.clearboth{
	clear:both;
}

#right a:link { color: #666;border-bottom:1px dotted #666;text-decoration: none; }
#right a:visited { color: #666; border-bottom:1px dotted #666;text-decoration: none;}
#right a:active {  color: #666; border-bottom:1px dotted #666;text-decoration: none; }
#right a:hover { color: #666;border-bottom:1px solid #666;text-decoration: none; }
#left .imgbox a:link { color: #666;borde:none;text-decoration: none; }
#left .imgbox a:visited { color: #666;borde:none;text-decoration: none;}
#left .imgbox a:active {  color: #666;borde:none;text-decoration: none; }
#left .imgbox a:hover { color: #666;borde:none;text-decoration: none; }
#left div#whats a:link { color: #666;border-bottom:1px dotted #666;text-decoration: none; }
#left div#whats a:visited { color: #666; border-bottom:1px dotted #666;text-decoration: none;}
#left div#whats a:active {  color: #666; border-bottom:1px dotted #666;text-decoration: none; }
#left div#whats a:hover { color: #666;border-bottom:1px solid #666;text-decoration: none; }
div.works_box a:link { color: #666;border-bottom:1px dotted #666;text-decoration: none; }
div.works_box a:visited { color: #666; border-bottom:1px dotted #666;text-decoration: none;}
div.works_box a:active {  color: #666; border-bottom:1px dotted #666;text-decoration: none; }
div.works_box a:hover { color: #666;border-bottom:1px solid #666;text-decoration: none; }
div.words a:link { color: #666;border-bottom:1px dotted #666;text-decoration: none; }
div.words a:visited { color: #666; border-bottom:1px dotted #666;text-decoration: none;}
div.words a:active {  color: #666; border-bottom:1px dotted #666;text-decoration: none; }
div.words a:hover { color: #666;border-bottom:1px solid #666;text-decoration: none; }
div#sitemap a:link { color: #666;border-bottom:1px dotted #666;text-decoration: none; }
div#sitemap a:visited { color: #666; border-bottom:1px dotted #666;text-decoration: none;}
div#sitemap a:active {  color: #666; border-bottom:1px dotted #666;text-decoration: none; }
div#sitemap a:hover { color: #666;border-bottom:1px solid #666;text-decoration: none; }
.link a:link { color: #666;border-bottom:1px dotted #666;text-decoration: none; }
.link a:visited { color: #666; border-bottom:1px dotted #666;text-decoration: none;}
.link a:active {  color: #666; border-bottom:1px dotted #666;text-decoration: none; }
.link a:hover { color: #666;border-bottom:1px solid #666;text-decoration: none; }
#footer a:link { color: #666;border-bottom:1px dotted #666;text-decoration: none; }
#footer a:visited { color: #666; border-bottom:1px dotted #666;text-decoration: none;}
#footer a:active {  color: #666; border-bottom:1px dotted #666;text-decoration: none; }
#footer a:hover { color: #666;border-bottom:1px solid #666;text-decoration: none; }

a.noline { border-width:0; }
a{outline : 0 ;}

h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	font-size:12px;
	line-height:1em;
}

/*------------------------------------
2.全体枠
------------------------------------*/

#container{
	width:960px;
	margin:0 auto;
	text-align:left;
}
#container p.totop{
	clear:both;
	width:900px;
	height:20px;
	margin:10px 30px;
	background:url(img/totop.gif) no-repeat;
	text-indent:-9999px;
}
#container p.totop a{
	display:block;
	width:900px;
	height:20px;
	border:none;
}
#container p.totop a:hover{
	background:url(img/totop_on.gif) no-repeat;
}
/*------------------------------------
3.ヘッダー
------------------------------------*/
#header{
	width:960px;
	height:81px;
	background:url(img/header_bg.gif) no-repeat;
	position:relative;
}
#header h1{
	position:absolute;
	width:207px;
	height:28px;
	top:31px;
	left:39px;
	text-indent:-9999px;
}
#header h1 a{
	display:block;
	width:207px;
	height:28px;
	border:none;
}
#header ul{
	position:absolute;
	width:306px;
	height:17px;
	top:12px;
	left:619px;
	list-style:none;
	text-align:left;
}
#header li{
	position:absolute;
	height:17px;
	text-indent:-9999px;
}
#header li a{
	display:block;
	border:none;
	height:17px;
}
#header li.menu1{
	width:98px;
	left:0;
}
#header li.menu1 a{
	background:url(img/header_ul_bg.jpg) no-repeat;
	width:98px;
}
#header li.menu1 a:hover{
	background:none;
}
#header li.menu2{
	width:102px;
	left:98px;
}
#header li.menu2 a{
	background:url(img/header_ul_bg.jpg) -98px 0 no-repeat;
	width:102px;
}
#header li.menu2 a:hover{
	background:none;
}
#header li.menu3{
	width:106px;
	left:200px;
}
#header li.menu3 a{
	background:url(img/header_ul_bg.jpg) -200px 0 no-repeat;
	width:106px;
}
#header li.menu3 a:hover{
	background:none;
}
#header p{
	text-indent:-9999px;
}
/*------------------------------------
4.FLASH NAVI セカンドヘッダー
------------------------------------*/
#flash{
	width:960px;
	padding:0;
	height:290px;
	background:url(img/top_flash.jpg) no-repeat;
}
ul#navi{
	width:960px;
	height:35px;
	position:relative;
	background:url(img/navi.jpg) 0 -35px no-repeat;
	margin-top:14px;
	list-style:none;
}
ul#navi li{
	width:151px;
	height:35px;
	text-indent:-9999px;
	position:absolute;
	top:0;
}
ul#navi li a{
	display:block;
	width:151px;
	height:35px;
	border:none;
}

ul#navi li.menu1{
	left:18px;
}
ul#navi li.menu1 a{
	background:url(img/navi.jpg) -18px 0 no-repeat;
}
ul#navi li.menu1 a:hover{
	background:none;
}

ul#navi li.menu2{
	left:172px;
}
ul#navi li.menu2 a{
	background:url(img/navi.jpg) -172px 0 no-repeat;
}
ul#navi li.menu2 a:hover{
	background:none;
}

ul#navi li.menu3{
	left:326px;
}
ul#navi li.menu3 a{
	background:url(img/navi.jpg) -326px 0 no-repeat;
}
ul#navi li.menu3 a:hover{
	background:none;
}

ul#navi li.menu4{
	left:480px;
}
ul#navi li.menu4 a{
	background:url(img/navi.jpg) -480px 0 no-repeat;
}
ul#navi li.menu4 a:hover{
	background:none;
}

ul#navi li.menu5{
	left:634px;
}
ul#navi li.menu5 a{
	background:url(img/navi.jpg) -634px 0 no-repeat;
}
ul#navi li.menu5 a:hover{
	background:none;
}

ul#navi li.menu6{
	left:788px;
}
ul#navi li.menu6 a{
	background:url(img/navi.jpg) -788px 0 no-repeat;
}
ul#navi li.menu6 a:hover{
	background:none;
}
#second_header h2{
	width:960px;
	height:126px;
	text-indent:-9999px;
	line-height:126px;
	background:url(img/header_2nd.jpg) no-repeat;
}
#second_header h2.company{
	background:url(img/header_2nd_00.jpg) no-repeat;
}
#second_header h2.works{
	background:url(img/header_2nd_01.jpg) no-repeat;
}
/*#second_header h2.words{
	background:url(img/header_2nd_02.jpg) no-repeat;
}
*/
#second_header h2.reform_contents{
	background:url(img/header_2nd_02.jpg) no-repeat;
}

#second_header h2.reform{
	background:url(img/header_2nd_03.jpg) no-repeat;
}
#second_header h2.inquiry{
	background:url(img/header_2nd_04.jpg) no-repeat;
}
#second_header h2.links{
	background:url(img/header_2nd_05.jpg) no-repeat;
}
#second_header h2.sitemap{
	background:url(img/header_2nd_06.jpg) no-repeat;
}
#second_header h2.sitepolicy{
	background:url(img/header_2nd_07.jpg) no-repeat;
}
#second_header h2.whatsnew{
	background:url(img/header_2nd_08.jpg) no-repeat;
}
/*------------------------------------
5.コンテンツ（トップページ）
------------------------------------*/
#contents_top{
	width:960px;
	background:url(img/top_bg.gif) repeat-y;
	overflow:hidden;
}
h2.contents_top{
	background:url(img/h3_top_bg.gif) no-repeat;
	width:960px;
	height:6px;
	line-height:6px;
	text-indent:-9999px;
}
#right{
	width:238px;
	padding-right:43px;
	float:right;
}
#right #category{
	width:220px;
	background:url(img/works_bg.gif) repeat-y;
	margin:10px auto 10px 13px;
}
#right #category h2{
	width:220px;
	background:url(img/works_h2.jpg) no-repeat;
	height:36px;
	text-indent:-9999px;
	line-height:36px;
}
#right #category h2.search{
	background:url(img/works_search_h2.jpg) no-repeat;
}
#right #category h3{
	width:220px;
	background:url(img/works_bottom.jpg) no-repeat;
	height:32px;
	text-indent:-9999px;
	line-height:32px;
}
#right #category div.search_box{
	padding:0 15px;
	position:relative;
}
#right #category div.search_box .input{
	position:absolute;
	top:30px;
	left:15px;
}
#right #category div.search_box .search{
	position:absolute;
	top:28px;
	left:160px;
}
#right #category div.search_box p{
	font-size:10px;
	background:url(img/list03.gif) 0 0.3em no-repeat;
	line-height:1.2em;
	padding-left:10px;
	margin:5px auto;
}
#right #category ul{
	margin:16px 21px;
	list-style:none;
}
#right #category li{
	background:url(img/list03.gif) 0 0.9em no-repeat;
	padding-left:14px;
	line-height:2em;
}

#right #sodan{
	width:238px;
	height:208px;
	background:url(img/sodan_banner.jpg) no-repeat;
	margin:4px 0 5px 0;
	position:relative;
}
#right #sodan h2{
	width:238px;
	height:208px;
	line-height:208px;
	text-indent:-9999px;
}
#right #sodan h2 a{
	display:block;
	width:238px;
	height:208px;
	border:none;
}
#right #sodan p{
	text-indent:-9999px;
}
#right #banner{
	width:222px;
	height:82px;
	background:url(img/ceafle_banner.jpg) no-repeat;
	margin:4px 0 5px 13px;
	position:relative;
}
#right #banner h2{
	width:222px;
	height:82px;
	line-height:82px;
	text-indent:-9999px;
}
#right #banner h2 a{
	display:block;
	width:222px;
	height:82x;
	border:none;
}
#right #banner h2 a:hover{
	background:url(img/ceafle_banner_on.jpg) no-repeat;
}
#right #sodan h2 a{
	display:block;
	width:222px;
	height:82x;
	border:none;
}
#right #sodan p{
	text-indent:-9999px;
}
#right #blog{
	background:url(img/blog_banner_bg.gif) repeat-y;
	margin:1px 0 6px 0;
	position:relative;
}
#right #blog h2{
	background:url(img/h2_blog_banner.jpg) no-repeat;
	width:238px;
	height:89px;
	line-height:89px;
	text-indent:-9999px;
}
#right #blog p.top{
	text-indent:-9999px;
	position:absolute;
}
#right #blog ul{
	padding:9px 38px 10px 49px;
	list-style:none;
	font-size:10px;
}
#right #blog li{
	background:url(img/list02.gif) 0 0.4em no-repeat;
	padding-left:17px;
	line-height:1.3em;
	padding-bottom:5px;
}
#right #blog #blog_bottom{
	background:url(img/blog_banner_bottom.jpg) no-repeat;
	width:238px;
	height:41px;
	position:relative;
}
#right #blog #blog_bottom p{
	width:98px;
	height:15px;
	position:absolute;
	top:12px;
	left:123px;
	text-indent:-9999px;
}
#right #blog #blog_bottom p a{
	display:block;
	width:98px;
	height:15px;
	border:none;
}
#right #blog #blog_bottom p a:hover{
	background:url(img/next_on.gif) no-repeat;
}
#right #contact{
	width:226px;
	height:217px;
	background:url(img/contact_bg.jpg) no-repeat;
	margin-left:13px;
}
#right #contact h2.contact{
	text-indent:-9999px;
}

#left{
	width:645px;
	padding-left:27px;
	float:left;
}
#left .option_box{
	width:500px;
	margin:10px auto 0;
	padding-bottom:10px;
}
#left .option_box img{
	float:left;
	margin:0 5px 5px 0;
}
#left #introduce{
	margin:5px 12px 14px;
	background:#f7f7f3;
	border:1px dotted #d3cdb3;
	padding:10px 18px;
	clear:both;
}
#left #introduce h2{
	font-size:16px;
	color:#352c1f;
	margin-bottom:1em;
}
#left #introduce p{
	line-height:1.5em;
}
#left h2.w645{
	width:645px;
	height:30px;
	line-height:30px;
	text-indent:-9999px;
	clear:both;
}
/*#left h2.w645.new{
	background:url(img/h2_new.jpg) no-repeat;
	margin-top:5px;
}
*/
#left h2.w645.maitsuki{
	background:url(img/h2_maitsuki.jpg) no-repeat;
	margin-top:5px;
}
#left h2.w645.goodpoint{
	background:url(img/h2_goodpoint.jpg) no-repeat;
	margin-top:5px;
}
#left h2.w645.newworks{
	background:url(img/h2_newworks.jpg) no-repeat;
	margin-top:5px;
}
#left #whats{
	margin:8px 12px 14px;
	border:1px dotted #d3cdb3;
	padding:18px;
}
#left #whats ul{
	list-style:none;
}
#left #whats li{
	background:url(img/list02.gif) 0 0.4em no-repeat;
	padding-left:17px;
	line-height:1.5em;
	padding-bottom:0.5em;
}
#left #whats p.next{
	text-align:right;
	background:url(img/list01.gif) right 0.4em no-repeat;
	padding-right:12px;
}
#left #goodpoint{
	margin:8px 12px 14px;
	border:1px dotted #d3cdb3;
	padding:18px 57px 13px 62px;
	overflow:hidden;
	width:500px;
}
#left #goodpoint img{
	float:left;
	margin:0 5px 5px 0;
}

#left .whats_list{
	margin:8px 12px 14px;
	border:1px solid #d3cdb3;
	padding:0;
}
#left .whats_list h3{
	padding:5px 5px 5px 10px;
	line-height:1.5em;
	background:#f6eedb;
	color:#666;
}
#left .whats_list h4{
	padding:5px;
	font-size:10px;
	line-height:1.5em;
	background:#fff;
	color:#666;
	text-align:right;
}
#left .whats_list .whats_body{
	line-height:1.5em;
	padding:10px;
}
#contents_top h2.w905{
	width:905px;
	height:30px;
	text-indent:-9999px;
	margin-bottom:17px;
	margin-left:24px;
	clear:both;
}
#contents_top h2.w905.works{
	background:url(img/h2_works.jpg) no-repeat;
}
#contents_top #works_wrapper{
	width:900px;
	padding-left:32px;
	float:left;
}
#contents_top #works_wrapper .works_box{
	width:281px;
	height:146px;
	position:relative;
	float:left;
	display:inline;
	margin:0 19px 19px 0;
}
#contents_top #works_wrapper .works_box.c01{
	background:url(img/works_c01.jpg) no-repeat;
}
#contents_top #works_wrapper .works_box.c02{
	background:url(img/works_c02.jpg) no-repeat;
}
#contents_top #works_wrapper .works_box.c03{
	background:url(img/works_c03.jpg) no-repeat;
}
#contents_top #works_wrapper .works_box.c04{
	background:url(img/works_c04.jpg) no-repeat;
}
#contents_top #works_wrapper .works_box.c05{
	background:url(img/works_c05.jpg) no-repeat;
}
#contents_top #works_wrapper .works_box.c06{
	background:url(img/works_c06.jpg) no-repeat;
}
#contents_top #works_wrapper .works_box.c07{
	background:url(img/works_c07.jpg) no-repeat;
}
#contents_top #works_wrapper .works_box.c08{
	background:url(img/works_c08.jpg) no-repeat;
}
#contents_top #works_wrapper .works_box.c09{
	background:url(img/works_c09.jpg) no-repeat;
}
#contents_top #works_wrapper .works_box.c10{
	background:url(img/works_c10.jpg) no-repeat;
}
#contents_top #works_wrapper .works_box.c11{
	background:url(img/works_c11.jpg) no-repeat;
}
#contents_top #works_wrapper .works_box h3{
	position:absolute;
	text-indent:-9999px;
}

#contents_top #works_wrapper2{
	margin:8px 10px 0 30px;
	clear:both;
}

/*#contents_top #works_wrapper .works_box img{
	position:absolute;
	top:12px;
	left:9px;
	width:120px;
	height:120px;
}
#contents_top #works_wrapper .works_box p{
	position:absolute;
	top:44px;
	left:136px;
	width:140px;
	font-size:10px;
	line-height:1.3em;
}*/
/*------------------------------------
5.コンテンツ（セカンドページ）
------------------------------------*/
#contents{
	width:960px;
	background:url(img/top_bg.gif) repeat-y;
	overflow:hidden;
}
#contents #left{
	width:645px;
	padding-left:27px;
	float:left;
}
/* h3
------------------------------------*/
#contents #left h3{
	width:640px;
	height:53px;
	line-height:53px;
	text-indent:-9999px;
	margin-top:17px;
	margin-bottom:30px;
}
#contents #left h3.concept{
	background:url(img/h3_concept.jpg) no-repeat;
}
#contents #left h3.sitemap{
	background:url(img/h3_sitemap.jpg) no-repeat;
}
#contents #left h3.reform_contents{
	background:url(img/h3_reform_contents.jpg) no-repeat;
}
#contents #left h3.reform{
	background:url(img/h3_reform.jpg) no-repeat;
}
#contents #left h3.sitepolicy{
	background:url(img/h3_sitepolicy.jpg) no-repeat;
}
#contents #left h3.privacypolicy{
	background:url(img/h3_privacypolicy.jpg) no-repeat;
}
#contents #left h3.words{
	background:url(img/h3_words.jpg) no-repeat;
}
#contents #left h3.link{
	background:url(img/h3_links.jpg) no-repeat;
}
#contents #left h3.works{
	background:url(img/h3_works.jpg) no-repeat;
}
#contents #left h3.inquiry{
	background:url(img/h3_inquiry.jpg) no-repeat;
}
#contents #left h3.thanks{
	background:url(img/h3_thanks.jpg) no-repeat;
}
#contents #left h3.error{
	background:url(img/h3_error.jpg) no-repeat;
}
#contents #left h3.searchResults{
	background:url(img/h3_searchResults.jpg) no-repeat;
}
#contents #left h3.company{
	background:url(img/h3_company.gif) no-repeat;
	height:25px;
	line-height:25px;
}
/* h4
------------------------------------*/
#contents #left h4{
	width:600px;
	height:28px;
	line-height:28px;
	text-indent:-9999px;
	margin-left:23px;
	margin-bottom:28px;
	clear:both;
}
#contents #left h4.greeting{
	background:url(img/h4_greeting.gif);
}
#contents #left h4.keireki{
	background:url(img/h4_keireki.gif);
}
#contents #left h4.promise{
	background:url(img/h4_promise.gif);
}
#contents #left h4.kitchen{
	background:url(img/h4_kitchen.gif);
}
#contents #left h4.bath{
	background:url(img/h4_bath.gif);
}
#contents #left h4.entrance{
	background:url(img/h4_entrance.gif);
}
#contents #left h4.living{
	background:url(img/h4_living.gif);
}
#contents #left h4.c01{
	background:url(img/h4_c01.gif);
}
#contents #left h4.c02{
	background:url(img/h4_c02.gif);
}
#contents #left h4.c03{
	background:url(img/h4_c03.gif);
}
#contents #left h4.c04{
	background:url(img/h4_c04.gif);
}
#contents #left h4.c05{
	background:url(img/h4_c05.gif);
}
#contents #left h4.c06{
	background:url(img/h4_c06.gif);
}
#contents #left h4.c07{
	background:url(img/h4_c07.gif);
}
#contents #left h4.c08{
	background:url(img/h4_c08.gif);
}
#contents #left h4.c09{
	background:url(img/h4_c09.gif);
}
#contents #left h4.c10{
	background:url(img/h4_c10.gif);
}
#contents #left h4.c11{
	background:url(img/h4_c11.gif);
}
#contents #left h4.works_detail{
	background:url(img/h4_detail_bg.gif) no-repeat;
	text-indent:0;
	font-size:14px;
	padding-left:20px;
	font-weight:bold;
}
/* h5
------------------------------------*/
#contents #left h5{
	line-height:1.5em;
}
#contents #left h5.promise{
	padding-left:36px;
	font-size:14px;
}
#contents #left h5.works_detail1{
	font-size:14px;
	padding-left:40px;
	background:url(img/h5_works_detail1.jpg) no-repeat;
	width:561px;
	height:27px;
	text-indent:-9999px;
}
#contents #left h5.works_detail2{
	font-size:14px;
	padding-left:40px;
	background:url(img/h5_works_detail2.gif) no-repeat;
	width:561px;
	height:27px;
	text-indent:-9999px;
}
/* h6
------------------------------------*/
#contents #left h6{
	width:555px;
	height:27px;
	text-indent:-9999px;
	margin-bottom:10px;
	margin-left:36px;
}
#contents #left h6.before{
	background:url(img/h6_before.jpg) no-repeat;
}
#contents #left h6.after{
	background:url(img/h6_after.jpg) no-repeat;
}


#contents #left p.second{
	line-height:1.5em;
	padding-left:40px;
	padding-right:23px;
	padding-bottom:30px;
}
#contents #left p.promise{
	line-height:1.5em;
	padding-left:50px;
	padding-bottom:0.5em;
	padding-right:23px;
}
#contents #left div.second_base{
	width:600px;
	border:1px dotted #d4ceb4;
	margin:10px 10px 10px 10px;
	padding:9px;
}
#contents #left .works_wrapper{
	width:600px;
	margin-left:30px;
	margin-bottom:30px;
}
/*#contents #left */.works_box{
	width:281px;
	height:146px;
	position:relative;
	float:left;
	display:inline;
	margin:0 18px 18px 0;
	background:url(img/works_box.jpg) no-repeat;
}
/*#contents #left */.works_box h5{
	padding:0;
	margin:0;
	position:absolute;
	top:13px;
	left:135px;
	font-weight:bold;
	width:140px;
	overflow:hidden;
	text-align:left;
	font-size:12px;
}
/*#contents #left */.works_box p.body{
	width:140px;
	height:80px;
	position:absolute;
	top:40px;
	left:135px;
	font-size:10px;
	line-height:1.3em;
	text-align:justify;
	text-justify:distribute;
}
/*#contents #left */.works_box p.more{
	position:absolute;
	top:124px;
	left:210px;
	font-size:10px;
	line-height:1.2em;
	padding-bottom:5px;
}
/*#contents #left */.works_box img{
	position:absolute;
	top:14px;
	left:9px;
	width:120px;
	height:120px;
}
#contents #left div.works_detail{
	width:561px;
	background:url(img/works_detail_box_bg.gif) repeat-y;
	margin-top:35px;
	margin-left:36px;
	clear:both;
}
#contents #left div.works_detail p{
	padding:10px 10px 10px 25px;
}
#contents #left p.separator{
	background:url(img/separator_detail.jpg) center center no-repeat;
	width:600px;
	height:3px;
	clear:both;
	padding:20px 0;
	margin:0 auto;
	text-indent:-9999px;
	border-top:1px solid #fff;
}
#contents #left table.detail{
	float:left;
	margin-left:47px;
	border-top:1px solid #757147;
	border-left:1px solid #757147;
	border-collapse:collapse;
display:inline;
}
#contents #left table.detail td{
	padding:10px;
	border-right:1px solid #757147;
	border-bottom:1px solid #757147;
}
#contents #left table.detail td.right{
	background:#f1f0e8;
}
#contents #left img.detail_img{
	float:right;
	margin-right:48px;
}
#contents #left div.imgbox{
	width:510px;
	margin-left:59px;
	overflow:hidden;
}
#contents #left div.imgbox a{
	border:none;
}
#contents #left div.imgbox img{
	margin:0 5px 0 0;
	padding:0;
	float:left;
}
#contents #left p.beforeafter{
	height:30px;
	background:url(img/beforeafter.jpg) no-repeat;
	margin:20px 0 20px 285px;
	text-indent:-9999px;
}


#contents #left div.words{
	width:600px;
	background:url(img/reform_bg.gif) repeat-y;
	margin:10px auto;
}
#contents #left div.words h4{
	margin:0;
	background:url(img/reform_h4.gif) no-repeat;
	width:530px;
	height:28px;
	font-size:14px;
	line-height:28px;
	padding-top:13px;
	padding-left:70px;
	text-indent:0;
}
#contents #left div.words p,#contents #left div.link p{
	width:460px;
	margin:10px 70px 0;
	padding-bottom:10px;
	border-bottom:1px dotted #666;
}
#contents #left div.words h5{
	background:url(img/reform_bottom.gif) no-repeat;
	width:522px;
	height:29px;
	font-size:13px;
	line-height:29px;
	padding-bottom:22px;
	padding-left:78px;
}
#contents #left div.link{
	width:600px;
	margin:10px auto;
}
#contents #left div.link h4{
	margin:0;
	background:url(img/link_h4.gif) no-repeat;
	width:530px;
	height:28px;
	font-size:14px;
	line-height:28px;
	padding-top:13px;
	padding-left:70px;
	text-indent:0;
}
#contents #left p.flow{
	width:395px;
	padding:10px 47px 10px 91px;
	font-size:13px;
	line-height:1.5em;
	overflow:hidden;
	height:52px;
	margin:10px auto;
}
#contents #left p.flownext{
	background:url(img/flow_next.gif) no-repeat;
	width:42px;
	height:41px;
	text-indent:-9999px;
	margin:0 auto;
}
#contents #left p.flow.step01{
	background:url(img/flow_step01.gif) no-repeat;
}
#contents #left p.flow.step02{
	background:url(img/flow_step02.gif) no-repeat;
}
#contents #left p.flow.step03{
	background:url(img/flow_step03.gif) no-repeat;
}
#contents #left p.flow.step04{
	background:url(img/flow_step04.gif) no-repeat;
}
#contents #left p.flow.step05{
	background:url(img/flow_step05.gif) no-repeat;
}
#contents #left p.flow.step06{
	background:url(img/flow_step06.gif) no-repeat;
}
#contents #left p.flow.step07{
	background:url(img/flow_step07.gif) no-repeat;
}
#contents #left p.flow.step08{
	background:url(img/flow_step08.gif) no-repeat;
}
#contents #left p.flow.step09{
	background:url(img/flow_step09.gif) no-repeat;
}
#contents #left p.flow.step10{
	background:url(img/flow_step10.gif) no-repeat;
}
#contents #left p.flow.step11{
	background:url(img/flow_step11.gif) no-repeat;
}
#contents #left p.flow.step12{
	background:url(img/flow_step12.gif) no-repeat;
}
#contents #left p.flow.step13{
	background:url(img/flow_step13.gif) no-repeat;
}
#contents #left p.flow.step14{
	background:url(img/flow_step14.gif) no-repeat;
}

#contents #left div#flow{
	width:580px;
	margin-left:30px;
	padding-bottom:30px;
	background:url(img/flow_separate.gif) left bottom no-repeat;
}
#contents #left div#flow .flow_box{
	width:45px;
	float:left;
	margin:0;
}
#contents #left div#flow .flow_box h4{
	width:45px;
	height:45px;
	line-height:45px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}
#contents #left div#flow .flow_box h4.step01{
	background:url(img/h4_step01.jpg) no-repeat;
}
#contents #left div#flow .flow_box h4.step02{
	background:url(img/h4_step02.jpg) no-repeat;
}
#contents #left div#flow .flow_box h4.step03{
	background:url(img/h4_step03.jpg) no-repeat;
}
#contents #left div#flow .flow_box h4.step04{
	background:url(img/h4_step04.jpg) no-repeat;
}
#contents #left div#flow .flow_box h4.step05{
	background:url(img/h4_step05.jpg) no-repeat;
}
#contents #left div#flow .flow_box h4.step06{
	background:url(img/h4_step06.jpg) no-repeat;
}
#contents #left div#flow .flow_box h4.step07{
	background:url(img/h4_step07.jpg) no-repeat;
}
#contents #left div#flow .flow_box h4.step08{
	background:url(img/h4_step08.jpg) no-repeat;
}
#contents #left div#flow .flow_box h4.step09{
	background:url(img/h4_step09.jpg) no-repeat;
}
#contents #left div#flow .flow_box h4.step10{
	background:url(img/h4_step10.jpg) no-repeat;
}
#contents #left div#flow .flow_box h4.step11{
	background:url(img/h4_step11.jpg) no-repeat;
}
#contents #left div#flow .flow_box h4.step12{
	background:url(img/h4_step12.jpg) no-repeat;
}
#contents #left div#flow .flow_box h4.step13{
	background:url(img/h4_step13.jpg) no-repeat;
}
#contents #left div#flow .flow_box h4.step14{
	background:url(img/h4_step14.jpg) no-repeat;
}
#contents #left div#flow .flow_box p{
	width:45px;
	height:262px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}
#contents #left div#flow .flow_box p.step01{
	background:url(img/p_step01.gif) no-repeat;
}
#contents #left div#flow .flow_box p.step02{
	background:url(img/p_step02.gif) no-repeat;
}
#contents #left div#flow .flow_box p.step03{
	background:url(img/p_step03.gif) no-repeat;
}
#contents #left div#flow .flow_box p.step04{
	background:url(img/p_step04.gif) no-repeat;
}
#contents #left div#flow .flow_box p.step05{
	background:url(img/p_step05.gif) no-repeat;
}
#contents #left div#flow .flow_box p.step06{
	background:url(img/p_step06.gif) no-repeat;
}
#contents #left div#flow .flow_box p.step07{
	background:url(img/p_step07.gif) no-repeat;
}
#contents #left div#flow .flow_box p.step08{
	background:url(img/p_step08.gif) no-repeat;
}
#contents #left div#flow .flow_box p.step09{
	background:url(img/p_step09.gif) no-repeat;
}
#contents #left div#flow .flow_box p.step10{
	background:url(img/p_step10.gif) no-repeat;
}
#contents #left div#flow .flow_box p.step11{
	background:url(img/p_step11.gif) no-repeat;
}
#contents #left div#flow .flow_box p.step12{
	background:url(img/p_step12.gif) no-repeat;
}
#contents #left div#flow .flow_box p.step13{
	background:url(img/p_step13.gif) no-repeat;
}
#contents #left div#flow .flow_box p.step14{
	background:url(img/p_step14.gif) no-repeat;
}
#contents #left div#flow p.flow_next{
	width:44px;
	height:45px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	background:url(img/flow_next.jpg) no-repeat;
	float:left;
}
#contents #left div#flow p.flow_next2{
	width:543px;
	height:40px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	background:url(img/flow_next2.jpg) no-repeat;
	clear:both;
	margin:0 16px 6px 16px;
}
#contents #left #meeting{
	width:600px;
	overflow:hidden;
	border:1px dotted #d4ceb4;
	padding:9px;
	margin:10px;
}
#contents #left #meeting h3{
	background:#f7f0e4;
	line-height:26px;
	font-size:12px;
	height:26px;
	margin:0;
	padding-left:15px;
	width:585px;
	margin-bottom:10px;
	text-indent:0;
	color:#333;
	font-weight:bold;
}
#contents #left #meeting img{
	float:left;
	margin:0 10px 10px 0;
}
ul#concept{
	list-style:none;
	margin-left:46px;
	margin-bottom:20px;
}
ul#concept li{
	background:url(img/list01.gif) 0 0.4em no-repeat;
	padding-left:18px;
}
#sitemap{
	margin-left:36px;
}
#sitemap ul{
	list-style:none;
}
#sitemap ul li{
	font-size:14px;
	line-height:50px;
	background:url(img/list04.gif) 0 20px no-repeat;
	padding-left:40px;
}
#sitemap ul li ul{
	clear:both;
}
#sitemap ul li ul li{
	font-size:14px;
	line-height:50px;
	background:url(img/list04.gif) 0 20px no-repeat;
	padding-left:40px;
}
#sitemap ul li ul li ul{
	margin-left:95px;
	clear:both;
}
#sitemap ul li ul li ul li{
	width:156px;
	display:inline;
	float:left;
	background:url(img/list03.gif) 0 0.3em no-repeat;
	line-height:1.5em;
	padding-left:14px;
	border:none;
	padding-bottom:2px;
}
#sitemap span{
	border-bottom:1px dotted #666;
}
#left table.inquiry{
	margin-left:70px;
	margin-top:20px;
}
#left table.inquiry td{
	padding:5px;
	border-bottom:1px dotted #ccc;
}
#left #submit{
	margin-top:10px;
	text-align:center;
}
#left div#sitepolicy{
}
#left div#sitepolicy h4{
	text-indent:0;
	padding:0;
	border-left:5px solid #f78512;
	border-bottom:1px solid #f78512;
	padding-left:12px;
	font-size:14px;
	margin:15px 0 15px 36px;
	width:580px;
}
#left div#sitepolicy p{
	padding:0 50px;
}
#left div#sitepolicy ul,#left div#sitepolicy ol{
	margin-left:100px;
}
#left dl.sitepolicy{
	padding-left:100px;
	margin:15px auto;
}
#left dl.sitepolicy dt{
	width:100px;
	clear:both;
	float:left;
}
#left dl.sitepolicy dd{
	margin-left:110px;
}
#contents #left div.error{
	line-height:1.5em;
	padding-left:40px;
	padding-right:23px;
	padding-bottom:30px;
}

/*------------------------------------
7.フッター
------------------------------------*/
#footer{
	width:960px;
	background:url(img/footer_bg.gif) 0 0 no-repeat;
	position:relative;
}
#footer p.copyright{
	text-align:center;
	font-size:10px;
	padding-top:16px;
	margin-bottom:10px;
}
#footer p.privacy{
	width:150px;
	background:url(img/list05.gif) 0 0.4em no-repeat;
	padding-left:14px;
	font-size:12px;
	position:absolute;
	top:12px;
	left:790px;
	padding-bottom:2px;
}
