@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background-image:url(../image/bg-img.gif);
	background-repeat:repeat;
	background-position:top;
	color:#666;
	font-size:10px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	vertical-align:top;
	border:none;
	display: block;
	}
a {
	text-decoration:none;
	color:#999;
	overflow: hidden;
    outline: none;
}
a img {
	border:none;
	}
h1{
	font-size:10px;
	font-weight:normal;
	color:#FFF;
	line-height:18px;
	vertical-align:bottom;
	margin:0 10px 0 0;
	padding:0;
	}
h2{
	}
h3{
	margin:0;
	font-size: 11px;
	width: 120px;
	display: block;
	color: #930;
	}
h4{
	}
h5{
	}

/*  div  */
div#wrap{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0;
	width: 960px;
	text-align: left;
}
div#header{
	background-image:url(../image/header-bg.gif);
	background-position:1px 0;
	background-repeat:no-repeat;
	width: 100%;
	height:18px;
	font-size:80%;
	margin: 0px;
	text-align:right;
}
div.title{
	margin:0;
	width: 140px;
}
/*  div main  */
div#main{
	margin:0;
}
div.main-l{
	float:left;
}
div.main-r{
	margin-left:160px;
	background-image: url(../image/content-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 200px;
	width: 800px;
	padding-top: 15px;
}
div.main-r-conte{
	background-image:url(../image/content-bg01.gif);
	background-repeat:repeat-y;
	background-position: top left;
	height: 200px;
}
div.main-r-conte1{
	float:left;
	border-style: dotted;
	border-color: #666;
	border-width: 0 1px 0 0;
	padding: 0 3px 4px 4px;
}
div.main-r-conte2{
	margin: 0 0 0 657px;
	border-style: dotted;
	border-color: #666;
	border-width: 0;
	padding: 0 4px 4px 4px;
}
/*  navi  */
div#navi{
	margin:0;
	width:160px;
	margin-left: 0px;
	float: left;
}
div#navi ul{
	margin:0px;
	list-style:none;
	padding: 0;
}
div#navi ul li{
	display:block;
	float:left;
	width: 145px;
	margin: 0 10px 0 5px;
}
div#navi ul li a{
}
/*  contents  */
div#contents{
	background-image:url(../image/content-bg02.gif);
	background-position:top left;
	background-repeat:repeat-y;
	margin-left: 0px;
	width: 960px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: auto;
}
div.contents-top{
	background-image:url(../image/content-top.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	width: 820px;
	height: 7px;
}
div.contents-bottom{
	background-image:url(../image/content-bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	width: 960px;
	height: 15px;
}
/*  box  */
div.box{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:160px;
	margin-right:auto;
	width: 788px;
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color: #666;
}
div.box-a{
	float:left;
}
div.box-a table{
	padding:0;
}
div.box-a th{
	border-style: dotted;
	border-color: #666;
	border-width: 1px 1px 0 0;
	padding: 4px;
	vertical-align: top;
	font-weight:normal;
}
div.box-a th a{
	display:block;
	position: relative;
}
div.box-a th p{
	display:block;
	line-height:14px;
	margin:1px 0px;
	text-align: left;
}
div.box-a td{
	border-style: dotted;
	border-color: #666;
	border-width: 1px 1px 0 0;
	padding: 4px;
	vertical-align: top;
}
div.box-a img{
	margin-left:auto;
	margin-right:auto;
}
div.box-a td p{
	display:block;
	margin:1px 0px;
	width: 120px;
	font-size: 10px;
}
div.box-a td a{
	display:block;
	position: relative;
	height:120px;
}
div.box-a a .link-img{
	position: absolute;
	top: 0;
	left: -9999px;
	width: 105px;
	height: 18px;
	background-image:url(../image/link-img.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
div.box-a a:hover .link-img{
	left:0;
}
div.box-b{
	margin: 0 0 0 657px;
	border-style: dotted;
	border-color: #666;
	border-width: 1px 0 0 0;
	width: 130px;
}
div.box-b ul{
	padding: 4px 0 0 0;
	margin: 0;
}
div.box-b li{
	margin: 0 0 4px 4px;
	padding:0;
	list-style:none;
}




/*  footer  */
div.footer{
	margin-left:auto;
	margin-right:auto;
	padding:0;
	text-align:center;
}
/*  float  */
div.float-l{
	float:left;
}
div.float-r{
	float:right
}
div.clear {
	clear: both;
}
