@charset "utf-8";
/* --------------------------------------------------
	Since : 2007/10/05
	Last Modified: 2007‒10‒29
	Site Name: Dank Hearts Co., Ltd.
	Author: Dank Hearts Co., Ltd.
	Version: 3.2
 --------------------------------------------------- */

/*
===== CONTENTS ================================================================================

	1: Base Style Setting
		: Reset
		: Base Setting
		: Font Setting
		: Finding Setting
	2: Huck
	3: Layout Setting
		: main-layout
		: header
		: footer
		: navi
		: sidebar
		: entry
		: trackbacks
		: comments
		: option
	4: Contents

===============================================================================================
*/

@import url("styles-category.css");


/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Reset
==========================================================*/
*        { margin:0;padding:0; }
img      { border:none;vertical-align:top; }
p        { margin:0;padding:0; }
b,strong { font-weight:bold; }
ul       { margin:0;padding:0; }
li       { margin:0;padding:0;list-style:none; }
dl       { margin:0;padding:0; }
dt       { margin:0;padding:0; }
dd       { margin:0;padding:0; }
.clear   { clear:both;}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	clear:both;
	}


/* Base Setting
==========================================================*/
blockquote {
	margin:10px;
	padding:10px;
	text-align:left;
	background:#f4f4f4;
	}
	
hr {
	border:dotted #ccc;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:7px 0;
	clear:both;
	}

a {color:#777;text-decoration:none;}
a:hover {text-decoration:underline; }

table { font-size:12px; }
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font:12px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#fff url(image/main/head_back.jpg) repeat-x left top;
	line-height:160%;
	color:#666;
	}


/* Font Setting
==========================================================*/
.font-color-gray   {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red    {color:#c00;}
.font-color-white  {color:#fff;}
.font-color-blue   {color:#029ec4;}
.font-color-green  {color:#006600}
.font-color-pink   {color:#e93069;}
.font-color-purple {color:#a644ff;}
.font-color-cyan   {color:#3aa;}

.font-size-large   {font-size:16px;font-weight:normal;}
.font-size-middle  {font-size:14px;font-weight:normal;line-height:160%;}
.font-size-nomal   {font-size:12px;font-weight:normal;}
.font-size-small   {font-size:10px;font-weight:normal;}


/* Finding Setting
==========================================================*/
h1.h1-top {
	margin:0;
	padding:0;
	height:0;
	float:right;
	}

h2 {
	font-size:120%;
	font-weight:bold;
	clear:both;
	}

h3 {
	font-size:110%;
	}

h2 a {
	color:#222;
	}

h3 a {
	color:#222;
	}

h1.h1-category {
	width:570px;
	margin:0 0 15px 8px;
	}

h2.h2-category {
	width:570px;
	height:36px;
	margin-bottom:15px;
	background:	url(image/main/h2.jpg) no-repeat;
	line-height:36px;
	text-indent:30px;
	color:#00537d;
	font-size:16px;
	font-weight:bold;
	}

h3.h3-category {
	width:554px;
	height:30px;
	margin:0 0 15px 8px;
	background:	url(image/category/h3.jpg) no-repeat bottom;
	line-height:27px;
	color:#3f3f3f;
	font-size:14px;
	font-weight:bold;
	text-indent:25px;
	}
	
h3.h3-category2 {
	width:554px;
	height:30px;
	margin:0 0 15px 8px;
	color:#3f3f3f;
	}
	
h3.side-title {
	margin-bottom:2px;
	}	
	
h3.side-title a:hover {
	text-decoration:none;
	}	
	

h4.h4-category {
	height:15px;
	margin:5px 0 5px 2px;
	}

h5.h5-1 {
	background:url(image/company/h5-dotte.jpg) no-repeat center left;
	line-height:20px;
	height:20px;
	text-indent:20px;
	}
	
h6.h6-category {
	background:url(image/access/h6.jpg) no-repeat left 5px;
	overflow:hidden;
	padding-left:15px;
	line-height:160%;
	margin:0px 0 10px 0;
	text-align:left;
	}

/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#wrapper:after,
div#content:after,
div#sidebar :after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div#wrapper,
div#content,
div#sidebar { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#wrapper,
* html div#content,
* html div#sidebar  { height: 1% }
.clearfix,
div#wrapper,
div#content,
div#sidebar  {display:block;}
/* end MacIE5 */


/* Safariのフォントサイズを変更
==========================================================*/
html:\66irst-child body,
html:\66irst-child table{
	font-size:10px;
}


/* CSSロールオーバー(アルファ使用)
==========================================================*/
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}


/* 透過pngを利用する場合 IE6用 パターン1
==========================================================*/
/*
* html div#alpha{
	width:283px;
	height:96px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src=http://keihan-ophelia.com/img/main/logo.png);
	}
* html  div#alpha img{
	display:none;
	}
*/


/* 透過pngを利用する場合 IE6用 (iepngfix.jsを使用) パターン2
==========================================================*/
/*
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }
*/



/* 3: Layout Setting
----------------------------------------------------------------------------------------------*/

/* main-layout
==========================================================*/
div#container {
	width:960px;
	text-align:center;
	margin: 0 auto;
	clear:both;
	background:#FFFFFF url(image/main/container_back.jpg) repeat-y;
	}

div#container02 {
	width:960px;
	text-align:center;
	margin: 0 auto;
	clear:both;
	background:#FFFFFF url(image/category/container_back02.jpg) repeat-y;
	}

div#container-inner {
	width:900px;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
    padding:10px 0 0 0;
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#content {
	width:600px;
	float:right;
	}
	
div.main {
	padding-bottom:20px;
	}

div.main p{
	}

	

/* header 
==========================================================*/
div#header {
	width:960px;
	height:133px;
	text-align:left;
	margin:0 auto;
	background:url(image/main/head.jpg) no-repeat;
	}
	
div#header-inner {
    width:900px;
    margin:0 auto;
   }

div#header-box {
    widows:900px;
	height:93px;
	background:url(image/main/head_inner.jpg) no-repeat;
	position:relative;
	}

div#header-box form input {
    width:200px;
	height:20px;
	position:absolute;
	left:330px;
	top:39px;
	}

