/* ==============================================================================
default style is cleared
================================================================================ */
/* Basic Structure
------------------------------------- */

body {
	margin: 0;
	padding: 0;
}


/* Sentence, Character
------------------------------------- */

p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd, {
	font-size: 100%;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

em,
address {
	font-style: normal;
}

/* List
------------------------------------- */

ul,
ol,
li,
dd,
dt,
dl {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Form
------------------------------------- */

form {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Table
------------------------------------- */

table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0; /* For NN6.0 higher or Opera*/
}

th,
td {
	padding: 0;
	font-weight: normal;
}

/* ==============================================================================
default style is redefined
================================================================================ */

/* Anchor
------------------------------------- */
a {            color: #36414d
	font-family: none;/* for mac */
	text-decoration: none;

}

a:link {
	color: #6A6A6A;
	text-decoration: none;
}
a:visited {
	color: #6A6A6A;
	text-decoration: none;
}

a:hover {	color: #1D0E82;
	text-decoration: none;
}

a:active {
	color: #1D0E82;
	text-decoration: underline;
}

/* Other
------------------------------------- */

img {
	display: block;
}

a img,
.nobdr {
	border: 0 !important;
}


hr {
	margin: 0;
	border-color:#999999;
}

.content-nav { margin: 0px; display: none; }


/* Float
------------------------------------- */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
	font-size:0px;
	line-height:0px;
}

/* Align
------------------------------------- */
.alignRight{
text-align:right;

}



/* Block
------------------------------------- */
.dispNone {
	display: none;
}

.dispBlock {
	display: block;
}

.dispInline {
	display: inline;
}

/* Margin & padding
------------------------------------- */

/* Margin */
.m0 {
	margin: 0!important;
}

.m5 {
	margin: 5px!important;
}

.m10 {
	margin: 10px!important;
}

.m20 {
	margin: 20px!important;
}

.mt0 {
	margin-top: 0!important;
}

.mt5 {
	margin-top: 5px!important;
}

.mt10 {
	margin-top: 10px!important;
}

.mt15 {
	margin-top: 10px!important;
}

.mt20 {
	margin-top: 20px!important;
}

.mt25 {
	margin-top: 25px!important;
}

.mt30 {
	margin-top: 30px!important;
}

.mt35 {
	margin-top: 35px!important;
}

.mt40 {
	margin-top: 40px!important;
}

.mt45 {
	margin-top: 45px!important;
}

.mt50 {
	margin-top: 50px!important;
}

.mr5 {
	margin-Right: 5px!important;
}

.mr10 {
	margin-Right: 10px!important;
}

.mr20 {
	margin-Right: 20px!important;
}

.mb0 {
	margin-bottom: 0!important;
}

.mb2 {
	margin-bottom: 2px!important;
}

.mb5 {
	margin-bottom: 5px!important;
}

.mb10 {
	margin-bottom: 10px!important;
}

.mb15 {
	margin-bottom: 15px!important;
}

.mb20 {
	margin-bottom: 20px!important;
}

.mb25 {
	margin-bottom: 25px!important;
}

.mb30 {
	margin-bottom: 30px!important;
}

.ml5 {
	margin-left: 5px!important;
}

.ml10 {
	margin-left: 10px!important;
}

.ml15 {
	margin-left: 15px!important;
}

.ml20 {
	margin-left: 20px!important;
}

/* Padding */
.p0 {
	padding: 0px!important;
}

.p5 {
	padding: 5px!important;
}

.p10 {
	padding: 10px!important;
}

.p20 {
	padding: 20px!important;
}

.pt0 {
	padding-top: 0px!important;
}

.pt5 {
	padding-top: 5px!important;
}

.pt10 {
	padding-top: 10px!important;
}

.pt15 {
	padding-top: 15px!important;
}

.pt16 {
	padding-top: 16px!important;
}

.pt20 {
	padding-top: 20px!important;
}

.pt25 {
	padding-top: 25px!important;
}

.pt30 {
	padding-top: 20px!important;
}

.pr0 {
	padding-right: 0px!important;
}

.pr5 {
	padding-right: 5px!important;
}

.pr10 {
	padding-right: 10px!important;
}

.pr20 {
	padding-right: 20px!important;
}

.pb0 {
	padding-bottom: 0px!important;
}

.pb5 {
	padding-bottom: 5px!important;
}

.pb10 {
	padding-bottom: 10px!important;
}

.pb15 {
	padding-bottom: 15px!important;
}

.pb20 {
	padding-bottom: 20px!important;
}

.pb25 {
	padding-bottom: 25px!important;
}

.pb30 {
	padding-bottom: 30px!important;
}

.pl0 {
	padding-left: 0px!important;
}

.pl5 {
	padding-left: 5px!important;
}

.pl10 {
	padding-left: 10px!important;
}

.pl20 {
	padding-left: 20px!important;
}

/*----------------------------------------------------------------*/
/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
/* float指定している親ボックスから子要素はみ出しを防ぐハック */
/* 通常のclearの代わりに使用してもよい */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

/* page layout -------------------------------*/

body {
   text-align: center; /* center on ie */
    color: #333;
    background:url(/images/d_back.gif)  repeat-x top;
    font-size: 12px;
}

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    text-align: left;
    background:url(/images/back_image.gif)  repeat-y center top;
    width: 760px;
    margin-bottom: 20px;}

