
/* ######## Contents box Setting ####### */

body {
	padding: 0;
	background-color: #eee;
	color: #333;  
}

#header {
	width:750px;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#ccc;
}

#contents {
	width:750px;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#ccc;
}


	#menu {
		width:185px;
	}

	#menu .banner {
		text-align:center;
		margin-top:40px;
		margin-bottom:50px;
	}

		#menu .banner p {
			margin-bottom:10px;
		}

	/* -------- メリットのみ --------------*/
	#menu .premium_regist table{
			margin-top:20px;
			margin-left:15px;
			margin-bottom:0px;
		}

	#h3box {
		height:67px;
		background-image:url(/common/images/contents_headbg.jpg);
	}

		#h3box p {
			margin:0 0 25 15px;
			padding-top:15px;
			line-height:0%;
			font-size:70%;
		}

		#h3box h3 {
			margin-left:32px;
		}

	#body {
		background-color: #fff;
		width:533px;
		padding-top:25px;
		padding-bottom:100px;
	}

#footer {
	width:750px;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#ccc;
}

/* ---------------------------------- */

#body p {
	font-size:84%;
}


