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

body{
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック, Osaka, "ヒラギノ角ゴ Pro W3", ＭＳ ゴシック", "Osaka－等幅";
	font-size: 90%;
	font-style: normal;
	color: #333333;
	background-color:#0099cb
}


#contents{
	background-image: url(../img9/bg2.jpg);
	background-repeat: repeat;
	backcolor: #445566;
	margin: auto;
	padding: 0px;
	width: 900px;
	text-align: center;
}
#wrapper{
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	text-align: center;
}

#wrapper2{
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	text-align: center;
}



a{	color: #333333;}
a:hover{	color: #CC6600;}


#footer{
	text-align: center;
	clear: both;
	padding: 10px 0px;
}

p{
	margin: 0px;
	padding: 0px;
}

#main{
	width: 800px;
	float: left;
}


img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

	
ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li{
	margin: 0px;
	padding: 0px;
}

.index_text{
	background-image: url(../img9/paper02.gif);
	background-repeat: repeat-y;
	font-size: 14px;
	line-height: 20px;
	color: #330000;
	text-align:center;
}
.index_text p {
	width: 565px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.new_left{
	float: left;
	width: 110px;
}

.new_reight{
	float: left;
}

.pagetop{
	padding-top: 20px;
	padding-top: 20px;
}


.bg9900cc{
	background-color:#9900CC;
}

.fc9900cc{
	color:#9900cc;
}

/* table */
	table.table_ta01{
		width: 480px;
		border-collapse: collapse;
/* 		table-layout: fixed; */
		border: 1px solid #CCCCCC;
		font-size: 12px;
		line-height: 16px;
	}

	table.table_ta01 th{
		text-align: center;
		vertical-align: middle;
		font-weight: normal;
 		width: 110px;
		padding: 10px;
		padding: 10px;
		background-color: #f5f0ff;
		border: 1px solid #CCCCCC;
	}

	table.table_ta01 td{
		text-align: left;
		vertical-align: middle;
		padding: 10px;
		border: 1px solid #CCCCCC;
	}

/* contact */
	table.contact_ta{
		width: 760px;
		border-collapse: collapse;
/* 		table-layout: fixed; */
		border: 0px solid #CCCCCC;
		font-size: 12px;
		line-height: 16px;
	}

	table.contact_ta th{
		text-align: center;
		vertical-align: middle;
		font-weight: normal;
 		width: 110px;
		padding: 10px;
		padding: 10px;
		background-color: #f5f0ff;
		border: 0px solid #CCCCCC;
	}

	table.contact_ta td{
		text-align: left;
		vertical-align: middle;
		padding: 10px;
		border: 1px solid #CCCCCC;
	}