#container-inner {
    position: static;
    /*width: auto; */
    width:760px;
    margin:0 auto;
    border-width: 0 0 0px 0px;
    border-style: solid;
    border-color: #a3b8cc;

}

/*left---------------------*/
#Contents {
    float:left;
    margin:15px 0px 0 20px;
	display:inline; /* for IE */
    width: 540px; 
    }
	
/*right---------------------*/
#Sidebar {
    float:right;
    width: 200px;
    margin-top:20px;
/*height:500px;
    background: #e6ecf2;*/
 }

/*h1--------------------*/

#Contents h1 {
	font-size: 18px;
	font-weight: bold;
	background:url(/images/h1_back.gif) ;
	background-repeat:no-repeat;
	padding:10px 0px 7px 10px;
	margin:0px 0px 10px 0px;
}

/*h2---------------------*/
#banner-description {
	margin: 0px;
	font-size:0px;
	text-indent:-9999px;
	}

/*h3---------------------*/
h3 {
	border-bottom:solid 1px #13007C;
	width:510px;
	margin-bottom: 10px;
	padding:0 0 4px 8px;
	font-size:14px;
	color:#666666;
	font-weight:bold;
	border-left:solid 4px #13007C;
	}

/* header navi-------------- */
div#navbar {
    background:#FFFFFF;
    font-family:"ＭＳ Ｐゴシック", Osaka,Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

div#navbar li {
	display:inline;
	list-style-type: none;
}

div#navbar li a {
	float: left;
	display: block;
	width: 151px;
	border-right:#FFFFFF 1px solid;
	padding-top: 15px;
	padding-bottom: 13px;
	text-align: center;
	text-decoration: none;
	color: #333333;
}

div#navbar li a {
	background-image: url(/images/off.gif);
}

div#navbar li a:hover {
	background-image: url(/images/on.gif);
}

/*footer----------------------------------------*/
#footer{
    margin:0px;
    padding:10px 0px;
    background-color:#EBEBEB;
    color:#666666;
    text-align:center;
}

/* content --------------------------------------------------*/


/* pan
---------------------------- */
div#pan {
	margin:0 0 5px 0;
}

/* SubNavi contents */

.module {
    overflow: hidden;
    width: 100%;
}

.module-header{
    margin: 0px;
    padding: 5px;
    color: #fff;
    background: #C8C8C8;
    font-weight: bold;
	text-align:left;
	font-size:12px;
}

.module-content {
    margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.module-list-item {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom:10px;
    border-bottom:solid 1px #C8C8C8;
}


.lead{
    margin:0 20px 0 10px;

    color:#666666;
}

p{
    width:520px;
    line-height:120%;
    color:#666666;
}

/*syouhin--------------------------------------------------------------*/


.itemBox{
	width:160px;
	margin:0 0 10px 10px;
	padding:0px;
	float:left;
}

.itemPhoto{
	border:1px solid #C8C8C8;
	margin:0;
	padding:5px;
	text-align:center;
	}

	
.itemText{
	border:1px dotted #FFFFFF;
	border-top:0px;
	margin:0;
	padding:5px;
	height:50px;
	}

	
.itemText p{
	margin:0;
	padding:0;
	font-size:10px;
	}



.line01	{
	font-size:12px;
	color: #574AA2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #574AA2;
	width: 500px; 
	text-align: left;
	margin: 0 auto 0 auto;
	 }

	 
.line01text	{
	font-size:12px;
	color: #333333;
	width: 500px;
	text-align:left;
	margin:0 auto 0 auto;
	padding: 5px 0 20px 0;
	line-height: 1.5em;
	 }

.line02	{
	font-size:12px;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 500px; 
	text-align: left;
	margin: 0 auto 0 auto;
	 }

	 
.line02text	{
	font-size:12px;
	color: #333333;
	width: 500px;
	text-align:left;
	margin:0 auto 0 auto;
	padding: 5px 0 20px 0;
	line-height: 1.5em;
	 }


/*shohin*/
.itemBox02{
	width:250px;
	padding:0 0 0 0;
}

.itemBox02 .left{
	width:100px;
	padding:0px;
	float:left;
}

.itemBox02 .right{
	width:150px;
	padding:0px;
	float:right;
}

.itemPhoto02{
	margin:0;
	text-align:left;
	}
	
.itemText02{
	border-top:0px;
	margin:0;
	height:50px;
	font-size:12px;
	}

.itemBox03{
	width:500px;
	padding:0 0 0 0;
	clear:both;
}
.itemBox03 .left03{
	width:250px;
	padding:0px;
	float:left;
}

.itemBox03 .right03{
	width:250px;
	padding:0px;
	float:right;
}


/*shopguide-----------------------------------------------------------------*/

div#shopguide{
	background-color:#FFF5F0;
	width:520px;
	margin-top:15px ;
	padding:10px;
	}

