@charset "utf-8";
/* CSS Document */

html{
	overflow-y:scroll;
}

body{
	background-color: #FFA474;
}

a{
	color:#FC4500;
}

#wrapper01{
	background:url(../img/campain_bg_02.png) repeat-x 0px 0px;
}

#wrapper02{
	background:url(../img/campain_bg_03.png) repeat-y 50% 0px;
}

#wrapper03{
	background:url(../img/campain_bg_01.png) no-repeat 50% 0px;
}

#wrapper04{
	width:800px;
	margin:0px auto;
}

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

#content{
	line-height:1.4;
	color:#300;
	margin-bottom:40px;
}

#content .box01{
	font-size:1.2em;
	font-weight:800;
	background:url(../img/campain20100201_bg_01.png) repeat-y;
	padding:15px;
	margin-bottom:10px;
}

#content .box02{
	width:740px;
	margin:auto;
}

#content .box02 .div01{
	width:746px;
	margin-left:-6px;
}

#content .box02 div ul li{
	width:330px;
	padding:0px 20px;
	font-size:1.6em;
	font-weight:800;
}

#content .box02 div ul li a{
	padding-left:20px;
	background:url(../img/campain20100201_bg_02.png) no-repeat 0px 50%;
}

#content .box02 dl{
	text-align:left;
	padding:0px 30px;
}

#content .box02 dl dt{
	font-weight:800;
	font-size:1.8em;
	line-height:1.2em;
	border-bottom:1px solid #300;
	margin-bottom:5px;
}

#content .box02 dl dd{
	padding-left:20px;
	font-size:1.4em;
}

#content .box03 {
	width:740px;
	margin:0px auto 30px;
	background:url(../img/campain20100201_bg_03.png) no-repeat 0px 0px #FFD6A4;
}

#content .box03 dl{
	width:700px;
	background:url(../img/campain20100201_bg_04.png) no-repeat 0px bottom;
	padding:20px;
}

#content .box03 dl dt {
	margin-bottom:5px;
}

#content .box03 dl dt img{
	vertical-align:bottom;
}

#content .box03 dl dd {
	font-size:1.2em;
}

#content .box03 dl dd ul{
	padding-left:20px;
	list-style:disc outside;
}

#content .box04 {
	width:740px;
	margin:auto;
}

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

#footer{
	background:#000;
	height:75px;
	position:relative;
}

#footer .logo{
	position:absolute;
	left:31px;
	top:17px;
}

#footer ul{
	position:absolute;
	right:10px;
	top:20px;
}

#footer ul li{
	float:left;
	padding-left:15px;
	background:url(../img/campain20100201_bg_05.png) no-repeat 6px 50%;
}

#footer ul li.firstChild{
	padding-left:0px;
	background:none;
}

#footer ul li a{
	color:#FFF;
	line-height:1.2em;
}

#footer address{
	position:absolute;
	left:235px;
	top:44px;
}


