/* ページ全体の指定 */
* {
　　margin: 0;
　　padding: 0;
}

table, tr, th, td,{
    margin: 0;
	padding: 0;
}

caption, ul, ol, h1, h2 img {
    border: none;
    margin: 0;
	padding: 0;
	list-style: none;
}

a {
    text-decoration: none;
	color: #666666;
}

a:hover {
    text-decoration: underline;
	color: #3333CC;
}

img {
    border: none;
}

body {
	font-family: "sans-serif,ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color:#666666;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	overflow:scroll;
	
}

#wrapper {
    width: 780px;
	text-align: left;
	margin: auto;
	font-size: 13px;
	line-height: 130%;
}

p {
	margin:0.5em 0em 0.5em 1em;
	color: #536686;
}

/* 文字間の指定 */

.space01 {
    letter-spacing: 15px;
}
.space02 {
    letter-spacing: 10px;
}
 
/* ヘッダーの指定 */
#header {
	margin-top: 0px;
}

#logo {
	float: left;
	margin-top: 15px;
	background-position: left bottom;
}

#contact {
	float: right;
	margin-top: 65px;
	margin-right: 10px;
}

#contact a {
    text-decoration: none;
	color: #666666;
}

#contact a:hover {
    text-decoration: underline;
	color: #3333CC;
}

#contact p {
	text-align: right;
}

#contact .active {
    font-weight: bold;
	color: #851433;
}

#layer		{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
}

/* メインメニューの指定 */ 
#navigation {
    width: 780px;
    font-size: 12px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 15px;
}

#navigation ul {
    list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 40px;
}

#navigation li {
    float: left;
	width: 130px;
	margin: 0;
	padding: 0;
}

#navigation .navi {
    display: block;
	width: 100%;
	padding: 12px 0px 20px 0px;
	color: #333333;
	background-image: url(main/img/top/top_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	text-align: center;
}

#navigation a:hover {
	background: transparent;
	background-position: right top;
	color: #000000;
}

#active {
    height: 40px;
	background-image: url(main/img/top/menu_base.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	line-height: 330%;
	text-align: center;
	color: #ffffff;
}

#active .act_a {
    height: 40px;
	background: transparent; 
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	line-height: 330%;
	text-align: center;
	color: #ffffff;
}

#active a:hover {
	color: #99FFFF;
	background: none;
	text-decoration: none;
}

/* 新メインメニューの指定 */ 
#nav{
	width:780px;
	height: 45px;
}

#nav ul {
	width:780px;
}


#nav ul li {
    float: left;
}
 
#nav ul li a {
	display: block;
	width: 130px;
	height: 45px;
	text-indent:-9999px;
	overflow: hidden;
	background-image: url(main/img/nav_en.jpg);
	background-repeat:no-repeat;
}
 
.nav01 a { background-position: 0 top;}
.nav02 a { background-position: -130px top;}
.nav03 a{ background-position: -260px top;}
.nav04 a {  background-position: -390px top;}
.nav05 a{ background-position: -520px top;}
.nav06 a{ background-position: -650px top;}
.nav01 a:hover { background-position: 0 -45px;}
.nav02 a:hover { background-position: -130px -45px;}
.nav03 a:hover { background-position: -260px -45px;}
.nav04 a:hover { background-position: -390px -45px;}
.nav05 a:hover { background-position: -520px -45px;}
.nav06 a:hover { background-position: -650px -45px;}


/* パンくずリストの指定 */

#topicpath {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 10px;
	text-align: left;
}

#topicpath a {
    text-decoration: none;
	color: #666666;
}

#topicpath a:hover {
	text-decoration: underline;
	color: #536686;
}

#topicpath .active {
	font-weight: bold;
	color: #536686;
}

/* 北欧家具TOPボタンナビの指定 */

