@charset "utf-8";
/* CSS Document */

* {
	font-size:100%;
	color:#505050;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0 auto;
	padding:0;

}

#wrapper {
	width:780px;
	text-align:center;
}

body {
	margin:0;
	text-align:center;
}
img {
	margin:0;
	padding:0;
	border:0;
	background-position:bottom;
	vertical-align:bottom;
}
ul {list-style-type:none;}

/*	LINK
****************************************/
a {outline:none;}

a:link	 {color:#505050;text-decoration:none;}
a:visited{color:#505050;text-decoration:none;}
a:hover	 {color:#1f6bb6;text-decoration:underline;}
a:active {color:#1f6bb6;text-decoration:underline;}

.link_u a:link,
.link_u a:visited,
.link_u a:hover,
.link_u a:active {color:#1f6bb6;text-decoration:underline;}

/*	TEXT
****************************************/
.txt_s {
	font-size:80%;
	line-height:160%;
}
.txt_m {
	font-size:90%;
	line-height:150%;
}
.txt_l {
	font-size:100%;
	line-height:150%;
}
.color1 {color:#505050;}/* 標準（黒） */
.color2 {color:#1f6bb6;}/* イメージカラー（青） */
.color3 {color:#d70000;}/* 赤 */
.color4 {color:#EB6100;}/* オレンジ */
.color5 {color:#ec6841;}/* オレンジ */
.color6 {color:#f39700;}/* 黄 */
.color7 {color:#8ec31f;}/* 緑 */
h1 {
}
h2 {
	font-size:140%;
	font-weight:bold;
	margin:10px 0;
}
h3 {
	font-size:100%;
	font-weight:bold;
	margin:5px 0;
}

#footer {
	font-size:90%;
}
.pageup {
	width:auto;
	height:auto;
	padding:10px 15px 10px 0;
	font-size:80%;
	text-align:right;
	background: url(/images/img_mark05.gif) no-repeat;
	background-position:right center;
	clear:both;
}

#question .box1 {
	font-size:90%;
	line-height:130%;
	font-weight:bold;
}
#question .box2,#question li {
	font-size:80%;
	line-height:150%;
}

#careers th {
	font-size:90%;
	font-weight:bold;
	text-align:left;
	background:#DDDDDD;
}
#careers td {
	font-size:80%;
	background:#FFFFFF;
}
#sitemap ul {
	font-size:85%;
	line-height:150%;
}

/*	MENU
****************************************/
/* MenuHeader */
#menu_head {
	width:780px;
	height:40px;
	margin:0;
	clear:both;
}
#menu_head li {
	margin:0;
	float:left;
}
p.main1 a,p.main2 a,p.main3 a,p.main4 a,p.main5 a,p.main6 a,p.main7 a {
	width:111px;
	height:40px;
	margin:0;
	display:block;
    background-repeat: no-repeat;
    background-position: top center;
}
	
p.main3 a,p.main6 a,p.main7 a {
	width:112px;
	height:40px;
	margin:0;
	display:block;
    background-repeat: no-repeat;
    background-position: top center;
}

p.main1 a:link,p.main1 a:visited {background:url(/images/btn_main01_off.gif);}
p.main1 a:hover,p.main1 a:active {background:url(/images/btn_main01_on.gif);}

p.main2 a:link,p.main2 a:visited {background:url(/images/btn_main02_off.gif);}
p.main2 a:hover,p.main2 a:active {background:url(/images/btn_main02_on.gif);}

p.main3 a:link,p.main3 a:visited {background:url(/images/btn_main03_off.gif);}
p.main3 a:hover,p.main3 a:active {background:url(/images/btn_main03_on.gif);}

p.main4 a:link,p.main4 a:visited {background:url(/images/btn_main04_off.gif);}
p.main4 a:hover,p.main4 a:active {background:url(/images/btn_main04_on.gif);}

p.main5 a:link,p.main5 a:visited {background:url(/images/btn_main05_off.gif);}
p.main5 a:hover,p.main5 a:active {background:url(/images/btn_main05_on.gif);}

p.main6 a:link,p.main6 a:visited {background:url(/images/btn_main06_off.gif);}
p.main6 a:hover,p.main6 a:active {background:url(/images/btn_main06_on.gif);}

p.main7 a:link,p.main7 a:visited {background:url(/images/btn_main07_off.gif);}
p.main7 a:hover,p.main7 a:active {background:url(/images/btn_main07_on.gif);}

/* MenuSidebar */
#menu_side {
	width:auto;
	margin-bottom:15px;
	border:1px solid #1f6bb6;
}
#menu_side li {
	width:178px;
	height:auto;
	margin:0;
	padding:0;
    background-position:top center;
}
.side1 a,.side2 a {
	display:block;
	width:153px;
	height:auto;
	margin:0;
	padding:7px 0 7px 25px;
	font-size:75%;
	line-height:130%;
	font-weight:bold;
    background-position:top center;
}
.side1 a:link,.side1 a:visited {
	color:#1f6bb6;	
	border-top:1px solid #1f6bb6;
	background:url(/images/img_bg_menuside1.gif) no-repeat;
}
.side1 a:hover,.side1 a:active {
	color:#FFFFFF;
	text-decoration:none;
	border-top:1px solid #FFFFFF;
	background:#1f6bb6;
}
.side2 a {
	width:143px;
	padding-left:35px;
}
.side2 a:link,.side2 a:visited {
	color:#1f6bb6;	
	border-top:1px solid #1f6bb6;
	background:#FFFFFF;
}
.side2 a:hover,.side2 a:active {
	color:#FFFFFF;	
	text-decoration:none;	
	border-top:1px solid #1f6bb6;
	background:#1f6bb6;
}

/* MenuFooter */
#menu_foot {
	width:auto;
	padding:20px 0;
	text-align:center;
	clear:both;
}
#menu_foot li {
	display:inline;
	margin:10px;
}


