html{
	overflow-y				:none;
} 

body {
	background-color		:#fff;
	color							:#555;
	margin-top					:0px;
	margin-left					:0px;
	margin-right				:0px;
	margin-bottom			:0px;
}

.none {
	text-decoration 			:none;
	font-weight					:bold;
	font-size						:18px;
}

a:link {
	color							:#666;
}

a:active{
	color							:#000;
}

a:visited {
	color							:#888;
}

a:hover {
	color							:#ffffff;
	background				:#f80;
}
ul{
	list-style-type 			:none;
	margin-left					:10px;
	margin-top					:5px;
	padding						:0px;
	color							:#444;
	font-size						:12px;
	list-style-position		:outside;
}
ol{
	margin-top					:5px;
}

li{
	margin-left					:0px;
}
h1{
font-size:12px;
color:#bbb;
font-weight:normal;
padding-top:0;
padding-bottom:0;
padding-right:0;
padding-left:10px;
margin:0;
text-align:left;
}
h2{
height:24px;
font-size:18px;
font-weight:bold;
padding-left:24px;
padding-top:0px;
padding-bottom:0px;
padding-right:0px;
margin-top:0;
margin-left:0;
margin-right:0;
margin-bottom:4px;
background:url("img/mark.jpg") no-repeat center left;
color:#333;

}
h3{
font-size:16px;
font-weight:bold;
padding-top:0px;
padding-bottom:0px;
padding-right:0px;
margin-top:10px;
margin-left:15px;;
margin-right:0;
margin-bottom:10px;
color:#444;

}
h4{
font-size:15px;
font-weight:bold;
padding-top:0px;
padding-bottom:0px;
padding-right:0px;
margin-top:10px;
margin-left:16px;
margin-right:0;
margin-bottom:10px;
color:#444;

}
p{
	color:#666;
	margin-top:18px;
	margin-bottom:18px;
	margin-left:10px;
}

p.textbox{
	margin-left:30px;

}

#container{
	width							:914px;
	margin-left					:auto;
	margin-right				:auto;
	background-color:#f5f5f5;

}
#container2{
	width					:100%;
}

#base{
	width					:100%;
	border					:hidden;
	margin-left				:auto;
	margin-right			:auto;
	padding-top				:1px;
}

#header{
	width							:914px;
	height							:18px;
	background-color		:#696;
	margin:0;
	padding-top:0;
	padding-bottom			:2px;
	text-align					:right;
	font-size						:12px;
	color							:#333;
	border-bottom			:2px solid #ccc;

}
#header_left{
	float								:left;
	width							:600px;
}
#header_right{
	float:left;
	text-align					:right;
	font-size						:13px;
	width							:300px;

}
a.header_link{
	text-decoration: none;
}
a.header_link:link{
	color					:#ddd;
}
a.header_link:visited{
	color					:#ddd;
}
a.header_link:hover{
	background:none;
	color:#fff;
}

#header2{
	margin-left				:auto;
	margin-right			:auto;
	width					:700px;
	height					:14px;
}
#header2 a:link,#header2 a:visited{
	color					:#222;
}
#header2 a:hover{
	color					:#fff;
}
#page_title{
	width							:898px;
	height							:85px;
	margin-top					:10px;
	margin-left					:auto;
	margin-right				:auto;
	margin-bottom			:0px;
	background-color		:#fff;
	border							:solid 1px #999;
}
#page_title_left{
	float:left;
	width		:450px;
}
#page_title_right{
	float:left;
	width		:448px;
}
#tel_number{
	width		:448px;
	height		:45px;
	margin:0;
	padding:0;
}
#tab{
	width:448px;
	height:40px;
	background-image		:url(img/tab_bg.jpg);
	margin:0;
	padding:0;
}
ul#site_tab{
	width:448px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding:0;
	height:40px;
	list-style:none;
}
li.tab{
	float:left;
	width:142px;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:5px;
	height:21px;
	text-align:center;
	padding-top:9px;
	font-weight:bold;
	color:#555;
	background:url("img/site_tab_bg.gif") no-repeat;
}
a.tab_link {
	text-decoration: none;
}
a.tab_link:link {
	color					:#0af;
	
}

