@charset "shift_jis";

/* -----▼ページ全体------ */
body {
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	color: #666;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
p {
	margin: 0px;
	padding: 0px;
}
a:link,a:visited {
	color: #000000;
	background: transparent;
	text-decoration: none;
}
a:hover, a:active {
	color: #C40505;
	background: transparent;
	text-decoration: none;
}
/* -----▲ページ全体----- */

/* -----▼ヘッダ------ */
#header {
	width: 760px;
	height: 69px;
	background: #FFFFFF url(shohin/images/header02.png) no-repeat;
	}


/* -----▲ヘッダ------ */

#pagebody {
	padding-left: 28px;
	width: 760px;
	font-size: small; 
}

/* -----▼メインコンテンツ------ */
a#prev {
	position: absolute;
	top: 540px;
	left: 297px;
	font-size: 0.75em;
}
a#prev:hover {

}
a#next {
	position: absolute;
	top: 540px;
	left: 430px;
	font-size: 0.75em;
}
a#next:hover {

	}
a#close {
	position: absolute;
	top: 540px;
	left: 640px;
	font-size: 0.75em;
}
#main {
	margin: 35px 0px 10px;
	height: 445px;
	width: 714px;
	background: url(shohin/images/main_bg2.gif) no-repeat;
}
#main img {
	margin: 20px 50px;
}

#infomation {
	margin-top: 20px;
	display: block;
	height: 28px;
	width: 715px;
	background: url(shohin/images/infomation.png) no-repeat;
}

#info_left {
	float: left;
	width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	font-size: 0.75em;
}
#info_center {
	float: left;
	padding-top: 10px;
	width: 180px;
	font-size: 0.75em;
}
#info_right {
	float: right;
	padding-top: 10px;
	width: 190px;
	font-size: 0.75em;
}

/* -----▲メインコンテンツ-----*/

/* -----▼フッタ-----*/
#footer {
	height: 29px;
	width: 760px;
	clear: both;
	background: #9ACD32;
}
#footer p#link {
	padding-top: 10px;
	padding-left: 20px;
}

/* -----▲フッタ------ */