@charset "utf-8";
/*
Theme Name: Liebe1128
Theme URI: http://www.1128.jp/wp-content/themes/1128/
Description: Liebe
Version: 1.0
Author: Liebe IST
Author URI: http://www.1128.jp/
*/

/*
 * File      : style.css
 * Version   : 1.00
 * Update    : 1.01 2007.01.24 fix textarea size for Mozilla.
 *           : 1.02 2007.02.11 add color property at ul element of sidebar.
 *           : 1.03 2007.02.24 fix top property for liquid layout.
 *           : 2.00 2007.07.22 for XHTML 1.0 Strict.
 *
 * Copyright (C) 2005-2007 www.koikikukan.com All rights reserved.
 */
 
/* === Interior(S) === */
@import "style_saito.css";
/* === Interior(E) === */

/*
■■■■■■■■■■■■■■■■■■■■■
         レイアウト用(S)
■■■■■■■■■■■■■■■■■■■■■
*/

/* all */

* {
    margin: 0;
    padding: 0;
    font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	zoom: 1;
}
body {
    font-size: 100%;
}
html>body {
    font-size: 12pt;
}

/* heading */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* anchor */
a,
a:link,
a:visited {
    color: #333;
/*    text-decoration: none;*/
}
a:hover {
    color:#f60;
    text-decoration: underline;
}
a:active {}

/* anchor */
a.standard,
a.standard:link,
a.standard:visited {
    color: #00f;
	text-decoration: underline;
}
a.standard:hover {
    color: #c00;
    text-decoration: underline;
}
a.standard:active {}

/* image with anchor */
a img {
    border: none;
}

/* form */
form {
    margin: 0;
    padding: 0;
	font-size: 12px;
}

form input,
form textarea {
    margin: 0;
    padding: 0;
	font-size: 12px;
}





#searchform fieldset {
    border: none;
}
#search-options,
#searchtext {
    width: 150px;
}


/* ヘッダ */
/* banner title */
#header {
    background: #fff;
/*    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    text-align: left;
		font-size: 12px;
		margin-top:0.4em;
}

#header .head-left{
	width: 330px;
	margin: 0px 4px 0px 0px;
	float: left;
	height: 110px;
}

#header .head-right{
	width: 616px;
	height: 110px;
	margin: 0px;
	padding: 0px;
	float: left;
}

	#header .head-right ul { margin: 0.4em 0; margin-left: 1em;}

	#header .head-right ul li {
		float:left;
		padding: 0 0.5em;
		margin: 0 0 10px;
		font-size: 10px;}
		
		#header .head-right ul li a:link {
			text-decoration: none;
		}
		
		#header .head-right ul li a:hover {
		border-bottom: 1px solid #F90;}
	

#header .head-right img {
	 float:right;
	 margin: 0.4em;
	 }
	 
	 div#h_search {
		 float:left;
		 width: 380px;
		 margin-left: 1em;
		 }
		 
		 div#h_search dt {
			 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
			 font-size: 110%;
			 border-left: 6px double #0080FF;
			 margin:0 0 0.4em;
			 padding-left: 1em;
			 font-weight: bold;
			  }
			  
			  div#h_search span {
				  }
		 
		 
		 /* サンプル 1
----------------------------------------------------------- */
#searchform1 {
	position: relative;
}
#keywords1	{
	width: 265px;
	height: 34px;
	background: url(http://www.1128.jp/images/banner/header/bg_search.png) repeat-x 0px 1px;
	border: 1px solid #CCC;
	padding: 0px 0px 0px 35px;
	padding-top: 10px\9;
	height: 25px\9;
}
#searchBtn1	{
	position: absolute;
	border:0;
	top: 1px;
	left: 305px;
	background: url(http://www.1128.jp/images/banner/header/bg_search_btn.png);
	width: 50px;
	height: 35px;
}

		 
	div#h_bn {
		float:right;
		margin-top: 8px;
		}


	/* index.htmlのみ */
	
/* description of blog */
.blog-description {
    color: #fff;
    background: transparent;
    font-size: 12px;
}





 /*SIZE*/
/* article */ /* 元.blog*/
#main {
    margin: 5px 0px 0px 0px ;
}

/* article date */
.date {
    margin: 8px 0;
    padding-left: 8px;
    font-size: 91.6%;
    font-weight: bold;
    line-height: 2.0;
}

/* comment color */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #fff;
    background: #8fabbe;
}

/* an article or comment */
#comments,
.entry {
    width: auto;
		margin: 0 auto;
    color: #36414d;
    background: #fff;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}

.entry p {
    margin: 10px 0;
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 25px;
}
.entry ol {
    margin: 10px 0 10px 30px;
}
.entry textarea {
    width: 97%;
}

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
}
.quotetitle {
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* title of entry */
.entry-header {
    margin: 15px 0 0;
    padding-left: 10px;
    border-left: 3px solid #999;
    color: #444;
    font-size: 125%;
    font-weight: bold;
}

/* contributor */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    text-align: right;
    font-size: 83.3%;
}

/* archive-list */
.archive-list {
    margin: 10px 0;
}

/* navigation */
.content-nav {
    margin: 10px;
    text-align: center;
	font-size:8px;
}

/* navigation */
.page {
    margin: 6px 0 10px;
    font-size: 83.3%;
}

/* breadcrumbs list */
.breadcrumb {
    margin: 6px 0 10px;
    padding-left: 5px;
    font-size: 83.3%;
}
.breadcrumb_current{
	color:#999999;
}

/* calendar */
#wp-calendar caption {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#wp-calendar {
    text-align: center;
    color: #444;
    background: none;
}
#wp-calendar table {
    text-align: center;
    padding: 0;
    border-collapse: collapse;
}
#wp-calendar th {
    padding-bottom: 3px;
    font-size: 10px;
    width: 23px;
}
#wp-calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}

/* menu list of sidebar */
#left ul,
 ul {
    color: #444;
}

#left ul li,
 ul li {
	list-style: none;
	margin: 0;
}

#left li li,
 li li {
    padding-left: 12px;
    margin: 0;
}

#left ul ul,
 ul ul {
    margin: 0;
}

/* title of menu list */
#left ul li h2,
 ul li h2 {
    margin-top: 3px;
    padding-bottom: 2px;
    border: 1px solid  #666;
    color: #444;
    background: #f6f6f6;
    text-align: center;
    font-size: 75%;
    line-height: 2.0;
}
html > body #left ul li h2,
 ul li h2 {
    padding-bottom: 0;
}
#left ul ul,
 ul ul {
    margin: 3px 0 20px;
}
#left ul ul ul,
 ul ul ul{
    margin-bottom: 0;
}
#left ul li li ,
 ul li li {
    font-size: 75%;
    line-height: 1.2;
}
#left ul li li li ,
 ul li li li {
    font-size: 100%;
}
#left ul ul.children,
 ul ul.children {
    margin-top: 0;
}

/* credit */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.comments-head {
    margin: 15px 0;
    padding-left: 8px;
    color: #fff;
    background: #8fabbe;
    font-size: 91.6%;
    font-weight: bold;
    line-height: 2.0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

/* comment and trackback */
#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
   font-weight: bold;
}
#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}
#comment {
    width: 400px;
}
#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}
#comments-open-footer {
    text-align: center;
}
.comments-open label {
    display: block;
}

#searchtext {
    margin: 3px 0;
}

/* layout */

/* for 3 columns */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 20px;
    text-align: left;
    background: #36414d url(images/bg.gif)
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 950px; /*SIZE*/
    margin-left: 0;
    margin-right: auto;
    padding: 0;
    text-align: left;
    background-color: #fff;
	border-top:4px solid #FFCC00;
}

/* for 1 column or 2 columns */
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 20px;
    text-align: center;
    background: #36414d url(images/bg.gif)
}
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}

/* for 2 columns */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 950px; /*SIZE*/
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: left;
    background-color: #fff;
	border-top:4px solid #FFCC00;
}

/* for 2 columns */
.layout-one-column #container {
    margin-bottom: 0;
}

/* for 1 column */
.layout-one-column #box {
    width: 478px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    text-align: left;
    background-color: #fff;
}

/* for 1 column */
.layout-one-column-liquid #header {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
}
body.layout-one-column-liquid {
    background: #36414d;
}


/*LAYOUT*/




/* for 3 columns fixed layout */
.layout-three-column #wrapper {
    float: left; 
    width: 770px;
}
.layout-three-column #content {
	overflow: hidden;
	background:#FFFFFF;
    float: right; 
    width: 590px;
	_width: 585px;
    margin: 0 0 10px 0;
	min-height: 2000px;
}
.layout-three-column #left-box{
		background:#FFFFCC;
    float: right;
    width: 180px;
}
.layout-three-column #right-box {
	background:#FFFFFF;
    float: left;
    width: 180px;
}
.layout-three-column #left,
.layout-three-column  {
    padding: 5px 5px 0 5px;
}

.textwidget {
	}
	
	.textwidget div.tw_txt {
		font-size: 12px;
		line-height: 1.4;
		width:170px;
		padding: 0.4em 0.5em 0.4em 0.4em;
		margin: 0.2em 0;
		border-bottom: 1px solid #EEE;
		}
		
		.textwidget div.tw_txt p {
		font-size:100%;
		border-left: 3px solid #F30;
		padding-left: 0.7em;
		font-weight:bold;
		}
		
		.textwidget div.tw_txt span {
			display:block;
			padding: 0 1em;
			}

.textwidget hr {
	}
	
/* for 2 columns fixed layout (with right sidebar) */
.layout-two-column-right #content {
		background:#FFFFFF;
    float: left; 
    width: 770px;
    margin: 0 0 10px 0;
}
.layout-two-column-right -box {
	background:#FFFFCC;
    float: right;
    width: 180px;
}
.layout-two-column-right  {
    padding: 5px 5px 0 5px;
}

/* for 2 columns fixed layout (with left sidebar) */
.layout-two-column-left #content {
		background:#FFFFFF;
    float: right; 
    width: 770px;
    margin: 0 0 10px 0;
}

.layout-two-column-left #left-box {
		background:#FFFFCC;
    float: left;
    width: 180px;
}

.layout-two-column-left #left {
    padding: 5px 5px 0 5px;
}