a.tab_link:active{
	color					:#0af;
}

a.tab_link:visited {
	color					:#0af;
}

a.tab_link:hover {
	color					:#fb3;
	background		:none;
}
.tab_icon{
	width:14px;
	height:14px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:3px;
	padding:0px;
	border:none;
}
.site_tab_text{
	height:18px;
	padding-left:18px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;

}
#tab_priv{
	background:url("img/priv_icon.jpg") no-repeat;
	width:120px;
}
#tab_info{
	background:url("img/info_icon.jpg") no-repeat;
	width:55px;

}
#tab_mail{
	background:url("img/mail_icon.jpg") no-repeat;
	width:65px;

}
#topic_path{
	width:875px;
	height:25px;	
	margin-top:0px;
	margin-bottom:0px;
	margin-left:7px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:25px;
	font-size:14px;
	background-color:#fafafa;
}
#main{
	width						:900px;
	margin-top				:10px;
	margin-left				:auto;
	margin-right			:auto;
	margin-bottom		:20px;
}
#main_left{
	float:left;
	width:160px;
}
#main_right{
	float:left;
	width:720px;
	margin-left:20px;
}
#top_image{
	width:720px;
	height:405px;
	border	:none;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;

}
ul#left_navi{
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	width:140px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:10px;
	margin-right:auto;
	list-style:none;
	background-color		:#fff;

}
#left_navi a{
	text-decoration: none;
	border:none;
}


li.navi_elem{
	display						:block;
	width:140px;
	height:20px;
	font-size:15px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:8px;
	padding-left:0px;
	list-style:none;
}
.navi_text{
	display						:none;

}
#navi_ideas a{
	display						:block;
	width:140px;
	height:20px;
	text-decoration				:none;
	color						:#0066cc;
	background:url("img/ideas.jpg");

}
#navi_ideas a:hover{
	display:block;
	width:140px;
	height:20px;
	color:#fff;
	background:url("img/ideas_on.jpg");
	text-decoration: none;
}
#navi_observe a{
	display						:block;
	width:140px;
	height:20px;
	text-decoration				:none;
	color						:#0066cc;
	background:url("img/observe.jpg");

}
#navi_observe a:hover{
	display:block;
	width:140px;
	height:20px;
	color:#fff;
	background:url("img/observe_on.jpg");
	text-decoration: none;
}
#navi_qa a{
	display						:block;
	width:140px;
	height:20px;
	text-decoration				:none;
	color						:#0066cc;
	background:url("img/qa.jpg");

}
#navi_qa a:hover{
	display:block;
	width:140px;
	height:20px;
	color:#fff;
	background:url("img/qa_on.jpg");
	text-decoration: none;
}
#navi_reflect a{
	display						:block;
	width:140px;
	height:20px;
	text-decoration				:none;
	color						:#0066cc;
	background:url("img/reflect.jpg");

}
#navi_reflect a:hover{
	display:block;
	width:140px;
	height:20px;
	color:#fff;
	background:url("img/reflect_on.jpg");
	text-decoration: none;
}

#navi_case a{
	display						:block;
	width:140px;
	height:20px;
	text-decoration				:none;
	color						:#0066cc;
	background:url("img/case.jpg");

}
#navi_case a:hover{
	display:block;
	width:140px;
	height:20px;
	color:#fff;
	background:url("img/case_on.jpg");
	text-decoration: none;
}
#navi_artisan a{
	display						:block;
	width:140px;
	height:20px;
	text-decoration				:none;
	color						:#0066cc;
	background:url("img/artisan.jpg");

}
#navi_artisan a:hover{
	display:block;
	width:140px;
	height:20px;
	color:#fff;
	background:url("img/artisan_on.jpg");
	text-decoration: none;
}
#navi_guarantee a{
	display						:block;
	width:140px;
	height:20px;
	text-decoration				:none;
	color						:#0066cc;
	background:url("img/guarantee.jpg");

}
#navi_guarantee a:hover{
	display:block;
	width:140px;
	height:20px;
	color:#fff;
	background:url("img/guarantee_on.jpg");
	text-decoration: none;
}
#navi_blog1 a{
	display						:block;
	width:140px;
	height:20px;
	text-decoration				:none;
	color						:#0066cc;
	background:url("img/blog1.jpg");

}
#navi_blog1 a:hover{
	display:block;
	width:140px;
	height:20px;
	color:#fff;
	background:url("img/blog1_on.jpg");
	text-decoration: none;
}

