@charset "UTF-8";

/* campaign.css */
/*
Last update : 2008/12/21 @GL-MA
-------------------------------------

Index:
-------------------------------------
001/ Box Frame			(@_01)
002/ Contents	 		(@_02)
003/ Area Office 		(@_03)
-------------------------------------
/* ======================================================================================
001/ Box Frame (@_01)
====================================================================================== */
div#campaignContainer {
	width: 970px; 
	background: #fff;
	text-align: center;
	margin: 0 auto;
	}
div#campaignContainerInner {
	width: 970px; 
	/* background: url(../images/body/bg_containerInner.gif) no-repeat left bottom; */
	text-align: center;
	margin: 0 auto;
	padding: 0;
	}
/* ---------- campaignBlock---------- */
h2.campaignBlockTop {
	margin: 0 auto;
	padding: 0;
	}
div.campaignBlock {
	clear: both;
	display: block;
	width: 756px;
	text-align: left;
	background: transparent url(./images/campaignBlock_side.gif) repeat-y left top;
	margin: 0 auto 15px auto;
	}
div.campaignBlockInner {
	background: transparent url(./images/campaignBlock_bottom.gif) no-repeat left bottom;
	text-align: center;
	padding: 0 10px 5px 10px;
	text-align: left;
	}
.campaignBlockAdjust {
	width: 730px;
	}
/* ---------- campaignContentsBlock---------- */
div.campaignContentsBlockTop{
	position: relative;
	width: 700px;
	height:53px;
	background: transparent url(./images/h_campaignTitle.gif) no-repeat left top;
	margin: 12px 0 0px 16px;
	}
div.campaignContentsBlockTop h3 {
	font-weight: bold;
	padding: 18px 0 0 50px;
	}
p.campaignDetailButton {
	display: block;
	position: absolute;
	top: 12px;
	right: 18px;
	}
div.campaignContentsBlock {
	clear: both;
	display: block;
	width: 700px;
	text-align: left;
	background: transparent url(./images/campaignContentsBlock_side.gif) repeat-y left top;
	margin: 0px 0 12px 16px;
	}
div.campaignContentsBlockInner {
	background: transparent url(./images/campaignContentsBlock_bottom.gif) no-repeat left bottom;
	text-align: center;
	text-align: left;
	}
.campaignContentsBlockAdjust {
	width: 730px;
	}
	
/* ======================================================================================
002/ Contents (@_02)
====================================================================================== */
div.campaignBlock dl {
	padding: 15px;
	}
div.campaignBlock dl dt {
	float: left;
	width: 260px;
	}
div.campaignBlock dl dd {
	float: left;
	width: 410px;
	}
ul.cmapaign-list {
	list-style: none;
	margin: 0px 5px 10px 5px;
	}
ul.cmapaign-list li {
	background: url(/common/images/body/list-12.gif) no-repeat 0 5px;
	line-height: 20px;
	margin: 0 0 5px 0;
	padding: 0 0 0 18px;
	}

div.campaignBlock dl dd ul {
	margin: 5px 0 5px 20px;
	}
.campaignListText {
	background: #f9f9f9;
	line-height: 180%;
	margin:　15px 10px 10px 10px;
	padding: 10px;
	border: 1px dashed #34A2D6;
	}



/* end campaign */

/* 2011.09 update */
.campaign201109 {
	width:971px;
}
.campaign201109 h1 {
	text-indent:-9999px;
	width:971px;
	height:473px;
	overflow:hidden;
	background:url(images/camp_title201109.jpg) no-repeat;
}
.campaign201109 .comment {
	width:754px;
	height:68px;
	overflow:hidden;
	background:url(images/camp_comment201109.png) no-repeat;
	margin:-45px auto 0 auto;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	line-height:68px;
	text-indent:80px;
}
.campaign201109 .campaignArea {
	display:table;
	border-spacing:17px 15px;
	margin:0 auto 10px auto;
}
.campaign201109 .campaignArea td {
	width:175px;
	height:85px;
}
.campaign201109 .campaignArea a:link {
	display:block;
	width:175px;
	height:85px;
	overflow:hidden;
	text-indent:-9999px;
	overflow:hidden;
}
.campaign201109 .campaignArea a:visited {
	display:block;
	width:175px;
	height:85px;
	overflow:hidden;
	text-indent:-9999px;
	overflow:hidden;
}

.campaign201109 .campaignArea a.sapporo {
	background:url(images/btn_sapporo.jpg) no-repeat;
}
.campaign201109 .campaignArea a.sendai {
	background:url(images/btn_sendai.jpg) no-repeat;
}
.campaign201109 .campaignArea a.chiba {
	background:url(images/btn_chiba.jpg) no-repeat;
}
.campaign201109 .campaignArea a.tokyo {
	background:url(images/btn_tokyo.jpg) no-repeat;
}
.campaign201109 .campaignArea a.yokohama {
	background:url(images/btn_yokohama.jpg) no-repeat;
}
.campaign201109 .campaignArea a.nagoya {
	background:url(images/btn_nagoya.jpg) no-repeat;
}
.campaign201109 .campaignArea a.kyoto {
	background:url(images/btn_kyoto.jpg) no-repeat;
}
.campaign201109 .campaignArea a.osaka {
	background:url(images/btn_osaka.jpg) no-repeat;
}
.campaign201109 .campaignArea a.kobe {
	background:url(images/btn_kobe.jpg) no-repeat;
}
.campaign201109 .campaignArea a.hiroshima {
	background:url(images/btn_hiroshima.jpg) no-repeat;
}
.campaign201109 .campaignArea a.fukuoka {
	background:url(images/btn_fukuoka.jpg) no-repeat;
}
.campaign201109 .campaignArea a:hover {
	background-position:bottom;
}
.campaign201109 .campaignArea a:active {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

.campaign201109 .campaignArea a.inactive {
	background-position:bottom;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