input,textarea {
   	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
■■■■■■■■■■■■■■■■■■■■■
         レイアウト用(E)
■■■■■■■■■■■■■■■■■■■■■
*/

/*
■■■■■■■■■■■■■■■■■■■■■
         200612top.cssから移植(S)
■■■■■■■■■■■■■■■■■■■■■
*/

.font-rb{ color: #990000; font-weight: bold;}
.font-rb2{ color: #FF0000; font-weight: bold;}
.font-bb2{ color: #000099; font-weight: bold;}
.font-bb{ font-weight: bold;}
.font-wb{ color: #FFFFFF; font-weight: bold; padding-left:10px;}
.font-gn{ color: #009900;}
.font-rd{ color: #FF0000;}
.font-gm{ color: #006600; font-size: 10px;}
.font-brn{ color: #996600;}
.font-mini{ font-size: 75%; line-height: 140%;}
.font-minis{ font-size: 10px; line-height: 12px;}
.font-12{ font-size: 12px; line-height: 14px;}
.font-plice{ font-size: 18px; font-family:"Arial Black", Impact, Arial, Helvetica; color: #CC0000;}
.font-point{ font-size: 18px; font-family:"Arial Black", Impact, Arial, Helvetica; color: #009900;}
.font-midashi1{ font-size: 14px; font-weight: bold; color: #0000FF;}
.font-12b{ font-size: 12px; font-weight: bold; line-height: 12px;}




/* セール(S) */
#main .index .sale{
width: 578px;
border: 1px solid #ccc;
overflow: hidden;
margin: 0 0 20px 0;
padding: 0px 0px 10px 0px;
}

#main .index .sale img{border: none;}

#main .index .sale .date{
font-size: large;
font-weight: bold;
margin: 5px 10px 5px 0px;
padding: 0px;
color: #cc0000;
text-align: right;
}


#main .index .sale .sub{
width: 560px;
margin: 5px auto 10px auto;
padding: 5px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

	#main .index .sale a{text-decoration: underline;}
	#main .index .sale a:link{text-decoration: underline;}
	#main .index .sale a:visited{text-decoration: underline;}
	#main .index .sale a:active{text-decoration: underline;}
	#main .index .sale img a:hover{text-decoration: underline;}

	#main .index .sale .sub p{
	font-size: 120%;
	line-height: 140%;
	margin: 5px 0px 0px 10px;
	padding: 0px;
	}

	#main .index .sale .sub h2{
	font-size: 140%;
	line-height: 110%;
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 0px 30px;
	background: url(/images/index/sale-icon-h2.jpg) no-repeat top left;
	color: #036;
	}

	#main .index .sale .sub h3{
	font-size: medium;
	line-height: 110%;
	font-weight: normal;
	margin: 5px 0px 10px 10px;
	padding: 0px;
	color: #036;
	}

	#main .index .sale .sub img{
	margin: 0px 5px 5px 0px;
	padding: 0px;
	border: none;
	float: left;
	width:100px;
	height:auto;
	}

	#main .index .sale .sub h2 a, #main .index .sale .sub img a{color: #036; text-decoration: none;}
	#main .index .sale .sub h2 a:link, #main .index .sale .sub img a:link{color: #036; text-decoration: none;}
	#main .index .sale .sub h2 a:visited, #main .index .sale .sub img a:visited{color: #036; text-decoration: none;}
	#main .index .sale .sub h2 a:active, #main .index .sale .sub img a:active{color: #06f; text-decoration: none;}
	#main .index .sale .sub h2 a:hover, #main .index .sale .sub img a:hover{color: #06f; text-decoration: none;}

	#main .index .sale .sub h3 a{color: #036; text-decoration: underline;}
	#main .index .sale .sub h3 a:link{color: #036; text-decoration: underline;}
	#main .index .sale .sub h3 a:visited{color: #036; text-decoration: underline;}
	#main .index .sale .sub h3 a:active{color: #06f; text-decoration: underline;}
	#main .index .sale .sub h3 a:hover{color: #06f; text-decoration: underline;}

	#main .index .sale .sub ul.caution{
	padding: 0px;
	font-size: smaller;
	line-height: 105%;
	color: #c00;
	margin: 5px 0px 5px 25px;
	float: left;
	}

	#main .index .sale .sub ul.caution li{
	list-style-type: decimal;
	list-style-position: outside;
	margin: 5px 0px 0px 0px;
	}

/* セール(E) */


/* テキスト部大枠(内部バーゲン、外部リンク)(S) */
.special-links, .external-links{
width: 578px;
margin: 0px auto;
padding: 0px;
text-align: left;
clear: both;
border: 1px solid #669900;
}
/* テキスト部大枠(内部バーゲン、外部リンク)(E) */


	/* テキスト部分(内部バーゲン、外部リンク)(S) */
	.TextBox{
	width: 576px;
	text-align: left;
	margin: 5px auto;
	padding: 0px;
	clear: both;
	border-bottom: 1px solid #ccc;
	line-height: normal;
	}
	
	.TextBox .Normal, .TextBox .Pickup{
	width: 100%;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 5px 0px;
	}
	
	.TextBox .Pickup{
	background-color: #ffe6e6;
	}
	
	.TextBox .Normal .title{
	font-size: medium;
	line-height: normal;
	margin: 0px 0px 5px 10px;
	padding: 0px;
	font-weight: bold;
	color: #006600;
	}
	
	.TextBox .Normal .title2{
	font-size: small;
	line-height: normal;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	font-weight: normal;
	color: #006600;
	}
	
	.TextBox .Pickup .title{
	font-size: x-large;
	line-height: normal;
	margin: 0px 0px 5px 10px;
	padding: 0px;
	font-weight: bold;
	}
	
	.TextBox .Pickup .title2{
	font-size: large;
	line-height: normal;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	font-weight: normal;
	color: #c00;
	}
	
	.TextBox .Normal p, .TextBox .Pickup p{
	font-size: small;
	line-height: 120%;
	margin: 5px 0px 0px 10px;
	padding: 0px;
	clear: both;
	}
	
	.TextBox .Normal ul, .TextBox .Normal li, .TextBox .Pickup ul, .TextBox .Pickup li{
	padding: 0px;
	font-size: small;
	line-height: normal;
	margin: 10px 0px;
	}

	.TextBox .Normal li, .TextBox .Pickup li{
	list-style-type: circle;
	margin: 5px 0px 0px 20px;
	}

	.TextBox .Normal .caution ul, .TextBox .Normal .caution li, .TextBox .Pickup .caution ul, .TextBox .Pickup .caution li{
	padding: 0px;
	font-size: x-small;
	line-height: normal;
	color: #c00;
	margin: 10px 0px 5px 0px;
	}

	.TextBox .Normal .caution li, .TextBox .Pickup .caution li{
	list-style-type: decimal;
	margin: 5px 0px 0px 40px;
	}
	/* テキスト部分(内部バーゲン、外部リンク)(E) */



/* 人気アイテム */
.popularity-item{
	border-bottom: 3px double #c00;
	margin: 25px 0px 15px 0px;
	}

.popularity-item h2{
	font-size: 100%;
	line-height: 105%;
	font-weight: bold;
	margin: 0px;
	padding: 3px 1px;
	color: #c00;
	border-top: 3px double #c00;
}

.popularity-item h3{
	font-size: small;
	line-height: 105%;
	margin: 0px;
	padding: 3px 1px;
	color: #333;
}

.popularity-item ul{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style: none;
	}

.popularity-item li{
	width: 130px;
	height: 170px;
	text-align: center;
	list-style: none;
	margin: 5px 3px 0px 2px;
	padding: 2px;
	font-size: small;
	line-height: 105%;
	border: 1px solid #ccc;
	overflow: auto;
	float: left;
}

.popularity-item img{
	margin: 0px 0px 10px 0px;
	border: 0px;
	text-decoration: none;
}

.popularity-item a{color: #333; text-decoration: underline;}
.popularity-item a:link{color: #333; text-decoration: underline;}
.popularity-item a:visited{color: #333; text-decoration: underline;}
.popularity-item a:active{color: #cc0000; text-decoration: underline;}
.popularity-item a:hover{color: #cc0000; text-decoration: underline;}

.popularity-item img a{color: #333; text-decoration: none;}
.popularity-item img a:link{color: #333; text-decoration: none;}
.popularity-item img a:visited{color: #333; text-decoration: none;}
.popularity-item img a:active{color: #cc0000; text-decoration: none;}
.popularity-item img a:hover{color: #cc0000; text-decoration: none;}



.content .project{}
.project img{
border: 0;
margin: 0px 0px 5px 0px;
}

/* 更新履歴 */
.sale .news{
overflow: auto;
font-size: 12px;
height: 82px;
}

/* 新着情報 */
.content .news{
width: 157px;
height: 80px;
overflow: auto;
font-size: 12px;
line-height: 18px;
border: 1px solid #ccc;
background-color: #fff;
padding: 2px;
}

.news p{
margin: 3px 0px 0px 0px;
padding: 0px;
}

/* 問い合わせ */
.contact{
width: 100%;
margin: 0px;
padding: 0px;
text-align: center;
font-size: 12px;
font-weight: normal;
line-height: 14px;
}

/* 中央カテゴリメニューボタン */
.banner .c-btn, .banner .c-btn-bottom{}
.c-btn img{
border: 0;
padding: 0;
margin: 0px 10px 3px 10px;
}

.c-btn-bottom img{
border: 0;
padding: 0;
margin: 0px 10px 15px 10px;
} 

/* INDEX下部 メニューボタン　20080819-斎藤追記 (S) */
/* 見出しh3 */
#main .index .content h3.menu_category_main {
	text-align:left;
	margin:8px 0 0 20px;
	padding:0;
	font-size:14px;
	font-weight:bold;}

#main .index .content .menu_box_sp h3.menu_cate_h3_1, #main .index .content .menu_box_no h3.menu_cate_h3_1  {
	text-align:left;
	font-size:12px;
	margin:12px 0 0 20px;
	padding:0;
	font-weight:bold;
	line-height:100%;}

#main .index .content .menu_box_sp h3.menu_cate_h3_2, #main .index .content .menu_box_no h3.menu_cate_h3_2 {
	text-align:left;
	font-size:12px;
	margin:4px 0 0 20px;
	padding:0;
	font-weight:bold;
	line-height:100%;}

/* テキストp */
#main .index .content p.menu_category_txtmain {
	font-size:12px;
	margin:5px 0 0 3px;
	padding:0;
	line-height:100%;
	line-height:1.2;}

#main .index .content .menu_box_sp p, #main .index .content .menu_box_no p {
	margin: 2px 0 0 4px;
	padding:0;
	font-size:10px;
	line-height: 1.1;
	width:115px;
}

.menu_box_sp {
	width:186px;
	height:80px;
	float:left;
	margin:10px 10px 0 0;
	padding:0;
}

.menu_box_no {
	width:186px;
	height:80px;
	float:left;
	margin:10px 0 0 0;
	padding:0;
}

/* INDEX下部 メニューボタン　20080819-斎藤追記 (E) */


.banner{
	width: 100%;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-align: center;
	clear: both;
}

.banner img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.banner h2{
	font-size: 14px;
	font-weight: bold;
	color: #c00;
	margin: 0px;
	padding: 0px;
}

/* 角丸ボックス */
	/* 黄色 */
	#left .kmbox-yellow,
	 .kmbox-yellow,
	#main .kmbox-yellow {
	background: #ffdb63; /* 色変更 */
	margin:5px 0;
	}

	#left .kmbox-yellow p,
	 .kmbox-yellow p,
	#main .kmbox-yellow p {
	margin:0;
	padding:5px 2px;
	font-size:90%;
	}

	#left .kmbox-yellow div.kmbox-yellow-head,
	 .kmbox-yellow div.kmbox-yellow-head,
	#main .kmbox-yellow div.kmbox-yellow-head {
	font-size:1px;
	height:5px;
	background:url(/images/index/kmbox-left_head.gif) top left no-repeat;
	}

	#left .kmbox-yellow div.kmbox-yellow-head div,
	 .kmbox-yellow div.kmbox-yellow-head div,
	#main .kmbox-yellow div.kmbox-yellow-head div {
	font-size:1px;
	height:5px;
	background:url(/images/index/kmbox-right_head.gif) top right no-repeat;
	}

	#left .kmbox-yellow div.kmbox-yellow-bottom,
	 .kmbox-yellow div.kmbox-yellow-bottom,
	#main .kmbox-yellow div.kmbox-yellow-bottom {
	font-size:1px;
	height:5px;
	background:url(/images/index/kmbox-left_bottom.gif) bottom left no-repeat;
	}

	#left .kmbox-yellow div.kmbox-yellow-bottom div,
	 .kmbox-yellow div.kmbox-yellow-bottom div,
	#main .kmbox-yellow div.kmbox-yellow-bottom div {
	font-size:1px;
	height:5px;
	background:url(/images/index/kmbox-right_bottom.gif) bottom right no-repeat;
	}

	#left .kmbox-yellow ul,
	 .kmbox-yellow ul,
	#main .kmbox-yellow ul{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 105%;
	}

	#left .kmbox-yellow li,
	 .kmbox-yellow li,
	#main .kmbox-yellow li {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	}

	#left .kmbox-yellow img,
	 .kmbox-yellow img,
	#main .kmbox-yellow img {
	margin: 0px 0px 5px 0px;
	}

	/* 青色 */
	#left .kmbox-blue{
	background: #d6e6ff; /* 色変更 */
	margin:5px 0;
	}

	#left .kmbox-blue p{
	margin:0;
	padding:5px 2px;
	font-size:90%;
	}

	#left .kmbox-blue div.kmbox-blue-head{
	font-size:1px;
	height:5px;
	background:url(/images/index/kmbox-left_head.gif) top left no-repeat;
	}

	#left .kmbox-blue div.kmbox-blue-head div{
	font-size:1px;
	height:5px;
	background:url(/images/index/kmbox-right_head.gif) top right no-repeat;
	}

	#left .kmbox-blue div.kmbox-blue-bottom{
	font-size:1px;
	height:5px;
	background:url(/images/index/kmbox-left_bottom.gif) bottom left no-repeat;
	}

	#left .kmbox-blue div.kmbox-blue-bottom div{
	font-size:1px;
	height:5px;
	background:url(/images/index/kmbox-right_bottom.gif) bottom right no-repeat;
	}

	#left .kmbox-blue ul{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 110%;
	}

	#left .kmbox-blue li{
	color: #22467D;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	list-style-image: url(/images/index/icon-arrow_blue.gif);
	list-style-type: none;
	}

	#left .kmbox-blue li.hruletab{
		list-style-image:none;
	}

	#left .kmbox-blue img{
	margin: 0px 0px 5px 0px;
	}
	
	#left .kmbox-blue strong{
	margin: 0px 0px 0px 5px;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	}

	/* 緑色 */
	#left .kmbox-green,
	 .kmbox-green{
	margin:5px 0;
	background-color: #DDFFDD;
	}

	#left .kmbox-green p,
	 .kmbox-green p{
	margin:0;
	padding:5px 2px;
	font-size:90%;
	}

	#left .kmbox-green div.kmbox-green-head,
	 .kmbox-green div.kmbox-green-head{
	font-size:1px;
	height:5px;
	background:url(/images/index/kmbox-left_head.gif) top left no-repeat;
	}

	#left .kmbox-green div.kmbox-green-head div,
	 .kmbox-green div.kmbox-green-head div{
	font-size:1px;
	height:5px;
	background:url(/images/index/kmbox-right_head.gif) top right no-repeat;
	}

	#left .kmbox-green div.kmbox-green-bottom,
	 .kmbox-green div.kmbox-green-bottom{
	font-size:1px;
	height:5px;
	background:url(/images/index/kmbox-left_bottom.gif) bottom left no-repeat;
	}

	#left .kmbox-green div.kmbox-green-bottom div,
	 .kmbox-green div.kmbox-green-bottom div{
	font-size:1px;
	height:5px;
	background:url(/images/index/kmbox-right_bottom.gif) bottom right no-repeat;
	}

	#left .kmbox-green ul,
	 .kmbox-green ul{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 110%;
	}

	#left .kmbox-green li,
	 .kmbox-green li{
	color: #336633;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: url(/images/index/icon-arrow_green.gif);
	}

	#left .kmbox-green img,
	 .kmbox-green img{
	margin: 0px 0px 5px 0px;
	}
	
	#left .kmbox-green strong,
	 .kmbox-green strong{
	margin: 0px 0px 0px 5px;
	font-size: 12px;
	color: #064E01;
	font-weight: bold;
	}

	#left .kmbox-green li strong,
	 .kmbox-green li strong{
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	list-style-image: none;
	}

	/* グレー */
	#left .kmbox-gray{
	background: #F3F3F3; /* 色変更 */
	margin:5px 0;
	}

	#left .kmbox-gray p{
	margin:0;
	padding:10px;
	font-size:90%;
	}

	#left .kmbox-gray div.kmbox-gray-head{
	font-size:1px;
	height:5px;
	background:url(/images/index/kmbox-left_head.gif) top left no-repeat;
	}

	#left .kmbox-gray div.kmbox-gray-head div{
	font-size:1px;
	height:5px;
	background:url(/images/index/kmbox-right_head.gif) top right no-repeat;
	}

	#left .kmbox-gray div.kmbox-gray-bottom{
	font-size:1px;
	height:5px;
	background:url(/images/index/kmbox-left_bottom.gif) bottom left no-repeat;
	}

	#left .kmbox-gray div.kmbox-gray-bottom div{
	font-size:1px;
	height:5px;
	background:url(/images/index/kmbox-right_bottom.gif) bottom right no-repeat;
	}

/*ログイン*/
	.memberlogin{
	border: 1px solid #ccc;
	background-color: #d7ffd7;
	font-size: 10px;
	line-height: 150%;
	}
	
	.memberlogin .title{
	font-weight: bold;
	}
	
	.memberlogin form{
	font-size: 10px;
	line-height: normal;
	}

/* 商品詳細テンプレ用？(S) */

.font-plice{ font-size: 18px; font-family:"Arial Black", Impact, Arial, Helvetica; color: #CC0000;}
.font-point{ font-size: 18px; font-family:"Arial Black", Impact, Arial, Helvetica; color: #009900;}
.font-midashi1{ font-size: 14px; font-weight: bold; color: #0000FF;}

.td-item{ border-bottom: 1px dashed #666666; font-size: 12px; text-align: right;}
.td-item2{ font-size: 12px; text-align: right;}
.td-itemno{ border-bottom: 1px dashed #666666; font-weight: bold;}
.td-itemplice{ border-bottom: 1px dashed #666666;}
.td-point{ border-bottom: 1px dashed #666666; color: #009900;}
.td-kanren{ text-align: left; font-size: 12px; line-height: 18px; color: #0066FF; padding: 0 5px 20px 5px;}
/* 商品詳細テンプレ用？(E) */

/* デッキ・枕木 タブメニュー(S) */
#tabs {
float:left;
width:590px;
font-size:93%;
border-bottom:1px solid #2763A5;
line-height:normal;
margin: 0px auto;
}

#tabs ul {
margin:0;
padding:10px 0px 0 0px;
list-style:none;
}

#tabs li {
display:inline;
margin:0;
padding:0;
}

#tabs a {
float:left;
background:url("/images/tableft.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}

#tabs a span {
float:left;
display:block;
background:url("/images/tabright.gif") no-repeat right top;
padding:5px 8px 4px 4px;
color:#FFF;
font-weight: bold;
letter-spacing: -1px;
white-space:nowrap;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
color:#FFF;
}
#tabs a:hover {
background-position:0% -42px;
}
#tabs a:hover span {
background-position:100% -42px;
}

#tabs #current a {
background-position:0% -42px;
}
#tabs #current a span {
background-position:100% -42px;
}

.tabs-info {
width: 588px;
background: #d6e6ff;
margin: 0px auto 10px auto;
padding-top: 5px;
border-left:1px solid #2763A5;
border-right:1px solid #2763A5;
border-bottom:1px solid #2763A5;
clear: both;
}

.tabs-info p {
margin: 5px 0px 5px 12px;
font-size: 120%;
font-weight: bold;
}

.tabs-info ul {
list-style: outside square;
font-weight: normal;
line-height: 120%;
}

.tabs-info li {
margin-bottom: 15px;
}

/* デッキ・枕木 タブメニュー(E) */

/* デッキ・枕木 ランキングメニュー(S) */
h2.rank-lineup-title {
font-size: 150%;
font-weight: bold;
color:#003366;
margin: 20px 11px 5px 11px;
border-bottom: 1px solid #2763A5;
}

.rank-linup {
width: 550px;
margin: 5px auto 15px auto;
padding: 5px;
border: 3px solid #2763A5;
clear: both;
}

.rank-linup img.item {
float: left;
margin: 0px 10px 5px 0px;
border: none;
}

.rank-linup .btn {
border: none;
margin: 5px;
}


/* デッキ・枕木 ランキングメニュー(E) */


/* スタッフイチオシ(S) */
div.ichioshi{
	width: 164px;
	background-image: url(/images/index/bg_ichioshi.gif);
	background-repeat: repeat;
	border: 1px solid #c6a47b;
	padding: 2px;
	margin: 0px 0px 5px 0px;
	text-align: center;
	clear: both;
}

div.ichioshi h3{
	font-size: medium;
	line-height: normal;
	font-weight: bold;
	margin: 0px;
	padding: 3px 1px;
	color: #036;
	background-color: #c6a47b;
}

div.ichioshi img{
	margin: 3px 0px;
	border: none;
}

div.ichioshi p{
	margin: 0px;
	text-align: left;
	color: #036;
	padding: 0px 5px;
	font-size: 100%;
	line-height: 110%;
}

div.ichioshi a{color: #036; text-decoration: underline;}
div.ichioshi a:link{color: #036; text-decoration: underline;}
div.ichioshi a:visited{color: #036; text-decoration: underline;}
div.ichioshi a:active{color: #c00; text-decoration: underline;}
div.ichioshi a:hover{color: #c00; text-decoration: underline;}

/* 自動生成テーブル用 */
.itiran_table caption {
	background: #FFCC00;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
}
.itiran_table th {
	background: #FF9900;
	padding: 4px;
	text-align: center;
}
.itiran_table td {
	text-align: center;
	background: #FFFFFF;
}
.itiran_table h3 {
	padding: 2px;
	margin: 0px;
	font-size: 14px;
	line-height: 16px;
}
.itiran_table {
	background: #999999;
	font-size: 12px;
	line-height: 14px;
}
.itiran_table form {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.itiran_table .rb {
	text-align: right;
	color: #FF0000;
}


/*
■■■■■■■■■■■■■■■■■■■■■
         wooddeck.cssから移植(S)
■■■■■■■■■■■■■■■■■■■■■
*/

/* CSS Document */

#layout-topdeck{
	width: 590px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	line-height: 1.5;
	color: #333333;
}

hr {
	display:none;
}

#layout-topdeck p , #layout-topdeck ul , #layout-topdeck ol , #layout-topdeck li , #layout-topdeck dl , #layout-topdeck dt , #layout-topdeck dd , #layout-topdeck strong , #layout-topdeck em , #layout-topdeck h1 , #layout-topdeck h3 , #layout-topdeck h4 , #layout-topdeck h5 , #layout-topdeck h6 , #layout-topdeck table , #layout-topdeck caption , #layout-topdeck th , #layout-topdeck td {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5;
	margin:0;
	padding:0;
}

#layout-topdeck h2{
	width: 560px;
	height: 30px;
	text-align: left;
	background: url(/images/wooddeck/topdeck-h2-bg_1.gif) no-repeat top left;
	padding: 6px 0px 0px 30px;
	margin: 0px;
	clear: both;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

#layout-topdeck p {
	margin:0 0 1em;
}

#layout-topdeck .textleftbox{
	width: 100%;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0;}

#layout-topdeck .textcenterbox{
	width: 100%;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0;}

#layout-topdeck .textrightbox{
	width: 100%;
	text-align: right;
	margin: 0 0 15px 0;
	padding: 0;}

.textleftbox img, .textcenterbox img, .textrightbox img{ margin: 0; padding: 0; border: 0;}

/*汎用セレクタ*/
/*クリア*/
.clear { clear:both;}

/*フォントサイズ*/
.font9	{font-size: 9px;}
.font10	{font-size: 10px;}
.font12	{font-size: 12px;}
.font14	{font-size: 14px;}
.font16	{font-size: 16px;}
.font18	{font-size: 18px;}
.font24	{font-size: 24px;}
.font36	{font-size: 36px;}
.xsmall { font-size: 75%;}
.small { font-size: 86%;}
.large { font-size: 116.7%;}
.xlarge { font-size: 133.4%;}



/*ボックス*/
#layout-topdeck .delivery{
width: 500px;
padding: 10px;
text-align: left;
margin: 0 0 15px 35px;
border: 2px solid red;
}

.lu-title-img{
width: 590px;
height: 19px;
padding: 0;
margin: 0;
background-image: url(../images/wooddeck/top/lu-title-bg.gif);
background-repeat: repeat-x;
background-position: top left;
text-align: right;
}

.lu-title-text{
width: 585px;
height: 18px;
padding: 0 0 0 5px;
margin: 0;
background-image: url(../images/wooddeck/top/lu-title-bg.gif);
background-repeat: repeat-x;
background-position: bottom left;
text-align: left;
font-size: 14px;
line-height: 14px;
font-weight: bold;
color: #000000;
}

