@charset "UTF-8";

/*=====================================
初期設定
=====================================*/
html, body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	color: #333333;
}
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
p, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border-style: none;
	margin: 0px;
	padding: 0px;
	-ms-interpolation-mode: bicubic;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}
address {
	font-style: normal;
}
/*=====================================
テキストスタイル
=====================================*/
a {
	color: #1EB48F;
	text-decoration: none;
}
a:visited {
	color: #1EB48F;
	text-decoration: none;
}

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

a:active {
	color:#FF2B67;
	text-decoration: underline;
}
.f12 {
	font-size: 12px;
}
.f14 {
	font-size: 14px;
}
/*=====================================
ヘッダー
=====================================*/
#HEADER {
	background-image: url(images_site/header_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 172px;
}
#HEADER-CONTENTS {
	width: 745px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#HEADER-CONTENTS p {
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 14px;
	height: 15px;
	padding-top: 6px;
}
#HEADER-CONTENTS img#HEADER-YAMAHA {
	position: absolute;
	top: 25px;
	right: 0px;
}
#HEADER-LEFT {
	position: absolute;
	left: 0px;
	top: 28px;
}
#HEADER-RIGHT-UP {
	position: absolute;
	top: 59px;
	right: 0px;

}
/*=====================================
サブメニュー
=====================================*/
#SUBMENU {
	width: 328px;
	height: 23px;
	float: right;
	text-indent: -9999px;
	position: absolute;
	top: 110px;
	right: 0px;
}
#SUBMENU li {
	float: left;
}
#SUBMENU-HOME a {
	display: block;
	width: 92px;
	height: 23px;
	background-image: url(images_site/submenu01.gif);
	background-repeat: no-repeat;
}
#SUBMENU-HOME a:hover {
	background-position: 0 -23px;
}
#SUBMENU-about a {
	display: block;
	width: 135px;
	height: 23px;
	background-image: url(images_site/submenu02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#SUBMENU-about a:hover {
	background-position: 0 -23px;
}
#SUBMENU-qanda a {
	display: block;
	width: 101px;
	height: 23px;
	background-image: url(images_site/submenu03.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#SUBMENU-qanda a:hover {
	background-position: 0 -23px;
}
/*=====================================
メインメニュー
=====================================*/
#MAINMENU {
	height: 32px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 138px;
}
#MAINMENU li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
}
#MAINMENU-grandpiano a {
	display: block;
	width: 127px;
	height: 21px;
	background-image: url(images_site/mainmenu01.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 11px;
}
#MAINMENU-grandpiano a:hover {
	background-position: 0 -32px;
	color: #097299;
}
#MAINMENU-uprightpiano a {
	display: block;
	width: 153px;
	height: 32px;
	background-image: url(images_site/mainmenu02.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 11px;
}
#MAINMENU-uprightpiano a:hover {
	background-position: 0 -32px;
	color: #097299;
}
#MAINMENU-selection a {
	display: block;
	width: 127px;
	height: 32px;
	background-image: url(images_site/mainmenu03.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 11px;
	
}
#MAINMENU-selection a:hover {
	background-position: 0 -32px;
	color: #097299;
}
#MAINMENU-delivery a {
	display: block;
	width: 83px;
	height: 32px;
	background-image: url(images_site/mainmenu04.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 11px;
}
#MAINMENU-delivery a:hover {
	background-position: 0 -32px;
	color: #097299;
}
#MAINMENU-afterservice a {
	display: block;
	width: 114px;
	height: 32px;
	background-image: url(images_site/mainmenu05.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 11px;
}
#MAINMENU-afterservice a:hover {
	background-position: 0 -32px;
	color: #097299;
}
#MAINMENU-showroom a {
	display: block;
	width: 141px;
	height: 32px;
	background-image: url(images_site/mainmenu06.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 11px;
}
#MAINMENU-showroom a:hover {
	background-position: 0 -32px;
	color: #097299;
}
/*=====================================
フッター
=====================================*/
#FOOT-MENU {
	background-color: #F3F3F3;
	font-size: 12px;
	text-align: center;
	line-height: 160%;
	padding-top: 13px;
	padding-bottom: 13px;
	color: #454545;
	margin-bottom: 12px;
	margin-top: 20px;
}
#COPYRIGHT {
	background-color: #F3F3F3;
	font-size: 12px;
	text-align: center;
	line-height: 160%;
	color: #454545;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E3E3;
	margin-top: 12px;
	padding-top: 16px;
	padding-bottom: 28px;
}
/*=====================================
トップページ
=====================================*/
#TOP-CONTENTS {
width: 745px;
margin: 0px auto;
padding: 0px;
}
#MAINIMG {
background-image: url(images_site/mainimg_bg.jpg);
background-repeat: no-repeat;
height: 339px;
width: 745px;
background-position: 0px 0px;
margin: 11px 0px;
position: relative;
overflow: hidden;
}
#MAINIMG h1 {
font-size: 82%;
font-weight: bold;
color: #004071;
margin: 290px 15px 0px;
line-height: 1.4em;
}

