@charset "utf-8";
/* CSS Document */


/*--------------------------------------------
mainarea
----------------------------------------------*/

.frame {
	background:url(../img/campaign_middle.gif) repeat-y center top;
	width:580px;
}

#campaign1 .outer {
    background:url(../img/campaign1_bottom.gif) no-repeat center bottom;
	width:580px;
}

#campaign1 .inner {
    background:url(../img/campaign1_top.gif) no-repeat center top;
	width:445px;
	padding:25px 75px 25px 60px;
}

#campaign2 .outer {
    background:url(../img/campaign2_bottom.gif) no-repeat center bottom;
	width:580px;
}

#campaign2 .inner {
    background:url(../img/campaign2_top.gif) no-repeat center top;
	width:445px;
	padding:25px 75px 35px 60px;
}

.contents {
    width:235px;
	padding:10px 0px 10px 20px;
	float:left;
}

.photo {
	width:180px;
	height:120px;
	margin:7px auto;
	float:right;
}

#main h3 {
	color:#9DBA3D;
	font-size:110%;
	line-height:140%;
}

#main p {
    font-size:90%;
    line-height:130%;
}

strong {
 color:#FF0000;
 font-size:107%;
}

/*--subarea----------------------------------------
----------------------------------------------*/

#subarea .campaign a {
    background:url(../../shared/img/btn_campaign.jpg) no-repeat right;
}



/*--------------------------------------------
footer
----------------------------------------------*/

#footercontents .campaign a{
	color:#9DBA3D;
	text-decoration:none;
}


