@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	padding: 0;
	margin: 0;
}

a:link {
	color: #006600;
}

a:visited {
	color: #006600;
}

a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #F0EC8C;
}

.clear_both {
	clear: both;
	font-size: 1px;
	height: 1px;
}

#headerbg {
	background-image: url(img/headerbg.jpg);
	width: 100%;
	background-repeat: repeat-x;
	min-width: 900px;
}

#header {
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
}

#header h1 {
	font-size: 16px;
	padding-top: 10px;
	padding-right: 10px;
	margin-top: 0;
	display: none;
}

#header div {
	font-size: 14px;
	padding-top: 115px;
	padding-right: 45px;
	float: right;
}

#container {
	background-color: #FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

#sidebar {
	background-color: #CCC
	float: left;
	width: 250px;
	float: left;
	padding-bottom: 20px;
}

#sidebar ul {
	margin: 5px;
	padding: 0px;
}

#sidebar ul li {
	list-style-type: none;
	width: 240px;
	height: 100px;
	float: left;
}

#sidebar a {
        display: block;
	height: 100%;
	text-indent: -9999px;
}

#sidebar a:focus {
/*\*/
    overflow: hidden;
/**/
}
#sidebar li.consult {
    background-image: url(img/consult1.jpg);
}

#sidebar li.consult a {
    background-image: url(img/consult.jpg);
}

#sidebar li.advisor {
    background-image: url(img/advisor1.jpg);
}

#sidebar li.advisor a {
    background-image: url(img/advisor.jpg);
}

#sidebar li.reward {
    background-image: url(img/reward1.jpg);
}

#sidebar li.reward a {
    background-image: url(img/reward.jpg);
}

#sidebar li a:hover {
    background: none !important;
}	

#content {
	background-color: #FFFFFF;
	margin-left: 250px;
	padding-top: 5px;
	padding-bottom: 15px;
}

#content p {
	padding-left: 15px;
	text-align: left;
	line-height: 130%;
	padding-right: 15px;
}

#content ul {
        margin: 0;
	padding: 0;
	line-height: 200%;
}

#content li {
	list-style-type: none;
	text-align: left;
	padding-left: 20px;
}

#content table {
	border: 1px solid #006600;
	border-collapse: separate;
	width: 600px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-size: 14px;
}

#content table th {
	border-right: 1px solid #006600;
	border-bottom: 1px solid #006600;
	background-color: #063;
	color: #FFFFFF;
	padding: 8px;
	text-align: left;
}

#content table td {
        padding: 5px;
	border-right: 1px solid #006600;
	border-bottom: 1px solid #006600;
}

#content h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	height: 70px;
	width: 610px;
	line-height: 200%;
	padding-top: 8px;
	padding-left: 20px;
	background-image: url(img/title.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
	letter-spacing: 0.2em;
}

#content h4 {
	margin-left: 15px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #060;
	border-left-color: #060;
	margin-right: 15px;
	font-size: 16px;
	text-align: left;
	letter-spacing: 0.2em;
}

#footerbg {
	background-image: url(img/footerbg.jpg);
	width: 100%;
	min-width: 900px;
	background-repeat: repeat-x;
	clear: both;
}

#footer {
	color: #FFFFFF;
	text-align: center;
	clear: both;
	height: 120px;
        padding-top: 15px;
	padding-bottom: 15px;
}

.text_green {
	color: #006600;
	}

#menubarbg {
	background-image: url(img/menubarbg.jpg);
	width: 100%;
	background-repeat: repeat-x;
	min-width: 900px;
}

#menubar {
	background-image: url(img/menubar.jpg);
	background-repeat: no-repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
	
#menubar a {
	background: url(img/menu.jpg) no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 11px;
	height: 45px;
	margin-right: 1px;
	margin-left: 1px;
	padding: 10px 0 0 0px;
	text-decoration: none;
}
	
#menubar a:hover {
	background-position: 0 -55px;
	text-decoration: none;
}
	
#menubar h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 15px;
}
	
.menu_a {
	width: 178px;
}
.menu_b {
	width: 176px;
}