.rank{
width: 190px;
padding: 0;
margin: 0 2px;
float: left;
}

.rank .rank-title{
width: 100%;
padding: 2px 0;
background-color: #FFCC00;
text-align: center;
color: #000000;
}

.rank .rank-list{
width: 180px;
padding: 5px 5px 0 5px;
background-image: url(../images/wooddeck/top/rank-bg.gif);
background-repeat: no-repeat;
background-position: center;
text-align: left;
}

.rank-list ul{margin-left: 25px;}

.rank-list ul, .rank-list li{
list-style-type: decimal;
list-style-position: outside;
}

.lineup{
width: 138px;
height: 150px;
padding: 1px;
margin: 3px 0 0 3px;
text-align: center;
float: left;
border: 1px solid #999999;
}

.lineup2{
width: 138px;
height: 230px;
padding: 1px;
margin: 3px 0 0 3px;
text-align: center;
float: left;
border: 1px solid #B0A934;
}

.lineup img{
border: none;
margin: 2px 0;
}

.lineup2 img{
border: none;
margin: 2px 0;
}

.lineup .lineup-title{
width: 111px;
padding: 2px 5px 2px 16px;
margin: 3px 0 0 3px;
background-color: #dfdfdf;
font-size:10px;
text-align: left;
color: #000000;
line-height: 115%;
background-image: url(/images/wooddeck/top/lu-itemtitle-icon.gif);
background-repeat: no-repeat;
background-position: top left;
}

.lineup2 .lineup-title{
width: 111px;
padding: 2px 5px 2px 16px;
margin: 3px 0 0 3px;
background-color: #C2BB4A;
font-size:10px;
text-align: left;
color: #000000;
line-height: 115%;
background-image: url(/images/wooddeck/top/lu-itemtitle-icon2.gif);
background-repeat: no-repeat;
background-position: top left;
}

.textleftbox .lineup-title{
padding: 2px 5px 2px 16px;
margin: 3px 0 0 3px;
text-align: left;
color: #000000;
line-height: 115%;
background-image: url(/images/wooddeck/top/lu-itemtitle-icon.gif);
background-repeat: no-repeat;
background-position: top left;
}

.lineup-title a{color: #333333; text-decoration: underline; font-weight: normal;}
.lineup-title a:link{color: #333333; text-decoration: underline;}
.lineup-title a:visited{color: #333333; text-decoration: underline;}
.lineup-title a:hover{color: #FF6600; text-decoration: underline;}
.lineup-title a:active{color: #FF6600; text-decoration: underline;}

.lineup .lineup-explain{
width: 133px;
padding-left: 10px;
background-position: center;
text-align: left;
font-size: 10px;
line-height: 120%;
}

.lineup2 .lineup-explain{
width: 133px;
padding: 0 1px 0 1px;
background-position: center;
text-align: left;
font-size: 10px;
line-height: 120%;
}

.annotation{
width: 520px;
margin: 0 0 0 20px;
}

.annotation a{}
.annotation a:link , .annotation a:visited{
	color: #FF0000; text-decoration: underline;}
.annotation a:hover , .annotation a:active{
	color: #990000; text-decoration: underline;}

.lightweight-box{
width: 260px;
margin: 20px 6px 0px 6px;
padding: 5px;
text-align: left;
float: left;
}

/* topdeck-comparison.htmlで使用 */

.compr-title{
width: 545px;
border-top: 3px double #999;
border-left: 3px double #999;
border-right: 3px double #999;
border-bottom: none;
background-color: #FFFF99;
margin: 0 0 0 12px;
font-size: 14px;
font-weight: bold;
text-align: center;
padding: 3px 5px 3px 5px;
}

.compr-title a{color: #333333; text-decoration: none; font-weight: bold;}
.compr-title a:link{color: #333333; text-decoration: none;}
.compr-title a:visited{color: #333333; text-decoration: none;}
.compr-title a:hover{color: #FF6600; text-decoration: none;}
.compr-title a:active{color: #FF6600; text-decoration: none;}

.compr-box-explain{
width: 545px;
border-top: none;
border-left: 3px double #999;
border-right: 3px double #999;
border-bottom: 3px double #999;
margin: 0 0 10px 12px;
text-align: left;
padding: 3px 5px 3px 5px;
}

.compr-box-explain .img-btn{
margin: 5px 10px 10px 5px;
border: 0;
text-align: left;
}

.compr-box-2{
width: 549px;
border: 1px solid #003366;
background-color: #FFFF99;
padding: 5px;
margin: 0 0 20px 12px;
text-align: left;
}

.compr-box-2-1{
width: 500px;
margin: 10px 0 10px 30px;
text-align: left;
font-size: 12px;
}

.compr-box-2-2{
width: 470px;
margin: 10px 0 10px 30px;
text-align: left;
padding: 0 0 0 30px;
background-image: url(/images/wooddeck/top/icon-arrow_1.gif);
background-position: left;
background-repeat: no-repeat;
font-size: 14px;
line-height: 160%;
font-weight: bold;
color: #CC0000;
}

/* ウッドデッキの作り方 */
#layout-htdeck{
	width: 590px;
	margin: 0 0 0 2px;
	padding: 0;
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
	color: #333333;
}

#layout-htdeck a:link {
color: #993300;
text-decoration: underline; 
}
#layout-htdeck a:visited {
color: #0099ff;
text-decoration: none; 
}
#layout-htdeck a:hover, #layout-htdeck a:active {
color: #ffffff;
background-color: #cccccc;
}

#layout-htdeck .body11 {font-size: 11px;line-height: 120%;}
#layout-htdeck .body12 {font-size: 12px;line-height: 120%;}
#layout-htdeck .body12v {font-size: 12px;line-height: 150%;color: #333333;}
#layout-htdeck .body12b {font-size: 12px;line-height: 150%;color: #996600;}
#layout-htdeck .body14 {font-size: 14px;line-height: 120%;}
#layout-htdeck .body14b {font-size: 14px;line-height: 120%;color: #996600;font-weight: bold;}
#layout-htdeck .body14w {font-size: 14px;line-height: 120%;color: #ffffff;font-weight: bold;}

/*
■■■■■■■■■■■■■■■■■■■■■
         wooddeck.cssから移植(E)
■■■■■■■■■■■■■■■■■■■■■
*/


/*
■■■■■■■■■■■■■■■■■■■■■
         CMS化新規追加(S)
■■■■■■■■■■■■■■■■■■■■■
*/

/* グローバルナビゲーション */
#page_bar{
	width: 950px;
	padding :0;
	height: 0.4em;
	background-color: #666;
	margin-top: 3px;
}
#page_bar ul{
    list-style:none;
    font-size: 12px;
	padding: 3px;
	background-color:#996633;
	width:880px; /*ヘッドメニューがはみ出したら広げて調整*/
	margin: 0 0 0 auto;
}
#page_bar li{
	float:left;
	display: inline-block;
	width:auto;
	white-space : nowrap;
	color:#FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin: 0;
	padding-right: 3px;
	padding-left: 3px;
}

#page_bar li a{
	color:#FFFFFF;
	background-color:#996633;
}

#page_bar li a:hover{
	color:#FFFFFF;
	background-color:#693;
}

/*HEADLINE*/


#headline li.title {display: block;
	float:left;
	width:50px;
	height: 90px;
	margin: 5px;
	padding: 0px;
	border: none;
}

#headline li {
	display: block;
	float:left;
	width:162px;
	height: 90px;
	margin: 5px;
	padding: 2px;
	font-size:12px;
		border: 1px solid #ccc;
}

#headline div{
}
		
#headline img {
	float: left;
}
		
#headline .headline_date{
	font-size:10px;
	color:#555555;
	text-align: right;
	clear:left;
}

div.seo h1 {
	display:block;
	width: 190px;
	height: 73px;
	float:left;
	}

div.seo span {
	text-indent: -9999px;
	display:block;
}

div.seo h1 a {
	background:url(http://www.liebe.co.jp/images/header_2.gif) no-repeat;
	display:block;
	width: 190px;
	height: 73px;
}

div.seo img {
	margin-bottom: 0.7em;
}




/*フッターナビ*/
#footer-navi{
}

#footer-navi ul{
    list-style:none;
    font-size: 12px;
	padding: 3px;
	width:90%;
	margin: 0 0 0 auto;
}
#footer-navi li{
	float:left;
	width:auto;
	white-space : nowrap;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin: 0;
	padding-right: 3px;
	padding-left: 3px;
}
#footer-navi li a{
	color:#FFFFFF;
}
#footer-navi li a:hover{
	color:#FFFFFF;
	background-color:#996633;
}
#footer-navi .foot_center{
}
#foot_in{
	background-color:#b87;
	background-image: url(/images/wp/foot_bg1.png);
	background-repeat: no-repeat;
}
#foot_out{
	background-color:#c96;
	background-image: url(/images/wp/foot_bg2.png);
	background-repeat: no-repeat;
}
#foot_gaiyo{
	background-color:#b87;
	background-image: url(/images/wp/foot_bg3.png);
	background-repeat: no-repeat;
}

/*コピーライト*/
#copyright{
	color:#FFFFFF;
	font-size:x-small;
	font-weight:normal;
	line-height:1.1em;
	text-align:center;
	padding: 5px 0;
}

/* navTメニューリスト(S) */
#left .leftmenu ul{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#left .leftmenu li {
	padding: 0 0 0 5px;
	background-color: #E0E8FF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #444444;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	line-height: 200%;
}

#left .leftmenu a,
#left .leftmenu a:link,
#left .leftmenu a:visited {
    text-decoration: none;
	display: block;
}

#left .leftmenu a:hover {
/*	background-color: #FFF7EE;*/
	display: block;
}


#left .leftmenu .children{
	border-right-style: none;
	border-bottom-style: none;
}

#left .leftmenu .page_item{
	background-color: #E0E8FF;
	border-left-color: #444444;
}

#left .leftmenu .children .page_item{
	background-color: #EFFFFF;
	border-left-color: #555555;
}

#left .leftmenu .children .children .page_item{
	background-color: #F8FFFF;
	border-left-color: #666666;
}

#left .leftmenu .item_parent{
	background-color: #E0E8FF;
	border-left-color: #444444;
}

#left .leftmenu .item_parent .item_parent{
	background-color: #EFFFFF;
	border-left-color: #555555;
}

#left .leftmenu .item_parent .item_parent .item_parent{
	background-color: #F8FFFF;
	border-left-color: #666666;
}

#left .leftmenu .current_page_item{
	background-color: #E0E8FF;
	border-left-color: #CC3333;
	border-top-color: #333333;
}

#left .leftmenu .children .current_page_item{
	background-color: #EFFFFF;
	border-left-color: #CC3333;
}

#left .leftmenu .children .children .current_page_item{
	background-color: #F8FFFF;
	border-left-color: #EE6666;
}

  #left div#bottombn {
	  padding: 0.4em 1em;
  }
  
  #left div#bottombn img { margin: 0.4em 0}
  
/* navTメニューリスト(E) */

/*page-sale.php用css*/

.sale-categori h3{
	font-size:20px;
	padding-left: 20px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #999999;
	margin-top: 20px;
}

.sale-categori ul {
	margin:0 ;
	padding:0;
}

.sale-categori ul li {
  list-style: none;
	display: block;
	width:540px;	
	margin:20px 5px 40px 5px ;
}

.sale-categori ul li img {
	float:left;
	width:100px;
	height:auto;
	margin:0 3px auto 3px;
}
.sale-categori h4{
	font-size:18px;
	font-weight: bold;
	background-color: #FFE6FF;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #dd0000;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #dd0000;
}
a.more-link {
	font-size:12px;
	color:#FF0000;
}
.sale-box{
	width:540px;
	font-size:12px;
	border: 1px solid #ccc;
	margin:0;
	padding:0;
}

#sale_category ul{
	width:580px;
	margin:0;
	padding:0;
}

#sale_category li{
	width:120px;
	height:140px;
  list-style: none;
	display: block;
	float:left;
	margin: 0 10px 40px 10px;
}

#sale_category li a{
	font-weight: bold;
	text-decoration: underline;
}

#sale_category li p{
	margin:0;
	padding:0;
	font-size:10px;
	color:#666666;
}

#sale_category img{
	width:100px;
	height:100px;
	border:none;
	text-align:center;
}


#sale_category2 ul{
	width:590px;
	margin:0;
	padding:0;
}

#sale_category2 li{
	width:100px;
	height:140px;
  list-style: none;
	display: block;
	float:left;
	margin: 0 10px 40px 8px;
}

#sale_category2 li a{
	font-weight: bold;
	text-decoration: underline;
}

#sale_category2 li p{
	margin:0;
	padding:0;
	font-size:10px;
	color:#666666;
}

#sale_category2 img{
	width:100px;
	height:100px;
	border:none;
	text-align:center;
}

#sale_category3 ul{
	width:580px;
	margin:0;
	padding:0;
}

#sale_category3 li{
	width:90px;
	height:100px;
  list-style: none;
	display: block;
	float:left;
	margin: 0 3px 40px 3px;
}

#sale_category3 li a{
	font-weight: bold;
	text-decoration: underline;
}

#sale_category3 li p{
	margin:0;
	padding:0;
	font-size:10px;
	color:#666666;
}

#sale_category3 img{
	width:80px;
	height:80px;
	border:none;
	text-align:center;
}

/*上へ戻る用*/
.return_top{
	font-size:10px;
	color:#CCCCCC;
	text-align:right;
}
.return_top a{
	color:#CCCCCC;
}

/*デッキトップランキング*/

.deckrank ul{
	width:580px;
	margin:0;
	padding:0;
}

.deckrank li{
	width:170px;
	height:240px;
  list-style: none;
	display: block;
	float:left;
	margin: 0 10px 40px 10px;
	border: solid 1px #333333;
	font-size:12px;
}



/*German Newspaperぱくり*/
/*---| WordPress requirements |---*/

.aligncenter
{
	display: 					block;
	margin-left: 			auto;
	margin-right: 		auto;
}

.alignleft
{
	float: 						left;
/*	clear:						left;*/
}

.alignright
{
	float: 						right;
/*	clear:						right;*/
}

.wp-caption
{
	border: 					1px solid #ddd;
	text-align: 			center;
	background-color: #f3f3f3;
	padding-top: 			4px;
	margin: 					10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 		3px;
}

.wp-caption img
{
	margin: 					0;
	padding: 					0;
	border: 					0 none;
}

.wp-caption-dd
{
	font-size: 				11px;
	line-height: 			17px;
	padding: 					0 4px 5px;
	margin: 					0;
}
/*German Newspaperぱくりここまで*/


.wood_feature{
}

table.wood_feature {
	width:580px;
	border:0;
	border-top: 1px solid #996600;
	border-left: 1px solid #996600;
}

table.wood_feature th{
	background-color:#663300;
	color:#FFFFFF;
	text-align:center;
	border:0;
	border-right: 1px solid #996600;
	border-bottom: 1px solid #996600;
}

table.wood_feature td{
	font-weight: normal;
	background-color:#ffffcc;
	text-align:center;
	border:0;
	border-right: 1px solid #996600;
	border-bottom: 1px solid #996600;
}

table.wood_feature b{
	color:#FF0000;
	font-weight: bold;
}

table.wood_feature .caption{
	color:#FFFFFF;
	background-color:#996600;
	font-weight: bold;
	background-image: none;
}

table.wood_feature .tdhead{
	color:#000000;
	background-color:#cc9999;
}



.wood_detail{
}

table.wood_detail {
	width:580px;
	border:0;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
}