#button {
   width: 600px;
   margin-top:-160px;
   padding-top: 0;
   margin-left: 10px;
}
#button a {
   display: block;
   overflow: hidden;
   height: 0 !important;
   height /**/: 300px;
   padding-top: 300px;
   color: ffffff;
   text-align: center;
}
#butnav01 a {
   background-image: url(main/img/reproduct/JK/jk_img_b.jpg);
   background-repeat: no-repeat;
   width: 90px;
}
#butnav01 a:hover {
   background-image: url(main/img/reproduct/JK/jk_img_b_hover.jpg);
   background-repeat: no-repeat;
}
#butnav02 a {
   background-image: url(main/img/reproduct/FJ/fj_img_b.jpg);
   background-repeat: no-repeat;
   width: 90px;
}
#butnav02 a:hover {
   background-image: url(main/img/reproduct/FJ/fj_img_b_hover.jpg);
   background-repeat: no-repeat;
}
#butnav03 a {
   background-image: url(main/img/reproduct/SR/sr_img_b.jpg);
   background-repeat: no-repeat;
   width: 90px;
}
#butnav03 a:hover {
   background-image: url(main/img/reproduct/SR/sr_img_b_hover.jpg);
   background-repeat: no-repeat;
}
#butnav04 a {
   background-image: url(main/img/reproduct/IL/il_img_b.jpg);
   background-repeat: no-repeat;
   width: 90px;
}
#butnav04 a:hover {
   background-image: url(main/img/reproduct/IL/il_img_b_hover.jpg);
   background-repeat: no-repeat;
}
#butnav05 a {
   background-image: url(main/img/reproduct/ND/nd_img_b.jpg);
   background-repeat: no-repeat;
   width: 90px;
}
#butnav05 a:hover {
   background-image: url(main/img/reproduct/ND/nd_img_b_hover.jpg);
   background-repeat: no-repeat;
}
#butnav06 a {
   background-image: url(main/img/reproduct/BA/ba_img_b.jpg);
   background-repeat: no-repeat;
   width: 90px;
}
#butnav06 a:hover {
   background-image: url(main/img/reproduct/BA/ba_img_b_hover.jpg);
   background-repeat: no-repeat;
}

/* ナビゲーション */ 
#navigation {
	width: 780px;
	font-size: 12px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navigation ul {
    list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 40px;
}
#navigation li{
	float: left;
	width: 130px;
	margin: 0;
	padding: 0;
}
#navigation a {
    display: block;
	width: 100%;
	padding: 12px 0px 20px 0px;
	color: #333333;
	background-image: url(main/img/top/top_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	text-align: center;
}
#navigation a:hover {
	background-image: url(main/img/top/top_menu.jpg);
    background-color: #FFFFFF;
	background-position: right top;
	color: #3366FF;
}
#active {
	height: 40px;
	background-image: url(main/img/top/menu_base.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	line-height: 330%;
	text-align: center;
	color: #ffffff;
}


/* コンテンツ全体の指定 */

#content_wrapper {
	margin-bottom: 30px;
}

/* 左サイドメニューの指定 */

#sidemenu {
	background-image: url(../img/side_title.jpg);
	background-position: right;
	float: left;
	width: 160px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-left: 0px;

}

#sidemenu h1 {
    font-size: 13px;
	height: 40px;
	background-image: url(../img/side_title.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: -3px;
	font-weight: normal;
	line-height: 1.3em;
	color: #555555;

}

#sidemenu ul {
	width: 160px;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 0.8em;
	overflow: hidden;

}

#sidemenu li {
	list-style:none;
	background: url(main/img/side_title.jpg) no-repeat;
	background-position: left;
	width: 160px;
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: 10px;


}

#sidemenu p {
    margin-left: 15px;

}

#sidemenu a {
	text-decoration: none;
	color: #536686;

}

#sidemenu a:hover {
	color: #536686;
	font-weight:bold;

}

#sidemenu .active {
	background: url(main/img/side_title.jpg) no-repeat;
	background-position: right;
	color: #536686;

}

#sidemenu .active_s {
    font-weight: bold;
	color: #851433;
	font-size: 10px

}

#sidemenu .active_s02 {
    font-weight: bold;
	color: #851433;
	font-size: 11px

}

.submenu {
    width: 80%;
    padding-left: 30px;

}

.sub_active {
    font-weight: bold;
	color: #851433;
	padding-left: 30px;
	width: 90%;
}

#sidemenu .active_link a{
    font-weight: bold;
	color: #851433;
} 

.p_s {
    font-size: 11px;
	padding-left: 0px;
}

.p_s02 {
    font-size: 13px;
	padding-left: 0px;
}

/* contactページの指定 */

#contact_page {
    width: 600px;
	margin-left: 90px;
	margin-right: 90px;
}

#contact_page h1{
	font-size: 16px;
	letter-spacing: 0.1em;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-left: 25px;
	line-height: 150%;
	background: url(main/img/h1title_base.jpg) no-repeat;
	color: #427979;
	margin-bottom: 10px;
	margin-top: -5px;
	overflow: visible;
}


/* content ページの内容の指定 */


#content {
	float: right;
	width: 600px;
	line-height: 150%;
	height: auto;
	text-align: left;
}



#content h1 {
	font-size: 22px;
	letter-spacing: 0.1em;
	padding-top: 8px;
	padding-left: 25px;
	line-height: 150%;
	color: #536686;
	margin-bottom: 10px;
	margin-top: 0px;
	overflow: visible;
}

#content li {
    list-style: square;
}

.cont_ul {
    margin-left: 10px;
	line-height: 120%;
	font-size: 13px;
}

