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

.clear { clear: both }


#leftframe
{
	display: block;
	width : 190px;
	float: left;
   text-align: left;
}




li#item1:hover a
{
	color: #223a00;
}

li#item1:hover
{
	background-image: url(../images/back_menu1.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

li#item1_in
{
	background-image: url(../images/back_menu1.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

li#item2:hover a
{
	color: #5e4e06;
}

li#item2:hover
{
	background-image: url(../images/back_menu2.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;	
}

li#item3:hover a
{
	color: #460930;
}

li#item3:hover
{
	background-image: url(../images/back_menu3.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

li#item4:hover a
{
	color: #0e325a;
}

li#item4:hover
{
	background-image: url(../images/back_menu4.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}



#sousmenu
{
	position : absolute;
	top: 310px;
	text-align: right;
	
	color: #333;
	font-size: 8pt;
	z-index: 900;
	
}

#sousmenu ul
{
	list-style: none;
	margin-left: -50px;
}

#sousmenu li
{

	padding-bottom: 4px;
	padding-top: 4px;
	color: #162e48;
	padding-right: 25px;
	width: 190px;
}

#sousmenu li:hover
{
	background-image:url(../images/list_star_1.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #7ea43c;
}

#sousmenu .select
{
	background-image:url(../images/list_star_1.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #7ea43c;
}


#totalframe
{ 
margin : auto;
width : 850px;
min-height: 343px;
display: block;
background-image:url(../images/index_header.jpg);
background-position: center top;
background-repeat: no-repeat;
text-align: left;


}

#indexframe
{ 
position:relative;
width : 850px;
margin:auto;
}


.indexbox
{ 
position:relative;
text-align: left;
width : 270px;
margin-right: 15px;
display: block;
float: left;
}

#memberbox
{
text-align: left;
width : 240px;
margin: 20px;
height: 200px;
display: block;
float: left;
background-image:url(../images/memberbox.jpg);
background-repeat:no-repeat;
color: #5da6fa;
}

#login
{
	position: absolute;
	margin-top: 15px;
	margin-left: 30px;
}

#login p
{
   margin: 0px;
}

#login input
{
	margin-bottom: 5px;
	margin-top:5px;
}

#go
{
	position: absolute;
	display:block;
	float: left;
	top: 122px;
	left: 90px;
}


#textframe
{ 
position : relative;
top : 70px;
width : 608px;
display: block;
margin: auto;
background-color:#FFF;
min-height: 507px;
text-align: left;
}

#shadowleft
{
	position: relative;
	background-image:url(../images/shadow_left.jpg);
	display: block;
	width: 26px;
	height: 349px;
	float: left;
	top:288px;
}

#shadowright
{
	position: relative;
	background-image:url(../images/shadow_right.jpg);
	display: block;
	width: 26px;
	height: 349px;
	float: right;
	top:288px;
}


#img_section
{
	position: relative;
	top: 10px;

}

p
{
	   margin : 10px;
	   text-align: left;
}

#memberbox h1
{
		margin-left: 0px;
		margin-bottom: 7px;
	   color: #a3d154;
	   font-size: 9pt;
	   color: #fff;
	   font-weight: normal;
}


h1
{
	   margin : 10px;
	   color: #a3d154;
	   font-size: 9pt;
	   color: #144c99;
}

h2
{
	   margin : 10px;
	   margin-top: -5px;
	   color: #a3d154;
	   font-size: 8pt;
	   font-weight: normal;
	   color: #144c99;
}




* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	/*min-height: 100%;*/
	height: auto !important;
	height: 100%;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
	padding-bottom: 50px;
}
.footer {
	position: relative;
	display: block;
	margin:auto;
	height: 200px;
	background-color: #124a96;
	background-image:url(../images/footer_repeat.jpg);
	background-repeat: repeat-x;
	background-position:top;
}

/* .push {
	position: relative;
	display: block;
	margin:auto;
	height: 200px;
} */



#foot {
	position:relative;
	margin:auto;
	text-align:left;
	width: 810px;
	height: 150px;
	color: #FFF;
}

#picfooter {
	display:block;
	float:right;
}

#copyright {
	margin-top: 70px;
	margin-left: 220px;
	width: 400px;
	display:block;
	float:left;
}

#copyright p {
	margin: 10px;
}

#copyright a
{
	color: #86beff;
}

#copyright a:hover
{
	color: #b8e172;
}


a img {
	border: 0px;
}