div#shopguide img{
	padding-right:10px;
	float: left;
	}



/*top-----------------------------------------------------------------*/
#new-entry h2{
	font-size: 18px;
	font-weight: bold;
	background:url(/images/top_titlebar.gif) ;
	background-repeat:no-repeat;
	padding:10px 0px 7px 10px;
	margin:0px 0px 10px 0px;
}

h2#archive-title{
	font-size: 18px;
	font-weight: bold;
	background:url(/images/top_titlebar.gif) ;
	background-repeat:no-repeat;
	padding:10px 0px 7px 10px;
	margin:0px 0px 10px 0px;
}


/*entrybody img*/
.entry-body img{
padding:8px 0
}

/*top--------------------*/

.topNew{
    border-bottom:solid 1px #eaeaea;
	width:490px;
	padding:5px 5px 5px 0;
	margin:0 10px 0 10px}

/*floor*/
,item{
width:540px
margin-bottom:10px;
}


.floorLefttate{
float:left;
width:150px;
margin:0 10px 10px 0;
}

.floorLeftyoko{
float:left;
width:200px;
margin:0 10px 10px 0;
}

.floorLeft2{
float:left;
width:200px;
}

/* header---------------------------------------------- */

#banner {
    width: 760px; /* necessary for ie win */
    height: 65px;
    background: #a3b8cc url(images/decor.gif);
}

#bannerR {
    width: 500px;
    height: 65px;
    float:right;
}

#bannerL {
               float:left;
	margin: 0px;
	font-size:0px;
	text-indent: -9999px;
}

#bannerL a{
	display: block;
	width:160px;
	height:65px;
}


/*link sitemap--------------------*/
/*sitemap--------------------*/

#banner #link {
	text-align:right;
	height:1.25em;
	margin:5px;
	background:url(http://www.decor-takaraya.com/images/icon_sitemap.gif) no-repeat right top;
	padding-top:2px;
}

#banner #link a{
	color:#93A5AF;
	padding-top:2px;
}


#banner #link a:hover{
	color:#bccbd3;
	padding-top:2px;
}

.sitemap01{
	border-bottom:solid 1px #eaeaea;
	width:490px;
	padding:5px 5px 5px 0;
	margin:0 10px 0 10px}
	
.sitemap02{
	border-bottom:solid 1px #eaeaea;
	width:470px;
	padding:5px 5px 5px 20px;
	margin:0 10px 0 10px}


/*address--------------------*/
#banner #address {
	text-align:right;
	margin:0 5px 5px 0;
}


/*blog-----------------------------------------------------------------*/

.title	{
	width:480px;
	background-color:#DCE1F0;
	border-top:1px solid #887FBD;
	border-left:1px solid #887FBD;
	border-right:1px solid #887FBD;
	padding:4px 10px;
	margin-left:10px;
	font-size:14px;
	color:#13007C;
	}

.waku	{
	width:480px;
	border-left:1px solid #887FBD;
	border-bottom:1px solid #887FBD;
	border-right:1px solid #887FBD;
	background-color:#FFFFFF;
	padding:10px;
	margin:0 0 20px 10px;
	line-height:150%;
	font-size:12px;
	color:#333333;
	}




.commentTitle{
	height:49px;
	line-height:40px;
	padding: 0 0 0 130px;
	background:url(/images/comment_title.gif) no-repeat;

}

.commentTitle2{
	height:49px;
	line-height:40px;
	padding: 0 0 0 220px;
	background:url(/images/comment_title2.gif) no-repeat;

}

.CommentTxt p{
	display:inline;
}

.CommentW{
	width:520px;
	background:url(/images/comment_back.gif) ;
}

.CommentW input.size1{
	width:120px;
}

/*just like it_Banner-----------------------------------------------------------------*/

#justBanner img{
	width:520px;
	height:69px;
	margin:5px 0px 8px 0px;
}

