@charset "utf-8";
/* CSS Document */
/* layout 年賀状 top */
h1#spH {
	line-height:13px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	color:#fff;
	text-align: center;
	background-color: #B50B0B;
}

img#spI {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #B50B0B;
}

div.wrapSpec {
	margin-top: 10px;	
}

div.wrapSpec table.dataTL {
	margin: 0 0 10px 0;
}



div.sectionColumn2 {
	position: relative;	
}


div.sectionColumn2 div.wrapSpec {
	clear: both;	
}



div.sectionColumn2 ul.listFlat p {
	margin: 10px 0 0 15px;	
}



div.sectionColumn2 img.ico {
	position: absolute;
	top: -10px;
	right: -10px;
}




div#wrapTopics {

}

div#wrapTopics div {
	overflow: auto;
	width: 750px;
	height: 250px;
}

div#wrapTopics dl {
	clear: both;
	margin: 5px 0;
	padding: 0;
}


div#wrapTopics dl dt {
	clear: both;
	display: inline;
	float: left;
	text-align: center;
	width: 80px;
	margin: 5px;
	padding: 5px;
}

div#wrapTopics dl dd {
	clear: right;
	display: inline;
	float: right;
	width: 595px;
	margin: 5px;
	padding: 5px;
	border-bottom: none;
}


div#selectMochu:after {
	content: "";
	display: block;
	clear: both;
}

/* for IE6 */
* html div#selectMochu{
	display: inline-block;
}

/* for IE7 */
*+html div#selectMochu {
	display: inline-block;
}