div#header-box a#btn-top01 {
    width:59px;
	height:36px;
	display:block;
	text-indent:-9999px;
	background:url(image/main/btn_top01.jpg) no-repeat;
	position:absolute;
	left:538px;
	top:32px;
	}

div#header-box a#btn-top01:hover {background:url(image/main/btn_top01-r.jpg) no-repeat;}
div#header-box a#btn-top01:active {background:url(image/main/btn_top01-c.jpg) no-repeat;}
	
div#header-box a#btn-top02 {
	width:149px;
	height:36px;
	display:block;
	text-indent:-9999px;
	background:url(image/main/head_tel.jpg) no-repeat;
	position:absolute;
	left:592px;
	top:32px;
	}
				
div#header-box a#btn-top03 {
    width:139px;
	height:36px;
	display:block;
	text-indent:-9999px;
	background:url(image/main/btn_top03.jpg) no-repeat;
	position:absolute;
	left:743px;
	top:32px;
	}
			
div#header-box a#btn-top03:hover {background:url(image/main/btn_top03-r.jpg) no-repeat;}
div#header-box a#btn-top03:active {background:url(image/main/btn_top03-c.jpg) no-repeat;}

div#global-navi ul {
    width:900px;
	height:40px;
	background:url(image/main/menu-normal.jpg) no-repeat;
	}

body#home div#global-navi ul { background:url(image/main/menu-active01.jpg) no-repeat; }
body#service div#global-navi ul { background:url(image/main/menu-active02.jpg) no-repeat; }
body#case div#global-navi ul { background:url(image/main/menu-active03.jpg) no-repeat; }
body#designer div#global-navi ul { background:url(image/main/menu-active04.jpg) no-repeat; }
body#technique div#global-navi ul { background:url(image/main/menu-active05.jpg) no-repeat; }
body#company div#global-navi ul { background:url(image/main/menu-active06.jpg) no-repeat; }
	
div#global-navi ul li {
    list-style-type:none;
	float:left;
	width:150px;
	height:40px;
	}
	
/* footer
==========================================================*/
div#footer {
	width:100%;
	height:59px;
	background:url(image/main/foot.jpg);
	clear:both;
	text-align:left;
	position:relative;
	}
	
#footer ul {
    padding-top:30px;
	padding-left:10px;
	}
	
#footer ul li {
    display:inline;
	font-size:10px;
	color:#333333;
	}	

#footer ul li a {
	color:#333333;
	}

div#btn_top {
    width:136px;
	height:30px;
	position:absolute;
	right:0;
	top:-30px;
	}
		
/* navi
==========================================================*/
div#navi {
	background:url(image/category/navi-background.jpg) repeat-x;
	text-indent:10px;
	text-align:left;
	height:29px;
	width:900px;
	}
	
div#navi a {color:#019fc2;text-decoration:underline;}
div#navi a:hover {color:#ff6600;text-decoration:underline; }
	
/* sidebar
==========================================================*/
#sidebar               { width:300px; float:left; }

