@charset "UTF-8";

/*--------------------------------------------------------
.headerLink　上部リンク
.content　全体
├.header　ヘッダー
│├.headerMain　上部
│└.headerTitle　下部
├.main　メイン
│├.mainInr　左側
│├.ranking　右側
└.footer　フッタ

--------------------------------------------------------*/

/*---------------------------------------------
全体
---------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
html, body {
	height:100%;
}
body {
	background: #FFFFFF;
	color: #000000;
	font-family:Hiragino Kaku Gothic Pro, Osaka, "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	font-size: 84%;
	line-height: 1.4;
	text-align: center;
	height: 100%;
}
h1, h2 {
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}

/* 上部リンク */

.headerLink {
	background: url(../images/bg_link_head.gif) repeat-x left top;
	height: 28px;
}
.headerLinkInr {
	text-align: right;
	width: 930px;
	margin: 0 auto;
	padding-top: 6px;
}
.headerLinkInr a:link,
.headerLinkInr a:visited,
.headerLinkInr a:hover,
.headerLinkInr a:active {
	color: #FFFFFF;
}
.headerLinkInr a:hover,
.headerLinkInr a:active {
	text-decoration: underline;
}
.headerLinkInr em {
	color: #AFA49D;
	font-style: normal;
	padding: 0 10px;
}

/* コンテンツ全体 */

.content {
	background: url(../images/bg_main.gif) repeat-x left top;
	text-align: left;
}

/*---------------------------------------------
ヘッダー
---------------------------------------------*/

.header {
	width: 930px;
	margin: 0 auto 15px;
}

/* 上部 */

.headerMain {
	height: 65px;
}
.logo {
	float: left;
	width: 400px;
}
.logo img {
	margin-top: 9px;
}
.headerCart {
	float: right;
	display: block;
	background: url(../images/btn_cart_s_o.gif) no-repeat left top;
	width: 150px;
	margin-top: 19px;
}
.headerCart img {
	border: 0;
}
.headerCart a {
	display: block;
	width: 150px;
	height: 28px;
	font-size: 1px;
	line-height: 1px;
	outline: none;
}
.headerCart a:hover,
.headerCart a:active {
	text-indent:-9999px;
}

/* 下部 */

.headerTitle {
	clear: both;
	background: url(../images/bg_ttl_head.gif) repeat-x left top;
	height: 65px;
	margin-bottom: 15px;
}
.headerTitleTxt {
	float: left;
	width: 660px;
}
.headerTitleTxt p {
	color: #887A72;
	font-size: 83%;
	padding: 10px 0 0 10px;
}
.headerTitleTxt h1 {
	font-size: 150%;
	font-weight: bold;
	padding: 5px 0 0 10px;
}
.headerContact {
	float: right;
	width: 256px;
}
.headerContact img {
	display: block;
}

/*---------------------------------------------
メイン
---------------------------------------------*/

.main {
	clear: both;
	width: 802px;
	margin: 0 auto;
}
.mainInr {
	float: left;
	width: 730px;
}
.ranking {
	float: right;
	width: 180px;
}
.inputWin {
	width: 100%;
}

/* タイトル */

.title {
	background: url(../images/bg_title.gif) repeat-x left bottom;
	height: 35px;
	margin-bottom: 20px;
}
.titleInr {
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	margin: 0;
}
* html .titleInr { /*for IE6 */
	display: inline;
	zoom: 1;
}
*:first-child+html .titleInr { /*for IE7 */
	display: inline;
	zoom: 1;
}
.title h2 {
	display: inline;
	font-size: 133%;
	font-weight: bold;
	margin-right: 10px;
}
.title span.small {
	font-weight:normal;
	font-size:90%;
}
.title img {
	margin-right: 6px;
}

/* 商品写真 */

