@charset "UTF-8";

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼CSS初期化
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
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;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
strong {font-weight:bold;}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

文字サイズ
/// 普通=>font-size: 90%;
/// ちっちゃいの=>font-size: 70%;
/// でっかいの=>font-size: 110%;

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼基本情報
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
body {
	color: #59524f;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	background-color: #FFFFFF;
	outline: none;
}

/*ノーマルテキストリンク設定*/
a:link{
	color: #006699;
	text-decoration:underline;
}

a:visited{
	color: #006699;
	text-decoration:underline;
}

a:hover{
	color: #0099CC;
	text-decoration: none;
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼ヘッダ設定
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#header {
	position: relative;
	width: 800px;
	height: 130px;
	text-align: left;
	background: url(../../image/common/header_background.jpg) no-repeat top center;
}

/*-------ショッピングサイド--------*/
#shopping_header {
	position: relative;
	width: 800px;
	height: 130px;
	text-align: left;
	background: url(../../image/shopping/header_background.jpg) no-repeat top center;
}

#logo {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 235px;
	height: 85px;

}

#logo a {
	display: block;
	width: 235px;
	height: 85px;
	background: url(../../image/common/header_logo.jpg) left top no-repeat;
	text-indent: -9999px;
}

#logo a:hover {
	background-position: 0 -85px;
}

#ad_bn {
	position: absolute;
	top: 49px;
	right: 0;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼大見だし
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#site_theme {
	position: relative;
	width: 800px;
	overflow: hidden;
	text-align: left;
}

#site_theme h1 {
	font-size: 110%;
	letter-spacing: 0.5em;
	font-weight: bold;
	color: #778b10;
	margin-bottom: 10px;
	padding: 0 20px 0 20px;
}

/*-------ショッピングサイド--------*/
#shopping_site_theme {
	position: relative;
	width: 800px;
	overflow: hidden;
	text-align: left;
}

#shopping_site_theme h1 {
	font-size: 110%;
	letter-spacing: 0.5em;
	font-weight: bold;
	color: #cc7460;
	margin-bottom: 10px;
	padding: 0 20px 0 20px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼dock
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#dock2 {
	width: 100%;
	bottom: 37px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font-size: 12px;
	width: 40px; 
	bottom: 31px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
	line-height: 100%;
	padding-top: 0px;
	color:#333333;
	font-weight: bold;
}

a:hover.dock-item2 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

.dock-item2 span {
	display: none;
	padding: 20px 0px 0px 0px;
	width: 90px;
	height: 90px;
	background: url(../../image/toppage/dock_icon/dock_fukidashi.gif) no-repeat;
	text-align: center;
}
.dock-item2 img {
	border: none; 
	margin: 0px 0px 0px; 
	width: 100%; 
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼左メニュー
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#left_menu {
	float: left;
	width: 180px;
	text-align: center;
	margin-right: 20px;
}

/*バナー広告*/
#ad_bn_side {
	width: 180px;
	text-align: center;
	margin-bottom: 20px;
}

#ad_bn_side img {
	margin-bottom: 5px;
}

/*コンテンツ*/
#lside {
	float: left;
	width: 180px;
	overflow: hidden;
	background: url(../../image/toppage/side_middle.jpg) no-repeat top left;
	text-align: center;
}
#lside_title {
	width: 180px;
	text-align: center;
}

#lside_contents {
	width: 140px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#lside_contents .product_img {
	margin-bottom: 5px;
	display: block;
}

#lside_contents .line {
	margin: 10px 0 10px 0;
	display: block;
}

#lside_bottom {
	width: 180px;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼横影
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.h358shadow {
	float: left;
	width: 420px;
	text-align: center;
	height: 12px;
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼コンテンツ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#content {
	position: relative;
	width: 800px;
	text-align: left;
	margin-top: 20px;
	overflow: hidden;
}



/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼フッター
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#footer {
	position: relative;
	width: 800px;
	margin-top: 20px;
	overflow: hidden;
}

#footer_menu {
	float: left;
	width: 800px;
	text-align: center;
}

.footer_line {
	width: 800px;
	height: 2px;
	float: left;
	margin-top: 10px;
	display: block;
}

#footer_bn_link {
	float: left;
	width: 500px;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 20px;
}

#footer_bn_link img {
	margin: 0 10px 0 10px;
}

#footer_copyright {
	float: right;
	width: 200px;
	text-align: right;
	font-size: 70%;
	margin-right: 30px;
	margin-top: 20px;
	line-height: 110%
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼PR
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.pr {
	float: left;
	width: 180px;
	overflow: hidden;
	background: url(../../image/toppage/side_pr_middle.jpg) no-repeat top left;
	text-align: center;
}
.pr_title {
	width: 180px;
	text-align: center;
}

.pr_contents {
	width: 140px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.pr_bottom {
	width: 180px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}