#TOP-CONT-LEFT {
	float: left;
	width: 462px;
}
#TOP-CONT-LEFT h1 {
	font-size: 14px;
	color: #075F75;
	background-image: url(images_site/top_h1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 140%;
	padding-bottom: 9px;
	padding-left: 12px;
}
#TOP-CONT-LEFT p {
	font-size: 12px;
	line-height: 180%;
	padding-right: 26px;
	padding-top: 11px;
	padding-left: 13px;
}
#TOP-CONT-RIGHT {
	float: left;
	width: 283px;
}
#TOP-INFO {
	width: 283px;
	background-image: url(images_site/top_h2_news.gif);
	background-repeat: no-repeat;
	background-color: #EFF8FF;
	font-size: 12px;
	color: #118BA3;
}
#TOP-SEARCH {
	width: 745px;
	background-image: url(images_site/top_h2_news.gif);
	background-repeat: no-repeat;
	background-color: #EFF8FF;
	font-size: 12px;
	color: #118BA3;
	margin-top: 10px;
	padding-bottom: 5px;
}
#TOP-SEARCH #SEARCHBOX #SearchTextBox {
 ime-mode: inactive;
	margin-left:10px; 
}
#TOP-INFO h2,#TOP-SEARCH h2 {
	font-size: 14px;
	color: #075F75;
	padding-top: 12px;
	padding-left: 33px;
}
#TOP-INFO table {
	margin-top: 9px;
	margin-bottom: 15px;
	width: 260px;
	margin-left: 11px;
}
#TOP-INFO th {
	background-image: url(images_site/top_news_li.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99C8D8;
	font-weight: normal;
	padding-top: 7px;
	vertical-align: top;
	padding-bottom: 6px;
}
#TOP-INFO td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99C8D8;
	padding-top: 7px;
	vertical-align: top;
	padding-bottom: 6px;
	padding-left: 12px;
}
#WRAP-MID {
height: 308px;
padding: 0px 0px 12px;
}
#TOP-GRAND {
	background-color: #F3F3F3;
	float: left;
	width: 250px;
}
#TOP-GRAND h2 {
	background-image: url(images_site/top_h2_grand.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 188px;
	font-size: 14px;
	color: #471923;
	padding-top: 23px;
	padding-left: 62px;

}
#TOP-GRAND a {
	color: #471923;

}
#TOP-GRAND p {
width: 211px;
height: 80px;
padding-left: 11px;
padding-top: 5px;
padding-right: 28px;
font-size: 12px;
line-height: 140%;
}
#TOP-GRAND-NEW {
	background-image: url(images_site/stripe_bg.gif);
	background-repeat: repeat;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#TOP-GRAND-NEW h3 {
	background-image: url(images_site/top_new.gif);
	background-repeat: no-repeat;
	color: #0F9675;
	font-size: 14px;
	padding-left: 30px;
	padding-top: 9px;
	padding-bottom: 10px;
}
#TOP-GRAND-NEW ul {
	width: 232px;
	height: 91px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DDDDDD;
}
#TOP-GRAND-NEW li {
	float: left;
}
#TOP-GRAND-NEW .start {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#TOP-GRAND-NEW .end {
	padding-top: 4px;
	padding-bottom: 4px;
}
#TOP-GRAND-NEW li a {
	height: 78px;
	width: 103px;
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #BFBFBF;
	padding-top: 3px;
	padding-left: 3px;
}
#TOP-GRAND-NEW li a:hover {
	border: 1px solid #FF2B67;
}
#TOP-GRAND-LINK {
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 54px;
}
#TOP-GRAND-LINK a {
	background-image: url(images_site/top_product.gif);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 159px;
	font-size: 12px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A9A9A9;
	border-bottom-color: #A9A9A9;
	padding-left: 22px;
	padding-top: 3px;
}
#TOP-GRAND-LINK a:hover {
	text-decoration: none;
	background-image: url(images_site/top_product_on.gif);
	color: #FFFFFF;
}
#TOP-UPRIGHT {
	background-color: #F3F3F3;
	float: right;
	width: 482px;
}
#TOP-UPRIGHT h2 {
	background-image: url(images_site/top_h2_upright.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 414px;
	font-size: 14px;
	color: #471923;
	padding-top: 23px;
	padding-left: 68px;
}
#TOP-UPRIGHT a {
	color: #471923;
}
#TOP-UPRIGHT p {
width: 443px;
height: 80px;
padding-left: 11px;
padding-top: 5px;
padding-right: 28px;
font-size: 12px;
line-height: 140%;
}
#TOP-UPRIGHT-NEW {
	background-image: url(images_site/stripe_bg.gif);
	background-repeat: repeat;
	width: 472px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#TOP-UPRIGHT-NEW h3 {
	background-image: url(images_site/top_new.gif);
	background-repeat: no-repeat;
	color: #0F9675;
	font-size: 14px;
	padding-left: 30px;
	padding-top: 9px;
	padding-bottom: 10px;
}
#TOP-UPRIGHT-NEW ul {
	width: 464px;
	height: 91px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DDDDDD;
}
#TOP-UPRIGHT-NEW li {
	float: left;
}
#TOP-UPRIGHT-NEW .start {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#TOP-UPRIGHT-NEW .mid {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
}
#TOP-UPRIGHT-NEW .end {
	padding-top: 4px;
	padding-bottom: 4px;
}
#TOP-UPRIGHT-NEW li a {
	height: 78px;
	width: 103px;
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #BFBFBF;
	padding-top: 3px;
	padding-left: 3px;
}
#TOP-UPRIGHT-NEW li a:hover {
	border: 1px solid #FF2B67;
}
#TOP-UPRIGHT-LINK {
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 260px;
}
#TOP-UPRIGHT-LINK a {
	background-image: url(images_site/top_product.gif);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 184px;
	font-size: 12px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A9A9A9;
	border-bottom-color: #A9A9A9;
	padding-left: 22px;
	padding-top: 3px;
}
#TOP-UPRIGHT-LINK a:hover {
	text-decoration: none;
	background-image: url(images_site/top_product_on.gif);
	color: #FFFFFF;
}
#TOP-SHOP {
	background-color: #EFF7FF;
	background-image: url(images_site/top_h2_shop.gif);
	background-repeat: no-repeat;
	float: left;
	width: 513px;
}
#TOP-SHOP h2 {
	color: #045F74;
	padding-top: 12px;
	padding-left: 35px;
	font-size: 12px;
}
#TOP-SHOP p {
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 13px;
	font-size: 12px;
}
#TOP-SHOP table {
	width: 490px;
	font-size: 12px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}
