@charset "UTF-8";
/* formatting style　全体のフォーマット
---------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}/* link style　リンクスタイル
---------------------------------------*/

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
---------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 979px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#main {
	padding: 50px;
	float: right;
	width: 510px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 30px;
	float: left;
	width: 309px;
	margin-bottom: 20px;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 15px;
	clear: both;
}
/* header styles
---------------------------------------*/
#header {
	background-image: url(img/dropop_bg.jpg);
	background-repeat: no-repeat;
	height: 320px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FF6600;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 25px;
	top: 200px;
}
#header ul {
	background-color: #FFFFFF;
	width: 979px;
	position: absolute;
	left: 0px;
	top: 273px;
}
#header li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 139px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}
#header ul li a:hover {
	background-color: #666666;
}
#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nShop a {
	background-color: #990000;
	color: #FFFFFF;
}
/* main styles
---------------------------------------*/
#main h2 {
	margin-bottom: 30px;
}
#main p {
	line-height: 1.8;
	margin-bottom: 0em;
}
#main dl#news dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#main dl#news dd {
	margin: 0px 0px 10px 6em;
}

/* sidebar styles
---------------------------------------*/
#sidebar h2 {
	margin-bottom: 30px;
}
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 12px;
	margin-bottom: 20px;
	border: 0px solid #CCCCCC;
}
#sidebar dl dt a:hover {
	border: 1px solid #999999;
}
#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
/* fotter styles
---------------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
	float: right;
}
