@charset "shift_jis";

h1 {
	margin-bottom:5px;
}
h2 {
	margin-bottom:30px;
}
div#column2-main760 a {
	color:#333333;
}
div#column2-main760 a:hover {
	color:#c41230;
}
div#main-visual {
	position:relative;
	margin-bottom:20px;
}
div#main-visual ul {
	position:absolute;
	left:30px;
	bottom:30px;
	width:380px;
}
div#main-visual ul li {
	display:inline;
}
div.innerWrapper {
	margin-bottom:30px;
}
div.leftColumn {
	float:left;
	width:373px;
}
div.rightColumn {
	float:right;
	width:373px;
}

div.leftColumn dl,
div.rightColumn dl {
	float:right;
	width:179px;
}

div.leftColumn p,
div.rightColumn p {
	float:left;
	width:179px;
}

table#footer {
	margin-top:40px;
}

/* clearfix */
.innerWrapper:after,
div.leftColumn:after,
div.rightColumn:after,
#lineupArea ul:after,
#bannerArea ul:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0.1em;
	line-height:0;
	clear: both;
	visibility: hidden;
}
.innerWrapper,
div.leftColumn,
div.rightColumn,
#lineupArea ul,
#bannerArea ul {
	zoom: 1;
}
div.innerWrapper dl .caption {
	padding:0 0 10px 0;
}

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

	Common Module

-----------------------------------------------------------*/
/* margin */
.mb0 {margin-bottom:0 ! important;}
.mb40 {margin-bottom:40px ! important;}

/*clearfix*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

/*nonHeight*/

.nonHeight {
	line-height: 0;
	font-size: 0;
}