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

/* 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;
}
/* basic layout
-----------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 800px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#indexmain {
	padding: 15px;
	float: left;
	width: 515px;
	margin-bottom: 20px;
}
#main {
	padding: 15px;
	float: left;
	width: 515px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: right;
	width: 225px;
	margin-bottom: 20px;
	background-color: #FAFAFA;
}
#footer {
	color: #999999;
	background-color: #333333;
	clear: both;
	font-size: 70%;
	text-align: center;
}
#sidebar p {
	font-size: 12px;
}

/* header style
-----------------------------*/
#header {
	background-image: url(image/header.png);
	background-repeat: no-repeat;
	height: 200px;
	border-top: 3px double #FFCC33;
	border-bottom: 3px double #FFCC33;
	position: relative;
}
#header h1 {
	font-size: 28px;
	margin-top: 5px;
	margin-left: 20px;
	color: #D0A540;
}
#header p {
	font-size: 14px;
	margin-left: 15px;
	color: #999999;
}
#header #logo {
	position: absolute;
	top: 5px;
	right: 10px;
}
#header h2 {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 18px;
	color: #666666;
}
#header h2 a {
	color: #666666;
}
#header h2 a:hover {
	color: #666666;
	text-decoration: none;
}
#header h2 a:visited {
	color: #666666;
	text-decoration: none;
}

/* main style
-----------------------------*/
#indexmain h2 {
	margin-bottom: 15px;
	background-image: url(image/menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: medium solid #FFCC33;
	padding-left: 90px;
	color: #000000;
	font-size: 20px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-top: 40px;
}
#main h2 {
	margin-top: 5px;
	margin-bottom: 15px;
	background-image: url(image/midasi01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: medium solid #FFCC33;
	padding-left: 70px;
	color: #FF9933;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#indexmain p {
	line-height: 1.8;
	margin: 1em 5px 2em;
}
#main p {
	line-height: 1.8;
	margin: 1em 5px 2em;
}
#indexmain h3 {
	padding-left: 70px;
	font-size: 16px;
	background-image: url(image/midasi02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	border-bottom: medium solid #FFCC33;
}
#main h3 {
	border-left: thick solid #FFCC33;
	margin-left: 15px;
	padding-left: 10px;
	font-size: 16px;
}
#main blockquote {
	border-top: thin solid #FFCC99;
	border-bottom: thin solid #FFCC99;
}

#right {
	text-align: right;
}
#main    ul {
	padding-left: 50px;
}


/* sidebar style
-----------------------------*/
#sidebar h3 {
	font-size: 14px;
	text-align: center;
	background-image: url(image/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#sidebar h4 {
	font-size: 14px;
	text-align: center;
	background-image: url(image/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#sidebar ul li {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
}
/* footer style
-----------------------------*/
#footer address a {
	color: #999999;
}
#footer address a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#footer address a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