.sidebar-inner {
    padding:0 8px;
	}
	
div.side-body {
	margin-bottom:20px;
	}
	
div.side-body p {
	line-height:160%;
	}
	
.side-body ul {
    margin:0;
	padding:0;
	}
	
.side-body li {
	margin:0;
	padding:0;
	list-style:none;
	}

ul#banner-box01 {
    margin-left:2px;
	}
	
ul#banner-box01 li {
    width:278px;
	height:62px;
	text-indent:-9999px;
	margin-bottom:2px;
	}
	
ul#banner-box01 li a {
    width:278px;
	height:62px;
	display:block;
	}
	
li#banner01 {background:url(image/main/banner_construction.jpg) no-repeat;}
li#banner01 a:hover {background:url(image/main/banner_construction-r.jpg) no-repeat;}
li#banner01 a:active {background:url(image/main/banner_construction-c.jpg) no-repeat;}

li#banner02 {background:url(image/main/banner_designer.jpg) no-repeat;}
li#banner02 a:hover {background:url(image/main/banner_designer-r.jpg) no-repeat;}
li#banner02 a:active {background:url(image/main/banner_designer-c.jpg) no-repeat;}

li#banner03 {background:url(image/main/banner_technique.jpg) no-repeat;}
li#banner03 a:hover {background:url(image/main/banner_technique-r.jpg) no-repeat;}
li#banner03 a:active {background:url(image/main/banner_technique-c.jpg) no-repeat;}

dl.update-box {
    padding:0 5px;
	}
	
dl.update-box dt {
    font-weight:bold;
	}

dl.update-box dd {
    padding-left:17px;
	padding-bottom:7px;
	border-bottom:1px dashed #C1CBD5;
	margin-bottom:10px;
	background:url(image/main/icon01.gif) no-repeat 0 5px;
	}

dl.update-box dd a {
   text-decoration:underline;
   }

/* sidebar-right (top)
==========================================================*/
#sidebar-right {
    width:300px;
	float:right
	}
	
div#banner-box02 {
    width:254px;
	margin-left:12px;
	}
	
div#banner-box02-head {
    width:254px;
	height:7px;
	background:url(image/main/banner_box02_head.jpg) no-repeat;
	overflow:hidden;
	}

div#banner-box02-body {
    padding:8px 0 8px 0;
    text-align:center;
	background:url(image/main/banner_box02_body.jpg) repeat-y;
	}
	
div#banner-box02-foot {
    width:254px;
	height:7px;
	background:url(image/main/banner_box02_foot.jpg) no-repeat;
	overflow:hidden;
	}

div#banner-box02-body img {
    margin-bottom:5px;
	}
	
div#banner-box02-body a:hover {
    text-decoration:none;
	}

/* box-center (top)
==========================================================*/
#box-center {
    width:300px;
	float:left;
	}
	
/* sidebar･top h3
==========================================================*/
div.h3-top h3 {
    width:281px;
	height:38px;
	text-indent:-9999px;
	margin-bottom:2px;
	}

h3#h3-top01	{background:url(image/main/title_menu.jpg) no-repeat;}
h3#h3-top02	{background:url(image/main/title_update.jpg) no-repeat;}
h3#h3-top03	{background:url(image/main/title_construction.jpg) no-repeat;}
h3#h3-top04	{background:url(image/main/title_interview.jpg) no-repeat;}
h3#h3-top05	{background:url(image/main/title_pickup.jpg) no-repeat;}
h3#h3-top06	{background:url(image/main/title_update2.jpg) no-repeat;}
	
	
/* option
==========================================================*/
.txt-center {
	text-align:center;
	}

