@charset "utf-8";

/* -----------------------------------------------
 content
-------------------------------------------------- */


div#campaign{
	width:670px;
	height:150px;
	margin-bottom: 30px;
}
div#campaign a{
	display:block;
	height:150px;
	text-indent:-1000em;
	text-decoration:none;
}

div#campaign a{background:url(../index_img/753banner.jpg) no-repeat;}
div#campaign a:hover{background:url(../index_img/753banner_on.jpg) no-repeat;}

/* news */
div#news{
	width:400px;
	float:left;
	padding-bottom:40px;
}

div#news li{
	margin-top:10px;
	padding-bottom:10px;
	background:url(../common_img/border_dotted_level.gif) repeat-x left bottom;
}

div#news p {
	padding-left:16px;
}

div#news p.date {
	color:#0D5A30;
	background:url(../common_img/ico_date_news.gif) no-repeat left center;
	font-size:75%;
}

/* blog */
div#blog{
	width:250px;
	float:right;
	padding-bottom:40px;
}

div#blog li{
	margin-top:10px;
	padding-bottom:10px;
	background:url(../common_img/border_dotted_level.gif) repeat-x left bottom;
}

div#blog p {
	padding-left:16px;
}

div#blog p.date {
	color:#EC5D9D;
	background:url(../common_img/ico_date_blog.gif) no-repeat left center;
	font-size:75%;
}

div#blog p.next {
	text-align:right;
	padding-right:20px;
	color : #EC5D9D;
	background:url(../common_img/arrow.gif) no-repeat right center;
	font-size:75%;
}

/* menu */
div#menu {
	clear:both;
	position:relative;
	width:670px;
}

div#menu h2 {
	padding-bottom:20px;
}

div#menu li {
	position:relative;
	width:206px;
	height:250px;
	padding-right:25px;
	float:left;
}

div#menu li.end {
	position:relative;
	width:206px;
	height:250px;
	padding-right:0px;
	float:left;
}

div#menu p.comment {
   padding-top:5px;
}

div#menu p.more {
	width:100px;
	position:absolute;
	padding-right:20px;
	bottom:35px;
	right:25px;
	text-align:right;
	background:url(../common_img/arrow.gif) no-repeat right center;
	font-size:75%;
}

div#menu p.more_end {
	width:100px;
	position:absolute;
	padding-right:20px;
	bottom:35px;
	right:0px;
	text-align:right;
	background:url(../common_img/arrow.gif) no-repeat right center;
	font-size:75%;
}


/* -----------------------------------------------
 clearfix
-------------------------------------------------- */
div#content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

div#content {
	zoom:1;
}

