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


div.header-flash {

	padding-top: 5px;
	margin-bottom: 30px;
	text-align: center;
}

div.header-flash p {
	margin-top: 1em;
}


/* =========== left contents area =========== */
div.left-contents {

	padding-left: 15px;

	width: 570px;

	float: left;

}


div.search-area ul {

	background-image: url(../img/search_bg.gif);

	list-style-type: none;

	height: 52px;

	padding-left: 5px;
}


div.search-area ul li {

	float: left;

	margin-top: 8px;

}


div.search-area ul li a {

	display: block;

	padding-left: 2px;
	padding-right: 2px;

}


div.cond-info {

	margin-top: 15px;

	position: relative;

}


div.cond-info ul {

	position: absolute;
	top: 4px;
	left: 211px;


}


div.cond-info ul li {

	float: left;

	list-style-type: none;

}



div.cond-info ul li img {

	display: block;
	cursor: pointer;

}


div.topics, div.news {

	position: relative;
	
	margin-top: 20px;

}


div.topics ul , div.news ul {

	list-style-type: none;

	position:absolute;

	top: 5px;

	right: 0px;
}


div.topics ul li , div.news ul li {

	float: left;

}


div.topics ul li a , div.news ul li a {

	display: block;

}


div.topics ul li.rss_icon , div.news ul li.rss_icon {
	padding: 2px 6px 6px 10px;
}


div.topics dl , div.news dl {
	padding: 10px 0 0 0;

	clear: both;

}


div.topics dl dt , div.news dl dt {

	background-image: url(../img/line02.gif);

	background-repeat: no-repeat;

	background-position: -1px 100%;

	height: 1.7em;

	width: 570px;

	padding-left: 4px;
}


div.topics dl dd , div.news dl dd {

	margin-left: 100px;

	margin-top: -0.6em;

	position: relative;

	top: -1.18em;
}


/* ==== for IE6 ==== */
*html div.topics dl dd , div.news dl dd {
	top: -1.0em;
}




div.inquiry {
	padding-top: 20px;
}


div.inquiry dl {
	border-left: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	background-image: url(../img/line02.gif);

	background-repeat: no-repeat;
	
	background-position: -1px 50%;

	
}


div.inquiry dl dt{

	float: left;
	padding-top: 0.8em;

	padding-left: 20px;

	background-image: url(../img/list_mark_square.gif);

	background-repeat: no-repeat;

	background-position: 6px 55%;

	height: 1.7em;
	
}


div.inquiry dl dd{

	height: 1.7em;

	padding-top: 0.8em;

	margin-left: 100px;

}


div.inquiry dl dd span {

	position: relative;
	top: -0.3em;

}


div.inquiry dl dd.inquiry-pc {
/*
	background-image: url(../img/line10.gif);

	background-repeat: no-repeat;
	
	background-position: top center;
*/}


div.inquiry dl dd.inquiry-pc a {

	color: #4479C3;

}

/* search result */


/* =========== right contents area =========== */
div.right-contents {

	width: 185px;
	padding-right: 15px;

	float: right;
	
}
