@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: #666666;
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
a img {
	border-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: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	float: right;
	width: 573px;
	margin-bottom: 20px;
	padding-top: 15px;
	margin-right: 20px;
	background-attachment: scroll;
	background-image: url(images/monnsutera.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#sidebar {
	float: left;
	width: 225px;
	padding-top: 15px;
	margin-left: 20px;
}
#footer {
	color: #FFFFFF;
	background-color: #B8AF94;
	clear: both;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
}
/* header styles
-----------------------------------------------------*/
#header {
	background-image: url(images/header01.gif);
	background-repeat: no-repeat;
	height: 200px;
	border-top: 3px solid #666666;
	position: relative;
	margin-top: 0pt;
}
#aboutus #header {
	background-image: url(images/header01.gif);
}
#menu #header {
	background-image: url(images/header01.gif);
}
#faq #header {
	background-image: url(images/header02.gif);
}
#contact #header {
	background-image: url(images/header01.gif);
}
#links #header {
	background-image: url(images/header03.gif);
}
#menu_eyelash #header {
	background-image: url(images/header11.gif);
}
#header #logo {
	position: absolute;
	top: 30px;
	left: 30px;
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 147px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 2em;
	color: #999999;
	text-decoration: none;
	background-color: #E6E5C8;
	text-align: center;
	display: block;
	height: 2em;
	width: 170px;
	border-top: 3px solid #CCCCCC;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
}
#header ul li a:hover {
	background-color: #F0F0DF;
}
#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a,
#aboutus #header #nAboutus a,
#menu #header #nMenu a,
#faq #header #nFaq a,
#contact #header #nContact a{
	color: #FFFFFF;
	background-color: #C8C1A7;
}
/* main styles
-----------------------------------------------------*/
#main h2 {
	margin-bottom: 15px;
	clear: left;
	font-size: 130%;
	font-weight: bold;
	background-image: url(images/mug.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 30px;
	border-top: 3px solid #E7DBA6;
	border-bottom: 1px dotted #666666;
}
#main h3 {
	clear: left;
	padding-right: 10px;
	font-size: 120%;
	font-weight: bold;
}
#main h4 {
	font-size: 110%;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	padding-bottom: 15px;
	clear: right;
}
#main h5 {
	font-size: 120%;
	line-height: 1.2em;
	font-weight: bold;
	color: #663333;
	border-top: 1px dotted #999999;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 90%;
}
#main h6 {
	font-weight: bold;
	color: #666666;
	width: 50%;
	border-top: 1px dotted #666666;
	font-size: 100%;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#home  #main h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}
#main dl#news dt {
	background-image: url(images/h_h.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 6px;
	clear: left;
	float: left;
	width: 4em;
	padding-left: 15px;
	color: #990033;
	display: compact;
}
#main dl#news dd {
	margin: 0px 0px 6px 6em;
	color: #990000;
	display: block;
	width: 20em;
}
.floatLeft {
	float: left;
	padding-right: 10px;
}
.floatLight {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
/* sidebar styles
-----------------------------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}

#sidebar dl dt a {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
#sidebar dl dt a:hover {
	border: 1px solid #333333;
}
#sidebar dl dt {
	clear: both;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 210px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(images/arrow_hover.gif);
}
/* footer styles
-----------------------------------------------------*/
#footer ul li a {
	color: #FFFFFF;
}
#footer ul li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#footer p a {
	color: #FFFFCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	padding-right: 15px;
	list-style: none;
}
#footer p {
	float: right;
	margin-top: 0px;
}
/* faq
-----------------------------------------------------*/
#main dl#faqlist dt {
	font-weight: bold;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	color: #333333;
}
#main dl#faqlist dd {
	line-height: 1.8;
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
}
/* table
-----------------------------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#main table th {
	text-align: right;
	padding: 5px 20px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #EFEFEF;
}
/* works
-----------------------------------------------------*/
#main div.wk {
	float: left;
	width: 170px;
	margin-right: 20px;
	margin-bottom: 15px;
}
#main div.wk h3 {
	margin: 10px 0px 5px;
}
#main div.wk h3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	border-left: 3px solid #999999;
}
#main div.wk img {
	border: 1px solid #999999;
}
/* form
-----------------------------------------------------*/
#main #form {
	margin-bottom: 25px;
}
#main input[type="text"],#main texterea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
}
main ｆorm texterea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}

