/*--------------------------------------------------------
	text style
--------------------------------------------------------*/
a {
	color: #88cc88;
	text-decoration: none;
}

a img {
	border: none;
}

a:hover {
	color: red;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	margin: 0 0 10px 0;
	padding-left: 8px;
	line-height: 1.3em;
	color: #ffffff;
}

h2 {
	font-size: 16px;
	margin: 18px 8px 8px 10px;
	padding-left: 8px;
	line-height: 1.5em;
	color: #ffffff;
}

h3 {
	font-size: 15px;
	margin: 18px 8px 8px 20px;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 1.5em;
	color: #ffffff;
}

h4 {
	font-size: 15px;
	margin: 18px 8px 8px 30px;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 1.5em;
	color: #ffffff;
}

h5 {
	font-size: 15px;
	margin: 18px 8px 8px 40px;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 1.5em;
	color: #ffffff;
}

h6 {
	font-size: 15px;
	margin:18px 8px 8px 50px;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 1.5em;
	color: #ffffff;
}

p {
	margin-top: 8px;
	margin-left: 10px;
	margin-right: 8px;
	font-size: 12px;
	text-align: left;
	color: #eeeeee;
}

p.p-h2 {
	margin-top: 8px;
	margin-left: 18px;
	margin-right: 8px;
	font-size: 12px;
	text-align: left;
	color: #eeeeee;
}

p.p-h3 {
	margin-top: 4px;
	margin-left: 28px;
	margin-right: 8px;
	font-size: 10px;
	text-align: left;
	color: #eeeeee;
}

p.p-h4 {
	margin-top: 4px;
	margin-left: 38px;
	margin-right: 8px;
	font-size: 10px;
	text-align: left;
	color: #eeeeee;
}

p.p-h5 {
	margin-top: 4px;
	margin-left: 48px;
	margin-right: 8px;
	font-size: 10px;
	text-align: left;
	color: #eeeeee;
}

p.p-h6 {
	margin-top: 4px;
	margin-left: 58px;
	margin-right: 8px;
	font-size: 10px;
	text-align: left;
	color: #eeeeee;
}

/*------------------------------------------------------*/
.img {
	margin: 10px 10px 10px 10px;
	float: left;
}



/*--------------------------------------------------------
	body style
--------------------------------------------------------*/
body {
	font: 90%/175% Osaka, Verdana, sans-serif;
	background: url(images/body.jpg) repeat-x fixed bottom center;
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: left;
}

#rap {
	margin: 15px 0 15px 0;
	width: 760px;
	text-align: left;
}



/*--------------------------------------------------------
	header style
--------------------------------------------------------*/
#header {
	width: 760px;
	height: 48px;
	margin: 0;
	padding: 0;
	padding-bottom: 18px;
	text-align: left;
	border-bottom: 1px solid #448844;
}

#headerimg {
	float: left;
	width: 300px;
	height: 100%;
	margin: 0;
	padding: 8px;
}

.title{
	font-size: 36px;
	color: #eeeeee;
	margin: 15px 0 8px 15px;
	padding: 0;
}

.title a:hover {
	color: #ff0000;
}


.title a:visited {
	color: #eeeeee;
}

.description {
	font-size: 15px;
	font-weight: bolder;
	margin: 0 0 0 18px;
	padding: 0;
	color: #88EE88;
}

#header_c {
	width: 200px;
	height: 100%;
	margin: 0;
	padding: 0;
	float: left;
}



/*--------------------------------------------------------
	navi style
--------------------------------------------------------*/
#navcontainer ul {
	padding: 0;
	margin-bottom: 8px;
	width: 170px;
	font: 15px Osaka, Verdana, sans-serif;
}

#navcontainer ul li {
	background: url(images/menu-bar.jpg) repeat-x left center;
	color: #ffffff;
	margin-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	width: 168px;
	line-height: 1.5em;
}

#navcontainer ul li.page_item a {
	background: url(images/menu-bar-a.jpg) repeat-x left center;
	color: #ffffff;
	padding-left: 8px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#navcontainer ul li.page_item a:hover {
	background: url(images/menu-bar-a-hover.jpg) repeat-x left center;
	color: #FF0000;
}

#navcontainer ul li.current_page_item a {
	background: url(images/menu-bar-current.jpg) repeat-x left center;
	color: #ffffff;
	text-decoration: none;
}

#navcontainer ul li.current_page_item a:hover {
	background: url(images/menu-bar-a-hover.jpg) repeat-x left center;
	color: red;
}



/*--------------------------------------------------------
	content style
--------------------------------------------------------*/
#menu {
	width: 180px;
	margin: 18px 0 18px 10px;
	padding: 0;
	float: left;
	filter: alpha(style=0, opacity=88); 
}

#menu.not_use {
	display: none;
}

#menu span {
	background: url(images/menu-bar2.jpg) repeat-x left center;
	margin-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	font: 15px Osaka, Verdana, sans-serif;
	font-weight: bolder;
	color: #ffffff;
	line-height: 1.6em;
	display: block;
}

#menu span a {
	background: url(images/menu-bar-a.jpg) repeat-x left center;
	padding-left: 8px;
	line-height: 1.6em;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

#menu span a:hover {
	background: url(images/menu-bar-a-hover.jpg) repeat-x left center;
	padding-left: 8px;
	display: block;
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}


#content {
	background-color: #444444;
	padding: 0;
	color: #eeeeee;
	text-align: left;
	float: right;
	border: 1px solid #CCCCCC;
	filter: alpha(style=0, opacity=88); 
}

#content.default {
	width: 520px;
	margin: 18px 10px 18px 18px;
}

.no-side {
	width: 700px;
	margin: 18px 15px 18px 0;
}


/*--------------------------------------------------------
	footer style
--------------------------------------------------------*/
p.credit {
	color: #448844;
	border-top: 1px solid #448844;
	clear: both;
	font-size: 12px;
	margin: 0 auto 0 auto;
	padding: 16px 0 17px 0;
	text-align: center;
	width: 760px;
}

p.credit a {
	color: #448844;
	text-decoration: none;
}

p.credit a:hover {
	color: #FF0000;
	text-decoration: underline;
}



/*--------------------------------------------------------
	list style
--------------------------------------------------------*/
ul {
	margin: 0;
	padding: 0; 
}

li {
	padding: 0;
	font-size: 12px;
	color: #eeeeee;
	list-style-type: none;
}

li.damy {
	padding-left: 24px;
}



/*--------------------------------------------------------
	table style
--------------------------------------------------------*/
table.default {
	width: 500px;
	margin-top: 18px;
	margin-left: 15px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
}

table.default th {
	color: #eeeeee;
	background-color: #555555;
	width: 20%;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	padding-top: 8px;
}

table.default th span {
	padding-left: 5px;
	margin-left: 5px;
	border-left: 3px solid #00ff00;

}

table.default td {
	background-color: #888888;
	color: #eeeeee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 12px;
	padding: 5px;
	text-align: left;
}

table.default td span {
	padding-left: 5px;
	margin-left: 5px;
	border-left: 3px solid #3464BE;
}



/*--------------------------------------------------------
	class style
--------------------------------------------------------*/
p.Talign-l {
	text-align: left;
	margin-left: 18px;
}

p.Talign-r {
	text-align: right;
	margin-right: 18px;
}

p.Talign-c {
	text-align: center;
}

