@charset "Shift_JIS";
/* CSS Document */

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
初期設定リセット
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

table {
	border:0px;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
初期設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body {
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka,sans-serif;
	background: #ffffff;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 に */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えに。そして、テキストは、#wrapper セレクタの初期設定である左揃えに設定される */
	color: #313131;
	line-height:1.5;
}

a,
a:link,
a:visited {
	color:#b66eb3;
}

a:hover,
a:active {
	color:#eed5d6;
	text-decoration:underline;
}

a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ラッパー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#header {
	width:950px;
	padding: 0 0 0 0;
	height: 81px;
}
#header img,
#header a img {/*画像の隙間をなくす為に必須*/
	vertical-align:top;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
リード
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#lead {
	width: 100%
}

td.lead_left{
	background-image: url(../images/bg_left.gif);
	background-repeat: repeat-x;
	text-align: right;
	width: 50%;
}
td.lead_right{
	background-image: url(../images/bg_right.gif);
	background-repeat: repeat-x;
	text-align: left;
	width: 50%;
}

#lead img,
#lead a img {/*画像の隙間をなくす為に必須*/
	vertical-align:top;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.content{
	width: 820px;
	margin: 0 auto;
	text-align: left;
}

.content img,
.content a img {/*画像の隙間をなくす為に必須*/
	vertical-align:top;
}

.content-box{
	width: 820px;
	margin: 40px 0 0 0;
	padding: 0 0 0 0;
}
.content-box img.pic{
	float: right;
	margin: 0 0 0 20px;
}

.content-box p.sttl{
	margin: 0 0 25px 0;
}

#icns{
	border-top: 1px dotted #cdad7b;
	border-bottom: 1px dotted #cdad7b;
	padding: 25px 0 25px 0;
	margin: 40px 0 40px 0;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
商品情報
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#product{
	width: 860px;
	margin: 0 auto;
}

#product img,
#product a img {/*画像の隙間をなくす為に必須*/
	vertical-align:top;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#footer {
	width: 820px;
	margin: 0 auto;
}
.cl{
	text-align: right;
}

.credit{
	margin: 20px 0 18px 0;
}

.notes{
	font-size: 10px;
	color: #a5a5a5;
	height: 130px;
	background-color: #eed5d6;
	padding: 20px 0 0 0;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
その他の設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


.super{
	vertical-align: super;
	font-size: xx-small;
}

/*フロート・クリアーボックス*/
.clear {
	clear:both;
}

</style>
