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

.head_ttl {
    font-size: 10px;
    color: #000000;
    font-weight: bold;
    margin: 0px;
}
.head_desc {
    font-size: 10px;
    color: #000000;
    font-weight: normal;
    font-style: normal;
    margin: 0px;
	line-height: 100%;
}

#imgarea #division {
	width: 340px;
}

#imgarea #division p.campaign_banner01 {
	display: block;
	text-indent: -9999px;
	margin-bottom: 30px;
	background-image: url(img/index/campaign_banner01_on.jpg);
	background-repeat: no-repeat;
	float: left;
}
#imgarea #division p.campaign_banner01 a {
	display: block;
	background: url(img/index/campaign_banner01_off.jpg) no-repeat;
	width: 165px;
	height: 140px;
}
#imgarea #division p.campaign_banner01 a:hover {
	background: none;
}

#imgarea #division p.campaign_banner02 {
	display: block;
	text-indent: -9999px;
	margin-bottom: 30px;
	background-image: url(img/index/campaign_banner02_on.jpg);
	background-repeat: no-repeat;
	float: right;
}
#imgarea #division p.campaign_banner02 a {
	display: block;
	background: url(img/index/campaign_banner02_off.jpg) no-repeat;
	width: 165px;
	height: 140px;
}
#imgarea #division p.campaign_banner02 a:hover {
	background: none;
}