#navi_blog2 a{
	display						:block;
	width:140px;
	height:20px;
	text-decoration				:none;
	color						:#0066cc;
	background:url("img/blog2.jpg");

}
#navi_blog2 a:hover{
	display:block;
	width:140px;
	height:20px;
	color:#fff;
	background:url("img/blog2_on.jpg");
	text-decoration: none;
}

.left_elem{
	width:150px;
	height:200px;
	margin-bottom:10px;
	margin-left:0;
	margin-right:auto;
	border:solid 1px #ddd;
}

a.left_elem_link:hover{
background:none;
}
.right_elem{
	width:720px;
	padding-bottom:10px;
	margin-bottom:20px;
	background-color		:#fff;
}
.right_elem_inbox{
	width	:650px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background-color:#eec;
}
table.right_table{
	margin-left:10px;
	border:none;
}
.right_table td{
	padding-left:5px;
	padding-right:15px;
	padding-top:3px;
	padding-bottom:3px;
}
table.case_table{
	width					:680px;
	margin-left			:auto;
	margin-right		:auto;
	border:none;
	border-spacing:0px;
	margin-bottom:20px;
}

td.case_photo{
	width:240px;
	height:180px;
	padding-left:30px;
	padding-right:30px;
	padding-top:15px;
	padding-bottom:15px;
	background:#ddd;
	margin:0;
}

td.case_center{
	width:80px;
	padding:0;
	margin:0;
}

td.case_text_a{
	width:290px;
	height:25px;
	font-size:15px;
	background:#eee;
	padding:5px;
	margin:0;
}
td.case_text_b{
	width:290px;
	height:25px;
	font-size:15px;
	background:#ddd;
	padding:5px;
	margin:0;

}
.case_photo{
	width:320px;
	height:240px;
	margin:15px;
}
#map_view{
	width:600px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}

#main_end{
	clear:left;
	
}

li.guarantee_ol{
	margin-bottom:8px;
}
.guarantee_info{
	margin-left:100px;
	margin-top:10px;
	margin-bottom:20px;

}

.ideas_text_center{
	clear:left;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	font-weight:bold;
}
.ideas_text_part{
width:600px;
margin-left:auto;
margin-right:auto;
}
.ideas_img_part{
width:350px;
height:300px;
margin-left:auto;
margin-right:auto;
margin-top:30px;
margin-bottom:30px;
}
#book_ul{
list-style-type: disc;
}
.book_li{
	font-size:16px;
	margin-left:30px;
	margin-bottom:10px;
}
#footer{
	width					:914px;
	height					:22px;
	font-size				:12px;
	background-color		:#696;
	border-top				:2px solid #ccc;
	margin-left				:auto;
	margin-right			:auto;
	clear					:both;
	text-align				:center;
	padding-top				:6px;
	color					:#ccc;
	background-image		:url(img/footer_bg.jpg);

}
#coh{
	display:none;
}

.re_photo_b{
	width	:700px;
	height	:300px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
}
.re_photo{
	width:300px;
	height:200px;
	margin-left:20px;
	margin-right:20px;
	float:left;
}
.rb_observe_img{
	width:600px;
	margin-left:50px;
	margin-right:50px;
	margin-top:10px;
}

.reflect_textbox_ans{
	margin-left:40px;
	margin-top:10px;
	margin-bottom:25px;
	color:#22d;
}
ul.qa{
	list-style-type 			:circle;
	margin-left					:30px;
	margin-top					:5px;
	padding						:0px;
	color							:#444;
	font-size						:12px;
	list-style-position		:outside;


}