table.wood_detail th{
	background-color:#dbff6f;
	text-align:center;
	border:0;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

table.wood_detail td{
	font-weight: normal;
	background-color:#ecffee;
	border:0;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding:4px;
}

div.zaiko_annnai{
	width:90%;
	margin: 0 auto;
	border: solid 1px #999999;
}

div.zaiko_annnai h4{
	background-color:#cccc00;
	font-size: 110%;
	font-weight:bold;
	border-bottom: solid 1px #333333;
}

div.zaiko_annnai p{
	text-align:left;
}

div.zaiko_annnai b{
	color:#FF0000;
}

div.setsumei1{
	width:580px;
	background-color:#FFFFFF;
	margin: 0 auto;
	border: solid 1px #333333;
}

div.setsumei1 p{
	text-align:left;
	margin: 20px;
}

div.setsumei1 b{
	color:#FF0000;
}

div.setsumei1 img{
	margin: 20px 0 0 0;
}

div.setsumei2{
	width:580px;
	background-color:#f5f5f5;
	margin: 0 auto;
	border: solid 1px #999999;
}

div.setsumei2 p{
	text-align:left;
}

div.setsumei2 b{
	color:#FF0000;
}

div.setsumei2 img{
	margin:0 10px;
}

div.sekourei{
	margin: 20px auto;
	width: 590px;
	text-align: left;
}

.shohin_detail,
.seko,
.kodawari,
.sugoi,
.strengths,
.attention
{
	margin: 20px 0 0;
	width: 580px;
	text-align: left;
}

.shohin_detail h3,
.seko h3,
.kodawari h3,
.sugoi h3,
.strengths h3,
.attention h3
{
	background-color: #FFCC00;
	background-image: url(http://www.1128.jp/img/common/icon6.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
	border: 1px solid #666666;
}

p.title-detail {
	margin: 20px auto 5px auto;
	padding: 10px 0px 3px 25px;
	background: url(/images/wooddeck/batu/batu_icon_01.png) top left no-repeat;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	border-bottom: 1px solid #006699;
}

.seko h3,
.kodawari h3{
	background-color: #99CC00;
}

.sugoi h3{
	background-color: #CCCC33;
}

.sugoi ul{
	background-color: #f5f5f5;
	padding-left: 20px;
	border: 1px dashed #666666;
	width: 90%;
}

.strengths h3{
	color:#FFFFFF;
	background-color: #663300;
}

.strengths table{
	background-color: #f5f5f5;
	padding: 20px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	width: 100%;
}

.strengths td{
	border: 0;
}

.strengths td+td{
	border-left: 1px dotted #666666;
}

.strengths li{
	list-style-type:square;
}

.attention h3{
	color:#FFFFFF;
	background-color: #993300;
}




.tree_detail{
	margin: 20px 0 0;
}

table.tree_detail {
	width:580px;
	border:0;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
}

table.tree_detail th{
	background-color:#e1d0b8;
	text-align:center;
	font-weight: normal;
	border:0;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

table.tree_detail td{
	font-weight: normal;
	background-color:#FFFFFF;
	border:0;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding:5px;
}

/* トップページ */

.top-salenav {
	float: left;
	width: 37px;
	height:793px;
	_height: 755px;
	background-color:#000000;
}
*:first-child+html .top-salenav { height: 755px; }
head~/* */body .top-salenav{ height: 793px; }

.top-lineup {
	float: left;
	overflow: hidden;
	width: 543px;
	margin-bottom: 20px;
	border-top: 3px solid #000;
	border-left: 3px solid #000;
}

.top-lineup h2 {
	overflow: hidden;
	float: left;
	width: 329px;
	_width: 340px;
	height: 28px;
	_height: 34px;
	padding: 12px 3px 0 5px;
	background: #FC0;
	border-bottom: 3px solid #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}

.top-lineup .nav-btn {
	overflow: hidden;
	float: right;
	width: 200px;
	height: 28px;
	_height: 34px;
	padding: 12px 3px 0 0;
	text-align: left;
	background: #FC0;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	text-align: right;
	line-height: 16px;
}

.top-lineup .inner {
	clear: both;
}

.top-lineup .inner dl    {  
    width: 178px;
    min-height: 134px;  
    _height: 134px;  
    float: left;  
    border-bottom: 3px solid #000;  
    border-right: 3px solid #000;  
}  
.top-lineup .inner dl dt {
	overflow: hidden;
	width: 178px;
	_width: 177px;
	height: 141px;
}
.top-lineup .inner dl dd {
	width: 174px;
	height: 16px;
	padding: 0 0 0 4px;
	font-size: 12px;
	line-height: 14px;
}

.top-lineup .inner dl.line2    {  
    width: 268px;
    min-height: 174px;  
    _height: 174px;  
    float: left;  
    border-bottom: 3px solid #000;  
    border-right: 3px solid #000;  
}  
.top-lineup .inner dl.line2 dt {
	overflow: hidden;
	width: 268px;
	_width: 267px;
	height: 168px;
}
.top-lineup .inner dl.line2 dd {
	width: 266px;
	height: 16px;
	padding: 0 0 0 4px;
	font-size: 12px;
	line-height: 14px;
}

/* トップページ リーベグループ */
table.lgrp {
border: 2px solid #c9e86a;
margin: 15px auto 20px auto;
padding: 3px;
}

table.lgrp h3 {
margin: 5px;
font-weight: bold;
}

td.lgrp-inner {
border-bottom: 1px solid #333333;
padding: 3px;
}

td.lgrp-inner h4 {
margin-bottom: 0.5em;
font-weight: bold;
}

td.lgrp-inner p {
margin-bottom: 0.6em;
}

/* グローバルメニュー */
#global-navi {
	clear: both;
	width: 950px;
	border-top: 2px solid #ffcc00;
	letter-spacing: -1px;
	font-size:14px;
}

#global-navi ul{
	margin: 0px;
	padding: 3px 0px;
	list-style-type: none;
	text-align:left;
	font-size: 0.8em;
}

#global-navi ul li{
	margin: 0px;
	padding: 0px 5px;
	border-right: 1px solid #000000;
	display: inline;
}

#global-navi ul li.start{
	border-right: none;
	color: #333333;
	font-weight: bold;
}

#global-navi ul li.last{
	border-right: none;
}

#global-navi a, #global-navi a:link, #global-navi a:visited { color: #000; text-decoration: underline;}
#global-navi a:hover { color: #CC0000; text-decoration: underline;}
#global-navi a:active {}


/*電動スクーター*/
.scootech{ width: 550px; }
.scootech h3{ background-image: url(../images/scootech/subtitle_bg.gif); background-repeat: no-repeat; height: 50px; width: 550px; padding-top: 10px; padding-right: 5px; padding-left: 55px; font-size: 20px; margin: 20px 0 10px 0; }
.scootech p, .scootech  table{ margin: 10px 0 10px 50px; }
.scootech th{ background-color:#99CCFF; padding: 5px}
.scootech td{ padding: 5px}

.scootech_menu{ background-image: url(../images/scootech/menu_bg.jpg); background-repeat: no-repeat; width: 550px; height: 40px; }
.scootech_menu div{ width: 550px; height: 16px; font-size: 12px; line-height: 16px; padding: 12px 10px 12px 10px; }
.scootech_menu a, .scootech_menu a:link, .scootech_menu a:visited{ color: #00F;  text-decoration: none;}
.scootech_menu a:hover { color:#f60; text-decoration: underline;}

/********************************
FAQ
*********************************/
.scootech #faq {
	margin-bottom:0;
	padding:0;
}

.scootech #faq ul {
	margin:5px 0 35px 0;
}

.scootech #faq li {
	height:auto;
	margin-bottom:7px;
	padding:0 0 0 10px;
	background-position:left center;
}

.scootech #faq_box .box1 { height:25px; margin:0; padding:7px 0 0 35px; font-size:100%; background-color: #E8FFFF; background-image: url(/images/scootech/faq_q.gif); background-repeat: no-repeat; background-position: 12px 5px; }

.scootech #faq_box .box2 {
	margin:0 0 0 5px;
	padding:10px 0 0 40px;
	background:url(/images/scootech/faq_a.gif) no-repeat;
	font-size:90%;
	line-height:120%; background-position: 18px 5px;
}


.scootech #faq_box {
	width:550px;
	margin-bottom:30px;
	padding:0;
	float:left;
}


.scootech #faq_l {
	width:255px;
	float:left;
	margin-bottom:40px;
}

.scootech #faq_r {
	position:relative;
	width:255px;
	float:right;
	margin-bottom:40px;
}

.scootech #faq_img{float:right; 
margin:5px 10px 0 10px;}

/* ウッドデッキお買い得ランキング */
.deckrank {
	margin-bottom: 10px;
}

.deckrank ul li {
	float: left;
	width: 150px;
	height: 220px;
	margin: 5px;
	padding: 10px;
	border: 5px solid #060;
	text-align: center;
}

.deckrank ul li .deckrank-box h4 {
	width: 127px;
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 3px 23px;
	border-bottom: 3px solid #060;
	color: #060;
	font-size: 1.15em;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1px;
}

