@charset "utf-8";

/*　トップ
------------------------------------------------------------ */

body {
	background: url(common/images/bg_top.jpg) left top repeat-x;
}

#img_top {
	width: 1000px;
	height: 400px;
	background: url(common/images/img_top.jpg) no-repeat;
	text-indent: -9999em;
}

h3#campaign {
	width: 558px;
	height: 34px;
	background: url(common/images/top_campaign.jpg) no-repeat;
	text-indent: -999em;
}
h3#info {
	width: 558px;
	height: 34px;
	background: url(common/images/top_info.jpg) no-repeat;
	text-indent: -999em;
}

#box_campaign {
    width: 558px;
	height: 313px;
	background: url(common/images/top_newbody.jpg) left top repeat-y;
}
#box_info {
    width: 558px;
	height: 103px;
	background: url(common/images/top_newbody.jpg) left top repeat-y;
}

#box_campaign_in {
    width: 538px;
	_width: 558px;
	height: 293px;
	_height: 313px;
	padding: 10px;
	overflow: auto;
}
#box_info_in {
    width: 538px;
	_width: 558px;
	height: 83px;
	_height: 103px;
	padding: 10px;
	overflow: auto;
}

#box_campaign_in .span_01,
#box_info_in .span_01 {
	font-weight: bold;
	color: #996600;
	display: block;
	background: url(common/images/top_new_arrow.gif) left center no-repeat;
	padding-left: 13px;
}

#box_campaign_in p,
#box_info_in p {
	margin-bottom: 7px;
	border-bottom: 1px dotted #CCC;
	padding-left: 13px;
}

.top_bnr2 {
	width: 238px;
	_width: 258px;
	height: 60px;
	_height: 78px;
	padding: 9px 10px;
	background: url(common/images/media_bg.jpg) left top no-repeat;
	overflow: hidden;
}
.top_bnr2 .pic {
	width: 85px;
	height: 60px;
	float: left;
}
.top_bnr2 .txt {
	border-left: 3px solid #673502;
	height: 60px;
	padding-left: 10px;
	float: left;
	font-weight: bold;
	color: #960;
}



















h3#new {
	width: 558px;
	height: 34px;
	background: url(common/images/top_new.jpg) no-repeat;
	text-indent: -999em;
}

#box_new {
    width: 558px;
	height: 200px;
	background: url(common/images/top_newbody.jpg) left top repeat-y;
}

#box_new_in {
    width: 538px;
	_width: 558px;
	height: 180px;
	_height: 200px;
	padding: 10px;
	overflow: auto;
}

#box_new_in .span_01 {
	font-weight: bold;
	color: #996600;
	display: block;
	background: url(common/images/top_new_arrow.gif) left center no-repeat;
	padding-left: 13px;
}

#box_new_in p {
	margin-bottom: 7px;
	border-bottom: 1px dotted #CCC;
	padding-left: 13px;
}

.top_bnr {
    width: 250px;
	height: 115px;
}

.top_bnr a:hover img {
    filter: alpha(opacity=70); 
	-moz-opacity:0.70;
	opacity:0.70;
} 
