@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

a {
	text-decoration:underline;
	letter-spacing: 0.1em;
	color:#0000FF;
}
a:hover{
	text-decoration:underline;
	color:#CC0000;
}

p,dt,dd,td,th,li,h4{
	font-size:9pt;
	line-height: 1.6em;
	color: #4c4c4c;
}

.strong {
	color: #585858;
	font-weight: bold;
}
.strong2 {
	color: #FFFFFF;
	padding: 8px;
	width: 35px;
}
.red {
	color: #ff0000;
	font-weight: bold;
	font-size: 100%;
}
img {
    border:none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
	padding-right: 218px;
}
.w50 {
	width: 50px;
}
.w100 {
	width: 100px;
}
.w250 {
	width: 250px;
	margin-bottom: 5px;
}
.w370 {
	width: 370px;
	margin-bottom: 5px;
}

.h50 {
	height: 50px;
	text-align: center;
}

.h150 {
	height: 150px;
	width: 195px;
	text-align: center;
}
.bg_grey {
	background-color: #eeedfe;
	color: #140BC8;
}


/* Head&Body*/
#top {
	background-color: #f6f6f6;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
}

#body {
	width: 840px;
	margin: auto;
	padding-left: 15px;
	position: relative;
	padding-top: 12px;
	padding-right: 15px;
}
#foot {
	width: 840px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}

#head #subMenu a {
	color: #FFFFFF;
}
#head #subMenu a:hover {
	color: #CC0000;
}
h2 {
	font-size: 80%;
	font-weight: normal;
	color: #FFFFFF;
}

#body {
	background-color:#ffffff;
	margin-top: 8px;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-y;
	padding-bottom: 20px;
}


/* MainContent */
#mainContent
{
	margin-top: 15px;
}
#mainContent {
	float: left;
	width: 270px;
}


/* RightNavi */
#rightNavi {
	float: right;
	width: 560px;
	margin-top: -50px;
}
#rightNavi .title {
	padding-top: 5px;
	padding-bottom:8px;
}

.bana {
	padding-top: 10px;
	padding-left: 10px;
}
#mainMenu li {
	padding-bottom: 8px;
	padding-left: 5px;
}


/* Footer */
#foot {
	clear: both;
	background-image: url(../img/bg_foot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	padding-bottom: 15px;
	margin-bottom: 5px;
}
#mainMenu {
	padding-top: 10px;
}
