@charset "UTF-8";

/*=====================================================
Index
	1:	contents
	2:	topArea
	3:  underArea
/*=====================================================


/*--------------------------
	1:	contents
--------------------------*/

#container #contents {
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
}
#container #contents:after {
	content: "."; 
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}


/*--------------------------
	2:	topArea
--------------------------*/

#contents #topArea {
	height: 300px;
	width: 100%;
	clear: both;
	background-color: #A3DAFF;
	position: relative;
}

#contents #topArea #btnQuote a{
	background: no-repeat url(/img/btn_quote.png) left top;
	height: 81px;
	width: 264px;
	position: absolute;
	left: 63px;
	top: 178px;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
	overflow:hidden;
}
#contents #topArea #btnQuote a:hover{
	background: no-repeat url(/img/btn_quote_o.png) left top;
}
#contents #topArea #btnQuote a:active{
	background: no-repeat url(/img/btn_quote_o.png) left top;
}
/*--------------------------
	2:	underArea
--------------------------*/

#contents #underArea {
	clear: both;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 15px;
	height: 120%;
}
#underArea h2 {
	font-size: small;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EF9026;
	margin-bottom: 10px;
}
#underArea #topNews {
	height: 100%;
	width: 285px;
	float: left;
	margin-right: 30px;
}
#underArea #topProduct {
	float: left;
	width: 240px;
	margin-right: 30px;
}
#underArea #topQlink {
	float: left;
	width: 180px;
	margin-bottom: 15px;
}


#underArea p.archivelist {
	position: relative;
	margin: 0px;
}
#underArea p.archivelist a {
	position: absolute;
	top: -31px;
	right: 0px;
	font-size: x-small;
	color: #333333;
	text-decoration: none;
}

#topNews dt {
	font-size: small;
	color: #FA8202;
}

dt span {
	font-size: small;
	color: #FF9900;
}
dd {
	padding-bottom: 0.5em;
	font-size: small;
	line-height: 140%;
	color: #333333;
}
#underArea  #topNews  dd a {
	text-decoration: underline;
	color: #246FBA;
}

.pList li,
.qList li {
	line-height: 110%;
	background-image: url(/img/listArrow.gif);
	background-repeat: no-repeat;
	background-position:0px 3px;
/*	background-position: 0px 50%;*/
	padding-left: 10px;
	margin-bottom: 10px;
}
.pList a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.qList a {
	font-size: small;
}

#topNews a:link,
#topNews a:visited {
	color: #333333;
	text-decoration: none;
}
#topNews a:hover {
	color: #333333;
	text-decoration: underline;
}

.pList a:link,
.pList a:visited {
	color: #333333;
	text-decoration: none;
}
.pList a:hover {
	color: #333333;
	text-decoration: underline;
}
.qList a:link,
.qList a:visited {
	color: #333333;
	text-decoration: none;
}
.qList a:hover {
	color: #333333;
	text-decoration: underline;
}

sup {
    top: -0.5em;
}
