@charset "utf-8";
/*
	Menu
	-----------------------
	1:大外枠
	2:ヘッダ
	3:コンテンツ
	4:フッタ
	5:floatクリア
	-----------------------
*/

/*全htmlのリセット*/
* {
	margin:0;
	padding:0;
}
img {
	border:none;
}
a {
	outline:none;
}
/*1:大外枠*/
body {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../image/body_back.jpg);
}
#tmp_wrapper {
	margin:0 auto;
	width:900px;
}
#content_line_box {
	background-color:#FFF;
	border:1px solid #aaa;
	width:900px;
}
/*2:ヘッダ*/
#tmp_header {
	background-image:url(../image/bg_header.gif);
	background-repeat:no-repeat;
	padding-bottom:10px;
	width:900px;
}
#tmp_header_left {
	float:left;
	height:50px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;
	width:300px;
}
#tmp_header_right {
	float:right;
	width:440px;
}
#tmp_header_right2 {
	float:right;
	width:550px;
	background-image: url(../image/head_contact.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 52px;
	margin-top: 7px;
}
h1 {
display:none;
}
#tmp_header_right h2 {
	color:#000000;
	font-size:10px;
	font-weight:normal;
	margin-top:10px;
	text-align:right;
}
/*グローバルメニュー*/
#tmp_g-navi {
	height:51px;
	width:900px;
}
#tmp_g-navi ul li {
	list-style-type:none;
}
#tmp_g-navi ul li a {
	display:block;
	float:left;
	text-indent:-9999px;
}
#tmp_g-navi ul li a#g_navi1,
#tmp_g-navi ul li a#g_navi2,
#tmp_g-navi ul li a#g_navi3,
#tmp_g-navi ul li a#g_navi4,
#tmp_g-navi ul li a#g_navi5 {
	background-repeat:no-repeat;
	background-position:top center;
	height:51px;
	width:140px;
}
#tmp_g-navi ul li#g_navi0 {
	background:url(../image/g-navi_00.gif) no-repeat;
	height:51px;
	width:200px;
	float:left;
	text-indent:-9999px;
}
#tmp_g-navi ul li a#g_navi1 {
	background-image:url(../image/g-navi_01.gif);
}
#tmp_g-navi ul li a#g_navi2 {
	background-image:url(../image/g-navi_02.gif);
}
#tmp_g-navi ul li a#g_navi3 {
	background-image:url(../image/g-navi_03.gif);
}
#tmp_g-navi ul li a#g_navi4 {
	background-image:url(../image/g-navi_04.gif);
}
#tmp_g-navi ul li a#g_navi5 {
	background-image:url(../image/g-navi_05.gif);
}
#tmp_g-navi ul li a#g_navi6 {
	background-image:url(../image/g-navi_06.gif);
}
#tmp_g-navi ul li a#g_navi1:hover,
#tmp_g-navi ul li a#g_navi2:hover,
#tmp_g-navi ul li a#g_navi3:hover,
#tmp_g-navi ul li a#g_navi4:hover,
#tmp_g-navi ul li a#g_navi5:hover {
	background-position:bottom center;
}
/*cssハック開始（IE対応）*/
* html #tmp_g-navi ul li {
	display:inline;
}
*:first-child+html #tmp_g-navi ul li {
	display:inline;
}
/*cssハック終了（IE対応）*/

