@charset "utf-8";
/* formatting style
----------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 90%;
	font-style: normal;
	line-height: 1.6;
	color: #333333;
	background-color: #999999;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}

/* link style
----------------------------------------*/
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: 880px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	float: right;
	width: 645px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 10px;
}

#main h2 {
	margin-bottom: 15px;
	font-size: large;
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #090;
	border-bottom: 1px dotted #666666;
}





#sidebar {
	padding: 15px 0px 15px 15px;
	float: left;
	width: 200px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}


#footer {
	color: #FFFFFF;
	background-color: #333333;
	margin: 0px;
	padding: 5px 10px 10px;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* header styles
----------------------------------------*/
#header {
	height: 150px;
	border-top: 3px solid #0F0;
	position: relative;
}
#header ul {
	background-color: #FFF;
	width: 880px;
	left: 0px;
	top: 122px;
	position: absolute;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	color: #333;
	text-decoration: none;
	background-color: #ECFFED;
	text-align: center;
	display: block;
	height: 1.8em;
	width: 124px;
	border-top: 2px solid #FF6;
	border-bottom: 3px double #999;
	border-left: 2px solid #FFF;
}
#header ul li#nhome a {
	border-left-style: none;
}

#header #nhome a {
	color: #FFFFFF;
	background-color: #017474;
}

#header ul li a:hover {
	background-color: #E8ECF5;
}




/*　Sidebar style
-----------------------------------------*/
#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: 185px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(images/arrow_hover.gif);
}

/* footer style
----------------------------------------*/
#footer {
	margin-top: 2px;
}


#footer ul li a {
	color: #CCCCCC;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
#wide {
	background-color: #FFFFCC;
}
#main table {
	margin-bottom: 10px;
	border-top: 1px solid #CCC;
	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 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 10px;
	border-bottom: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #EFEFEF;
}
#main #no-bdr-table {
	border: 0px none #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#main #user-table {
	background-color: #FFC;
	border: 2px double #CCC;
}

#main #no-bdr-table td {
	border-style: none;
}
#main #no-bdr-table th {
	border-style: none;
}
#main #no-bdr-table img {
	border-style: none;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
#main #no-bdr-table a {
	text-decoration: none;
}
#main #no-bdr-table a:visited {
	color: #333;
}
#main #hyou {
	margin-bottom: 10px;
	border: 1px solid #999;
	border-collapse:collapse;
}
#main #hyou td {
	border-right: 1px solid #CCC;
}
#main #hyou2 {
	margin-bottom: 10px;
	border: 1px solid #999;
	border-collapse:collapse;
}
#main #hyou2 td {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
}





/* Form
----------------------------------------*/
#main Form {
	margin-bottom: 25px;
}
#main input[type="text"], main textarea {
	padding-top: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main formtextarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}
#main ul {
	padding-left: 50px;
}
#main input[type="text"], #main textarea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}
#main #color-table table {
	background-color: #E9FEFE;
	border: thin solid #FFFFFF;
}
#main img {
	padding-right: 10px;
	padding-left: 10px;
}
#wrapper #main h6 .cmphoto {
	color: #CCC;
}
