/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	background-image: url(img/back.gif);
	background-repeat: repeat-y;
	background-position: center;
}

td{
	font-size:0.8em;
	color:#333333;
	line-height:1.4em;
}

.copy{
	color:#666666;
	line-height:1.2em;
}

.mabt10{
	margin-bottom:10px;
}
.mabt5{
	margin-bottom:10px;
}


.up{
	font-size:11px;
}

.ito td{
	padding:0px 0px 30px 0px;
}
.ito td h4{
	margin:0px 0px 10px 0px;
	padding:0px 0px 2px 0px;
	font-size:1em;
	color:#669933;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.ito th h4{
	margin:0px 0px 10px 0px;
	padding:5px 10px 4px 10px;
	color:#FFFFFF;
	text-align:left;
	background-color:#669933;
	font-size:0.8em;
}


.sd td{
	border-bottom: 1px solid #DAC8A9;
	border-right: 1px solid #666666;
	padding:4px 2px 4px 2px; 
	text-align:center;
	line-height:1.2em;
}

.sd{
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}

.list1 ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.list1 li{
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
}.mimg {
	margin-top: 8px;
	margin-bottom: 3px;
}
.b {
	font-weight: bold;
	color: #333333;
}

/*-------------------------------------------
---------------------------------------------footer*/

.footer{
	width:720px;
	padding:10px;
	text-align:left;
}

.footer p{
	width:540px;
}

.footer p img{
	float:left;
	margin-right:10px;
}

.footer strong{
	font-weight:bold;
}

.footer ul{
	float:right;
	width:150px;
}

.footer ul li{
	float:left;
	background:none !important;
	margin:0;
	padding:0;
	list-style:none;
}

.footer address{
	text-align:left;
	border-top:1px solid #4BB8B5;
	font-size:smaller;
	margin-top:5px;
	padding-top:5px;
}

.tbCenter{
	margin:0 auto;
}