/*	LAYOUT
****************************************/

/* HEADER */
#header {
	width:780px;
	height:100px;
	text-align:left;
}
#header h1 {
	display: block;
	width:265px;
	height:57px;
	margin:15px;
	text-indent: -9999px;
	background: url(/images/logo.gif) no-repeat;
}

.contact {
	display:block;
	width:180px;
	height:55px;
	text-align:right;
	float:right; 
	margin:10px 0px 10px 0px;
	}
	
.contact_ba a{
   background-image:url(/images/contact_2_off.gif) ;
   width:180px;
   height:25px;
   margin:0;
   padding:0;
   text-indent: -9999px;
   display: block;
}

.contact_ba a:hover{
   background-image:url(/images/contact_2_on.gif) ;
   width:180px;
   height:25px;
   margin:0;
   padding:0;
   text-indent:-9999px;
   display: block;

}
	
	
	

/* FootPrint */
#footprint {
	margin:25px 0 0 0;
	padding:3px 5px;
	text-align:left;
}
#footprint p {
	margin-right:5px;
	display:inline;
}

/* MAIN */
#main {
	width:790px;
	padding:0;
	text-align:left;
	clear:both;
}

/* Content */
#content {
	width:590px;
	text-align:left;
	float:left;
}

#flash {
	width:590px;
	margin-bottom:15px;
}

/* Topics */
#topics {
	width:590px;
	margin:0 0 10px 0;
	padding:0px 0 30px 0;
	background:url(/images/img_title_topics.gif) no-repeat;
}

{
background:no-repeat url(images/img_title_topics.gif)
}

#topics ul {
	margin-top:10px;
	margin-left:10px;
}
#topics li {
	height:16px;
	margin-bottom:10px;
	padding-left:15px;
	background: url(/images/img_mark01.gif) no-repeat;
	background-position:left center;
}