.deckrank ul li .deckrank-box h4.rank1 {
	background-image: url(http://www.1128.jp/images/wooddeck/ranking-icon-1.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.deckrank ul li .deckrank-box h4.rank2 {
	background-image: url(http://www.1128.jp/images/wooddeck/ranking-icon-2.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.deckrank ul li .deckrank-box h4.rank3 {
	background-image: url(http://www.1128.jp/images/wooddeck/ranking-icon-3.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.deckrank ul li .deckrank-box a {
	text-decoration: none;
}

/* bunrui.cssからコピー(S) */
@charset "utf-8";
/* CSS Document */

/* 20080514 tableタグ→CSS/リストへ変更 */
/* --- 分類 --- */
.classification_crosshead {
	width: 588px;
	height: 20px;
	background-color: #FF9933;
	margin: 0;
	padding: 5px 0;
}

.classification_crosshead_txt {
	width: 588px;
	height: 12px;
	background-color: #FF9933;
	margin: 0;
	padding: 6px 0 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-indent: 5px;
}

.classification_crosshead_crumb {
	font-size: 10px;
	font-weight: normal;
	padding: 0 10px;
}

.classification_box {
	margin: 0;
	padding: 0;
	width: 588px;
	background-color: #FEF0AD;
	display: block;
}

ul.classification {
	line-height: 1.2;
	margin: 0;
	padding: 0;
	width: 588px;
	height: auto;
	background-color: #FEF0AD;
	display: inline;
}

li.classification_item {
	line-height: 1.2;
	margin: 0;
	padding: 0;
	float: left;
	width: 147px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	list-style-type: none;
	background: left top url(http://1128.jp/images/category_menu2.gif) no-repeat;
	background-color: #FEF0AD;
	text-indent: 14px;
	display: block;
}

li.classification_item3 {
	float: left;
	width: 196px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	list-style-type: none;
	background: left top url(http://1128.jp/images/category_menu2.gif) no-repeat;
	background-color: #FEF0AD;
	text-indent: 14px;
	display: block;
}

.classification_item a {
	font-size: 12px;
	color:#0033FF;
	text-decoration:none;
}

.classification_item3 a {
	font-size: 12px;
	color:#0033FF;
	text-decoration:none;
}

.list_dummy {
	width: 147px;
	height: 16px;
	float: left;
	background-color: #FEF0AD;
	list-style: none;
}

.list_dummy3 {
	width: 196px;
	height: 16px;
	float: left;
	background-color: #FEF0AD;
	list-style: none;
}

.clear {
	clear: both;
}

.space15 { height:15px;}

/* --- メーカー --- */
.manufacturer_crosshead {
	width: 588px;
	height: 20px;
	background-color: #669900;
	margin: 0;
	padding: 5px 0;
}

.manufacturer_box {
	width: 588px;
	background-color: #DDECB9;
	display: block;
}

.manufacturer_crosshead_txt {
	width: 588px;
	height: 12px;
	background-color: #DDECB9;
	margin: 0;
	padding: 9px 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-indent: 5px;
}

.manufacturer_crosshead_crumb {
	font-size: 10px;
	font-weight: normal;
	padding: 0 10px;
}

ul.manufacturer {
	width: 588px;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #DDECB9;
	display: inline;
}

li.manufacturer_item {
	float: left;
	width: 147px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	list-style-type: none;
	background: left top url(http://1128.jp/images/category_menu2.gif) no-repeat;
	background-color: #DDECB9;
	text-indent: 14px;
	display: block;
}

li.manufacturer_item3 {
	float: left;
	width: 196px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	list-style-type: none;
	background: left top url(http://1128.jp/images/category_menu2.gif) no-repeat;
	background-color: #DDECB9;
	text-indent: 14px;
	display: block;
}

.manufacturer_item a {
	font-size: 12px;
	color:#0033FF;
	text-decoration:none;
}

.manufacturer_item3 a {
	font-size: 12px;
	color:#0033FF;
	text-decoration:none;
}

.list_dummy_manufacturer {
	width: 147px;
	height: 16px;
	float: left;
	background-color: #DDECB9;
	list-style: none;
}

.list_dummy3_manufacturer {
	width: 196px;
	height: 16px;
	float: left;
	background-color: #DDECB9;
	list-style: none;
}
/* bunrui.cssからコピー(E) */


/* 200612top.cssからコピー(s) */
/* 追加 塗料 
	分割する(S) */
.paint {
width: 580px;
margin: 5px auto;
clear: both;
}
.paint h3 {
width: 560px;
height: 40px;
background: url(/images/paint/top-title-h3.png) top left no-repeat;
margin: 5px auto;
padding: 10px 0px 0px 20px;
overflow: visible;
font-weight: bold;
clear: both;
}

.paint h4 {
background: url(/images/paint/top-title-h4-icon.png) top left no-repeat;
margin: 10px 0px 2px 6px;
padding: 0px 0px 0px 20px;
font-size: 120%;
line-height: 16px;
font-weight: bold;
color: #FF6600;
clear: both;
}

.paint h4 a{color: #0000FF; text-decoration: underline; font-weight: normal;}
.paint h4 a:link{color: #0000FF; text-decoration: underline;}
.paint h4 a:visited{color: #0000FF; text-decoration: underline;}
.paint h4 a:active{color: #0000FF; text-decoration: overline underline;}
.paint h4 a:hover{color: #0000FF; text-decoration: overline underline;}

.paint ul {
width: 180px;
float: left;
margin: 0px 0px 10px 6px;
padding: 0px;
border: 1px solid #666;
overflow: hidden;
display: block;
}

.paint p {
width: 550px;
margin: 5px auto;
}

.paint ul li.title { width: 170px; padding: 2px 5px; margin: 0px; background: #D2E788; font-weight: bold; letter-spacing: -1px}
.paint ul li.img { width: 180px; height: 100px; text-align: center; margin: 5px 0px; overflow: hidden; list-style-type: none;}
.paint ul li.img img { border: none;}
.paint ul li.text {font-size: 12px; width: 170px; height: 90px; line-height: 108%; padding: 2px 5px; margin: 0px;}
.paint ul li.btn { width: 180px; text-align: center; padding: 0; margin: 3px; list-style-type: none;}
.paint ul li.btn img { border: none; list-style-type: none;}


/* 追加 塗料 
	分割する(E) */

/* 追加 工具 
	分割する(S) */
.kougu {
width: 580px;
margin: 5px auto;
clear: both;
}
.kougu h3 {
width: 560px;
height: 40px;
background: url(/images/tool/top-title_00.jpg) top left no-repeat;
margin: 5px auto;
padding: 5px 0px 0px 40px;
overflow: visible;
font-weight: bold;
clear: both;
color: #000033;
}

.paint ul li.text {
color:#CC0000;
font-size:14px;
font-weight:bold;
height:30px;
line-height:105%;
margin:0;
padding:2px 5px;
width:170px;
}

div#tool { line-height:1.4; width: 580px; margin: 0.4em 0; font-size: 12px;}
div#tool h2 p { margin: 0.4em 1em; font-size: 14px; width: 40em;}
div#tool ul { margin: 0 0 1em; display:block; clear: both;}
div#tool ul li { display:inline-block;}
div#tool ul li img { margin: 3px 3px 0;}
div#tool h3 { background: #F90; color: #FFF; font-size: 16px; font-weight:bold; margin: 2em 0 0;}
div#tool ul li.makertxt { width: 165px; border: 3px solid #F30; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; background: #FC9; font-weight:bold;margin: 1em 5px; padding: 5px;}


/* 追加 塗料 
	090723(S) */
.paint_libos {
width: 580px;
margin: 5px auto;
clear: both;
}
.paint_libos h3 {
width: 560px;
height: 40px;
background: url(/images/paint/top-title-h3.png) top left no-repeat;
margin: 5px auto;
padding: 10px 0px 0px 20px;
overflow: visible;
font-weight: bold;
clear: both;
}

.paint_libos h4 {
background: url(/images/paint/top-title-h4-icon.png) top left no-repeat;
margin: 10px 0px 2px 6px;
padding: 0px 0px 0px 20px;
font-size: 120%;
line-height: 16px;
font-weight: bold;
color: #FF6600;
clear: both;
}

.paint_libos h4 a{color: #0000FF; text-decoration: underline; font-weight: normal;}
.paint_libos h4 a:link{color: #0000FF; text-decoration: underline;}
.paint_libos h4 a:visited{color: #0000FF; text-decoration: underline;}
.paint_libos h4 a:active{color: #0000FF; text-decoration: overline underline;}
.paint_libos h4 a:hover{color: #0000FF; text-decoration: overline underline;}

.paint_libos ul {
width: 500px;
float: left;
margin: 0px 0px 10px 20px;
padding: 0px 0px 0px 20px;
overflow: hidden;
display: block;
list-style-type: disc;
}

.paint_libos p {
width: 550px;
margin: 5px auto;
}

.paint_libos ul li.title { width: 130px; padding: 2px 5px; margin: 0px; background: #D2E788; font-weight: bold; letter-spacing: -1px}
.paint_libos ul li.img { width: 130px; height: 100px; text-align: center; margin: 5px 0px; overflow: hidden; list-style-type: none;}
.paint_libos ul li.img img { border: none;}
.paint_libos ul li.text {font-size: 11px; width: 130px; height: 110px; line-height: 108%; padding: 2px 5px; margin: 0px;}
.paint_libos ul li.btn { width: 130px; text-align: center; padding: 0; margin: 3px; list-style-type: none;}
.paint_libos ul li.btn img { border: none; list-style-type: none;}


/* 追加 塗料 
	090723(E) */


/* 追加 塗料 
	090723-2(S) */
.paint04 {
width: 580px;
margin: 5px auto;
clear: both;
}
.paint04 h3 {
width: 560px;
height: 40px;
background: url(/images/paint/top-title-h3.png) top left no-repeat;
margin: 5px auto;
padding: 10px 0px 0px 20px;
overflow: visible;
font-weight: bold;
clear: both;
}

.paint04 h4 {
background: url(/images/paint/top-title-h4-icon.png) top left no-repeat;
margin: 10px 0px 2px 6px;
padding: 0px 0px 0px 20px;
font-size: 120%;
line-height: 16px;
font-weight: bold;
color: #FF6600;
clear: both;
}

.paint04 h4 a{color: #0000FF; text-decoration: underline; font-weight: normal;}
.paint04 h4 a:link{color: #0000FF; text-decoration: underline;}
.paint04 h4 a:visited{color: #0000FF; text-decoration: underline;}
.paint04 h4 a:active{color: #0000FF; text-decoration: overline underline;}
.paint04 h4 a:hover{color: #0000FF; text-decoration: overline underline;}

.paint04 ul {
width: 130px;
float: left;
margin: 0px 0px 10px 6px;
padding: 0px;
border: 1px solid #666;
overflow: hidden;
display: block;
}

.paint04 p {
width: 550px;
margin: 5px auto;
}

.paint04 ul li.title { width: 130px; padding: 2px 5px; margin: 0px; background: #D2E788; font-weight: bold; letter-spacing: -1px}
.paint04 ul li.img { width: 130px; height: 100px; text-align: center; margin: 5px 0px; overflow: hidden; list-style-type: none;}
.paint04 ul li.img img { border: none;}
.paint04 ul li.text {font-size: 11px; width: 130px; height: 110px; line-height: 108%; padding: 2px 5px; margin: 0px;}
.paint04 ul li.btn { width: 130px; text-align: center; padding: 0; margin: 3px; list-style-type: none;}
.paint04 ul li.btn img { border: none; list-style-type: none;}


/* 追加 塗料 
	090723-2(E) */



/* 追加 塗料 
	090723-3(S) */
.price {
color:#ff0000;
font-weight:bold;
}
/* 追加 塗料 
	090723-3(E) */


/* 追加 塗料 
	090727(S) */
.paint03 {
width: 580px;
margin: 5px auto;
clear: both;
}
.paint03 h3 {
width: 560px;
height: 40px;
background: url(/images/paint/top-title-h3.png) top left no-repeat;
margin: 5px auto;
padding: 10px 0px 0px 20px;
overflow: visible;
font-weight: bold;
clear: both;
}

.paint03 h4 {
background: url(/images/paint/top-title-h4-icon.png) top left no-repeat;
margin: 10px 0px 2px 6px;
padding: 0px 0px 0px 20px;
font-size: 120%;
line-height: 16px;
font-weight: bold;
color: #FF6600;
clear: both;
}

.paint03 h5 {
margin: 10px 0px 2px 6px;
padding: 0px 0px 0px 0px;
font-size: 12px;
line-height: 16px;
font-weight: bold;
color: #963f05;
clear: both;
}

.org {
margin: 10px 0px 2px 6px;
padding: 0px 0px 0px 20px;
font-size: 120%;
line-height: 16px;
font-weight: bold;
color: #FF6600;
clear: both;
}



.paint03 h4 a{color: #0000FF; text-decoration: underline; font-weight: normal;}
.paint03 h4 a:link{color: #0000FF; text-decoration: underline;}
.paint03 h4 a:visited{color: #0000FF; text-decoration: underline;}
.paint03 h4 a:active{color: #0000FF; text-decoration: overline underline;}
.paint03 h4 a:hover{color: #0000FF; text-decoration: overline underline;}

.paint03 ul {
width: 180px;
float: left;
margin: 0px 0px 10px 6px;
padding: 0px;
border: 1px solid #666;
overflow: hidden;
display: block;
}

.paint03 p {
width: 550px;
margin: 5px auto;
}

.paint03 ul li.title { width: 170px; padding: 2px 5px; margin: 0px; background: #D2E788; font-weight: bold; letter-spacing: -1px}
.paint03 ul li.img { width: 180px; height: 100px; text-align: center; margin: 5px 0px; overflow: hidden; list-style-type: none;}
.paint03 ul li.img img { border: none;}
.paint03 ul li.text {font-size: 12px; width: 170px; height: 90px; line-height: 108%; padding: 2px 5px; margin: 0px;}
.paint03 ul li.btn { width: 180px; text-align: center; padding: 0; margin: 3px; list-style-type: none;}
.paint03 ul li.btn img { border: none; list-style-type: none;}

/* 追加 塗料 
	090727(E) */

	
/* 追加 塗料 
	090727-2(S) */
.paint_pr {
width: 580px;
margin: 5px auto;
clear: both;
}
.paint_pr h3 {
width: 560px;
height: 40px;
background: url(/images/paint/top-title-h3.png) top left no-repeat;
margin: 5px auto;
padding: 10px 0px 0px 20px;
overflow: visible;
font-weight: bold;
clear: both;
}

.paint_pr h4 {
background: url(/images/paint/top-title-h4-icon.png) top left no-repeat;
margin: 10px 0px 2px 6px;
padding: 0px 0px 0px 20px;
font-size: 120%;
line-height: 16px;
font-weight: bold;
color: #FF6600;
clear: both;
}

.paint_pr h4 a{color: #0000FF; text-decoration: underline; font-weight: normal;}
.paint_pr h4 a:link{color: #0000FF; text-decoration: underline;}
.paint_pr h4 a:visited{color: #0000FF; text-decoration: underline;}
.paint_pr h4 a:active{color: #0000FF; text-decoration: overline underline;}
.paint_pr h4 a:hover{color: #0000FF; text-decoration: overline underline;}

.paint_pr ul {
width: 180px;
float: left;
margin: 0px 0px 10px 6px;
padding: 0px;
border: 1px solid #666;
overflow: hidden;
display: block;
height: 300px; 
}

.paint_pr p {
width: 550px;
margin: 5px auto;
}

.paint_pr ul li.title { width: 170px; padding: 2px 5px; margin: 0px; background: #D2E788; font-weight: bold; letter-spacing: -1px}
.paint_pr ul li.img { width: 180px; height: 100px; text-align: center; margin: 5px 0px; overflow: hidden; list-style-type: none;}
.paint_pr ul li.img img { border: none;}
.paint_pr ul li.text {font-size: 12px; width: 170px; height: 40px; line-height: 108%; padding: 2px 5px; margin: 0px;}
.paint_pr ul li.btn { width: 180px; text-align: center; padding: 0; margin: 3px; list-style-type: none;}
.paint_pr ul li.btn img { border: none; list-style-type: none;}

.paint_pr ul li.price {
color:#ff0000;
font-size: 12px; 
line-height: 110%; 
font-weight: normal;
}

/* 追加 塗料 
	090727-2(E) */
	
	
/* 追加 塗料 
	090727-3(S) */
.paint_sws {
width: 580px;
margin: 5px auto;
clear: both;
}
.paint_sws h3 {
width: 560px;
height: 40px;
background: url(/images/paint/top-title-h3.png) top left no-repeat;
margin: 5px auto;
padding: 10px 0px 0px 20px;
overflow: visible;
font-weight: bold;
clear: both;
}

.paint_sws h4 {
background: url(/images/paint/top-title-h4-icon.png) top left no-repeat;
margin: 10px 0px 2px 6px;
padding: 0px 0px 0px 20px;
font-size: 120%;
line-height: 16px;
font-weight: bold;
color: #FF6600;
clear: both;
}

.paint_sws h4 a{color: #0000FF; text-decoration: underline; font-weight: normal;}
.paint_sws h4 a:link{color: #0000FF; text-decoration: underline;}
.paint_sws h4 a:visited{color: #0000FF; text-decoration: underline;}
.paint_sws h4 a:active{color: #0000FF; text-decoration: overline underline;}
.paint_sws h4 a:hover{color: #0000FF; text-decoration: overline underline;}

.paint_sws ul {
width: 180px;
float: left;
margin: 0px 0px 10px 6px;
padding: 0px;
border: 1px solid #666;
overflow: hidden;
display: block;
height: 400px; 
}

.paint_sws p {
width: 550px;
margin: 5px auto;
}

.paint_sws ul li.title { width: 170px; padding: 2px 5px; margin: 0px; background: #D2E788; font-weight: bold; letter-spacing: -1px}
.paint_sws ul li.img { width: 180px; height: 100px; text-align: center; margin: 5px 0px; overflow: hidden; list-style-type: none;}
.paint_sws ul li.img img { border: none;}
.paint_sws ul li.text {font-size: 12px; width: 170px; height: 40px; line-height: 108%; padding: 2px 5px; margin: 0px;}
.paint_sws ul li.btn { width: 180px; text-align: center; padding: 0; margin: 3px; list-style-type: none;}
.paint_sws ul li.btn img { border: none; list-style-type: none;}

.paint_sws ul li.price {
color:#ff0000;
font-size: 12px; 
line-height: 110%; 
font-weight: normal;
}

/* 追加 塗料 
	090727-3(E) */
	
	
/* 追加 塗料 
	090728(S) */
.paint_xylad {
width: 580px;
margin: 5px auto;
clear: both;
}
.paint_xylad h3 {
width: 560px;
height: 40px;
background: url(/images/paint/top-title-h3.png) top left no-repeat;
margin: 5px auto;
padding: 10px 0px 0px 20px;
overflow: visible;
font-weight: bold;
clear: both;
}

.paint_xylad h4 {
background: url(/images/paint/top-title-h4-icon.png) top left no-repeat;
margin: 10px 0px 2px 6px;
padding: 0px 0px 0px 20px;
font-size: 120%;
line-height: 16px;
font-weight: bold;
color: #FF6600;
clear: both;
}

.paint_xylad h4 a{color: #0000FF; text-decoration: underline; font-weight: normal;}
.paint_xylad h4 a:link{color: #0000FF; text-decoration: underline;}
.paint_xylad h4 a:visited{color: #0000FF; text-decoration: underline;}
.paint_xylad h4 a:active{color: #0000FF; text-decoration: overline underline;}
.paint_xylad h4 a:hover{color: #0000FF; text-decoration: overline underline;}

.paint_xylad ul {
width: 180px;
float: left;
margin: 0px 0px 10px 6px;
padding: 0px;
border: 1px solid #666;
overflow: hidden;
display: block;
height: 400px; 
}

.paint_xylad p {
width: 550px;
margin: 5px auto;
}

.paint_xylad ul li.title { width: 170px; padding: 2px 5px; margin: 0px; background: #D2E788; font-weight: bold; letter-spacing: -1px}
.paint_xylad ul li.img { width: 180px; height: 100px; text-align: center; margin: 5px 0px; overflow: hidden; list-style-type: none;}
.paint_xylad ul li.img img { border: none;}
.paint_xylad ul li.text {font-size: 12px; width: 170px; height: 40px; line-height: 108%; padding: 2px 5px; margin: 0px;}
.paint_xylad ul li.btn { width: 180px; text-align: center; padding: 0; margin: 3px; list-style-type: none;}
.paint_xylad ul li.btn img { border: none; list-style-type: none;}

.paint_xylad ul li.price {
color:#ff0000;
font-size: 12px; 
line-height: 110%; 
font-weight: normal;
}

.paint_xylad ul li .red {
color:#ff0000;
font-size: 12px; 
line-height: 110%; 
font-weight: bold;
}

/* 追加 塗料 
	090728(E) */
	
	
	
/* 追加 塗料 
	090728_2(S) */
.paint_deck {
width: 580px;
margin: 5px auto;
clear: both;
}
.paint_deck h3 {
width: 560px;
height: 40px;
background: url(/images/paint/top-title-h3.png) top left no-repeat;
margin: 5px auto;
padding: 10px 0px 0px 20px;
overflow: visible;
font-weight: bold;
clear: both;
}

.paint_deck h4 {
background: url(/images/paint/top-title-h4-icon.png) top left no-repeat;
margin: 10px 0px 2px 6px;
padding: 0px 0px 0px 20px;
font-size: 120%;
line-height: 16px;
font-weight: bold;
color: #FF6600;
clear: both;
}

.paint_deck h4 a{color: #0000FF; text-decoration: underline; font-weight: normal;}
.paint_deck h4 a:link{color: #0000FF; text-decoration: underline;}
.paint_deck h4 a:visited{color: #0000FF; text-decoration: underline;}
.paint_deck h4 a:active{color: #0000FF; text-decoration: overline underline;}
.paint_deck h4 a:hover{color: #0000FF; text-decoration: overline underline;}

.paint_deck ul {
width: 180px;
float: left;
margin: 0px 0px 10px 6px;
padding: 0px;
border: 1px solid #666;
overflow: hidden;
display: block;
height: 270px; 
}

.paint_deck p {
width: 550px;
margin: 5px auto;
}

.paint_deck ul li.title { width: 170px; padding: 2px 5px; margin: 0px; background: #D2E788; font-weight: bold; letter-spacing: -1px}
.paint_deck ul li.img { width: 180px; height: 100px; text-align: center; margin: 5px 0px; overflow: hidden; list-style-type: none;}
.paint_deck ul li.img img { border: none;}
.paint_deck ul li.text {font-size: 12px; width: 170px; height: 40px; line-height: 108%; padding: 0px 2px 20px 5px; margin: 0px;}
.paint_deck ul li.btn { width: 180px; text-align: center; padding: 0; margin: 3px; list-style-type: none;}
.paint_deck ul li.btn img { border: none; list-style-type: none;}


/* 追加 塗料 
	090728_2(E) */
	
	
	
/* 追加 石材 
	090731(S) */	
#stone_category {
	width: 275px;
	float: left;
	margin: 10px;
	border: 1px solid #666666;
}
#stone_category .category_img {
	float: left;
	width: 100px;
	padding-top: 5px;
	padding-left: 5px;
}
.category_main a {
	color: #663333;
}
#buyer strong {
	font-size: 110%;
	color: #CC0000;
	font-weight: bold;
}
#stone_category .category_main {
	float: left;
	width: 160px;
	padding: 5px;
}
.category_main h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 150%;
	font-weight: bold;
	color: #65383D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #643639;
}
/* 追加 石材 
	090731(E) */	
	
/* 追加 石材
	施主支給TOP(S) */
.donor_margin10 { margin-bottom: 10px;}
.donor_margin20 { margin-bottom: 20px;}

.donor_subtxt {
	margin: 10px 10px;
	padding: 0;
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
}

h3.donor_provision {
	background-image: url(/images/seshu/h3_provision.jpg);
	background-repeat: no-repeat;
	height: 36px;
	padding: 10px 0 0 10px;
	margin: 0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

h3.donor_h3 {
	background-image: url(/images/seshu/h3_bg.jpg);
	background-repeat: no-repeat;
	height: 24px;
	padding: 3px 0 0 5px;
	margin: 0;
}

.donor_listbox {
	margin: 0 10px;
	width: 570px;
}

.donor_listtitle {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-color: #FFFFCC;
	padding: 0 0 0 5px;
}

ul.donor_listul {
	margin: 0 0 0 5px;
	padding: 0;
}

li.donor_listli {
	font-size: 10px;
	line-height: 1.3;
	text-align: left;
	list-style: none;
	width: 185px;
	float: left;
}

li.donor_listli a:link { color:#333333; text-decoration: none;}
li.donor_listli a:visited{ color: #333333; text-decoration: none;}
li.donor_listli a:hover{color: #990000; text-decoration: underline;}

.donor_link {
	margin: 10px 0;
}

.donor_margin_right {
	margin: 0 10px 0 0;
}

.img_sample_box {
	width: 580px;
	text-align: center;
	margin: 0 13px;
	padding: 0;
}

.img_sample_left {
	float: left;
	margin: 0 12px 0 0;
	padding: 0;
}

.img_topbutton {
	margin: 15px 0 15px;
}
/* 追加 石材
	施主支給TOP(E) */
	
	
/* 追加 エクステリア
	TOP(S) */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block; }
/* End hide from IE-mac */ 
/* clearfix(E) */

#main h1 { font-size: x-large; font-weight: bold; color:#663300; }

#exterior {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	font-size: 75%;
	line-height: 1.5;
}

	#exterior p { margin-left: 10px; font-size: small;}

#buyer {
	width: 580px;
	background-color: #E9E9D1;
	padding: 5px;
	margin: 0px auto;
}
	#buyer h2 { font-size: large; font-weight: bold; color: #003399; margin: 0px 0px 0px 5px; padding: 0px;}
	
	#buyer .item-box {
		width: 260px;
		height: 170px;
		background-color: #EEEEEE;
		margin: 4px;
		padding: 5px;
		float: left;
		border: 1px solid #ccc;
	}
	
	.item-box h3 { font-size: small; line-height: 1.2; font-weight: bold; color: #663300; margin: 0px; padding: 0px; border-bottom: 2px solid #663300; letter-spacing: -1px;}
	
	.item-box p { font-size: small; margin: 5px 0px 0px 0px; line-height: 1.2;}
	
	.item-box img { margin: 0px 5px 5px 0px; border: none; padding: 0px;}


#buyer a {
	color: #000000;
	font-weight: normal;
}
#sub_category {
	width: 270px;
	float: left;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#sub_category img {
	height: 50px;
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sub_category .category_main {
	padding: 5px;
}
#sub_category .category_title {
	display: inline-block;
}
.category_title a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 150%;
	font-weight: bold;
	color: #65383D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #643639;
	text-decoration: none;
}
#buyer strong {
	font-size: 110%;
	color: #CC0000;
	font-weight: bold;
}
.category_main h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 150%;
	font-weight: bold;
	color: #65383D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #643639;
}	
/* 追加 エクステリア
	TOP(E) */

/* 追加 エクステリア
	マリンランプ　バークチップ(S) */
h2.marine {
	width: 580px;
	margin: 10px auto 0px auto;
	padding: 0px;
}

#marine-lineup {
	width: 580px;
	margin: 5px auto 0px auto;
	padding: 0px;
}

#marine-lineup h3 {
	width:　580px;
	height: 22px;
	font-size : 1em;
	line-height: 110%;
	font-weight: normal;
	margin: 10px auto 5px auto;
	padding: 3px;
	background: #FF9900;
	color: #000000;
	text-align: center;
	clear: both;
}

#marine-lineup .inner {
	width: 136px;
	height: 250px;
	float: left;
	margin: 0px 5px 10px 0px;
	border: 2px solid #ccc;
	padding: 0px;
	text-align: center;
}

#marine-lineup .inner p.comment { width: 126px; height: 30px; text-align: center; font-size: 10px; line-height: 110%; padding: 0px 5px; margin: 0px; font-weight: bold; overflow: visible;}
#marine-lineup .inner p.photo { width: 136px; height: 130px; text-align: center; line-height: 105%; overflow: hidden; padding: 3px 0px 0px 0px; margin: 0px 0px 3px 0px;}
#marine-lineup .inner p.title { width: 136px; height: 24px; text-align: center; background-color: #ccc; color: #000; font-size: 10px; line-height: 105%; overflow: visible; padding: 2px 0px 0px 0px; margin: 0px 0px 3px 0px;}
#marine-lineup .inner p.price { width: 136px; height: 16px; text-align: center; font-size: 12px; line-height: 110%; padding: 3px 0px; margin: 0px; border-bottom: 1px solid #ccc; color: #CC0000;}
#marine-lineup .inner p.cart { width: 136px; height: 24px; text-align: center; font-size: 10px; line-height: 105%; padding: 3px 0px; margin: 0px;}


#marine-lineup .inner img, #marine-lineup .inner2 img {
	border: none;
	margin-bottom: 2px;
}

#marine-lineup .inner a, #marine-lineup .inner a:link, #marine-lineup .inner a:visited, #marine-lineup .inner a:active, #marine-lineup .inner a:hover{text-decoration: none;}

#kogu-lineup .inner p.title a, #kogu-lineup .inner2 p.title a, #kogu-lineup .inner p.title a:link, #kogu-lineup .inner2 p.title a:link{color: #fff; text-decoration: none;}
#kogu-lineup .inner p.title a:visited, #kogu-lineup .inner2 p.title a:visited, #kogu-lineup .inner p.title a:active, #kogu-lineup .inner2 p.title a:active, #kogu-lineup .inner p.title a:hover, #kogu-lineup .inner2 p.title a:hover {color: #fff; text-decoration: none;}

.txt_e01 { margin: 0px; font-size: 10px; font-weight: normal;}
.txt_e02{color: #FFFFFF}
.txt_e03 {font-size: 10px; font-weight: bold; }
.txt_e04 {font-size: 10px}

#main .bark h3 {
	width: 550px;
	margin: 20px auto 5px auto;
	padding: 10px;
	background: url(/images/exterior/woodchip/h3-bg.jpg) no-repeat top left;
	color: #fff;
	font-size: 16px;
	line-height: 105%;
	font-weight: bold;
}

#main .bark h4 {
	margin: 10px 0px 5px 0px;
	padding: 20px 0px 0px 0px;
	color: #660000;
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
}

#main .bark p {
	margin: 0px 0px 1em 0px;
}

#main .bark span.price {
	font-weight: bold;
	color: #c00;
}

#main .bark img {
	border: none;
}
/* 追加 エクステリア
	マリンランプ　バークチップ(E) */
	
/* 追加 エクステリア
	妻飾り　　フラワーボックス(S) */
#main .tsuma h3 {
	width: 550px;
	margin: 20px auto 5px auto;
	padding: 10px;
	background: url(/images/exterior/tumakazari/h3-bg.jpg) no-repeat top left;
	color: #fff;
	font-size: 16px;
	line-height: 105%;
	font-weight: bold;
}

#main .tsuma a img {
	border: none;
}

#main .tsuma img.item {
	border: 1px solid #ccc;
	margin: 0px 5px 5px 0px;
}

#main .tsuma a {
	text-decoration: none;
}

#main .tsuma .sale {
	clear: both;
	width: 536px;
	margin: 20px auto;
	padding: 5px;
	background: #FCDEFE;
	border: 2px solid #CC0000;
}

.price { color: #CC0000; font-weight: bold;}	
/* 追加 エクステリア
	妻飾り　フラワーボックス(E) */

/* 追加 エクステリア
	防草シート(S) */
#main .bousou { width: 570px; margin: 0px auto 15px auto;}
#main .bousou h3 {
	width: 550px;
	margin: 20px auto 5px auto;
	padding: 10px;
	background: url(/images/exterior/woodchip/h3-bg.jpg) no-repeat top left;
	color: #fff;
	font-size: 16px;
	line-height: 105%;
	font-weight: bold;
}

#main .bousou h4 {
	color: #330000;
	font-size: 15px;
	font-weight: bold;
}


#main .bousou ul li {
	float: left;
	list-style: none;
	margin: 0px 5px 10px 0px;
	padding: 3px;
	border: 1px solid #ccc;
}

#main .bousou p {
	margin: 0px 0px 1em 0px;
}

#main .bousou span.price {
	font-weight: bold;
	color: #c00;
}

#main .bousou img {
	border: none;
}
/* 追加 エクステリア
	防草シート(E) */

/* 追加 エクステリア
	フェンス(S) */
#center-column-box {
width: 570px;
margin: 10px auto;
font-size: 12px;
}

#center-column-box a {
color: #0000FF;
text-decoration: underline;
}

#center-column-box img {
border: none;
}

.inner-lineup-big {
width: 170px;
height: 220px;
margin: 0px auto 10px auto;
padding: 5px;
border: 1px solid #666666;
text-align: center;
}

#center-column-box h2 { color: #003366; margin: 0px 0px 5px 0px;}

#center-column-box h3 { background: #003366; color: #ffffff; margin: 0px 0px 5px 0px; padding: 2px 5px; text-align: left; font-size: 125%; line-height: 110%;}

#center-column-box p.size { width: 95%; background: #FFFFCC; margin: 0px auto; padding: 3px; border: 1px solid #333;}

#center-column-box ul { margin-left: 5px; padding-left: 20px; text-align: left;}


#center-column-box p.white {
line-height: 110%;
color: #fff;
margin: 0px;
}

#center-column-box img.btn {
float: right;
margin: 5px 5px 0px 0px;
}

#center-column-box img.item {
float: left;
margin: 0px 5px 0px 0px;
}

#inner-left {
float: left;
width: 275px;
margin: 10px 20px 0px 0px;
}

#inner-right {
float: left;
width: 275px;
margin: 10px 0px 0px 0px;
}

.inner-lineup-small {
clear: both;
width: 553px;
margin: 0px auto 10px auto;
padding: 5px;
border: 1px solid #666666;
text-align: center;
}

.inner-lineup-small img.item {
float: left;
margin: 0px 5px 0px 0px;
}

.inner-lineup-small img.btn {
float: right;
margin: 5px 5px 0px 0px;
}

.inner-lineup-big p, .inner-lineup-small p {
margin: 0px 0px 3px 0px;
text-align: left;
line-height: 110%;
}

h3.titlebg {
	width: 550px;
	margin: 20px auto 5px auto;
	padding: 10px;
	background: url(/images/exterior/woodchip/h3-bg.jpg) no-repeat top left;
	color: #fff;
	font-size: 16px;
	line-height: 105%;
	font-weight: bold;
}
/* 追加 エクステリア
	フェンス(E) */

/* 追加 エクステリア
	和風屋外灯(S) */
#yuragiboxstyle1{ width: 580px; margin: 0; padding: 5px 5px;
align: center;
}

#yuragiboxstyle2{
   width: 130px; margin: 5px 5px 5px 5px; padding: 0; float: left; text-align: center;
	 font-size: 10px;
}

#yuragiboxstyle3-1{
   width: 130px; height:100px; margin: 0; padding: 0; text-align: center; border: 0;
}
.yuragi1xx {
	font-size: 12px;
	color: #333333;
	line-height: 135%;
}
.yuragi1xx a{
	font-size: 12px;
	color:#0033FF;
	text-decoration:none;
	line-height: 135%;
}
.yuragi2xx ul{
	list-style-image:url(http://1128.jp/images/category_menu2.gif);
	margin-left:0px;
	padding-left:1px;
	margin-top:0px;
	padding-top:0px;
	list-style-position:inside;
	}
.yuragi2xx li{
margin-left:0px;
padding-left:1px;
}
/* 追加 エクステリア
	和風屋外灯(E) */

/* 追加 エクステリアイルミネーション
	(S) */
img { border: none;}
.illumination-fullbox{
    width: 590px;
	text-align: left;
	margin: 0 0 20px 0px;
	padding: 0;
	clear: both;
}

.illumination-text1{
    width: 590px;
	text-align: left;
	padding: 0;
	margin: 0 0 20px 0;
	float: left;
	clear: both;
}

.illumination-text2{
    width: 578px;
	text-align: left;
	padding: 0 5px 5px 5px;
	border: 1px solid #999999;
	margin: 0 0 10px 0;
	float: left;
	overflow: hidden;
	background-image: url(/images/extterior/illumination/bg_box.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.illumination-text2 ul{
    font-size: 12px;
	font-weight: normal;
	list-style-type: decimal;
	list-style-position: inherit;
	line-height: 18px;
}

.illumination-text2 li{
    margin-bottom: 18px;	
}

.illumination-qa-q{
    width: 570px;
	padding: 2px 5px 2px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	border-bottom: 1px solid #006600;
}

.illumination-qa-a{
    width: 560px;
	padding: 5px 10px 5px 10px;
	border-bottom: 5px dotted #006600;
	font-size: 12px;
	margin: 0 0 25px 0;
}	
/* 追加 エクステリアイルミネーション
	(E) */

/* 追加 エクステリアガーデンファニチャー
	(S) */

#buyer {
	width: 96%;
	background-color: #E9E9D1;
	padding: 5px;
	margin: 0px auto 20px auto;
}
	#buyer h2 { font-size: large; font-weight: bold; color: #003399; margin: 0px 0px 0px 5px; padding: 0px;}
	
	#buyer .buyer-item-box {
		width: 260px;
		height: 180px;
		background-color: #EEEEEE;
		margin: 4px;
		padding: 5px;
		float: left;
		border: 1px solid #ccc;
	}
	
	.buyer-item-box h3 { font-size: small; line-height: 1.2; font-weight: bold; color: #663300; margin: 0px; padding: 0px; border-bottom: 2px solid #663300; letter-spacing: -1px;}
	
	.buyer-item-box p { font-size: small; margin: 5px 0px 0px 0px; line-height: 1.2;}
	
	.buyer-item-box img { margin: 0px 5px 5px 0px; border: none; padding: 0px;}


#buyer a {
	color: #000000;
	font-weight: normal;
}
#buyer strong {
	font-size: 110%;
	color: #CC0000;
	font-weight: bold;
}

.clear { clear:both;}

.gf {
	width: 593px;
	margin: 0px 0px 0px -30px;

}
.gf ul li {
	float: left;
	margin: 0 8px 0 0;
}
.gf ul li.rightEnd {
	margin: 0;
}	
/* 追加 エクステリアガーデンファニチャー
	(E) */

/* 追加 エクステリア
風見鶏
	(S) */
#main .kazami { width: 570px; margin: 0px auto 15px auto;}
#main .kazami h3 {
	width: 550px;
	margin: 20px auto 5px auto;
	padding: 10px;
	background: url(/images/exterior/woodchip/h3-bg.jpg) no-repeat top left;
	color: #fff;
	font-size: 16px;
	line-height: 105%;
	font-weight: bold;
}

#main .kazami h4 {
	width: 180px;
	margin: 20px 0px 0px 0px;
	padding: 3px 10px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#main .kazami div.inner {
	width: 558px;
	margin: 0px 0px 20px 0px;
	padding: 5px;
	border: 1px solid #ccc;
}

#main .kazami ul {
	list-style: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#main .kazami ul li {
	float: left;
	list-style: none;
	margin: 0px 5px 10px 0px;
	padding: 1px;
	border: 1px solid #ccc;
}

#main .kazami p {
	margin: 0px 0px 1em 0px;
}

#main .kazami span.price {
	font-weight: bold;
	color: #c00;
}

#main .kazami img {
	border: none;
}
#main .kazami .sale {
	clear: both;
	width: 536px;
	margin: 20px auto;
	padding: 5px;
	background: #FCDEFE;
	border: 2px solid #CC0000;
}

.price { color: #CC0000; font-weight: bold;}	
/* 追加 エクステリア
風見鶏
	(E) */

/* 追加 エクステリア
物置
	(S) */
.monooki-fullbox{
    width: 590px;
	text-align: left;
	float: left;
	margin: 20px 0 0 0px;
	margin-bottom: 20px;
}

.monooki-fullbox ul{
	margin: 0px;
	padding: 0px;
	font-size: medium;
	line-height: normal;
	color: #333333;
	font-weight: bold;
}

.monooki-fullbox li{
	list-style: outside square;
	margin: 0px 0px 5px 20px;
	font-weight: normal;
}

.monooki-fullbox img{
	margin: 0px 2px 10px 0px;
	border: none;
	}

.monooki-box1{
    width: 178px;
	height: 160px;
	border: 1px solid #000000;
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 5px;
	margin: 0 5px 5px 0;
	font-size: 12px;
	line-height: 30px;
	float: left;
	overflow: auto;
}

.monooki-box1 ul{
    width: 173px;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 5px;
	margin: 0 0 5px 0;
}

.monooki-box1 li{
    list-style: disc;
	list-style-position: outside;
	margin: 0 0 0 15px;
	line-height: 16px;
	padding: 0;
}

.monooki-carriage ul{
	list-style: circle;
	list-style-position: outside;
	margin: 0 0 0 15px;
	line-height: 120%;
	padding: 0;
	font-size: large;
	font-weight: bold;
}

.monooki-carriage li{
	font-size: medium;
	margin: 0px 0px 10px 20px;
	padding: 0;
	font-weight: normal;
}
.monooki-setsumei {width: 520px; padding: 5px; margin: 0 0 20px 30px; font-weight: normal; float: left; text-align: left;}
.monooki-setsumei h2{font-size: 14px;color:#FFFFFF; margin:0; padding:0}
.style10 {font-size: 120%}
.style18 {font-size: 24px}
/* 追加 エクステリア
物置
	(E) */

/* 追加 エクステリア
井戸ポンプ
	(S) */
#main .idocontent { width: 570px; margin: 0px auto 15px auto;}
#main .idocontent h3 {
	width: 550px;
	margin: 20px auto 5px auto;
	padding: 10px;
	background: url(/images/exterior/tumakazari/h3-bg.jpg) no-repeat top left;
	color: #fff;
	font-size: 16px;
	line-height: 105%;
	font-weight: bold;
}

#main .idocontent a img {
	border: none;
}

#main .idocontent img.item {
	border: 1px solid #ccc;
}
#main .idocontent .sale {
	clear: both;
	width: 536px;
	margin: 20px auto;
	padding: 5px;
	background: #FCDEFE;
	border: 2px solid #CC0000;
}
/* 追加 エクステリア
井戸ポンプ
	(E) */
	
/* 追加 エクステリア
ガーデニング
	(S) */
.gatxt {
	font-size: 14px;
	font-weight: bold;
}
#garden {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	font-size: 75%;
	line-height: 1.5;
}

#garden p { margin-left: 10px; font-size: small;}

#ga {
	width: 95%;
	background-color: #E9E9D1;
	padding: 5px;
	margin: 0px auto;
	border:1px dashed #666666;
}
	#ga h2 { font-size: large; font-weight: bold; color: #003399; margin: 0px 0px 0px 5px; padding: 0px;}
	
#ga .item-box {
		width: 250px;
		height: 170px;
		background-color: #EEEEEE;
		margin: 4px;
		padding: 5px;
		float: left;
		border: 1px solid #ccc;
	}

	
	.item-box h3 { font-size: small; line-height: 1.2; font-weight: bold; color: #663300; margin: 0px; padding: 0px; border-bottom: 2px solid #663300; letter-spacing: -1px;}
	
	.item-box p { font-size: small; margin: 5px 0px 0px 0px; line-height: 1.2;}
	
	.item-box img { margin: 0px 5px 5px 0px; border: none; padding: 0px;}
	
	


	
#ga a {
	color: #000000;
	font-weight: normal;
}
#ga strong {
	font-size: 110%;
	color: #CC0000;
	font-weight: bold;
}
#ga p { /*200612top.cssで定義を上書き*/
	color: #000000;
	background-color: #EEEEEE;
}
/* 追加 エクステリア
ガーデニング
	(E) */
	




/* 追加 エクステリア
ガーデニング
200612top.cssより
	(S) */	
.stone_category {
	width: 270px;
	float: left;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 16px;
}
.stone_category_r {
	width: 270px;
	float: right;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 16px;
}
.stone_category p, .stone_category_r p{
	margin-top: 10px;
	padding: 5;
}
.stone_category .category_img, .stone_category_r .category_img {
	float: left;
	width: 100px;
	padding-top: 5px;
	padding-left: 5px;
}
.stone_category .category_head, .stone_category_r .category_head {
	padding: 5px;
}
.stone_category .category_main, .stone_category_r .category_main {
	float: left;
	width: 150px;
	padding: 5px;
}
.stone_category .category_main a, .stone_category_r .category_main a {
	color: #663333;
	text-decoration: none;
}
.stone_category .category_head h3, .stone_category .category_main h3, .stone_category_r .category_head h3, .stone_category_r .category_main h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 150%;
	font-weight: bold;
	color: #65383D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #643639;
}
.stone_category .category_main ul, .stone_category_r .category_main ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
.clr {
	clear: both;
}
/* 追加 エクステリア
ガーデニング
200612top.cssより
	(E) */	
	
/* 追加 
ガーデニング
	(S) */	
.tuchi1 {
	color: #003366;
	font-weight: bold;
}
.tuchi2 {
	color: #336600;
	font-weight: bold;
	font-size: 90%;
}
/* 追加 
ガーデニング
	(E) */	

/* 追加 
枕木　200612top.cssより　090824
	(S) */	
.lineup_list{
	width:580px;
	padding:0px;
}
.lineup_list h3 {
	margin: 10px 0 5px 0;
	padding: 0 0 0 25px;
	font-size: 16px;
	color: #3366FF;
	font-weight: bold;
	background: url(/img/common/icon5_01.gif) no-repeat left;
	}

.lineup_list_box {
	float: left;
	width: 124px;
	height: 200px;
	background: #fff;
	overflow:auto;
	margin: 0px 3px 10px 0px;
	padding: 6px;
	border: 1px solid #999;
	text-align: center;
	line-height:100%;
}
.lineup_list_title{
	font-size: 12px;
}
.lineup_list_info{
	font-size: 12px;
	color:#FF0000;
	font-weight:bold;
}
.lineup_list_comment{
	font-size: 10px;
	text-align: left;
}	
/* 追加 
枕木　200612top.cssより　090824
	(E) */	

/* 追加 
枕木　top_makuragi-new.htmlより　090824
	(S) */	
.table-inner {
	width: 268px;
	height: 320px;
	margin: 0px auto 10px auto;
	padding: 0px;
	border: 1px solid #000;
	background: #ccc;
	text-align: center;
}

.table-inner img {
	border: none;
	margin: 3px 0px 0px 0px;
}

.table-inner p.comment {
	width: 236px;
	line-height: 120%;
	margin: 2px 0px 2px 14px;
	padding: 2px;
	border: 1px solid #000;
	background: #fff;
	text-align: left;
}

.table-inner2 {
	width: 258px;
	height: 150px;
	margin: 0px auto 10px auto;
	padding: 5px;
	border: 1px solid #000;
	text-align: left;
}

.table-inner2 img {
	border: none;
	margin: 0px 1px 1px 0px;
}

.table-inner2 p.title {
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
}


.table-inner2 p.comment {
	margin: 0px 0px 5px 0px;
	font-size: 12px;
}
/* 追加 
枕木　top_makuragi-new.htmlより　090824
	(E) */	
	
/* 追加 
枕木　q-makuragi.htmlより　090824
	(S) */	
.maku-tit {
	color: #339900;
	font-size: 16px;
	font-weight: bolder;
	line-height: 140%;
}
.style1xx {
	font-size: 12px;
	color: #333333;
	line-height: 135%;
}
.style1xx a{
	font-size: 12px;
	color:#0033FF;
	text-decoration:none;
	line-height: 135%;
}
.style2xx ul{
	list-style-image:url(http://1128.jp/images/category_menu4.gif);
	margin-left:0px;
	padding-left:1px;
	margin-top:0px;
	padding-top:0px;
	list-style-position:inside;
	}
.style2xx li{
margin-left:0px;
padding-left:1px;
}
p.maku-line {
   border-bottom: 1px solid #666;
}
	/* 追加 
枕木　q-makuragi.htmlより　090824
	(E) */	
	
	
/* 追加　200612top.cssより　090826
カテゴリー内壁・外壁(S) */
#outline-wall{
	width: 590px;
	margin: 0px 0px 0px 5px;
	text-align: center;
}

#outline-wall .main-wall{
	width: 580px;
	margin: 15px 0px 15px 10px;
	text-align: left;
}

.main-wall p{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	line-height: 18px;
}

#outline-wall .contents-banner{
	width: 280px;
	margin: 0px 0px 0px 3px;
	padding: 3px;
	float: left;
	text-align: left;
	border: 1px solid #999999;
}

