@charset "utf-8";

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

	ArtMeter / ENJOY ART styles
	author   : (C)KAYAC http://www.kayac.com/
	created  : 2007/04/16
	modified : 2007/04/16

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

@import url("/css/common.css");
/* CONTENTS HEAD
---------------------------------------------- */

div#contHead h2 {
text-align: left;
}

 
/* LAYOUT
---------------------------------------------- */
div#contBody {
text-align: left;
width: 960px;
}

div#contBody h3 {
	width: 960px;
	height: 80px;
	background-image: url(/img/enjoy/bg_ttl.png);
	text-align: left;
}
div#contBody h3 img.lead {
padding: 24px 0 0 49px;
}


div#contBody .unitL {
	float:left;
	width: 465px;
}
div#contBody .unitR {
	float:right;
	width: 465px;
}
div#contBody #contEnjoy01 {
	padding-top: 30px;
}
div#contBody .unitMenu {
	background-image: url(../img/enjoy/bg_ttlline.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
}
div#contBody #contEnjoy02 {
	clear: both;
	padding-top: 45px;
}
div#contBody h4 {
	padding-bottom: 20px;
}
div#contBody .unitMenu ul li {
	padding: 2px;
	width: 219px;
	float: left;
	border: 1px solid #CCCCCC;
}
div#contBody .unitMenu ul li.bnr01 {
	margin-right: 10px;
}

div#contBody dl dd {
	font-size:100%;
	line-height: 1.4;
	padding: 0 5px 10px 5px;
}

div#contBody .unitMenu ul li dt.ttlEnjoy {
	background-image: url(../img/enjoy/ico_ya.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 5px 8px;
	color: #669900;
	font-weight: bold;
	margin-bottom: 5px;
	font-size:107%;
	padding: 0 5px 0 10px;
}

div#contBody .unitMenu ul li dt.ttlEnjoy a {
	color: #669900;
	text-decoration: none;
}
div#contBody #contEnjoy03 {
	clear: both;
	margin-top: 45px;
	background-image: url(../img/enjoy/bg_ttlline.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 15px;
	padding-bottom: 50px;
}
div#contBody #contEnjoy03 ul li {
	width: 300px;
	float: left;
}
div#contBody #contEnjoy03 ul li.bnr01 {
	margin-right: 30px;
}
div#contBody #contEnjoy03 ul li dt {
margin-bottom: 10px;
}

	/*  CLEAR FIX 
	---------------------------------------------- */
	
	.clearfix  {
			zoom:1;/*for IE 5.5-7*/
	}
	.clearfix:after {/*for modern browser*/
			content:".";
			display: block;
			height:0px;
			clear:both;
			visibility:hidden;
	}
	* .clearfix  {
		display:inline-table;
		/*\*/display:block;/**/
	}