/* Comfort */
#comfort {
	width:590px;
	height:auto;
	padding:30px 0;
	background:url(/images/img_title_comfort.gif) no-repeat;
	background-position:top;
}
#comfort .left {
	width:295px;
	height:auto;
}


#p_title {
	width:590px;
	height:auto;
	margin-bottom:15px;
}
.border1 {
	width:auto;
	height:1px;
	margin:10px 0 5px 0;
	border-top:1px solid #CCCCCC;
}


/* PAGE_business */
#business {
	width:580px;
	margin:0;
	padding-left:10px;
}
#business .box1,#business .box2,#business .box3 {
	width:580px;
	height:auto;
	padding:0 0 30px 0;
	text-align:left;
	clear:both;	
}
#business .box1 img {
	margin:5px 7px 0 0;
	padding:0;
}
#business .box2 img {
	margin-bottom:15px;
	padding:0;
}
#business .left {
	width:370px;
	margin:0;
	padding-right:7px;
	float:left;
}
#business .box3 ul {
	list-style:disc;
	margin:0;
	padding-left:20px;
}
#business .box3 img {
	height:130px;
	margin-left:10px;
	float:right;
}
#business .bnr {
	width:185px;
	height:auto;
	margin:5px 12px 0 0;
	padding:0;
	float:left;
}
#business .bnr img {margin:0 0 5px 0;}


/* PAGE_Question */
#question {
	width:580px;
	margin:0;
	padding-left:10px;
}
#question ul {
	margin:5px 0 35px 0;
}
#question li {
	height:auto;
	margin-bottom:7px;
	padding:0 0 0 15px;
	background:url(/images/img_mark02.gif) no-repeat;
	background-position:left center;
}
#question .box1 {
	height:30px;
	margin:0;
	padding:7px 0 0 35px;
	background:url(/images/img_bg_question.gif) no-repeat;
}
#question .box2 {
	margin:0 0 30px 10px;
	padding:0 10px 0 25px;
	background:url(/images/img_mark03.gif) no-repeat;
}


/* PAGE_Company */
#company {
	width:580px;
	margin:0;
	padding-left:10px;
}
#company ul {
	width:580px;
	margin:20px 0;
	list-style-image:none;
}
#company li {
	padding:10px;
	border-bottom:1px solid #505050;
}
#company li .box1 {
	width:100px;
	margin:0;
	float:left;
}
#company li box2 {
	width:450px;
	margin:0;
}


/* PAGE_careers */
#careers {
	width:580px;
	padding-left:10px;
}
#careers table {
	margin-bottom:50px;
	background:#999999;
}
#careers th,#careers td {
	padding:8px;
}


/* PAGE_contact */
#contact {
	width:580px;
	padding-left:10px;
}
#contact ul {
	margin:20px 0 0 0;
}
#contact li {
	padding:5px 0;
	border-top:1px solid #CCCCCC;
}

/* PAGE_Sitemap */
#sitemap {
	width:580px;
	margin:0;
	padding-left:10px;
	text-align:left;
}
#sitemap ul {
	width:280px;
	margin:0;
	float:left;
}
#sitemap li.box1 {
	margin-top:10px;
	padding:5px 0 5px 15px;
	background:url(/images/img_mark02.gif) no-repeat;
	background-position:left center;
}
#sitemap li.box2 {
	margin:10px 0 10px 10px;
	padding-left:20px;
	background:url(/images/img_mark04.gif) no-repeat;
	background-position:left center;
}
#sitemap li.box3 {
	margin:5px 0;
	padding-left:40px;
}

/* Sidebar */
#sidebar {
	width:180px;
	margin:0;
	padding:0;
	float:left;
}
#sidebar ul {
	margin:0;
}
#sidebar li {
	margin:0;
}

#sidebanner li {
	margin-bottom:10px;
	font-size:70%;
	line-height:120%;
}

