body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 15px;
	font-family:"Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, sans-serif;
	color: #333333;
	line-height: 140%;
	background:url(http://www.kent-tec.com/img/header_main01.jpg) no-repeat center top #f5f5f5;
	}

*{
	margin: 0px;
	padding: 0px;
	}

a{
	color: #ff9900;
	text-decoration: none;
	}
a:hover{
	color: #ff6600;
	}

strong{
	color: #ff9900;
	font-weight: bold;
	}
img{
	border: none;
	}

	
/*  ■ 見出し ■  */

h1{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	}

h2{
	margin: 0px 0px 0px 15px;
	padding: 0px;
	}

h3{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	}




/*  ■ ボックス ■  */
#container{
	width: 760px;
	margin: 0px auto;
	}

#header{
	width: 760px;
	height: 325px;
	margin: 0px 0px 20px 0px;
	}

#contents_box{
	width: 760px;
	text-align: left;
	}

#footer{
	}




/*  ■ ヘッダー ■  */
#header_left{
	float: left;
	text-align: left;
	height: 64px;
	}

#header_left p{
	margin: 10px 0px 0px 0px;
	}

#header_right{
	float: right;
	text-align: right;
	height: 64px;
	}

#header_bottom{
	clear: both;
	height: 262px;
	padding: 202px 0px 0px 0px;
	}

#header_banner{
	clear: both;
	height: 201px;
	}
#header_banner img{
	margin: 10px 0px 10px 0px;
	}

#header_bottom2{
	clear: both;
	height: 60px;
	padding: 0px 0px 0px 0px;
	}

#header_submenu { 
	margin: 10px 0px 0px 0px;
	padding :0px; 
	list-style-type : none; 
}
#header_submenu li { 
	display : inline; 
	padding :0; 
	margin:0px 0px 0px 0px; 
}

#header_mainmenu { 
	margin: 0px; 
	padding :0px; 
	list-style-type : none; 
}
#header_mainmenu li { 
	display : inline; 
	padding :0px; 
	margin:0px 0px 0px 0px; 
}


/*  ■ コンテンツ ■  */
.contents_linkbanner{
	clear: both;
	width: 730px;
	margin: 0px 15px 20px 15px;
	}

.contents{
	clear: both;
	width: 730px;
	margin: 20px 15px 0px 15px;
	padding: 0px 0px 15px 0px;
	border-bottom: #66cc00 2px solid;
	}

.contents_left{
	float: left;
	}

.contents_right{
	float: right;
	}
.clear{
	clear: both;
	}

.contents_left p{
	width: 400px;
	margin: 0px 0px 10px 10px;
	}
.contents_right p{
	width: 400px;
	margin: 0px 0px 10px 0px;
	}

.contents_text{
	width: 730px;
	margin: 0px 0px 10px 0px;
	}

.contents_text p{
	margin: 0px 0px 10px 0px;
	}

.navi{
	clear: both;
	width: 730px;
	margin: 30px 15px 20px 15px;
	}
#footer_contact{
	margin: 0px 0px 30px 0px;
	}




/*  ■ フッター ■  */
#footer table{
	width: 730px;
	margin: 10px 15px 30px 15px;
	}
#footer table a{
	text-decoration: underline;
	}
#footer table a:hover{
	text-decoration:none;
	}

.footer_left{
	width: 50px;
	text-align: left;
	vertical-align: top;
	}
.footer_left p{
	font-size: 10px;
	color:  #66cc00;
	}

.footer_right{
	text-align: left;
	vertical-align: top;
	}
.footer_right p{
	font-size: 11px;
	color:  #666666;
	padding: 0px 0px 10px 0px;
	}
.footer_detail{
	line-height: 120%;
	}

.footer_menu{
	margin: 0px;
	list-style-type : none; 
	font-size: 11px;
	color:  #666666;
	padding: 0px;
	}
.footer_menu li { 
	display : inline; 
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px; 
	}



/*  ■ 問い合わせ ■  */