.attention {
    background-color: #FFCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

#content_blog {
	float: right;
	width: 500px;
	line-height: 150%;
	height: auto;
	margin-right:50px;
	text-align: left;
}



#content_blog h1 {
	font-size: 15px;
	letter-spacing: 0.1em;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-left: 25px;
	line-height: 150%;
	background: url(main/img/h1title_base.jpg) no-repeat;
	color: #00C;
	margin-bottom: 10px;
	margin-top: 0px;
	overflow: visible;
}

#content_blog li {
    list-style: square;
}



/* ウェルフェアページの内容の指定 */

#content_welfare {
    float: right;
	width: 600px;
	line-height: 170%;
	font-size: 15px;
	height: auto;
}

#content_welfare h1 {
	font-size: 17px;
	letter-spacing: 0.1em;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-left: 25px;
	line-height: 150%;
	background: url(main/img/h1title_base.jpg) no-repeat;
	color: #427979;
	margin-bottom: 10px;
	margin-top: -5px;
	overflow: visible;
}

.page_img {
    margin-bottom: 15px;
}

.space {
    margin-bottom: 30px;
}

.link_color {
    color:#3333CC;
}

.img_float {
    float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}
.p_height {
    line-height: 220%;
}
.p_blue {
    color: #3399cc;
}

.centerbold {
    font-size: 14px;
	color: #993300;
	text-align: center;
	font-weight:bold;
	line-height: 160%;
}

.bgcol {
    background-color: #FFF0F0;
	padding: 5px;
	color: #663333;
	font-weight: bold;
	font-size:13px;
	margin-left: 10px;
}
	
.red_p {
    color: #CC0066;
	font-weight: bold;
}

.clear {
    clear: both;
}

.img_space {
    padding: 8px;
}
	
/* 入札販売ページ */

.fonts {
    font-size: 13px;
	font-weight: normal;
	color: #666666;
	line-height: 110%;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}

/* 限定販売ページ */

.gentei_item {
    font-size: 13px;
	line-height: 1.2em;
}


/* 邯鄲亭ページ */

#kantantei {
    background-color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-left: 10px;
	color:#FFFFFF;
	float: left;
	width: 590px;
}

/* Gruk日記のページ */

#diary_content {
    margin-left: 40px;
	margin-right: 40px;
	line-height: 150%;
}

/* ページTOPへ戻る指定 */

.retop {
    text-align: right;
}


/* ページの内容1段目 */


#main01 {
    margin-top: 15px;
}

#main01 p {
    margin-left: 10px;
	margin-right: 10px;
}

#main01 .top_img {
    margin-bottom: 15px;
}

#main01 h2 {
	height: 45px;
	margin-bottom: 10px;
}

.right {
    text-align: right;
}

.bold {
    color: #333399;
	font-weight: bold;
	font-size:14px;
}

.bold02 {
	color: #336699;
	font-weight: bold;
	font-size:14px;
	line-height: 140%;
}


h2 {
	font-size: 14px;
	color: #336699;
	margin:0.3em 0 0.5em 0;
	font-weight:bold;
	font-size:14px;
	padding:2px 0 2px 15px;
	background-color: #E0EBEF;
}

h3 {
    font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #999999;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
}

h4 {
    font-size: 14px;
	color: #004080;
	font-weight: bold;
	background-color: #B9D0EA;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}

h5 {
    font-size: 13px;
	color: #666666;
	font-weight: bold;
	border-left: 2px #0066FF solid;
	padding-left: 3px;
	margin-left: 10px;
}

.main_list {
    margin-left: 30px;
}

.ph_price {
    font-weight: bold;
	color: #FF3300;
}



/* ページの内容2段目 */

#main02 {
    margin-top: 20px;
}

#main02 p {
	padding: 0 0 10px 0;
	line-height: 100%;
}

.center {
    text-align: center;
	line-height: -1.2em;
}

.minicap {
    text-align: center;
	font-size: 10px;
	line-height: 100%;
}


/* 商品詳細ページプライス表 */

.top_space {
    margin-top: 20px;
}

#price {
    margin-top: 20px;
}

#price p{
    line-height: 1em;
	padding: 3px;
}

#price a {
	text-decoration: underline;
}

.image {
    margin-top: 15px;
	margin-bottom: 15px;
}

.namber {
    font-weight: bold;
	font-size: 16px;
}


/* ページの内容3段目 */

#main03 {
    margin-top: 30px;
}


/* フッターの指定 */
#footer {
   text-align: right;
   line-height: 160%;
   clear: both;
   margin-bottom: 20px;
   background-image: url(main/img/footer_base.gif);
   background-position: top;
   background-repeat: repeat-x;
}
