@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,ul,p,form,input,ul,ol,li,dl,dd,dt {
	margin: 0;
	padding: 0;
}
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical; /* Firefox̐s */
}
body {
	text-align: center;
	background: url(../images/body_bg.jpg) repeat-x 0px 0px;
	font: 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper {
	width: 930px;
	text-align: left;
	margin: 0 auto;
}
img {
	border: none;
}
a:link,
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}

#header {
	height: 375px;
	width: 930px;
	background: url(../images/header_bg.jpg) no-repeat 0px 0px;
	position: relative;
}
#header h1 {
	font-size: 14px;
	color: #FFF;
	position: absolute;
	top: 5px;
	left: 0;
}
#header h2 {
	position: absolute;
	top: 35px;
	left: 0;
}
#header p {
	position: absolute;
	top: 155px;
	left: 35px;
}
#contents {
	padding: 0px 40px 50px;
	width: 850px;
	background: url(../images/contents_bg.jpg) no-repeat 0px 0px;
}
/*------------------------------------*/
#contents:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#contents { display: inline-block; }
/* exlude MacIE5 \*/
* html #contents { height: 1% }
#contents {display:block;}
/* end MacIE5 */  
/*------------------------------------*/

#contents a:hover img {
	opacity: 0.7; /* 0.0`1.0 */
	filter: alpha(opacity=70); /* 0`100 */
	background: #FFF;
}
.left_cont {
	float: left;
	width: 540px;
	margin-bottom: 20px;
	padding-left: 15px;
}

#contents h3 {
	margin-bottom: 20px;
	margin-left: 115px;
}
.campaign {
	padding: 30px 20px 20px 130px;
	border: 3px solid #E44747;
	margin: 0 10px 25px 115px;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	background: #FFF url(../images/star_campaign.png) no-repeat 10px 10px;
	line-height: 1.5;
	min-height: 66px;
	width: 465px;
}
* html .campaign {
	height: 66px;
}


ul {
	margin: 0 5px 20px;
}
li {
	list-style: none;
	margin-bottom: 2px;
}
p.partner {
	clear: both;
	margin: 0 20px;
}

#footer {
	width: 930px;
	height: 165px;
	clear: both;
	background: url(../images/footer_bg.jpg) no-repeat 0px 0px;
	color: #FFF;
	font-size: 14px;
	position: relative;
}
#footer .inner {
	position: absolute;
	top: 80px;
	right: 0;
	width: 530px;
}

#footer h3 {
	font-size: 14px;
	float: left;
	width: 16em;
}
#footer p {
	margin-left: 16em;
}
address {
	text-align: center;
	line-height: 36px;
	font: 12px Verdana,sans-serif;
	background: url(../images/copyright_bg.jpg) no-repeat 0px 0px;
	color: #FFF;
	margin-bottom: 50px;
	padding: 10px 10px 20px;
}
