﻿@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#666;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
   width:760px;
   margin:0 auto;
   padding:10px 0;
}

div#header {
   position:relative;
   width:760px;
   margin-bottom:10px;
}

div#pr {
   position:absolute;
   left:0;
   top:0;
   width:480px;
}

div#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

div#icatch {
   width:760px;
}

div#menu {
   float:left;
   width:760px;
   background:#A50E63 url(images/bg_menu.gif) 0 0 repeat-x;
}

div#contents {
   float:left;
   width:760px;
   margin-top:10px;
}

div#main {
   float:left;
   width:530px;
}

div#sub {
   float:right;
   width:220px;
}

div#totop {
   clear:both;
}

div#footMenu {
   float:left;
   width:760px;
   padding-top:10px;
}

div#footer {
   clear:both;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:1em 0 0 0;
   font-size:2em;
   color:#A55973;
   line-height:1.0;
}

div#header h1 a {
   color:#A7005D;
}

div#header h1 a:hover {
   color:#C71C7A;
}

div#header #pr p {
   margin:0;
   font-size:0.75em;
}

div#header #gnavi ul {
   list-style:none;

}
div#header #gnavi li {
   float:left;
   font-size:0.63em;
   margin-left:15px;
}

div#header #gnavi li a{
   display:block;
   padding-left:15px;
   background:url(images/bg_gnavi.gif) 0 1px no-repeat;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
   list-style-type:none;
}

div#menu li {
   float:left;
   margin:0;
   font-size:0.75em;
   background:url(images/bg_menupause.gif) 0 50% no-repeat;
}

div#menu li a {
   display:block;
   line-height:40px;
   color:#fff;
   margin-left:1px;
   padding:0 10px;
}

div#menu li a:hover {
   color:#fff;
   background:#C71C7A;
}

div#menu li.home {
   background:none;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
div#main a {
   color:#A7005D;
}

div#main a:hover {
   color:#C71C7A;
   border-bottom:1px solid #C71C7A;
}

div#main h2 {
   margin-bottom:8px;
   padding:0 0 0 40px;
   line-height:2.0;
   color:#5E563F;
   font-size:0.94em;
   font-weight:bold;
   border:1px solid #B4A373;
   background:#fff url(images/bg_h2.gif) 0 50% no-repeat;
}

div#main h3 {
   margin-bottom:3px;
   font-size:0.88em;
}

div#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main h6 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main p {
   margin:0 0 1em 0;
   font-size:0.75em;
}

div#main ul,ol,dl {
   font-size:0.75em;
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

div#main div.icatch {
   margin-bottom:20px;
}

/* INFOMATION CUSTOMIZE */
* html body div#main dl.infomation dd div{
   display:inline-block;
}

div#main dl.infomation dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.infomation dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;
}

div#sub h2 {
   font-size:0.88em;
   font-weight:bold;
}

div#sub ul {
   margin:0 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:0.75em;
   line-height:1.4;
   list-style:none;
   background:url(images/bg_dotline.gif) 0 100% repeat-x;
}

div#sub li a {
   display:block;
   padding-left:12px;
   background:url(images/bg_list.gif) 0 5px no-repeat;
}


/* ========TOTOP CUSTOMIZE======== */
div#totop{
   position:relative;
   height:1.5em;
}

div#totop p{
   position:absolute;
   top:10px;
   right:0;
   margin:0;
   font-size:0.63em;
}

div#totop p a {
   padding-left:8px;
   background:url(images/bg_totop.gif) 0 50% no-repeat;
}

div#totop p a:hover {
   color:#999;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0;
   padding:0;
   text-align:right;
   background:url(images/bg_dotline.gif) 0 0 repeat-x;
   
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   line-height:3.0;
   font-size:0.75em;
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background:url(images/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   font-size:0.63em;
   color:#fff;
   line-height:3;
   text-align:center;
   background:#A7005D;
}

/*販売リストページのボックス設定
---------------------------------------------------------------------------------------------------------*/
.box {
	width: 530px;	/*テーブルの幅*/
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px dashed #0D3F69;	/*テーブルの下に#0D3F69の色で点線(dashed)を入れる設定。直線がいいならsolidにする。*/
	margin-bottom: 10px;
}

.box td{
	padding-bottom: 10px;
	vertical-align: top;
}

/*商品名設定*/
.box h4 {
	border-bottom: 1px solid #0D3F69;	/*商品名の下に1px幅の#0D3F69色の直線を入れる*/
	border-left: 4px solid #0D3F69;		/*商品名の左に4px幅の#0D3F69色の直線を入れる*/
	padding-left: 5px;
	font-size: 120%;		/*文字サイズ*/
	position: relative;
}

/*価格設定*/
.box h4 span {
	position: absolute;
	right: 0px;
	color: #e60012;	/*価格の文字色*/
}

/*SOLD OUT表示設定*/
.box .soldout {
	background: url(images/soldout.gif) no-repeat right bottom;	/*SOLD OUT画像を右下に配置させる。*/
}

/*ボックス内にある画像の設定*/
.box img {
	padding: 4px;				/*写真とフチ線の間にある余白*/
	border: 1px solid #cccccc;	/*写真のフチ設定。solidは直線という意味。*/
	margin: 2px;
}

.box a:hover img {
	border: 1px solid #333333;	/*画像にカーソルがのった時のライン色変更設定。*/
}