@charset "UTF-8";

/*============================================================
//
目次---------------------
・上部ボタン
---------------------
・コンテンツ
---------------------
・フッター
---------------------
//
//==========================================================*/

/*============================================================
//  上部ボタン
//==========================================================*/

.btn{
	width:180px;
	height:120px;
	background:url(../image/btn_buy.png) no-repeat;
	text-indent:-9999px;
	position: absolute;
	top: 0px;
	left: 620px;
}

.btn a{
	width:180px;
	height:120px;
	background:url(../image/btn_buy.png) no-repeat;
	display:block;
	text-decoration:none;
}

/*============================================================
//  コンテンツ
//==========================================================*/
.guide #contents{
	width:850px;
	margin:auto;
	margin-bottom:15px;
}
.guide #contents .print{
	width:835px;
	background:#000;
	margin-bottom:15px;
	padding:8px 10px 10px 5px;
	text-align:right;
}
.guide #contents .print h1{
	font-size:1.0em;
	font-weight:normal;
	color:#FFF;
	margin-bottom:5px;
}
.guide #contents .print p{
	font-size:1.0em;
	font-weight:normal;
	color:#FFF;
}
.guide #contents .print h1 a,
.guide #contents .print p a{
	color:#FFF;
	text-decoration: underline;
}
.guide #contents .print h1 a:hover,
.guide #contents .print p a:hover{
	color:#FF0000;
	text-decoration: none;
}
#contents{
	width:800px;
	position:relative;
	margin:auto;
}
.top #contents h1{
	width:800px;
	height:350px;
	background:url(../image/01.jpg) no-repeat;
	text-indent:-9999px;
}
.top #contents h2{
	width:800px;
	height:340px;
	background:url(../image/02.jpg) no-repeat;
	text-indent:-9999px;
}
.top #contents .guide{
	width:800px;
	height:305px;
	background:url(../image/03.jpg) no-repeat;
	text-indent:-9999px;
	margin-bottom:18px;
}
.top #contents .guide h3 a{
	width:215px;
	height:65px;
	text-indent:-9999px;
	float:right;
}
.top #contents #cart{
	width:800px;
	height:203px;
	background:url(../image/cart2.jpg) no-repeat;
	margin-bottom:20px;
}
.top #cart h4 {
	font-size:1.6em;
	height: 33px;
	padding:52px 0 0 027px;
}
.top #cart .kos {
	width:200px;
	height: 62px;
	text-indent:-9999px;
	padding:30px 0 0 553px;
}
.top #cart .kos a{
	width:200px;
	height: 62px;
	display:block;
}


/*============================================================
//  フッター
//==========================================================*/

#footer{
	width:800px;
	height: 80px;
	margin:0 auto;
	background:url(../image/footer.gif) no-repeat;
}
#footer:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#footer {
	zoom: 1;
}
#footer .mickelson a{
	width:230px;
	height: 70px;
	display:block;
	text-indent:-9999px;
	float:left;
}
#footer .digix a{
	width:240px;
	height: 70px;
	display:block;
	text-indent:-9999px;
	float:left;
}

#toptop {
	font-size:0.8em;
	padding:0 015px 20px 0;
	text-align:right;
}


