/* CSS RESET */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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,th,var{font-style:normal;font-weight:normal;}
li{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;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}

body {font:13px/1.231 arial,helvetica,clean,sans-serif;}table{font-size:inherit;font-size:100%;}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */


body {
	text-align:center;
	color:#fff;
}
a {
	text-decoration:none;
		color:#fff
}
a:hover {
	text-decoration: underline;
		color:#A1E062
}
#wrap {
	width:1000px;
	text-align:left;
	margin:0 auto;background:url(images/bg.jpg);
}

.fl{ float:left}
.fr{ float:right}
.clearfix{ clear:both}



/* header */
#header { position:relative;height:260px  }
#logo {position:absolute; top:60px; right:130px}
#logo h1 {
	font-size:34px;
	color:#fff
}
#logo div {
	padding-left:100px
}
#nav {
	position:absolute;
	top:180px;
	left:430px;
	background:url(images/nav.jpg);
	width:480px;
	height:46px;
	line-height:46px;
	padding: 0 0 0 0px
}
#nav li {
	float:left;
	font-weight:700;
	width:120px
}
#nav a {text-decoration:none; display:block; text-align:center;}
#nav a:hover {background:url(images/nav_hover.jpg) -10px; }
/* content */
#content { }
#main {
	width:650px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float: left;
}
.text {width:640px; }

.text h2 {font-size:20px; padding-bottom:15px;}
.text p img {
	float:left;
	padding:0 20px 0 0;
	margin-bottom: 20px;
}
.text p {
	margin-bottom: 20px;
}
.text a { color: #FFCC00}
.text2 {
	float: right;
	width: 300px;
}

#col {margin:50px 0 0 0;width:300px; background:url(images/col.jpg); width: 535px; height:156px ; }

#col div {width: 200px; margin: 20px 0 0 70px; display:inline}
#col .first  {margin: 20px 0 0 50px }
#col li{line-height:20px;}
.side {margin:0 0 0 40px; width:250px;display: inline;}
.side h2 {font-size:22px}
.side h3 {
	font-size: 1.6em;
	color: #142269;
}

.side li {line-height:20px; list-style:inside disc; color:#FFFFFF; }
.side ul {margin:30px  0 30px 20px}
/* footer */
#footer {
	background:url(images/ft.jpg);
	height:70px;
	text-align: center;
	margin-top: 20px;
}
#ftinner{
	bottom:20px;
	width: 80%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 10px;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.ftlink {width:500px;}
#top {
	margin-bottom: 25px;
}
#price {}
#price h2 {}
#price h3 {
	background-color: #699;
	padding: 3px;
	margin-bottom: 10px;
}
#price h4 {
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	padding: 5px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #663;
}
#price li {
	list-style-type: disc;
}

.pri {
	margin-left: 50px;
	list-style-type: disc;
}
#price span {
	font-weight: bold;
	display: block;
	float: left;
	width: 150px;
	padding-left: 15px;
}
#isowari {
	background-color: #CACA65;
	display: block;
	float: right;
	width: 82%;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 15px;
	clear: both;
}
#isowari h3 {}

#isowari li {
	list-style-type: none;
	font-size: 0.95em;
	font-weight: normal;
	color: #333;
}
