@charset "utf-8";

*{
	font-family: "Verdana",sans-serif;
	}
html{
	height:100%;
	overflow-y:scroll;
	}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin: 0;
	padding: 0;
	}
body{
	font-size: 75%;/*12px*/
	/* ++ */
	/*font-size: 79.5%;*//*10.1px*/
	/*font-size: 110%;*//*13.2px*/
	/*font-size: 120%;*//*14.3px*/
	color: #413f2d;
	line-height: 1.5;
	letter-spacing:1px;
	text-align: center;
	background: url("") no-repeat center bottom #fff;
	height:100%;
	}
body > #container {
    height: auto;
}

a{ color: #3da0c0;}
a:hover{ text-decoration: none;}
h1, h2, h3, h4, h5, h6{	font-size: 100%;}
ul,li,dl,dt,dd{ list-style: none;}
img{ border: 0; vertical-align: bottom;}
a img{ border: 0; overflow: hidden;}
p{ margin: 0 0 1.2em 0;line-height: 1.5;}
table{border:0; border-collapse:collapse; border-spacing: 0;}
hr{height: 1px; border:0; border-bottom: 1px; color: #d5d4cc; background: #d5d4cc;}
textarea{
	font-size: 100%;
	}
.clfx{
	zoom:1;/*for IE 5.5-7*/
	min-height: 1px;
	}	
.clfx:after{/*for modern browser*/
	content:".";
	display: block;
	clear:both;
	height: 1px;
	margin-top: -1px;
	visibility:hidden;
	}
.clr{clear: both;}
.alignleft{text-align: left;}
.alignright{text-align: right;}
.aligncenter{text-align: center;}
.fleft{float:left;}
.fright{float:right;}


/*
--------------------------------------------------------*/
#container{
background: url("/common/img/head_bg.jpg") repeat-x center top #fff;
height: 100%;
min-height: 100%;
position: relative;
}

#head{
height: 130px;
width: 800px;
margin: 0 auto 10px auto;
text-align: left;
}
#head h1{
margin-bottom: 10px;
}
#head ul li{
float: left;
display: inline;
}

#body{
width: 800px;
margin: 0 auto;
padding-bottom: 130px;
text-align: left;
}
#foot{
background: url("/common/img/foot_bg.jpg") repeat-x center bottom #fff;
height: 100px;
width: 100%;
margin: 0 auto;
position: absolute;
bottom: 0;
left: 0;
}


/*
--------------------------------------------------*/
#index #body #info{
background: url("/common/img/index_info_bg.gif") repeat-y center;
}
#index #body #info ul{
padding: 10px 20px 30px;
background: url("/common/img/index_info_btm.gif") no-repeat bottom;
}


/* pages
--------------------------------------------------*/
#pages #body #main{
background: url("/common/img/box_bg.gif") repeat-y center;
}
#pages #body #main div{
background: url("/common/img/box_btm.gif") no-repeat bottom;
padding: 40px 50px;
}
#pages #body #main h3{
margin-bottom: 10px;
}
#pages #body #main table.normaltable,
#pages #body #main .dmargin{
margin-bottom: 2.5em;
}
#pages #body #main table.normaltable{
width: 100%;
}
#pages #body #main table.normaltable th,
#pages #body #main table.normaltable td{
border: 1px solid #e6dbd7;
padding: 5px;
}
#pages #body #main table.normaltable th{
background: #f2f2eb;
}
#pages #body #main dl{
padding-top: 20px;
border-top: 1px solid #e6dbd7;
}
#pages #body #main dt{
border: 1px solid #e6dbd7;
background: #f2f2eb;
padding: 5px 10px;
font-size: 120%;
font-weight: bold;
}
#pages #body #main dd{
border: 1px solid #e6dbd7;
border-top: 0;
padding: 15px 20px;
margin-bottom: 20px;
}
#pages #body #main #bt_area{
background: #f2f2eb;
text-align: center;
padding: 3px 0 10px;
}


#pages #body #main table#member{
margin: 0 20px;
}
#pages #body #main table#member th,
#pages #body #main table#member td{
	vertical-align:top;
	padding: 15px 10px 30px;
	font-size: 12px;
	border-bottom: 1px solid #e6dbd7;
	}
	#pages #body #main table#member td p{
		line-height: 1.3;
		}