#TOP-SHOP th {
	width: 100px;
	font-size: 12px;
	font-weight: normal;
	color: #118AA5;
	height: 20px;
	text-align: left;
}
#TOP-BANNER {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 232px;
}
#TOP-BANNER img {
	float: right;
	margin-bottom: 10px;
}
/*=====================================
コンテンツページ
=====================================*/
#CONTENTS {
	width: 745px;
	margin-right: auto;
	margin-left: auto;
}
#TOPICPATH {
	font-size: 12px;
	background-image: url(images_site/topicpass.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 29px;
	background-position: 6px 5px;
	line-height: 140%;
	padding-bottom: 5px;
}
#BANNER {
	padding-bottom: 10px;
}
.read {
	line-height: 140%;
	font-size: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	padding-right: 14px;
}
#ENTRY {
	background-image: url(images_site/contents_bg.gif);
	background-repeat: repeat-y;
	padding-left: 40px;
	font-size: 0.8em;
	padding-right: 180px;
}
#ENTRY p {
	line-height: 140%;
	padding-bottom: 12px;
}
#ENTRY ul {
	font-size: 0.8em;
}
#ENTRY li {
	background-image: url(images_site/li_green.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
	background-position: 0px 6px;
	padding-bottom: 5px;
}
#ENTRY table {
	font-size: 0.8em;
}
.header-green {
	background-image: url(images_site/header_green.gif);
	height: 26px;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 16px;
}
.header-blue {
	background-image: url(images_site/header_blue.gif);
	background-repeat: no-repeat;
	color: #2095C9;
	font-size: 14px;
	padding-top: 42px;
	padding-left: 15px;
	margin-left: -40px;
	margin-right: -180px;
	height: 37px;
}
.header-onpu1 {
	background-image: url(images_site/header_onpu1.gif);
	background-position: 0px 21px;
	background-repeat: no-repeat;
	color: #532730;
	font-size: 14px;
	background-color: #FFFFFF;
	padding-top: 21px;
	padding-left: 40px;
	padding-bottom: 9px;
	margin-left: -40px;
	margin-right: -180px;
	line-height: 140%;
	width: 525px;
	clear: both;
}
.header-onpu2 {
	background-image: url(images_site/header_onpu2.gif);
	background-position: 0px 8px;
	background-repeat: no-repeat;
	color: #2DA386;
	font-size: 0.8em;
	background-color: #FFFFFF;
	padding-top: 21px;
	padding-left: 40px;
	padding-bottom: 9px;
	margin-left: -40px;
	margin-right: -180px;
	line-height: 140%;
	width: 525px;
}
/*=====================================
商品一覧ページ
=====================================*/
.product-cat {
	float: left;
	padding-top: 16px;
	padding-right: 8px;
	padding-left: 8px;	
}
.product-cat a {
	width: 209px;
	display: block;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	color: #333333;
	text-decoration: none;
	overflow: hidden;
	height: 143px;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C8C8C8;
	border-right-color: #C8C8C8;
	border-bottom-color: #C8C8C8;
	border-left-color: #C8C8C8;
	padding: 9px;
}
.product-cat a:visited {
	color: #333333;
	text-decoration: none;
}
.product-cat a:hover {
	background-color: #FBEBE1;
	color: #333333;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF2B67;
	border-right-color: #FF2B67;
	border-bottom-color: #FF2B67;
	border-left-color: #FF2B67;
}
.product-cat img {
	float: left;
}
.spec {
	float: right;
	width: 85px;
	font-size: 12px;
	background-image: url(images_site/li_pink.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-top: 2px;
	background-position: 2px 5px;
	line-height: 140%;
	cursor: pointer;
}
.cap {
	clear: both;
	width: 209px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C8C8C8;
	margin-top: 9px;
	padding-top: 9px;
	cursor: pointer;
	display: block;
}
/*=====================================
商品詳細ページ
=====================================*/
.header-grand {
	background-image: url(images_site/header_green_grand.gif);
	height: 26px;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 17px;
	background-repeat: no-repeat;
}
.header-upright {
	background-image: url(images_site/header_green_upright.gif);
	height: 26px;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 17px;
	background-repeat: no-repeat;
}
#MAINPHOTO {
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 7px;
}
#PRODUCT-INFO {
	float: right;
}
#PRODUCT-INFO table {
	width: 252px;
	font-size: 12px;
}
#PRODUCT-INFO th {
	width: 73px;
	background-image: url(images_site/table_bg_onpu.gif);
	background-repeat: no-repeat;
	color: #522424;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 24px;
}
#PRODUCT-INFO td {
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	vertical-align: top;
}
#PRICE {
	height: 27px;
	width: 252px;
	margin-top: 10px;
	background-image: url(images_site/prace_bg.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #DA1124;
	text-align: center;
	padding-top: 12px;
	margin-bottom: 7px;
}
hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CECECE;
	text-decoration: none;
}
#SUBPHOTO img {
	padding: 3px;
	margin-right: 8px;
	margin-left: 8px;
	border: 1px solid #BFBFBF;
	margin-top: 7px;
	margin-bottom: 7px;
}
#MASTER {
	float: left;
}
#MASTER-HEAD {
	background-image: url(images_site/shop_master.gif);
	height: 71px;
	width: 479px;
	padding-top: 8px;
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
#MASTER-VOICE {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CECECE;
	border-bottom-color: #CECECE;
	border-left-color: #CECECE;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	width: 459px;
}
#MASTER-BODY {
background-color: #E4F7FF;
font-size: 0.8em;
width: 433px;
padding-top: 7px;
padding-right: 13px;
padding-bottom: 16px;
padding-left: 13px;
}
#MASTER-BODY p {
	padding-bottom: 12px;
}
.master-link a {
	background-image: url(images_site/top_news_li.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0px -6px;
}
#CONTACT-INFO {
	background-image: url(images_site/contact_bg.gif);
	background-repeat: no-repeat;
	height: 199px;
	width: 254px;
	padding-top: 8px;
	float: right;
	background-position: 0px bottom;
}
#CONTACT-INFO p {
	font-size: 12px;
	padding-top: 40px;
	padding-right: 18px;
	padding-left: 38px;
	line-height: 140%;
}
#CONTACT a {
	display: block;
	width: 230px;
	height: 43px;
	background-image: url(images_site/contact.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	margin-left: 12px;
}
#CONTACT a:hover {
	background-position: 0 -43px;
}
#PRODUCT-LINK {
	padding-top: 13px;
	float: right;
}
#PRODUCT-LINK a {
	background-image: url(images_site/top_product.gif);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 200px;
	font-size: 0.8em;
	color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A9A9A9;
	border-bottom-color: #A9A9A9;
	padding-left: 22px;
	padding-top: 2px;
	letter-spacing: 1px;
}
#PRODUCT-LINK a:hover {
	text-decoration: none;
	background-image: url(images_site/top_product_on.gif);
	color: #FFFFFF;
}
#PRODUCT-BANNER {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #BDBDBD;
	margin-top: 23px;
	padding-top: 23px;
	padding-left: 127px;
}
#PRODUCT-BANNER img {
	padding-right: 50px;
}
/*=====================================
お知らせ一覧ページ
=====================================*/
#INFO-CAT ul {
	font-size: 0.8em;
}
#INFO-CAT li {
	background-image: url(images_site/header_onpu1.gif);
	background-repeat: no-repeat;
	padding-left: 52px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-position: 8px 0px;
	width: 693px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A1A1A1;
}
/*=====================================
FAQ一覧ページ
=====================================*/
#FAQ-CAT ul {
	font-size: 0.8em;
}
#FAQ-CAT li {
	background-image: url(images_site/faq_q_li.gif);
	background-repeat: no-repeat;
	padding-left: 52px;
	padding-bottom: 10px;
	background-position: 16px 8px;
	width: 693px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A1A1A1;
	padding-top: 10px;
}
/*=====================================
FAQ詳細ページ
=====================================*/
.faq-q {
	background-image: url(images_site/faq_q.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C8C8C8;
	padding-left: 140px;
	padding-top: 8px;
	font-size: 0.8em;
	color: #471922;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
	line-height: 140%;
}
.faq-a {
	background-image: url(images_site/faq_a.gif);
	background-repeat: no-repeat;
	background-position: 17px 9px;
	padding-top: 9px;
	padding-left: 140px;
	padding-right: 30px;
}
.faq-a p {
	font-size: 0.8em;
	padding-bottom: 12px;
	line-height: 140%;
}
/*=====================================
特約店ページ
=====================================*/
#GREEN-TABLE table {
	border-collapse:collapse;
	font-size: 0.8em;
	margin-left: 20px;
}
#GREEN-TABLE th {
	border-collapse:collapse;
	padding: 5px;
	background-image: url(images_site/table_bg_green.gif);
	background-repeat: repeat;
	color: #471922;
	border: 1px solid #95DB4D;
}
#GREEN-TABLE td {
	background-color: #FFFFFF;
	border-collapse:collapse;
	padding: 5px;
	border: 1px solid #95DB4D;
}
.product-search {
	width: 730px;
	padding: 8px;
}
#alpha-inner h2.header-blue,#alpha-inner h3.header-onpu1{
margin-left:0px !important;
}
#alpha-inner p{
	font-size:12px;
	margin-left:10px; 	
}
.line {
	clear: both;
	height: 2px;
	border-top: 1px solid #CCCCCC;
	margin-top:5px;
}

.product-search .spec {
	float: none !important ;
	width: 85px;
	font-size: 12px;
	background-image: url(images_site/li_pink.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-top: 2px;
	background-position: 2px 5px;
	line-height: 140%;
	cursor: pointer;
}