.contents-banner .wall-category{
	width: 280px;
	margin: 0px 0px 15px 0px;
	font-size: 12px;
	line-height: 150%;
	clear: both;
}

.wall-category .wall-title{
	width: 274px;
	background-color: #003366;
	margin: 0px 0px 5px 0px;
	padding: 3px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

.wall-category .mini-category{
	width: 250px;
	margin: 0px 0px 10px 20px;
	font-size: 12px;
	line-height: 150%;
	clear: both;
}

.mini-category .mini-title{
	width: 244px;
	margin: 0px 0px 5px 0px;
	padding: 1px;
	font-size: 12px;
	color: #036;
	font-weight: bold;
	border-bottom: 2px solid #003366;
}

.wall-category img{
	float: left;
	margin: 5px;
	border: none;
}


.wall-title a, .mini-title a{color: #fff; text-decoration: underline; font-weight: bold;}
.wall-title a:link, .mini-title a:link{color: #fff; text-decoration: underline;}
.wall-title a:visited, .mini-title a:visited{color: #fff; text-decoration: underline;}
.wall-title a:active, .mini-title a:active{color: #cc0000; text-decoration: underline;}
.wall-title a:hover, .mini-title a:hover{color: #cc0000; text-decoration: underline;}

.mini-title a{color: #003366; text-decoration: underline; font-weight: bold;}
.mini-title a:link{color: #003366; text-decoration: underline;}
.mini-title a:visited{color: #003366; text-decoration: underline;}
.mini-title a:active{color: #cc0000; text-decoration: underline;}
.mini-title a:hover{color: #cc0000; text-decoration: underline;}
/* 追加　200612top.cssより　090826
カテゴリー内壁・外壁(E) */


/* 関連商品 090917(S) */
ul#relateditem {
	width: 147px;
	margin: 0px auto 15px auto;
	padding: 10px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #E1FFFF;
	font-size: 0.95em;
	line-height: 1em;
}
*ul#relateditem {
	width: 100%;
}
ul#relateditem li{
	padding: 5px 0px;
	list-style: none;
	border-bottom: 1px dotted #999;
}
ul#relateditem li.last{
	padding: 5px 0px 0px 0px;
	border-bottom: none;
}
ul#relateditem a { color: #00F;}

/* 関連商品 090917(E) */

/* インテリアトップページ(S) */
#interior-top {
	width: 570px;
	margin: 0px auto;
	_margin-left: 10px;
	text-align: left;
	line-height: 100%;
}

#interior-top h2 {
	clear: both;
}

#interior-top h3 {
	_height: 26px;
	clear: both;
	margin: 20px auto 0 auto;
	padding: 10px;
	background: #4a2010;
	color: #fff;
	font-weight: bold;
}

#interior-top h4 {
	clear: both;
	height: 28px;
	margin-bottom: 1px;
	padding: 6px 3px 0 3px;
	background: url(http://www.1128.jp/images/interior/interior-wp-h4bg.jpg) top left no-repeat;
	color: #4a2010;
	font-weight: bold;
}

#interior-top h5 {
	clear: both;
}

#interior-top .marginbottom {
	margin-bottom: 20px;
}

#interior-top dl {
	float: left;
	display: block;
	background: #EAE8DF;
	margin: 0 15px 15px 0;
}

#interior-top dl.last {
	float: left;
	display: block;
	margin-right: 0;
}