.contact_text{
	line-height: 140%;
	}

.contact_tel{
	font-size: 16px;
	color:#ff6600;
	font-weight: bold;
	}

.contact_privacy{
	line-height: 140%;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
	}

.contact_privacy p{
	margin-bottom: 20px;
	font-size: 12px;
	}

.contact_form{
	margin-top: 20px;
	}


.form_box{
	width: 700px;
	margin: 20px 0px 0px 0px;
	}
.form_box_inner{
	width: 640px;
	margin: 20px;
	}

#form_table{
	margin: 0px 0px 20px 0px;
	}
#form_table td{
	border: #fff 1px solid;
	}
.form_left{
	background: #999999;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 11px;
	padding: 5px;
	line-height: 140%;
	}
.form_right{
	background: #dcdcdc;
	width: 450px;
	font-size: 11px;
	padding: 7px 7px 10px 10px;
	margin: 0px;
	}
.form_send{
	background: #dcdcdc;
	padding: 20px;
	margin: 0px;
	text-align: center;
	}
.form_name{
	color: #333333;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	line-height: 120%;
	}
.form_text{
	color: #333333;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 120%;
	}
.form_input{
	display: block;
	padding: 3px;
	margin: 0px 0px 3px 0px;
	border: #333333 1px solid;;
	}

textarea	{
	width: 400px;
	height: 150px;
	padding: 5px;
	border: #333333 1px solid;;
	}
.button{
	border: #fff 1px solid;
	background: #66cc00;
	padding: 5px;
	width: 100px;
	color: #ffffff;
	font-weight: bold;
	}


/*  ■ 完成までの流れ ■  */

.flow_text{
	padding: 0px 0px 20px 55px;
	line-height: 140%;
	}




/*  ■ よくあるご相談 ■  */

.faq_text{
	width: 730px;
	margin: 0px 0px 10px 0px;
	}


.faq_list{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
	}

.faq_list_item{
	list-style-image: url(img/faq_list_image.gif);
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	}

.faq_list_item a{
	color: #66cc00;
	}
.faq_list_item a:hover{
	color: #ff6600;
	}


.entry-header{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
	color: #ff9900;
	font-size: 16px;
	font-weight: bolder;
	}

.faq_entry{
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: #66cc00 1px dashed;
	}
.faq_entry p{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 20px;
	line-height: 140%;
	}
.entry{
	margin: 0px 0px 20px 0px;
	border-bottom: #66cc00 1px dashed;
	padding: 0px 0px 20px 0px;
	}


/*  ■ 花粉 ■  */
.kafun_data{
	margin: 20px 0px 20px 10px;
	width: 400px;
	background: #ffffff;
	font-size: 12px;
	border-collapse: collapse;
	}

.kafun_data th{
	border-bottom: #ccc 1px solid;
	font-weight: normal;
	}
.kafun_data td{
	border-bottom: #ccc 1px solid;
	padding: 5px 0px 5px 0px;
	}



/*  ■ 会社概要 ■  */

.company_profile_table{
	color: #333;
	line-height: 140%;
	margin: 20px 0px 40px 50px;
	border-top: #ccc 1px solid;
	width: 630px;
	}
.company_profile_left{
	vertical-align: top;
	text-align: center;
	width: 100px;
	padding: 10px;
	border-bottom: #ccc 1px solid;
	}
.company_profile_center{
	vertical-align: top;
	text-align: center;
	width: 10px;
	padding: 10px 0px 10px 0px;
	border-bottom: #ccc 1px solid;
	}
.company_profile_right{
	vertical-align: top;
	text-align: left;
	padding: 10px;
	border-bottom: #ccc 1px solid;
	}

.company_profile_right p{
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	}



/*  ■ リガーデン ■  */

.regarden_title{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}

.regarden_example{
	width: 730px;
	border-bottom: #66cc00 1px dashed;
	margin: 0px 0px 10px 0px;
	}

.regarden_example img{
	padding: 20px 0px 20px 0px;
	}

















