@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	background-image: url(../images/new_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin:0;
	　overflow-x:hidden;
}


/* link style
--------------------------*/

a img {
	border-style: none;
}
table {
	width: 560px;
	border-collapse:collapse;
}
.imgArea  {
	width: 110px;
}
.txtArea {
	width: 380px;
	padding-left: 0px;
}



th {
	font-weight: normal;
	font-size: 14px;
	border-bottom: 1px dotted #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #0033FF;
	text-align: left;
	width: 60px;
}

td   {
	border-bottom:1px dotted #999999;
	text-align: left;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 160%;
	color: #0033FF;
	width: 500px;
}
.waku    {
	display:block;
	width:560px;
	padding-left: 16px;
}