.img-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-left2{
	float:left;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
	
.img-border {
	padding:2px;
	border:1px solid #ccc;
	}

.border-dotte {
	border-bottom:#999999 1px dotted;
	margin:5px 0;
	}

.text-right {
    text-align:right;
	}

.mrg-btm10 {
	margin-bottom:10px;
	}
	
.mrg-btm20 {
	margin-bottom:20px;
	}
	
.mrg-btm30 {
	margin-bottom:30px;
	}

.mrg-top-btm30 {
	margin:30px 0;
	}

.mrg-lef-15 {
	margin-left:15px;
	}		

.mrg-top10 {
	margin-top:10px;
	}
			
p.txt {
	margin:3px 0 5px 0;
	}		

p.mrg3 {
	margin:3px;
	}
				
a.blue {color:#019fc2;text-decoration:underline;}
a:hover.blue {color:#019fc2text-decoration:underline; }

.left {
	float:left;
	}
					
.img-position {
	background:bottom left;
	}				
				
/* table
==========================================================*/
table.tbl-nomal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
	
table.tbl-nomal th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	font-weight:normal;
	background:#f4f4f4;
	}
	
	
table.tbl-nomal td{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	}

/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* category
=========================================================================================*/
/* categoty-main
==========================================================*/
div.entry {
	width:585px;
	margin:0 0 20px 7px;
	}
div.entry-body {
	width:570px;
	margin:25px 0 0 8px;
	}
	
div.box1 {
	width:554px;
	margin:0 0 20px 8px ;
	}
	
div.box2 {
	width:314px;
	margin:0 0 20px 8px;
	float:left; 
	}	

div.box2-wrap {
	width:314px;
	float:left;
	}		
	
div.pagetop {
	width:554px;
	text-align:right;
	padding-right:3px;
	margin:20px 0;
	}	

/* categoty-sidebar
==========================================================*/

ul#banner-box02 {
    margin-left:2px;
	}
	
ul#banner-box02 li {
    width:278px;
	height:57px;
	text-indent:-9999px;
	margin-bottom:2px;
	}
	
ul#banner-box02 li a {
    width:278px;
	height:57px;
	display:block;
	}


li#banner04 {background:url(image/category/banner-exterior.jpg) no-repeat;}
li#banner04 a:hover {background:url(image/category/banner-exterior.jpg) no-repeat;}
li#banner04 a:active {background:url(image/category/banner-exterior.jpg) no-repeat;}

li#banner05 {background:url(image/category/banner-garden.jpg) no-repeat;}
li#banner05 a:hover {background:url(image/category/banner-garden.jpg) no-repeat;}
li#banner05 a:active {background:url(image/category/banner-garden.jpg) no-repeat;}

li#banner06 {background:url(image/category/banner-unit.jpg) no-repeat;}
li#banner06 a:hover {background:url(image/category/banner-unit.jpg) no-repeat;}
li#banner06 a:active {background:url(image/category/banner-unit.jpg) no-repeat;}

li#banner07 {background:url(image/category/banner-seminar.jpg) no-repeat;}
li#banner07 a:hover {background:url(image/category/banner-seminar.jpg) no-repeat;}
li#banner07 a:active {background:url(image/category/banner-seminar.jpg) no-repeat;}

li#banner07 {background:url(image/category/banner-seminar.jpg) no-repeat;}

li.banner09 {
	width:278px;
	height:32px;
	}

li.banner08 {
	background:url(image/designer/side-bar-body.jpg) no-repeat;
	width:278px;
	height:58px;
	position:relative;
	}

div.ban08-inner {
	width:278px;
	height:31px;
	}

div.h3-side-title h3 {
    width:281px;
	height:38px;
	text-indent:-9999px;
	}
	
h3#h3-side-title02	{background:url(image/main/title_pickup.jpg) no-repeat;}

h3#h3-side-title03	{background:url(image/category/side-title-contact.jpg) no-repeat;}

h3#h3-side-title04	{background:url(image/category/side-title-mail.jpg) no-repeat;}


.side-contact {
	margin:2px 0 10px 0;
	}
	
.side-ban-contact {
	margin:0 auto;
	width:240px;
	margin-bottom:10px;
	}
	
.side-ban-24hours {
	margin:0 auto;
	width:208px;
	margin-bottom:10px;
	}	
		
	
.side-btn-consult {
	width:214px;
	height:58px;
	margin:0 auto;
	background:url(image/category/side-btn-consult.jpg) no-repeat;
	}	
	
.side-btn-down {
	width:214px;
	height:58px;
	margin:0 auto;
	background:url(image/category/side-btn-down.jpg);
	}

.side-btn-consult a {
	width:214px;
	height:58px;
	margin:0 auto;
	display:block;
	text-decoration:none;
	}

.side-btn-down a {
	width:214px;
	height:58px;
	margin:0 auto;
	display:block;
	text-decoration:none;
	}


.side-btn-consult a:hover {
	width:214px;
	height:58px;
	margin:0 auto;
	background:url(image/category/side-btn-consult-r.jpg) no-repeat;
	display:block;
	text-decoration:none;
	}	
	
.side-btn-down a:hover {
	width:214px;
	height:58px;
	margin:0 auto;
	background:url(image/category/side-btn-down-r.jpg);
	display:block;
	text-decoration:none;
	}

.link-box {
	margin-top:20px;
	width:570px;
	margin:0 auto;
	}
		
.link-box ul li {
	display:inline;
	font-size:10px;
	text-align:center;
	color:#019dc6;
	}		

.link-box ul li a {
	font-size:10px;
	color:#019dc6;
	}		