/* FOOTER */
#footer {
	width:780px;
	height:100px;
	padding-top:30px;
	text-align:center;
	background:url(/images/img_footer.gif) repeat-x;
	clear:both;
}
#copyright {
	clear:both;
}

/* showroom */
#showroom {
	float:right;
	margin-top:0px;
	padding:5px 0 5px 15px;
	background:url(/images/img_mark02.gif) no-repeat;
	background-position:left center;
}

/* オール電化　タブ */
#tab {
	margin:10px auto auto 0px;
	padding-left: 0;
	margin-bottom:3px;
	border-bottom: 2px solid #009900;
	height: 1.5em;
	overflow: hidden;
}
#tab li {
	float: left;
	width: 64px;
	height: 1.5em;
}
#tab li a {
	display: block;
	width: 60px;
	height: 1.5em;
	border: 1px solid #009900;
	border-bottom: 0;
	color: #00CC00;
	text-align: center;
}
#tab li a:hover,
#tab li.present a {
	border-color: #006600;
	color: #006600;
}

/* オール電化 */
#box_all{
 margin-top:20px;
 }

#page1, #page2, #page3, #page4 {
	height:120px;
	padding:10px;
	background-color:#E1FFBD;
	/*margin-bottom: 12em;
	padding-top: 1em;
	*/
	}


/* PAGE_Link */
#linc {
	width:580px;
	margin:0;
	padding-left:10px;
}

#linc p {
	width:550px;
	margin:20px 0;
	list-style-image:none;
}

#linc p {
	padding:10px;
	border-bottom:1px solid #cccccc;
}
	
#linc p .box1 {
	width:550px;
	margin:0;
	float:left;
}

/********************************************
*	BLog
********************************************/

#smenu {
	background:#FFFFFF;
	margin:0px;
	padding:0px;
	width:180px;
	line-height:100%;
	}

#smenu h2 {
	margin: 0px;
	padding: 5px;
	/*
	border:#68B4FF 1px solid;
	background:#ECF5FF;
	*/
	border:1px solid #1F6BB6;
	background:#127EC6;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	}

#smenu ul, #smenu ul ol {
	margin: 0;
	padding: 0;
	}

#smenu ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 8px;
	font-size:12px;
	}

#smenu ul li li a {
	color:#006699;
}

#smenu ul p, #smenu ul select {
	margin: 5px 0 8px;
	}

#smenu ul ul, #smenu ul ol {
	margin: 5px 0 0 10px;
	}

#smenu ul ul ul, #smenu ul ol {
	margin: 0 0 0 10px;
	}

/********************************************
*	記事
********************************************/

.post {
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	margin:0 0 20px 0;
	padding:10px;
	line-height:150%;
	width:550px;
	text-align:left;
	}

.post img {
	margin:15px 0 15px 0;
}

.post h2 {
	border-bottom: 1px solid #CCCCCC;
	text-indent:10px;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	font-size:16px;
}

p.postentrydata {
	text-align:right;
	font-size:12px;
	margin:0 0 10px 0;
}

p.postmetadata {
	clear: both;
	text-align:right;
	font-size:12px;
}

p.commentdata {
	clear: both;
	font-size:12px;
	margin:10px;
}

.post h2 a, .post p a {
	color:#006699;
}

.entry {
	margin:0 20px 0 20px;
	font-size:14px;
}

.postinfo {
	margin:20px 0 20px 0;
	padding:10px;
	text-align:left;
	border:1px solid #E5E5E5;
	background:#F9F9F9;
	font-size:12px;
}

.pagetitle {
	margin:0 0 20px 0;
	padding:5px 0 5px 0;
	text-indent:10px;
	font-size:14px;
	border:1px solid #1F6BB6;
	background:#127EC6;
	color:#FFFFFF;
	width:570px;
}

/********************************************
*	コメント
********************************************/