/*3:コンテンツ*/
#tmp_main-visual {
	background:url(../image/top_main_image.gif) no-repeat 10px 0;
	height:280px;
	margin-top:10px;
	padding-top:10px;
	width:900px;
}
#flash_area {
	height:260px;
	margin-left:380px;
	width:500px;
}
#tmp_contentsarea {
	padding-bottom:20px;
	width:900px;
}
#otoiawase_btn {
	background:url(../image/otoiawase_btn.gif) no-repeat;
	display:block;
	height:44px;
	text-indent:-9999px;
	margin-left:86px;
	margin-top:-60px;
	width:213px;
}
/*右メニュー*/
#tmp_smenu {
	float:right;
	font-size:14px;
	width:230px;
}
#tmp_smenu .tmp_menu {
	margin-top:10px;
	width:199px;
}
#tmp_smenu .tmp_menu ul{
	padding:0 7px;
	width:185px;
}
#tmp_smenu .tmp_menu ul li {
	background-image:url(../image/bg_list_01.gif);
	background-repeat:no-repeat;
	background-position:0 55%;
	border-bottom:1px dotted #aaa;
	line-height:220%;
	list-style-type:none;
}
#tmp_smenu .tmp_menu ul li a{
	padding-left:10px;
}
#company_txt {
	border:1px solid #aaa;
	border-top:none !important;
	font-size:12px;
	padding:10px;
	width:177px;
}
.mt30 {
	margin-top:30px !important;
}
/*左コンテンツ*/
#tmp_main {
	float:left;
	padding-left:30px;
	width:620px;
}
/*商品一覧*/
#tmp_main .tmp_main_cnt {
	padding:0;
	margin-top:10px;
	width:620px;
}
#item_box_wrapper {
	background:url(../image/item_box_line.gif) repeat-y;
	margin:20px 0;
}
.item_box {
	float:left;
	font-size:12px;
	padding:0 20px;
	width:166px;
}
*html .item_box {
	float:left;
	font-size:12px;
	padding:0 15px;
	width:166px;
}
.item_box dl dt {
	border-bottom:1px solid #333;
	font-weight:bold;
	padding-bottom:5px;
}
.item_box dl dd {
	padding-top:5px;
}
.syosai_btn {
	background:url(../image/syousai_btn.gif) no-repeat;
	display:block;
	height:27px;
	margin:10px auto;
	text-indent:-9999px;
	width:132px;
	
}
/*News*/
#tmp_main .tmp_main_cnt ul {
	margin:0 10px;
}
#tmp_main .tmp_main_cnt ul li{
	border-bottom:1px dotted #aaa;
	font-size:14px;
	padding:5px;
	line-height:150%;
	list-style-type:none;
}
#tmp_main .tmp_main_cnt ul a {
	background-image:url(../image/bg_icon_01.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	padding-left:17px;
	margin-left:0.5em;
	zoom:1;
}
.new_icon {
	background:url(../image/new_icon.gif) no-repeat;
	height:14px;
	padding-left:1em;
	padding-right:20px;
	width:35px;
}
/*日本ホームサービス協会について*/
#txt_box_wrapper {
	border:2px solid #f87806;
	font-size:14px;
	margin:20px auto;
	padding:20px;
	width:800px;
}
#txt_box_left {
	float:left;
	width:600px;
}
#txt_box_left dt {
	border-bottom:1px solid #f87806;
	font-weight:bold;
	padding-bottom:5px;
}
#txt_box_left dd {
	padding-top:10px;
}
#txt_box_right {
	display:block;
	margin-left:620px;
}
/*下層ページ*/
#tmp_contentsarea_2nd {
	padding-bottom:20px;
	margin-top:20px;
	width:900px;
}
#lower_layout_wrapper {
	margin-top:20px;
	width:620px;
}
/*会社概要*/
.company_title {
	border-left:5px solid #333;
	border-bottom:1px solid #333;
	font-size:14px;
	padding-left:15px;
	margin-top:30px;
}
.company_txt {
	border-bottom:1px dotted #333;
	margin:10px;
	padding-left:15px;
}
#g_map {
	margin:20px auto;
	width:500px;
}
#company_photo {
	margin:0 auto;
	width:442px;
}
/*施工事例*/
.sekou_layout_box,
.sekou_layout_box2 {
	font-size:14px;
	line-height:160%;
	width:620px;
}
.sekou_layout_box p {
	float:left;
	width:300px;
}
.sekou_layout_box img {
	display:block;
	margin-left:320px;
	width:300px;
}
.sekou_layout_box2 img {
	display:block;
	float:left;
	width:180px;
}
.sekou_layout_box2 p {
	margin-left:200px;
}
.line_b {
	border-bottom:3px dotted #29921e;
	padding-bottom:20px;
	margin-bottom:20px;
}
.ya_icon {
	display:block;
	margin:20px auto;
	width:52px;
}
/*商品一覧*/
.item_layout_box,
.item_layout_box2,
.item_layout_txt {
	font-size:14px;
	line-height:160%;
	margin-bottom:10px;
	width:620px;
}
.item_layout_box img {
	display:block;
	float:left;
	width:216px;
}
.item_layout_box p {
	margin-left:230px;
}
.item_layout_box2 img {
	display:block;
	float:right;
	width:216px;
}
.item_layout_box2 p {
	margin-right:230px;
}
#otoiawase_btn2 {
	background:url(../image/otoiawase_btn2.gif) no-repeat;
	display:block;
	height:44px;
	text-indent:-9999px;
	margin:0 auto;
	width:213px;
}
/*イス・テーブル、その他*/
.item_layout_box3 {
	font-size:14px;
	line-height:160%;
	margin-bottom:10px;
	width:620px;
}
.item_layout_box3 .item_left_box {
	float:left;
	width:230px;
}
#otoiawase_btn3 {
	background:url(../image/otoiawase_btn2.gif) no-repeat;
	display:block;
	height:44px;
	text-indent:-9999px;
	margin-left:300px;
	margin-top:20px;
	width:213px;
}
/*リ・プラとは*/
.repura_layout_box {
	font-size:14px;
	line-height:160%;
	width:620px;
}
.repura_layout_box img {
	display:block;
	margin:20px auto;
}
.repura_layout_box p {
	margin:0 auto;
	width:500px;
}
.box_image_line {
	border:3px double #333;
}
.repura_title {
	border-left:5px solid #333;
	border-bottom:1px dotted #333;
	font-size:14px;
	padding-left:15px;
	margin:10px auto;
	width:580px !important;
}
/*弊社の方針*/
.about_layout_box {
	font-size:14px;
	line-height:160%;
	width:620px;
}
.about_layout_box p {
	float:left;
	width:450px;
}
.pdf_link_btn {
	background:url(../image/pdf_link_btn.gif) no-repeat;
	display:block;
	height:27px;
	text-indent:-9999px;
	margin-left:450px;
	width:132px;
}
.adobe_reader_btn {
	background:url(../image/get_adobe_reader.gif) no-repeat;
	display:block;
	height:33px;
	text-indent:-9999px;
	margin-left:450px;
	width:112px;
}
.line_sb {
	border-bottom:1px solid #333;
}
.pb20 {
	padding-bottom:20px !important;
}
.pt20 {
	padding-top:20px !important;
}
/*4:フッタ*/
#tmp_footer {
	background-image:url(../image/bg_footer.gif);
	background-repeat:repeat-x;
	border-top:1px solid #29921e;
	font-size:12px;
	text-align:center;
	margin:20px auto;
	width:840px;
}
#tmp_footer ul {
	margin:20px auto;
}
#tmp_footer ul li {
	display:inline;
	list-style-type:none;
	padding-left:0.5em;
}
#tmp_footer p {
	font-weight:bold;
}
/*5:floatクリア*/
#tmp_header:after,
#tmp_contentsarea:after,
#tmp_contentsarea_2nd:after,
#tmp_main .tmp_main_cnt dl:after,
#tmp_footer:after,
#item_box_wrapper:after,
#txt_box_wrapper:after,
.sekou_layout_box:after,
.sekou_layout_box2:after,
.item_layout_box:after,
.item_layout_box2:after,
.item_layout_box3:after,
.about_layout_box:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
/*お問い合わせ*/
form#mailform {
	padding: 5px;
	line-height:180%;
}
#otoiawaseBox {
	margin-left:40px;
}
#otoiawaseText {
	font-size:14px;
	margin-top:20px;
	margin-bottom:20px;
}
#otoiawaseText span {
	color:#CC0000;
}
table.mailform {
	width: 90%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: dotted 1px #aaa;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 150px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 75%;
	height: 120px;
}
.layout_auto a {
	display:block;
	margin:40px auto 20px auto;
	width:200px;
}
.photo img {
	float: left;
	height: 140px;
	width: 185px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.photo {
	margin-top: 10px;
	margin-bottom: 10px;
}
#photo_setsumei {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 90%;
}

#to_garelly {
	text-align: center;
	margin-top: 20px;
}