.productImg {
	float: left;
	width: 355px;
}
.productImg .caption {
	padding: 10px 0;
}
.productImg img {
	border: #CDC1B9 1px solid;
}
.zoom {
	border-top: #CDC1B9 1px dotted;
	text-align: center;
	padding: 10px 0;
}
.zoom a {
	background: url(../images/ico_zoom.gif) no-repeat left center;
	padding-left: 16px;
}
.imgThum {
	padding-bottom: 14px;
}
.imgThumInr {
	padding-bottom: 6px;
}
.imgThum img {
	vertical-align: bottom;
}
.imgThum a {
	margin-right: 6px;
}
.imgThum .imgEnd {
	margin-right: 0;
}
.appearance {
	font-size: 83%;
}
.appearance dt {
	float: left;
	width: 3.5em;
}
.appearance dd {
	padding-left: 3.5em;
}

/* 商品情報 */

.productInfo {
	float: right;
	width: 355px;
}
.inputWin .productInfo {
	float: right;
	width: 555px;
}
.productInfo .productIcon {
	padding-top: 10px;
}
.productInfo .productIcon img {
	padding-right: 5px;
}
.price {
	font-size: 116%;
	font-weight: bold;
	text-align: right;
	padding: 20px 0;
}
.price .sale {
	color: #FF0000;
}
.productSet {
	background-color: #F0E9E0;
	padding: 10px 20px;
}
.productSet th {
	color: #887A72;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 5px 0;
}
.productSet .caption {
	font-weight: normal;
	padding-top: 2px;
}
.productSet td {
	vertical-align: top;
	padding: 5px 0;
}
.productSet td td {
	padding: 0;
}
.estimate {
	background: url(../images/bg_estimate.gif) repeat-x left top;
}
.estimate th,
.estimate td {
	padding: 10px 0 0 0;
}
.estimate td {
	font-size: 116%;
	font-weight: bold;
	text-align: right;
}
.cart {
	border: #CDC1B9 1px solid;
	margin-top: 20px;
	padding: 10px;
}
.cart th {
	color: #887A72;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
}
.cart th input {
	margin-left: 5px;
}
.btnCart {
	display: block;
	background: url(../images/btn_cart_o.gif) no-repeat left top;
	width: 215px;
	margin: 0;
}
.btnFix {
	display: block;
	background: url(../images/btn_fix_o.gif) no-repeat left top;
	width: 215px;
	margin: 0;
}
.btnCart a,
.btnFix a {
	display: block;
	width: 215px;
	height: 38px;
	font-size: 1px;
	line-height: 1px;
	outline: none;
}
.btnBookmark {
	display: block;
	background: url(../images/btn_bookmark_o.gif) no-repeat left top;
	width: 150px;
	margin-top: 10px;
}
.btnBookmark a {
	display: block;
	width: 150px;
	height: 28px;
	font-size: 1px;
	line-height: 1px;
	outline: none;
}
.btnCart a:hover,
.btnCart a:active,
.btnFix a:hover,
.btnFix a:active,
.btnBookmark a:hover,
.btnBookmark a:active {
	text-indent: -9999px;
}
.btnCart img,
.btnFix img,
.btnBookmark img {
	border: 0;
}
.productDet {
	margin-top: 20px;
}
.productDet table {
	border-top: #CDC1B9 1px solid;
	border-left: #CDC1B9 1px solid;
}
.productDet th,
.productDet td {
	border-right: #CDC1B9 1px solid;
	border-bottom: #CDC1B9 1px solid;
	padding: 10px;
}
.productDet th {
	background-color: #F0E9E0;
	color: #887A72;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.productDet td {
	vertical-align: top;
}
.productDet ul {
	padding-left: 1.2em;
}
.productDet li {
	padding: 2px 0;
}

/* ショッピングガイド */

