@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: #CCCCCC;
}
hr {
	display: none;
}
/* link styles
-----------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	right: +2px;
	bottom: +2px;
}
/* basic layout
-----------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	padding: 15px;
	float: right;
	width: 628px;
	margin-bottom: 0px;
	height: 800px;
}
#main h2 {
	font-size: 100%;
	font-weight: bold;
	background-image: url(picture/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top: 2px solid #0066FF;
	border-bottom: 1px dotted #666666;
}

#sidebar {
	padding: 5px 10px;
	float: left;
	width: 155px;
	margin-bottom: 0px;
	border-width: 0px;
	border-style: none;
	background-color: #FFFFCC;
	color: #333333;
	height: 800px;
	font-size: 100%;
	margin-left: 0px;
	clip: rect(auto,auto,auto,auto);
}
#sidebar ul li a {
	color: #333333;
}
#sidebar ul li a:hover {
	color: #0000FF;
}
#sidebar ul p a {
	color: #FFCC00;
}

#footer {
	clear: both;
	padding: 10px 15px 15px;
	margin: 0px;
}
/* header styles
-----------------------------------*/
#header {
	height: 330px;
}
#header rogo {
	position: absolute;
	top: 15px;
}
#header ul {
	position: absolute;
	background-color: #FFFFFF;
	height: 0px;
	width: 858px;
	padding: 5px 0px 0px;
}
#header li {
	list-style: none;
	float: left;
	font-size: 120%;
}
#header ul li a {
	line-height: 1.6em;
	color: #666666;
	text-decoration: none;
	background-color: #FFFF99;
	text-align: center;
	display: block;
	height: 1.6em;
	width: 120.4px;
	border-top: 3px solid #0066CC;
	border-bottom: 3px double #999999;
	border-left: 2px solid #999999;
}
#header ul li a:hover {
	background-color: #FFCC00;
}

#header ul li #nhome a {
	border-left-style: none;
	padding-left: 0px;
	border-left-width: 1px;
}
#top #header #nhome a,
#profile #header #nprofile a,
#price #header #nprice a,
#form #header #nform a,
#guide #header #nguide a,

#seal #header #nseal a,
#faq #header #nfaq a, {
	color: #FFFFFF;
	background-color: #FF9933;
}

/* footer styles
-----------------------------------*/
#footer ul li a {
	color: #0033FF;
	padding-top: 10px;
}
#footer ul li a:hover {
	color: #99CCFF;
	text-decoration: none;
}
#footer p a {
	color: #333333;
}
#footer p a:hover {
	color: #CCCCCC;
}
#footer ul li {
	display: inline;
	list-style: none;
	padding-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
/* faq
-----------------------------------*/
#main dl#faqList dt {
	font-weight: bold;
	background-image: url(picture/q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#main dl#faqList dd {
	line-height: 1.8;
	background-image: url(picture/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
}
#main table {
	margin-bottom: 15px;
	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;
	margin-top: 15px;
}
#main table th {
	text-align: right;
	padding: 2px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 2px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #EFEFEF;
}
/* form
-----------------------------------*/
#main form {
	margin-bottom: 10px;
}
#main textarea {
	padding: 1px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main textarea#comment {
	overflow: auto;
	height: 120px;
	width: 400px;
}
#main a {
	color: #0000CC;
}
/* seal
-----------------------------------*/

#seal  #main  table  {
	border: 1px solid #666666;
}
#seal #main table th {
	border: 1px solid #666666;
	margin: 0px;
	text-align: left;
}
#seal #main table td {
	border: 1px solid #666666;
}
#top #main table#whatsnew th {
	height: 25px;
	width: 120px;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: auto auto auto 0px;
	padding-left: 10px;
	font-size: x-small;
	color: #666666;
}
#top #main table#whatsnew {
	border-top: 1px solid #999999;
	border-left: none;
	border-right-style: none;
	border-bottom: 1px solid #999999;
}
#top #main table#whatsnew td {
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	height: 15px;
	font-size: x-small;
	color: #666666;
}
/* price
-----------------------------------*/
#price #main table th {
	height: 120px;
	width: 150px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#price #main table#price-1 {
	border-style: none;
}
#price #main table#price-1 td {
	border-style: none;
}

#price #main table#price-2 th {
	height: 25px;
	border: 1px solid #666666;
	width: 100px;
}
#price #main table#price-2 {
	border: 1px solid #666666;
}

#price  #main  table#price-2  tr {
	height: 25px;
	border: 1px solid #666666;
}
#price #main table#price-2 td {
	border: 1px solid #666666;
}
/* privacy
-----------------------------------*/
#top #main dl {
	margin: 30px;
}
#top #main table tr {
	border-style: none;
	line-height: 2em;
}
#sidebar /* privacy
-----------------------------------*/  table#sealnokoto td {
	border-bottom: 1px dotted #999999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px 4px;
}

