@charset "UTF-8";

/*�ėp�ݒ�*/

body
{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
}
.mac.safari body,
.mac.gecko body,
.mac.chrome body
{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
body
{
	background: url(../images/bg.jpg) fixed;
}

a:link
{
	text-decoration: none;
	color: #CC0000;
}
a:visited
{
	text-decoration: none;
	color: #CC0000;
}
a:hover
{
	text-decoration: underline;
	color: #ff9900;
}
img
{
	border: none;
}

/*�G���A�w��*/

#wrapper
{
	width: 1000px;
	margin: 0px auto;
	background: url(../images/bg.png) repeat-y;
	padding: 0px 10px;
}

#header
{
	width: 1000px;
	height: 597px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;
}
#header .logo a
{
	position: absolute;
	top: 0px;
	left: 34px;
	width: 69px;
	height: 57px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#header .navi01 a
{
	position: absolute;
	top: 464px;
	left: 100px;
	width: 200px;
	height: 80px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/navi01.jpg) no-repeat;
}
#header .navi02 a
{
	position: absolute;
	top: 464px;
	left: 300px;
	width: 200px;
	height: 80px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/navi02.jpg) no-repeat;
}
#header .navi03 a
{
	position: absolute;
	top: 464px;
	left: 500px;
	width: 200px;
	height: 80px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/navi03.jpg) no-repeat;
}
#header .navi04 a
{
	position: absolute;
	top: 464px;
	left: 700px;
	width: 200px;
	height: 80px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/navi04.jpg) no-repeat;
}
#header .navi01 a:hover,
#header .navi02 a:hover,
#header .navi03 a:hover,
#header .navi04 a:hover
{
	background: none;
}

#cont01
{
	width: 1000px;
	height: 950px;
	background: url(../images/cont01.jpg) no-repeat;
	position: relative;
}
#cont01 .comment a
{
	position: absolute;
	top: 571px;
	left: 322px;
	width: 193px;
	height: 68px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#cont01 .comment2 a
{
	position: absolute;
	top: 546px;
	left: 28px;
	width: 274px;
	height: 378px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#cont02
{
	width: 1000px;
	height: 480px;
	background: url(../images/cont02.jpg) no-repeat;
	position: relative;
}
#cont02 .sample a
{
	position: absolute;
	top: 394px;
	left: 393px;
	width: 215px;
	height: 50px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#cont04
{
	background: url(../images/cont04bg.jpg) repeat-y;
}

#products-base
{
	background: url(../images/cont04.jpg) no-repeat;
	padding: 95px 25px 20px 25px;
}
.products-box
{
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	overflow: hidden;
	padding: 1.5em 1.5em 1.5em 1.5em;
	margin: 0px 0px 20px 0px;
}
.products-box p
{
	margin-bottom: 1em;
}
.products-box p.title
{
	color: #DE1640;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 2px dotted #F1BC0B;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.products-box p.midashi
{
	color: #0093CC;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
}
.products-box .cover
{
	float: right;
	margin-left: 20px;
}
.buy-box
{
	width: 500px;
	overflow: hidden;
}
.buy-box .buy-btn
{
	float: left;
	margin-right: 10px;
}

#footer
{
	width: 1000px;
	height: 100px;
	background: url(../images/footer.jpg) no-repeat;
	position: relative;
}
#footer .copyright
{
	position: absolute;
	top: 21px;
	left: 20px;
	width: 574px;
	font-size: 10px;
	line-height: 1.5em;
}
#footer .eb a
{
	position: absolute;
	top: 21px;
	left: 862px;
	width: 127px;
	height: 34px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}


/*��ɖ߂�{�^��*/

#page-top
{
	position: fixed;
	bottom: 20px;
	right: 20px;
}
