@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	background-image: url(images/hederback.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #666;
}
#mainreverda {
	height: 375px;
	width: 900px;
	clear: both;
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 75px;
}

#WRAP {
	width:900px;
	color:  #333333;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#WRAP h1{
	height: 20px;
	color: #FFF;
	background-color: #000;
}
#header {
	background-image: url(images/header.jpg);
	height: 62px;
	width: 620px;
	padding-left: 280px;
	background-repeat: no-repeat;
	padding-top: 97px;
}
a.kwsk:hover img{
filter: alpha(opacity=80);
opacity:0.8;
}
p,pre {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 170%;
	margin: 2px;
	padding: 8px;
}
.cen {
	display: block;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
}
/* ____ リンクテキスト ____ */
a {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: none;
}
/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
}
.blue {
	color: #0066CC;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 10px;
	padding: 10px;
}
.ate {
	background-color: #006;
	margin: 10px;
	padding: 10px;
	color: #FFF;
}

.ate2 {
	background-color: #deb887;
	margin: 10px;
	padding: 10px;
	color: #333333;
}

/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
	font-size:12px;
	color:  #000;
	font-weight: normal;
	margin:0;
	padding: 0px;
}
#MENU {
	width: 900px;
	height: 37px;
}
.menu {

}
.menu a{
	float: left;
	margin: 0;
	height: 54px;
	width: 100px;
	padding-top: 6px;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	color: #FFF;

	
}
.menu a:hover{

}
/*___________ 【MAIN】 ___________ */
#MAIN {
	width:860px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-image: url(images/mainback.jpg);
	background-repeat: repeat-y;
}
#MAIN-PAD {
	margin: 0;
	padding-top: 0;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	width:650px;
	float:right;
}
.pan {
	color: #666666;
	background-color: #F2F2F2;
}
#CONTENTS h2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#CONTENTS h3 {
	font-size:14px;
	margin: 0px;
	padding: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#CONTENTS h4 {
	font-size:12px;
	color: #666666;
	background-color: #f2f2f2;
	margin: 20px 6px 0 6px;
	padding: 6px 0 6px 10px;
}
.pagetop {
	text-align: right;
	font-size: 11px;
	margin-top: 20px;
	background-image: url(images/ico_pagetop01.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
}
#CONTENTS table {
	font-size: 12px;
	margin: 10px auto 10px auto;
	padding: 0;
}
#CONTENTS tr,#CONTENTS th,#CONTENTS td {
	padding: 8px;
}
#CONTENTS th {
	color: #666666;
	background-color: #f2f2f2;
	font-weight: normal;
}
#CONTENTS td {
	color:  #333333;
	background-color: #FFFFFF;
	text-align: left;
}
/*___________ 【SIDE】 ___________ */
#SIDE {
	width:190px;
	float:left;
}
#SIDE h2 {
	font-size:12px;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	background-color: #000;
	margin: 0;
	padding: 0;
}
#SIDE h3 {
	margin: 0px;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	height: 7px;
	background-color: #FFCC33;
	background-image: url(images/rf.gif);
	display: block;
}

#SIDE li
{
	list-style-type: none;	
	}
.side {
	margin: 0 0 10px 0;
	padding: 8px 8px 10px 8px;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 4px;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}
.cat01 li {
	margin: 0;
	padding: 3px 0 3px 0;
}
.cat01 li a {
	color: #0066CC;
	text-decoration: none;
	display: block;
	padding: 1px 0 3px 20px;
	background:url(../images/li_arrow01.gif) no-repeat 2px center;
}
.cat01 li a:visited {
	color: #0066CC;
	text-decoration: none
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #0066CC;
	background-color: #f3f3f3;
	margin: 0;
	background-position: 4px center;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	background-image: url(images/footerback.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 940px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#F-MENU a{
	color: #FFF;
}#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#FOOTER {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #FFF;
	background-color: #000;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #FFF;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	background-color: #000;
	text-decoration: underline;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}.f18red {
	font-size: 18px;
	line-height:140%;
	color: #F00;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}
/* ____ 画像設定 ____ */
img {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.img-m {
	vertical-align: middle;
}
.japan img {
	float: ;
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
#pickup table{
	width: 100%;
	background-color: #CCC;
}
#pickup table td{
	background-color: #FFF;
}
#CONTENTS h1{
	background-image: url(images/h1.jpg);
	font-size: 20px;
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BD0066;
	height: 40px;
	color: #FFF;
}
.hevea{}
.hevea table{

}
.hevea table td{
	width: 180px;
}
#stylelivehouse{
		background-image: url(images/r.gif);
	background-repeat: no-repeat;
	background-color: #FFCC33;
}
#stylelivehouse p{
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;

}
#flasharea{
	background-color: #FFF;
}
#flash{
	background-color: #CCC;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
}
#CONTENTS2 {
	width:650px;
	float:right;
}
#CONTENTS2 h1 {
	margin: 0px;
	background-image: url(images/h1.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding: 8px;
	width: 650px;
	color: #FFF;
	font-size: 18px;
	display: block;
}
#CONTENTS2 h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#CONTENTS2 table {
	font-size: 12px;
	padding: 0;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#CONTENTS2 tr, #CONTENTS2 th, #CONTENTS2 td {
	padding: 8px;
}
.table01 {
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
	display: block;
	width: 95%;
}
.table01 th{
	background-color: #E8E8E8;
	width: 150px;
}
.table01 tr td{
	background-image: url(images/tableback.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.table02 {
	border-collapse: collapse;
	width: 95%;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
.table02 th{
	background-color: #EEE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	width: 20%;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.table02 tr td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000;
}
.table02 tr {


}
.table03 {
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.table03 th{
	background-color: #EEE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	width: 20%;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.table03 tr td{
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
}
.table03 tr {


}

#onkyo th {
	font-size: 12px;
	background-color: #ffffff;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#price th {
    background-color: #01719C;
    color: #fff;
    /* text-align: center; */
}

#price td {
    text-align: center;
	border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: gray;
}
#new h4 {
    background-color: #000;
    font-size: 20px;
    color: #fff;
    padding: 5px 10px;
}
#new h5 {
    font-size: 16px;
    color: #000;
    padding: 5px 15px;
    border-bottom-style: groove;
}
#new h5 span {
    font-weight: 100;
}
#new p span {
    font-weight: bold;
	font-size: 16px;
}