body{
	font-size: 12px;
	background-color: #333;
	margin: 0px;
	padding: 0px;
}

/*wrapper*/
#wrapper{
	width: 930px;
	text-align: left;
	margin: 0px	auto;
	border: 1px solid #000;
	background: #fff;
}

/*header*/
#header{
	width: 930px;
	background : url(../_index_img/header.jpg) no-repeat center top;
	border-bottom: 1px solid #000;
	height: 85px;
}

.headtxt{
	text-align: right;
	padding: 2px;
	color: #fff;
	margin-bottom: 5px;
}

.head01{
	float: left;
	width: 486px;
	padding-left: 14px;
}

.head02{
	float: left;
	width: 430px;
	padding-top: 3px;
}


#headnavi{
	width: 930px;
}

/*left*/
#left{
	width: 203px;
	float: left;
	padding-bottom: 50px;
}

#leftnavi{
	margin-left: 14px;
}

#leftnavi a:link{
	color: #000;
	text-decoration: underline;
}

#leftnavi a:hover{
	color: #999;
}


#leftnavi ul{
	line-height: 180%;
	margin-top: 0px;
	padding-top: 0px;
}

#leftnavi li{
	list-style : url(../_index_img/listmark.gif);
}


.navibox{
	width: 185px;
	background : url(../_index_img/navi_bg.jpg) repeat-x center top;
}


.navibox01{
	width: 185px;
	background : url(../_index_img/navi_bg01.jpg) repeat-x center top;

}

.navibox02{
	width: 185px;
	background : url(../_index_img/navi_bg02.jpg) repeat-x center top;

}

.navibox03{
	width: 185px;
	background : url(../_index_img/navi_bg03.jpg) repeat-x center top;

}


/*main*/
#main{
	width: 716px;
	float: right;
	margin-left: 4px;
}

.mainbox01{
	padding: 5px 5px;
	line-height: 150%;
	height: 130px;
}

.mainbox02{
	padding: 5px 20px;
	line-height: 150%;
	background : url(../_index_img/box_bg02.jpg) no-repeat center top;
	height: 165px;
}

.topicsbox{
	width: 675px;
	height: 150px;
}

#topicstxt{
	background : url(../_index_img/box_bg02b.jpg) no-repeat left top;
	height: 170px;
	line-height: 150%;
}


#contents{
	padding: 10px;
}

#contents p{
	line-height: 150%;
}

#contents h2{
	font-weight: bold;
	border-bottom: 6px groove #FFCC00;
	margin-bottom: 15px;
	margin-top: 6px;
	font-size: 14px;
}

/*aboutus*/
.abouttable{
	width: 630px;
}

.abouttable th{
	width: 100px;
	vertical-align: top;
	padding: 4px;
	border-bottom: 1px dotted #ccc;
	border-left: 2px solid #333;
	border-right: 1px dotted #06c;
	text-align: left;
	font-weight: normal;
}


.abouttable td{
	vertical-align: top;
	padding: 4px;
	border-bottom: 1px dotted #ccc;
}



/*footer*/
#footer{
	padding-top: 15px;
	padding-bottom: 25px;
	width: 930px;
	text-align: center;
	clear: both;
	padding-left: 0px;
}

.groupbox{
	
	background: #e3e3e3;
	width: 874px;
	padding: 10px;
	margin: 0px auto;
}

#copybox{
	margin: 0px auto;
	width: 930px;
	padding-bottom: 15px;
	padding-top: 5px;
}

#copybox a:link{
	color: #fff;
}

.copy01{
	color: #fff;
	float: left;
}

.copy02{
	color: #fff;
	float: right;
}



/*common*/
td,th{	font-size: 12px;}
img{	border: none;}
adrress{	font-style: normal;}
em{	font-weight: bold;	font-style: normal;}

a:link {	color: #00f;	text-decoration: none;}
a:active {	color: #f00;	text-decoration: underline;}
a:visited {	color: #60f;	text-decoration: none;}
a:hover {	color: #f00;	text-decoration: underline;}

form,h1,h2,h3,h4,h5,p {	margin: 0px;	padding: 0px;}

ul,ol{
	padding: 0px;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}


.left{	text-align: left; line-height: 150%;}
.txt10 {	font-size: 10px;}
.height150 {	line-height: 150%;}
.height120 {	line-height: 120%;}
.lead{ margin-top: 15px;}
.lead2{ margin-top: 10px;}
.bt{
	background: #000;
	color: #fff;
	padding: 2px;
	border: #ccc solid 1px;
}

.clear{
	clear: both;
	height: 1px;
	overflow: hidden;
}