#comments {
	margin:20px 0 20px 0;
	padding:5px 0 5px 0;
	text-indent:10px;
	font-size:14px;
	border:1px solid #1F6BB6;
	background:#127EC6;
	color:#FFFFFF;
}

#comment_form {
	font-size:12px;
}

#comment_form input,#comment_form textarea {
	font-size:14px;
	padding:3px;
}

.comment_lf {
	background:#999999;
	width:150px;
	color:#FFFFFF;
	text-align:center;
	padding:3px 0 3px 5px;
}

.comment_rt {
	background:#F9F9F9;
	width:420px;
	text-align:left;
	padding:3px 0 3px 5px;
}

/********************************************
*	カレンダー
********************************************/

.calendar {
	width: 180px;
	text-align:center;
	}

.calendar #next, .calendar #next a {
	padding-right: 10px;
	text-align: right;
	border:none;
	background:#fff;
	}

.calendar #prev, .calendar #prev a {
	padding-left: 10px;
	text-align: left;
	border:none;
	background:#fff;
	}

.calendar a {
	display: block;
	}

.calendar td a {
	display: block;
	font-weight:bold;
	text-decoration:none;
	color:#FF9900;
	text-decoration:underline;
	}

.calendar td a:hover {
	color:#333;
	}

.calendar caption {
	text-align: center;
	width: 100%;
	padding:20px 0 0 0;
	}

.calendar td {
	padding: 5px;
	text-align: center;
	border:1px solid #ccc;
	font-size:12px;
	}

.calendar th {
	padding: 3px 0;
	text-align: center;
	font-size:12px;
	}

.calendar td.pad, .calendar td.pad:hover {
/* Doesn't work in IE */
	background-color: #fff;
	border:none;
}
/* End Calendar */


.navigation {
	clear:both;
	text-align:center;
	margin:20px;
}

.alignleft, .alignright {
	font-size:12px;
	float:left;
	width:270px;
}

.alignleft a, .alignright a {
	color:#006699;
	font-weight:bold;
}

ol.commentlist {
	font-size:12px;
}

.comment-meta {
	margin:10px 0 10px 0;
}

.comment-meta a {
	color:#FF3300;
}

ol.commentlist p {
	margin:0 0 20px 30px;
}









.txt_ss {
	font-size: 73%;
	color: #505050;
	line-height: 150%;
}
#wrapper #main #content #business .box2 .txt_s.left2 {
	font-size: 80%;
	line-height: 160%;
	text-align: left;
	width: 290px;
	padding-right: 7px;
	color: #505050;
}
.left2 {
	font-size: 80%;
	line-height: 160%;
	color: #505050;
	padding-right: 7px;
	width: 230px;
	float: left;
}
.left3 {
	font-size: 80%;
	line-height: 160%;
	color: #505050;
	float: left;
	width: 370px;
}
.color8 {
	font-size: 100%;
	color: #090;
	font-weight: bold;
}

.color8s {
	font-size: 90%;
	color: #090;
	font-weight: bold;
}

.color00 {
	font-size: 85%;
	color: #696969;
	font-weight: bold;
}

.waku {
	border: 1px solid #CCC;
}
.motto {
	font-size: 80%;
	line-height: 160%;
	color: #505050;
	background-image: url(../images/img_mark02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#wrapper #main #content #business .box4 {
	font-size: 100%;
	color: #505050;
	text-align: left;
	margin: 10px;
	padding: 0px;
	clear: both;
	width: 580px;
}
#wrapper #main #content #business .box2 table {
	font-size: small;
}
.table_margin {
	margin-left: 5px;
	line-height: 18px;
}

.table_margin1 {
	margin-left: 10px;
}

.table_margin3 {
	margin-left: 10px;
	line-height: 20px;

}

.table_margin4 {
	margin-left: 10px;
	line-height: 20px;
	font-size: x-small;

}

.table_margin2 {
	line-height: 18px;
}#wrapper #main #content #company table {
	font-size: small;
	line-height: 25px;
}

