@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(./img/bg2.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: 20px;
	float: none;
	width: 939px;
	margin-bottom: 20px;
	background-image: url(./img/fine.gif);
	background-repeat: repeat;
	clear: both;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 15px;
	clear: both;
}
/* header styles
---------------------------------------*/
#header {
	background-image: url(img/singbird_banner.jpg);
	background-repeat: no-repeat;
	height: 420px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FF6600;
	position: relative;
}
#header ul {
	background-color: #FFFFFF;
	width: 979px;
	position: absolute;
	left: 0px;
	top: 383px;
}
#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: #333333;
	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: 1em;
}
#main table#thanks {
	clear: both;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main table#pics {
	margin-bottom: 50px;
}
/* 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;
}