.shoppingGuide {
	clear: both;
	padding-top: 20px;
}
* html .shoppingGuide { /*for IE6 */
	padding-top: 0;
	margin-top: 20px;
}
*:first-child+html .shoppingGuide { /*for IE7 */
	padding-top: 0;
	margin-top: 20px;
}
.subtitle {
	background: url(../images/bg_subtitle.gif) repeat-x left bottom;
	height: 22px;
	margin-bottom: 10px;
}
.subtitle img {
	display: block;
}
.shoppingGuideInr {
	clear: both;
	padding-top: 10px;
}
.shoppingGuideLft {
	float: left;
	border-bottom: #CDC1B9 1px dotted;
	width: 355px;
}
.shoppingGuideRgt {
	float: right;
	border-bottom: #CDC1B9 1px dotted;
	width: 355px;
}
.inputWin .shoppingGuideLft,
.inputWin .shoppingGuideRgt {
	width: 455px;
}
.shoppingGuideInr h4 {
	border-left: #CC0000 4px solid;
	color: #887A72;
	font-weight: bold;
	padding-left: 5px;
}
.shoppingGuideInr p {
	padding: 10px 0;
}
.shoppingGuideInr .detail {
	text-align: right;
	padding-bottom: 10px;
}
.shoppingGuideInr .detail a {
	background: url(../images/ico_arrow.gif) no-repeat left center;
	padding-left: 16px;
}

/* ランキング */

.rankingInr {
	background-color: #FDF7EE;
	border: #CDC1B9 1px solid;
}
.rankingHead {
	margin: 0;
	height: 30px;
}
.rankTop {
	clear: both;
	overflow: auto;
	margin: 0 auto;
	padding: 10px 0 6px 0;
	width: 160px;
}
.rank {
	clear: both;
	overflow: auto;
	border-top: #CDC1B9 1px dotted;
	margin: 0 auto;
	padding: 10px 0 6px 0;
	width: 160px;
}
.rankImg {
	float: left;
	width: 60px;
}
.rankImg img {
	border: #CDC1B9 1px solid;
}
.rankTxt {
	float: right;
	font-size: 83%;
	width: 90px;
}
.rankTxt p {
	padding: 2px 0;
}

/* 注釈 */

.caption {
	font-size: 83%;
}

/* アラート */

.alertTitle {
	color: #FF0000;
	background: url(../images/ico_alert.gif) no-repeat left center;
	font-size: 116%;
	vertical-align: bottom;
	padding-left: 20px;
	margin-bottom: 10px;
}
.alert {
	color: #FF0000;
	padding-left: 10px;
}

/* ページトップ */

.pagetop {
	clear: both;
	text-align: right;
	padding: 20px 0;
}
* html .pagetop { /*for IE6 */
	padding: 0;
	margin: 20px 0;
}
*:first-child+html .pagetop { /*for IE7 */
	padding: 0 0 20px 0;
	margin: 20px 0 0 0;
}
.pagetop a {
	background: url(../images/ico_pagetop.gif) no-repeat left center;
	padding-left: 16px;
}

/*---------------------------------------------
フッター
---------------------------------------------*/

.footer {
	clear: both;
	width: 930px;
	margin: 0 auto;
	padding-top: 20px;
}
.footerLink {
	border-top: #CDC1B9 1px solid;
	border-bottom: #CDC1B9 1px solid;
	text-align: center;
	padding: 20px 0;
}
.footerLink em {
	color: #AFA49D;
	font-style: normal;
	padding: 0 7px;
}
.copyright {
	float: left;
	color: #887A72;
	font-size: 83%;
	vertical-align: top;
	width: 460px;
}
.copyright p {
	padding: 15px 0;
}
.footerLogo {
	float: right;
	text-align: right;
	width: 460px;
}
.footerLogo img {
	margin: 10px 0 10px 6px;
}

/*---------------------------------------------
リンク
---------------------------------------------*/

a:link {
	color: #2A77CD;
	text-decoration: none;
}
a:visited {
	color: #2A77CD;
	text-decoration: none;
}
a:hover {
	color:#CC3333;
	text-decoration: none;
}
a:active {
	color: #CC3333;
	text-decoration: none;
}