@charset "UTF-8";

/*------------ TOP ------------*/

#marketprice #searchBox{
	width:685px;
	border:1px solid #DDDDDD;
	background:url(../marketprice/img/bg_search.jpg) left top repeat-x;
	margin:0px auto 15px;
	padding:20px 30px;
}

#marketprice #searchBox .txtArea{
	width:330px;
	float:left;
	line-height:1.4;
}

#marketprice #searchBox .txtArea img{
	margin:10px 0px 15px 0px;
}

#marketprice #searchBox .txtArea .date{
	color:#CC0000;
	margin:0px 0px 7px 0px;
}


#marketprice #searchBox .txtArea .notice{
	margin:0px 0px 7px 0px;
	line-height:1.4;
}

#marketprice #searchBox .mapArea{
	width:340px;
	float:right;
}

/*------------ SUBPAGE MAIN TEXT ------------*/

#marketprice .pageCatch{
	width:830px;
	line-height:1.4;
	margin:0px 0px 10px 0px;
}

/*------------ AREA LINK ------------*/


#marketprice #areaLink{
	clear:both;
	width:595px;
	height:30px;
	margin:0px auto 15px;
	padding:10px 0px 0px 150px;
	background:url(../marketprice/img/bg_arealink.jpg) left top repeat-x;
}

#marketprice #areaLink2{
	clear:both;
	width:820px;
	height:30px;
	margin:0px 0px 5px 0px;
	padding:10px 0px 0px 10px;
	background:url(../marketprice/img/bg_arealink.jpg) left top repeat-x;
}

#marketprice #areaLink ul,
#marketprice #areaLink2 ul{
	font-size:108%;
	line-height:1.3;
}

#marketprice #areaLink li{
	float:left;
	border-right:1px solid #CCCCCC;
	padding:0px 10px 0px 8px;
}

#marketprice #areaLink2 li{
	float:left;
	border-right:1px solid #CCCCCC;
	padding:0px 20px 0px 16px;
}

#marketprice #areaLink li.end{
	border-left:1px solid #CCCCCC;
}

#marketprice #areaLink2 li.end{
	border:none;
}

/*------------ PAGE DATA ------------*/

#marketprice .pageData{
	width:830px;
	margin:0px 0px 5px 0px;
}

#marketprice .pageData .update{
	float:right;
	padding:0px 0px 0px 10px;
	color:#CC3300;
	font-weight:bold;
} 

#marketprice .pageData .unit{
	float:right;
	padding:0px 0px 0px 10px;
} 

/*------------ MARKET PRICE TITLE&MARK ------------*/

#marketprice #mainContents h3{
	margin:0px 0px 3px 0px;
}

#marketprice .dataNotice{
	width:830px;
	margin:2px 0px 5px 0px;
	display:block;
}

#marketprice .dataNotice li{
	float:right;
	text-align:left;
	padding:2px 0px 2px 20px;
	display:block;
}


/*------------ MARKET PRICE TABLE ------------*/



#marketprice table{
	clear:both;
	width:830px;
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	padding:0px;
	margin:0px 0px 10px 0px;
}

#marketprice table th{
	padding:7px 0px 7px 0px;
	border:1px solid #CCCCCC;
	background:url(../marketprice/img/bg_th.jpg) left top repeat-x;
	color:#FFFFFF;
	text-align:center;
}

#marketprice table td{
	padding:5px 0px;
	border:1px solid #CCCCCC;
	text-align:center;
	font-size:108%;
}

#marketprice table td.price{
	width:100px;
	background:#FFECEC;
	color:#CC3333;
	font-weight:bold;
}

#marketprice table td.price2{
	width:60px;
	background:#E2F5F5;
	color:#336699;
	font-weight:bold;
}

#marketprice table td.weather{
	width:40px;
}

#marketprice table td.btn{
	width:70px;
}

#marketprice table td.etc{
	width:200px;
}

#marketprice table td.flag{
	width:35px;
}

#marketprice table td.name{
	text-align:left;
	font-weight:bold;
	padding:0px 0px 0px 10px;
}

#marketprice .linkM{
	padding:0px 0px 4px 0px;
}


