@charset "utf-8";

/* ===============================================

CSS information
	file name  :  special.css
	style info :  特別ページのスタイル設定
	
================================================== */

/*------------------------------------------------
	リセット
--------------------------------------------------*/
html {
	overflow-y: scroll;
	font-size: 62.5%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,strong,th {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

object,embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img {
  border: medium none;
  vertical-align: text-bottom;
}

li {
	list-style-type: none;
}

/*------------------------------------------------
	基本設定
--------------------------------------------------*/
body {
	background: #CAA659;
	color: #572200;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	line-height: 1.3;
	text-align: center;
	font-size: 13px;
}

/*------------------------------------------------
	リンク
--------------------------------------------------*/
a:link {
	color: #732109;
	text-decoration: underline;
}
a:visited {
	color: #732109;
}
a:hover {
	color: #efa095;
}
a:active {
	color: #efa095;
}

/*------------------------------------------------
	clearfix
--------------------------------------------------*/
.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	overflow: hidden;
}
/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

/*------------------------------------------------
	special
--------------------------------------------------*/
#special {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
}

/*------------------------------------------------
	shopping-top
--------------------------------------------------*/
#shopping-top {
	width: 900px;
	height: 266px;
	background: url(../images/special/cover02.jpg) no-repeat 0 0;
}
.cartarea-top {
	position: relative;
	width: 504px;
	margin-left: 358px;
}
.cartarea-top table {
	position: absolute;
	top: 122px;
	left: 240px;
}

.cartarea-top td.button {
	padding-top: 8px;
}

#typeB #shopping-top {
	width: 900px;
	height: 266px;
	background: url(../images/special/cover02_b.jpg) no-repeat 0 0;
}

/*------------------------------------------------
	shopping-bottom
--------------------------------------------------*/
#shopping-bottom {
	width: 900px;
	background: url(../images/special/bg_shoppingbottom.gif) repeat;
	padding: 2px 0 34px;
}

#shopping-bottom01 {
	width: 900px;
	position: relative;
}

#shopping-bottom02 {
	position: relative;
}

#shopping-bottom03 {
	position: relative;
}

.cartarea-bottom {
	position: absolute;
	top: 175px;
	left: 65px;
	width: 520px;
	height: 90px;
	background: url(../images/special/bg_cart_bottom.jpg) no-repeat;
}

.cartarea-bottom table {
	margin: 15px 0 0 20px;
}

/*------------------------------------------------
	footer
--------------------------------------------------*/
#footer {
	width: 900px;
	text-align: center;
	padding-bottom: 20px;
}
#footer img {
	margin-bottom: 20px;
}
#footer p {
	padding: 5px;
}
