@charset "euc-jp";


/*-----------------------------------------------
 container
-----------------------------------------------*/

#wrapper {
	width:960px;
	text-align:left;
	margin:0px auto;
}

.contents{
	margin:0px;
	padding:0px;
	width:950px;
	
}

.left{
	float:left;
}

.right{
	float:right;
	background-color:#FFFFFF;
}

#contents{
	width:880px;
	padding:50px 40px 0px 40px;
	background: url(images/bg.jpg) no-repeat top;
}


/*-----------------------------------------------
table
-----------------------------------------------*/

.table_1{
	width:950px;
	height:440px;
	background: url(images/image_1.jpg) no-repeat top;
}






/*-----------------------------------------------
text
-----------------------------------------------*/

.text_1{
	font-size:14px;
	line-height:21px;
	padding-left:23px;
	vertical-align:top;
	font-family:"Meiryo UI";
}

.text_2{
	font-size:14px;
	line-height:22px;
	padding-left:23px;
	font-family:"Meiryo UI";
	vertical-align:top;
}

.text_3{
	font-size:14px;
	line-height:28px;
	padding-top:10px;
	font-family:"Meiryo UI";
	vertical-align:top;
}


.space_1{
	height:60px;
	font-size:0px;
	clear:both;
}

.space_2{
	height:40px;
	font-size:0px;
	clear:both;
}

