@charset "utf-8";
/* formatting style
-----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 90%;
	line-height: 1.6;
	color: #333333;
	background-color: #666666;
}
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 800px;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}

/* link style
-----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #660099;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* header style
-----------------------------*/
#header {
	position: relative;
	height: 180px;
}
#header #logo {
	position: absolute;
	left: 20px;
	top: 30px;
}
#header ul {
	background-color: #FFFFFF;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 135px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #669900;
	text-decoration: none;
	background-color: #333333;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 130px;
	border-top: 3px solid #666600;
	border-bottom: 3px solid #666600;
	border-left: 4px dashed #666666;
}
#header ul li#nFACE a {
	border-left-style: none;
}
#header h1 {
	font-size: 14px;
	color: #CCCCCC;
	position: absolute;
	background-color: #333333;
	border-bottom: 2px solid #666600;
	width: 800px;
	font-weight: lighter;
	text-align: right;
}
#header p {
	font-size: 14px;
	color: #999999;
	right: 10px;
	position: absolute;
	top: 40px;
	text-align: right;
}
#header img {
	position: absolute;
	top: 90px;
	right: 10px;
}

/* main style
-----------------------------*/
#concept {
	padding: 10px;
	float: left;
	width: 310px;
}
#concept2 {
	float: right;
	width: 450px;
	background-image: url(image/top.jpg);
	background-repeat: no-repeat;
	margin-top: 30px;
	padding-top: 60px;
	padding-left: 10px;
	color: #FFFFFF;
	height: 250px;
}
#news {
	width: 790px;
	clear: both;
	border-top: 3px solid #666600;
	margin: 5px;
	padding-top: 15px;
}
#news1 {
	padding: 3px;
	float: left;
	width: 295px;
}
#news2 {
	float: left;
	width: 235px;
	padding: 5px;
	background-color: #FBF9F2;
}
#news3 {
	float: left;
	width: 235px;
	padding: 3px;
	height: 130px;
}
#indexmain {
	padding: 15px;
	float: left;
	width: 445px;
	margin-bottom: 5px;
	background-color: #FAFAFA;
	margin-top: 5px;
}
#indexsidebar {
	float: left;
	width: 300px;
	margin-bottom: 5px;
	padding: 10px;
	margin-top: 5px;
	margin-left: 5px;
}
#indexmain2 {
	padding: 10px;
	float: left;
	width: 445px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: right;
}
#indexsidebar2 {
	width: 280px;
	background-color: #FAFAFA;
	padding: 15px;
	border-right: 5px solid #3366CC;
	border-left: 5px solid #3366CC;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
}
#main {
	padding: 10px;
	float: left;
	width: 510px;
	margin-bottom: 20px;
}
#sidebar {
	float: right;
	width: 250px;
	background-color: #FAFAFA;
	padding: 10px;
	margin-bottom: 20px;
}
#footer {
	color: #999999;
	background-color: #333333;
	clear: both;
	font-size: 80%;
	text-align: center;
	width: 800px;
	line-height: 2.5em;
}
#concept h2 {
	margin-bottom: 15px;
	border-bottom: medium solid #FFCC33;
	color: #FF9933;
	font-size: 20px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
}
#main h2 {
	margin-top: 5px;
	margin-bottom: 15px;
	border-bottom: medium solid #669933;
	color: #009900;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#concept p {
	line-height: 1.8;
	margin: 1em 5px 2em;
}
#news2 p.osirase {
	border-bottom: thin solid #996633;
	color: #FFCC33;
	text-align: center;
	font-weight: bold;
}
#indexmain p {
	line-height: 1.5;
	margin: 1em 5px;
}
#indexsidebar p {
	line-height: 1.8;
	margin: 1em 5px 2em;
}
#main p {
	line-height: 1.8;
	margin: 1em 5px 2em;
}
#indexmain h3 {
	border-left: thick solid #336699;
	margin-left: 15px;
	padding-left: 10px;
	font-size: 16px;
	color: #0066CC;
}
#main h3 {
	border-left: thick solid #336699;
	margin-left: 15px;
	padding-left: 10px;
	font-size: 16px;
	color: #0066CC;
}
#indexsidebar h4 {
	margin-left: 5px;
	padding-left: 5px;
	font-size: 14px;
	color: #666600;
	border-top: medium solid #669933;
	border-bottom: medium solid #669933;
	margin-right: 5px;
	padding-right: 5px;
}
#main p.pr {
	text-align: center;
	font-weight: bold;
	border-top: 3px dotted #666600;
	padding-top: 20px;
}
#topmenu01 {
	background-image: url(image/topmenu01.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-top: thin solid #99BBDD;
	padding-left: 70px;
	padding-top: 15px;
}
#topmenu02 {
	background-image: url(image/topmenu02.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-top: thin solid #99BBDD;
	padding-left: 70px;
	padding-top: 15px;
}
#topmenu03 {
	background-image: url(image/topmenu03.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-top: thin solid #99BBDD;
	padding-left: 70px;
	padding-top: 15px;
}
#topmenu04 {
	background-image: url(image/topmenu04.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-top: thin solid #99BBDD;
	padding-left: 70px;
	padding-top: 15px;
}
#topmenu05 {
	background-image: url(image/topmenu05.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-top: thin solid #99BBDD;
	padding-left: 70px;
	padding-top: 15px;
}
.floatimg {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.listfloatimg {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}
#main blockquote {
	border-top: thin solid #FFCC99;
	border-bottom: thin solid #FFCC99;
}
blockquote {
	background-color: #E7FAE8;
	margin: 15px;
	padding: 5px;
}

#right {
	text-align: right;
}

/* table style
-----------------------------*/
#menutable {
	width: 500px;
	margin-top: 15px;
	border: thin solid #999999;
}
#menuname {
	color: #003366;
	text-align: left;
	padding-left: 5px;
}
#menuprice {
	color: #CC0000;
	text-align: left;
}
#menutable td {
	background-color: #E7FAE8;
	padding-left: 20px;
}
#pricetable {
	width: 510px;
	margin-top: 15px;
}
#pricetable  th {
	border-bottom: thin solid #999999;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #003366;
}
#pricetable  td {
	border-bottom: thin solid #999999;
	padding-bottom: 3px;
	color: #CC0000;
}
#shoptable {
	width: 510px;
	margin-top: 30px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#shoptable th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#shoptable td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#shoptable tr.odd {
	background-color: #EFEFEF;
}
#bustable {
	width: 250px;
	margin: 5px;
}
#bustable th {
	color: #CC0000;
}
#bustable td {
	padding: 5px;
	border-bottom: thin solid #999999;
}




/* fap style
-----------------------------*/
#faplist dt {
	font-weight: bold;
	background-image: url(image/q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
#faplist dd {
	line-height: 1.8;
	background-image: url(image/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 30px;
}


/* sidebar style
-----------------------------*/
#sidebar h3 {
	font-size: 14px;
	background-image: url(image/sidebar.jpg);
	background-repeat: no-repeat;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 3px;
	background-position: center center;
	height: 25px;
	padding-left: 30px;
	padding-bottom: 2px;
}
#sidebar p {
	font-size: 14px;
}
#sidebar ul li {
	font-size: 14px;
	list-style: none inside;
	padding-left: 10px;
}

/* footer style
-----------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#footer ul li a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer ul li a:active {
	color: #CCCCCC;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#footer p a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer p a:active {
	color: #CCCCCC;
	text-decoration: none;
}#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}


