﻿@charset "UTF-8";
/*フロートクリア*/
.pkg:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}/*IE7以外のモダンブラウザ向け*/
.pkg{
	display:inline-block;
} /*IE7およびMacIE5向け*/

/*Hides from IE-mac\*/
* html .pkg{
	height:1%;
}
.pkg{
	display:block;
}

/* layout */

*{
margin:0;
padding:0;
}

body{
	margin:0;
	padding:0;
	background-attachment: fixed;
	font-family:'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, Osaka-等幅, sans-serif;
	font-size:16px;
	color:#000;
	text-align:center;
	background-image: url(img/bk3.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0%;
}

a{
color:#FFF;
text-decoration:none;
}

/* wrapper系 */

#wrapper{
	margin:0;
	padding:0;
	width:800px;
	text-align:left;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: 0 0;
}


/* clearfix */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
	margin:0 auto;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	margin:0 auto;
}
.cl{
clear:both;
}

/* heder */

#header,#header h1 a{
padding:0;
display:block;
}
#header-wrap{
	height:594px;
	margin:0;
}
#header-inner {
	position: relative;
	width: 839px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: absolute;
	top: 0px;
	left: 15px;
}

#header h1 a{
width:800px;
height:700px;
margin:0;
}

/* cont */
#cont1{
	padding:0;
	text-align:left;
	width:700px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
	float: left;
}

#cont1 p{
margin:20px 0 0 0;
font-size:16px;
color:#000;
line-height:1.8em;
text-align:left;
}

td{
color:#000;
}

/* footer */
#footer{
	width:100%;
	color:#FFF;
	text-align:center;
.padding:0;
	background-color: #3366CC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
	font-size: 14px;
	line-height: 18px;
}

#footer ul{
margin:20px 0 10px 30px;
_padding:10px 0 0 0;
width:900px;
float:left;
}

#footer li{
background:url('img/arw_mini.gif') no-repeat 0 0;
padding-left:20px;
padding-right:20px;
list-style:none;
font-size:10px;
float:left;
}

#footer li a{
text-decoration:none;
color:#FFF;
}

#footer p{
	color:#FFF;
	margin: 0px;
	padding: 0px;
}
#price-u {
	background-image: url(img/price_u.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 699px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
#tokuten-price {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 680px;
}
#wrapper #cont1 #price-u a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.margin-r-10 {
	margin-right: 10px;
}