#interior-top dl dd {
	padding: 0 5px;
	font-size: 12px;
}

#interior-top dl dd.title {
	height: 26px;
	margin: 5px 0;
	font-weight: bold;
	color: #4a2010;
}

#interior-top dl dd.text {
	height: 48px;
	margin: 0;
	color: #333;
}

#interior-top .line4, #interior-top .line5, #interior-top .line2, #interior-top .interior-ranking {
	clear: both;
	width: 560px;
	margin: 0 auto 30px auto;
}

#interior-top .line4 dl {
	width: 128px;
	height: 180px;
	border-top: 5px solid #4a2010;
}

#interior-top .line4 dl dd.btn a, #interior-top .line2 dl dd.btn a {
	display: block;
	text-indent: -8888em;
	width: 118px;
	height: 20px;
	margin: 3px auto 5px auto;
	background: url(/images/interior/interior-wp-linup-btn1.jpg) top left no-repeat;
}

#interior-top .line4 dl dt {
	text-indent: -8888em;
	display: block;
	width: 116px;
	height: 57px;
	margin: 5px;
	border: 1px solid #999;
	background: top left no-repeat;
}

#interior-top dl.cts1 dt, #interior-top dl.cts1 dt a { display: block; width: 116px; height: 57px; background: url(/images/interior/interior-wp-linup-2_01.jpg); }
#interior-top dl.cts2 dt, #interior-top dl.cts2 dt a { display: block; width: 116px; height: 57px; background: url(/images/interior/interior-wp-linup-2_02.jpg); }
#interior-top dl.cts3 dt, #interior-top dl.cts3 dt a { display: block; width: 116px; height: 57px; background: url(/images/interior/interior-wp-linup-2_03.jpg); }
#interior-top dl.cts4 dt, #interior-top dl.cts4 dt a { display: block; width: 116px; height: 57px; background: url(/images/interior/interior-wp-linup-2_04.jpg); }
#interior-top dl.cts5 dt, #interior-top dl.cts5 dt a { display: block; width: 116px; height: 57px; background: url(/images/interior/interior-wp-linup-2_05.jpg); }
#interior-top dl.cts6 dt, #interior-top dl.cts6 dt a { display: block; width: 116px; height: 57px; background: url(/images/interior/interior-wp-linup-2_06.jpg); }
#interior-top dl.cts7 dt, #interior-top dl.cts7 dt a { display: block; width: 116px; height: 57px; background: url(/images/interior/interior-wp-linup-2_07.jpg); }
#interior-top dl.cts8 dt, #interior-top dl.cts8 dt a { display: block; width: 116px; height: 57px; background: url(/images/interior/interior-wp-linup-2_08.jpg); }

#interior-top .line5 dl {
	width: 98px;
	height: 105px;
	border-top: 5px solid #4a2010;
}

#interior-top .line5 dl dd.btn a {
	display: block;
	text-indent: -8888em;
	width: 88px;
	height: 15px;
	margin: 3px auto 5px auto;
	background: url(/images/interior/interior-wp-linup-btn2.jpg) top left no-repeat;
}

#interior-top .line5 dl dt {
	text-indent: -8888em;
	display: block;
	width: 86px;
	height: 43px;
	margin: 5px;
	border: 1px solid #999;
	background: top left no-repeat;
}

#interior-top dl.cts9 dt, #interior-top dl.cts9 dt a { display: block; width: 86px; height: 43px; background: url(/images/interior/interior-wp-linup-3_01.jpg); }
#interior-top dl.cts10 dt, #interior-top dl.cts10 dt a { display: block; width: 86px; height: 43px; background: url(/images/interior/interior-wp-linup-3_02.jpg); }
#interior-top dl.cts11 dt, #interior-top dl.cts11 dt a { display: block; width: 86px; height: 43px; background: url(/images/interior/interior-wp-linup-3_03.jpg); }
#interior-top dl.cts12 dt, #interior-top dl.cts12 dt a { display: block; width: 86px; height: 43px; background: url(/images/interior/interior-wp-linup-3_04.jpg); }
#interior-top dl.cts13 dt, #interior-top dl.cts13 dt a { display: block; width: 86px; height: 43px; background: url(/images/interior/interior-wp-linup-3_05.jpg); }
#interior-top dl.cts14 dt, #interior-top dl.cts14 dt a { display: block; width: 86px; height: 43px; background: url(/images/interior/interior-wp-linup-3_06.jpg); }
#interior-top dl.cts15 dt, #interior-top dl.cts15 dt a { display: block; width: 86px; height: 43px; background: url(/images/interior/interior-wp-linup-3_07.jpg); }
#interior-top dl.cts16 dt, #interior-top dl.cts16 dt a { display: block; width: 86px; height: 43px; background: url(/images/interior/interior-wp-linup-3_08.jpg); }
#interior-top dl.cts17 dt, #interior-top dl.cts17 dt a { display: block; width: 86px; height: 43px; background: url(/images/interior/interior-wp-linup-3_09.jpg); }
#interior-top dl.cts18 dt, #interior-top dl.cts18 dt a { display: block; width: 86px; height: 43px; background: url(/images/interior/interior-wp-linup-3_10.jpg); }

#interior-top .line2 dl {
	width: 270px;
	height: 70px;
	border-top: 5px solid #4a2010;
}

#interior-top .line2 dl dd.btn a, #interior-top .line2 dl dd.btn a {
	display: block;
	text-indent: -8888em;
	width: 260px;
	height: 20px;
	margin: 3px auto 5px auto;
	background: url(/images/interior/interior-wp-linup-btn1.jpg) top right no-repeat;
}

#interior-top .line2 dl dt {
	text-indent: -8888em;
	display: block;
	float: left;
	width: 116px;
	height: 57px;
	margin: 5px;
	border: 1px solid #999;
	background: top left no-repeat;
}

#interior-top dl.cts19 dt, #interior-top dl.cts19 dt a { display: block; width: 116px; height: 57px; background: url(/images/interior/interior-wp-linup-4_01.jpg); }
#interior-top dl.cts20 dt, #interior-top dl.cts20 dt a { display: block; width: 116px; height: 57px; background: url(/images/interior/interior-wp-linup-4_02.jpg); }
#interior-top dl.cts21 dt, #interior-top dl.cts21 dt a { display: block; width: 116px; height: 57px; background: url(/images/interior/interior-wp-linup-4_03.jpg); }
#interior-top dl.cts22 dt, #interior-top dl.cts22 dt a { display: block; width: 116px; height: 57px; background: url(/images/interior/interior-wp-linup-4_04.jpg); }

#interior-top .interior-ranking h4 {
	margin: 10px 0 10px 0;
}

#interior-top .interior-ranking dl {
	overflow: hidden;
	float: left;
	width: 175px;
	height: 190px;
	background: #fff;
	font-size: 12px;
}

#interior-top .interior-ranking dl dt {
	font-weight: bold;
	line-height: 100%;
}

#interior-top .interior-ranking dl dt a {
	display: block;
	width: 139px;
	height: 36px;
	padding: 2px 3px 3px 30px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#interior-top .interior-ranking dl dt.rank1 { background: url(../../../images/interior/interior-wp-ranking-bg1.jpg) top left no-repeat;}
#interior-top .interior-ranking dl dt.rank2 { background: url(../../../images/interior/interior-wp-ranking-bg2.jpg) top left no-repeat;}
#interior-top .interior-ranking dl dt.rank3 { background: url(../../../images/interior/interior-wp-ranking-bg3.jpg) top left no-repeat;}

#interior-top .interior-ranking dl dd.image {
	clear: both;
}

#interior-top .interior-ranking dl dd.image img {
	border: 1px solid #ccc;
	margin: 2px 0 0 -4px;
}

/* インテリアトップページ(E) */


/* === ウッドデッキライフ11例(S) === */
#examples_area {
	background: url(http://1128.jp/images/wooddeck/examples11/bg_repeat_cork.jpg) top left repeat-y;
}

#examples_area dl.first {
	background: url(http://1128.jp/images/wooddeck/examples11/bg_header_cork.jpg) top left no-repeat;
	padding: 15px 5px 0;
}

#examples_area dl.end {
	background: url(http://1128.jp/images/wooddeck/examples11/bg_footer_cork.jpg) bottom left no-repeat;
	padding: 15px 5px 27px;
}

#examples_area dl {
	clear: both;
	padding-bottom: 20px;
}

#examples_area dl dt {
	margin: 10px;
}

#examples_area dl dd {
	font-size: 12px;
	line-height: 1.4;
}

#examples_area .photo {
	margin-top: 30px;
	margin-bottom: 10px;
}

#examples_area .txt p {
	background: url(http://1128.jp/images/wooddeck/examples11/paper_footer.jpg) center bottom no-repeat;
	padding-bottom: 8px;
}

/* Left Photo */
#examples_area dl.left {
	margin-top: 30px;
}

#examples_area dl.left dt {
	float: left;
	margin-left: 27px;
}

#examples_area dl.left .txt {
	width:300px;
	background: url(http://1128.jp/images/wooddeck/examples11/paper_bg.jpg) top left no-repeat;
	margin-left: 245px;
	padding: 10px 5px 0;
}


/* Right Photo */
#examples_area dl.right {
	margin-top: 30px;
}

#examples_area dl.right dt {
	float: right;
	margin:0 17px 0 0;
	padding:0;
}

#examples_area dl.right dd.photo {
	margin-left: 27px;
}

#examples_area dl.right .txt {
	width:300px;
	background: url(http://1128.jp/images/wooddeck/examples11/paper_bg.jpg) top left no-repeat;
	margin-left: 27px;
	padding: 10px 5px 0;
}

/* === ウッドデッキライフ11例(E) === */


/* 200612top.cssからコピー(s) */
/* ウッドデッキバーゲン用 2008.04.10 */

.bargain {
	color: #FFFFFF;
	margin: 10px;
	padding: 10px;
	background-color: #FF0000;
	line-height: 2.5em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
}
.bargain h3 {
	font-size: 150%;
	line-height: 160%;
	font-weight: bolder;
	color: #000000;
	background-color: #FFFFFF;
}
.bargain p {
	font-size: 200%;
	font-weight: bold;
	color: #FFFFFF;
}
.bargain strong {
	font-size: 150%;
	font-weight: 100;
}
/* 200612top.cssからコピー(e) */


/* 年末セールページ(S) */

.salepage2 {
	width: 580px;
	margin: 0 auto;
	text-align: left;
}

.salepage2 h3 {
	clear: both;
	width: 580px;
	margin: 0 auto;
	padding: 3px;
	border-bottom: none;
	border-left: 10px solid #C00;
	background: #F90;
	font-weight: bold;
}

.salepage2 h3.titleimg {
	overflow: hidden;
	clear: both;
	width: 573px;
	border: 3px solid #000;
	_margin-left: 5px;
	padding: 0;
}

.salepage2 h3.titleimg2 {
	overflow: hidden;
	clear: both;
	width: 573px;
	border: 0;
	border: 3px solid #000;
	_margin-left: 5px;
	padding: 0;
}

.salepage2 .sale-category-line, .salepage2 .sale-category-line2 {
	margin-bottom: 50px;
	_margin-left: 5px;
	padding: 0;
	border-left: 3px solid #000;
}

.salepage2 .sale-category-line ul, .salepage2 .sale-category-line2 ul {
	margin: 0;
	padding: 0;
}

.salepage2 .sale-category-line ul li, .salepage2 .sale-category-line2 ul li {
	float: left;
	display: block;
	list-style: none;
	margin: 0;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	font-size: 12px;
	line-height: 14px;
}

.salepage2 .sale-category-line ul li {
	width: 87px;
	height: 160px;
	_width: 95px;
	_height: 150px;
	padding: 3px;
}

.salepage2 .sale-category-line ul li img {
	width: 80px;
	height: 80px;
	border: none;
	margin: 0 0 5px 2px;
}

.salepage2 .sale-category-line2 ul li {
	width: 108px;
	height: 160px;
	_width: 114px;
	_height: 160px;
	padding: 2px;
}

.salepage2 .sale-category-line2 ul li img {
	width: 100px;
	height: 100px;
	border: none;
	margin: 0 0 5px 3px;
}

.salepage2 .sale-category2 {
	width: 560px;
}

.salepage2 .sale-category2 ul li {
	list-style: none;
	margin: 0 0 30px 0;
}

.salepage2 .sale-category2 ul li .sale-category2-box {
	clear: both;
}

.salepage2 .sale-category2 ul li .sale-category2-box h4 {
	clear: both;
	background: #D4D4D4;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

.salepage2 .sale-category2 ul li .sale-category2-box h4 a {
	display: block;
	padding: 5px;
}

.salepage2 .sale-category2 ul li .sale-category2-box h4 a:hover {
	background: #333;
	padding: 5px;
}

.salepage2 .sale-category2 ul li .sale-category2-box .sale-category2-date {
	clear: both;
	padding: 2px 10px;
	border-bottom: 1px solid #dddddd;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
}

.salepage2 .sale-category2 ul li .sale-category2-box img {
	margin: 0 10px 10px 10px;
}

/* デッキ材・枕木の一覧表上部にナビを設置 2008.04.09
　　　wtnaviとはwood type-木材の種類-という意味 */
.wtTitle{
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	color: #003399;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
}

.wtTitle p{
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	border-top: 3px double #003399;
	border-bottom: 3px double #003399;
	margin: 5px 5px;
	padding: 5px 0px;
}

#wtnavi-box{
	width: 561px;
	margin: 0px 0px 20px 18px;
	padding: 0px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

ul#wtNavi {
	margin: 0;
	padding: 0;
	width: 561px; /* 必ずwidthの設定を！削除不可 */
}

ul#wtNavi3:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#wtNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 186px; /* ボタンの幅 */
	line-height: 1;
	list-style-type: none;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

ul#wtNavi li a {
	padding: 0.2em 2px; /* ボタンの厚み */
	display: block;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	font-size: 12px;
	color: #333;
	text-align: center;
	text-decoration: none;
	background-image: url(http://www.1128.jp/images/bg-wtnavi_a.gif);
}

ul#wtNavi li a:hover {
	color: #000;
	background-image: url(http://www.1128.jp/images/bg-wtnavi_b.gif);
}


/* 年末セールページ(E) */

/* ウッドデッキページのテーブル(S)　例：http://www.1128.jp/wood_deck/hardwood/ipe/test/ */
.table-normal {
	margin: 0.5em auto;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
.table-normal tr th.nowrap {
	background: #d1d1d1;
	white-space: nowrap;
	text-align: center;
}
.table-normal tr td {
	text-align: left;
}
.table-normal tr th, .table-normal tr td {
	padding: 0.25em;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	vertical-align: top;
}

/* 定番的な案内ページ(S)　例：http://www.1128.jp/aboutus/showroom/ */
#articlecontent {
	width: 570px;	/* 幅の最大値 */
	margin: 0 auto;
	_margin-left: 10px;
	/* モダンブラウザ向けclearfix(S) */
	overflow: hidden;
	zoom: 1; /* IE */
	/* モダンブラウザ向けclearfix(E) */
}

#articlecontent h2.title-h2-deco1 {
	color: #360;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}


#articlecontent h3 {
	margin: 2em auto 0.5em auto;
	color: #036;
	font-weight: bold;
}

#articlecontent h3.border {
	padding-top: 2em;
	border-top: 1px dotted #036;
}

#articlecontent h3.title-h3-deco1 {
	padding: 0.1em 1em;
	border: 1px solid #060;
	color: #033;
	background: url(/images/title-h3-deco1.jpg) repeat-x;
}

#articlecontent h4 {
	padding: 0 .75em;
	color: #036;
	font-weight: bold;
	border-left: 1em solid #036;
	line-height: 1.1em;
}

#articlecontent h4.title-h4-deco1 {
	padding: 0.1em 1em;
	color: #033;
	font-size: 16px;
	font-weight: bold;
	border-left: 10px solid #033;
}

#articlecontent h5.title-h5-deco1 {
	padding: 0.1em 0;
	color: #033;
	font-size: 14px;
	font-weight: bold;
}

#articlecontent ul, #articlecontent ol, #articlecontent ul li ol {
	margin: 0 0 1em 0;
	padding: 8px 4px 4px 4px;
	/* モダンブラウザ向けclearfix(S) */
	overflow: hidden;
	zoom: 1; /* IE */
	/* モダンブラウザ向けclearfix(E) */
}

#articlecontent ul li, #articlecontent ol li, #articlecontent ul li ol li {
	clear: both;
	margin: 0 0 4px 4px;
	list-style: outside;
}

#articlecontent ul li ol li {
	list-style: decimal;
}

#articlecontent ul.wakuari {
	margin: 0 0 8px 0;
	padding: 8px 4px 4px 4px;
	background: #d5d5d5;
	border: 1px dotted #666;
}

#articlecontent ul.wakuari li {
	margin: 0 0 4px 8px;
	list-style: outside;
}

#articlecontent ul.yoko {
	margin: 0 0 4px 0;
	padding: 0;
	/* モダンブラウザ向けclearfix(S) */
	overflow: hidden;
	zoom: 1; /* IE */
	/* モダンブラウザ向けclearfix(E) */
}

#articlecontent ul.yoko li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

#articlecontent dl.tate {
	clear: both;
	width: 520px;
	margin: 0 auto 4px auto;
	padding: 0px;
	border: 1px dotted #666;
	font-size: 12px;
	/* モダンブラウザ向けclearfix(S) */
	overflow: hidden;
	zoom: 1; /* IE */
	/* モダンブラウザ向けclearfix(E) */
}

#articlecontent dl.tate dt {
	margin: 0 4px 0 0;
	padding: 0.25em 1em;
	border-bottom: 1px dotted #666;
	background: #ccc;
	font-weight: bold;
}

#articlecontent dl.tate dd {
	margin: 4px 4px 4px 4px;
	padding: 4px
	line-height: 120%;
}

#articlecontent dl.tate dd.img {
	float: left;
	display: block;
	margin: 1em;
}

#articlecontent dl.tate dd.right {
	text-align: right;
}

#articlecontent dl.yoko {
	float: left;
	width: 170px;
	_width: 172px; /* IE6ハック */
	margin: 0 9px 20px 9px;
	_margin: 0 7px 20px 7px;
	padding: 0px;
	border: 1px dotted #666;
	font-size: 12px;
	/* モダンブラウザ向けclearfix(S) */
	overflow: hidden;
	zoom: 1; /* IE */
	/* モダンブラウザ向けclearfix(E) */
}

#articlecontent dl.yoko dd {
	height: 2em;
	padding: .2em;
	line-height: 1.1em;
}


table#carriagetable {
	clear: both;
	margin: 0.5em auto 2em auto;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

table#carriagetable tr th, table#carriagetable tr td {
	padding: 0.25em 0.8em;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	vertical-align: middle;
	text-align: center;
}

table#carriagetable tr th {
	background: #ffc;
}

table#carriagetable tr td.title {
	background: #d5d5d5;
	font-weight: bold;
}

#articlecontent .top3 {
	width: 568px;
	margin: 10px auto 20px auto;
	border: 1px solid #CC0000;
	background-color: #FFDFDF;
}

#articlecontent .top3 h3 {
	margin: 5px 0px 5px 10px;
	font-size: 14px;
}

#articlecontent .top3 .inner {
	width: 176px;
	height: 273px;
	float: left;
	margin: 5px 0px 5px 8px;
	padding: 3px 0px;
	text-align: center;
	border: 1px solid #777;
	background-color: #fff;
}

#articlecontent .top3 .inner p {
	text-align: center;
	line-height: 100%;
}

#articlecontent #top3 .inner p.title{margin: 3px auto 5px auto;}
#articlecontent #top3 .inner p.name{margin: 0px auto 5px auto;}
#articlecontent #top3 .inner p.info{font-size: 14px; color: #c00; font-weight: bold; margin: 0px auto 5px auto;}
#articlecontent #top3 .inner p.price{font-size: 14px; color: #c00; margin: 0px auto 5px auto;}


/* カテゴリ*/
/* ハードウッド*/
.font1{ font-weight:bold;}
.font3{ font-weight:bold; color:#630; background-color:#EDEDE0; }
.link{	margin:0px 10px;}
.link a{ color:#00F;}
.link img{	margin:3px 0px;	}
.waku{ margin:0px 0px 10px 15px; }
.point{
	margin:10px;
	line-height:1.4em;
	}
.midasi{
	margin:5px 0px;
	padding:3px; 
	background-image:url(http://www.1128.jp/images/wooddeck/deck-backimg.gif); 
	height:40px; 
	width:550px;
}
.midasimoji{
	line-height:2.6em;
	margin-left:15px;
	font-weight:bold;
}
.scr {
  overflow: scroll;   /* スクロール表示 */
  width: 580px;
  height: 200px;
}


/* カテゴリ*/
/* 　工具（日立産機コンプレッサー）*/
 .tx01_100819 { color: #cc0000; font-size: 34px; font-weight: bold; text-align: center;  padding: 5px 0px 10px 0px; } 
 .tx02_100819 { color: #211ea1; font-size: 35px; font-weight: bold; text-align: center;  padding: 0px 0px 20px 0px; line-height: 110%; } 
 .tx02_2_100819 { color: #520202; font-size: 18px; font-weight: bold; text-align: center;  padding: 0px 0px 5px 0px; } 
 

/* 　デッキ-フェンス*/
.list-leaf{
	list-style-image: url("http://www.1128.jp/images/exterior/fence/f100810_09.jpg");
	
}



/* 右カラム */
/* 	いちおし特売 */
.right-tokubai-title{
	font-size: 16px;
	font-weight : bold;
	color : black;
	letter-spacing : 1px;
	padding-left : 8px;
	line-height : 1.4;
	border-left: 5px solid #F00;
	border-bottom: 1px solid #F00;
	margin-bottom:5px;
	width : 157px;	/* 横幅 */
}

.right-group-title{
	font-size: 16px;
	font-weight : bold;
	color : black;
	letter-spacing : 1px;
	padding-left : 8px;
	line-height : 1.4;
	border-left: 5px solid #F00;
	border-bottom: 1px solid #F00;
	margin-bottom:5px;
	width : 157px;	/* 横幅 */
}

	p.g_bn{
		margin: 0.7em 0;
	}
	
		p.g_bn:hover {
			opacity:0.7;
			filter:alpha(opacity=70);
			-ms-filter: "alpha( opacity=70 )";
			}
			
/* 共通見出し */
/* 	銀×草ワンポイント */

.midashi-gnks{
	background-image:url(http://www.1128.jp/images/top/index-top2.jpg); 
	height:30px; 
	width:580px; 
	margin-left:5px;
	
}


/* バイナルフェンス */
.spec_tb{
	padding: 0px;
	width: 570px;
	font-size: 12px;
	margin: 20px;
	background-color: #333;
}

.spec_tb tr{
	margin: 0px;
	padding: 0px;
}


.spec_tb td{
	margin: 0px;
	padding:5px;

}

/* バイナルフェンスQ&A */
#all_vinylfence{width: 570px;}

#ttl_bn{margin: 10px;
        width: 570px;}

#fq_tb{width: 560px;
       color: #333;}

#fq_tb dl dt{
	color: #039;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#fq_tb dl dd{padding-left: 20px;
             padding-right: 20px;}

/* バイナルフェンス施工方法 */
#seko_tb{
	width: 550px;
	font-size: 12px;
	color: #333;
	margin-left: 15px;
}

#seko_tb tr{}

#seko_tb tr td{
	border: thin solid #666;
	margin: 0px;
	padding: 10px;
}

/* 横貼りフェンス */
#all_fence_y{
	width: 590px;
}

.yoi_tb{
	width: 100%;
}





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

		ウッドデッキフッター
		2011/11/02	依頼番号18740
		
========================================
===================================== */

  div#deckFooter { width: 580px; margin: 0 auto;}
  
	div#deckFooter h3 { 
	  color: #1d7305;
	  font-size: 16px;
	  font-weight: bold;
	  background: url('http://www.1128.jp/images/wooddeck/top/simpl9a-2.jpg') no-repeat;
	  height: 30px;
	  padding: 5px 0px 0px 90px;
	  margin: 20px 0 0 10px;
	}
	
	div#deckFooter h5 { 
	  font-size: 14px;
	  text-align: right;
	  margin: 0 1em;
	}
	
	div#deckFooter h5 a:link { 
	  color: #00F;
	}
	
	  div.deckRadar { 
		width: 260px;
		float:left;
		margin: 5px;
		padding: 5px;
		border: 1px solid #666;
		text-align: center;
		}
		
		div.deckRadar div.eyecatch {
			float: left;
			width: 100px;
			margin: 0 0 5px;
			height: 125px;
			}
			
			div.deckRadar h4 {
				font-size: 14px;
				font-weight: bold;
				margin: 5px 0;
				text-align: left;
				float: right;
				width: 150px;
				}
				
				div.deckRadar h6 {
					float:right;
					width: 150px;
					text-align:left;
				}
				
				div.deckRadar p img {
					clear: both;
				}
				
				div.deckRadar table {
					text-align: left;
					font-size: 12px;
					width: 100%;
				}
				div.deckRadar table td {
					width: 50%;
				}
				
				
	div#deckFooter table.deckList {
		width: 100%;
		font-size: 12px;
		}
		
		div#deckFooter table.deckList tr {
			border: 1px solid #999;
			}
	
	
/* ---------------------------------------------------- */
/* LEFT-SIDE LIEBE SEKOU-SERVIVE-LINK
/* ---------------------------------------------------- */

#seko_serv                            { margin:0; padding:0; }
#seko_serv ul.seko_serv_cnt           { list-style-type:none; margin:0; padding:0; }
#seko_serv lt.seko_serv_ttl           { list-style-type:none; margin:0; padding:0; }
#seko_serv li.seko_serv_li            { list-style-type:none; margin:0; padding:0; }
#seko_serv li.seko_serv_li a:link     { text-decoration:none; }
#seko_serv li.seko_serv_li a:visited  { text-decoration:none; }
#seko_serv li.seko_serv_li a:hover   *{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#seko_serv li.seko_serv_li a:active   { text-decoration:none; }



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

        スライドショー設定

 ===================================== */
 
 /* ------ スライドエリア ------ */

#container #slidearea {
	margin: 0px 0px 0px 0px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 350px;
	height: 300px;
	position:relative;
}

/* ------ メイン画像(スライドショー) ------ */

#container #slidearea #slideshow {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 1;
}

/* ------ スライドナビ ------ */

#container #slidearea ul#nav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	width: 43px;
	height: 15px;
	position: absolute;
	top: 285px;
	left: 307px;
	z-index: 10;
	list-style: none;
}
#container #slidearea ul#nav li {
	margin: 4px 0px 0px 3px;
	padding: 0px 0px 0px 0px;
	background-color:#a5a5a5;
	width:11px;
	height:11px;
	float:left;
	display:inline;
}
#container #slidearea ul#nav li#nav1 {
	margin: 4px 0px 0px 4px;	/* リストの1番目の左マージンは4px */
}
#container #slidearea ul#nav li a {
	width:11px;
	height:11px;
	display: block;
}
#container #slidearea ul#nav li a img {
	width:11px;
	height:11px;
	display: block;
	vertical-align: top;
}

/* ------ スライドナビ／ホバー時の設定 ------ */
#container #slidearea ul#nav li.activeSlide,
#container #slidearea ul#nav li a:hover {
	background-color: #ff0000;}


/* =====================================
   ピックアップ　特集・キャンペーン案内
 ===================================== */

#pickup_wrap {
	margin: 8px 0px 8px 0px;
  padding: 0px;
}
#pickup_ttl {
	background-image:url("http://www.1128.jp/images/common/ttl_block.jpg");
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.0em;
	margin: 0px 4px 0 4px;
	padding-left: 65px;
}
#pickup_box_osusume {
  margin: 0 4px 6px 4px;
  padding: 10px 4px 4px 4px; 
  width: 550px;
  height:120px;
  border:1px solid #999;
  border-top: none;
  font-size:10px;
  color: #666666;
}
#pickup_box_osusume ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear:both;
}
#pickup_box_osusume li {
	float: left;
	margin-left: 10px;
	width: 170px;
	color: #666;
}
#pickup_box_osusume ul li a img {
	border: none;
	text-decoration:none;
}

#pickup_box_osusume li a img:hover {
	text-decoration: none;
	}

#pickup_box_campaign {
  margin: 0 4px 6px 4px;
  padding: 10px 4px 4px 4px; 
  width: 550px;
  height: auto;
  border-bottom:1px solid #999;
  border-right:1px solid #999;
  border-left:1px solid #999;
  font-size:10px;
  color: #666666;
}
#pickup_box_campaign ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear:both;
}
#pickup_box_campaign li {
	float: left;
	margin-left: 10px;
	width: 170px;
	color: #666;
}
#pickup_box_campaign li.picw260 {
	float: left;
	margin-left: 10px;
	width: 260px;
	color: #666;
}
#pickup_box_campaign li a img {
	color: #666;
	margin-bottom: 4px;
}
#pickup_box_campaign.picw250 li a img {
	color: #666;
	margin-bottom: 4px;
}
#pickup_box_osusume.setsumei08,#pickup_box_campaign.setsumei08 {
	margin: 6px 0 6px 10px;
	line-height: 1.4;
	padding: 8px;
}


/* =====================================
   樹脂デッキ 価格比較表
 ===================================== */

table#hikaku_hyou {
     width: 570px;
     border: 1px #E3E3E3 solid;
     border-collapse: collapse;
     border-spacing: 0;
     }
table#hikaku_hyou th {
     padding: 4px;
     border: #E3E3E3 solid;
     border-width: 0 0 1px 1px;
     background: #c6f2ab;
     font-size:12px;
     font-weight:normal;
     color:#666;
     font-weight: bold;
     line-height: 1.2;
     text-align: center;
     }
table#hikaku_hyou td {
     padding: 4px;
     border: 1px #E3E3E3 solid;
     border-width: 0 0 1px 1px;
     font-size:12px;
     color:#666;
     text-align: center;
     line-height: 1.4;
     }






