@charset "utf-8";

/*=========================================================================

 TOPPAGE

=========================================================================*/
.topLeft{
	float:left;
	width:700px;
}
.topRight{
	float:right;
	width:230px;
}

/* FLASHAREA
-------------------------------------------------------------------------*/
#FLASHAREA{
   background-color:#ebebeb;
}

/* category link
-------------------------------------------------------------------------*/
.topLeft .cateLink{
	width:705px;
	margin-left:-5px;
}
.topLeft .cateLink li{
	float:left;
	width:340px;
	padding-left:5px;
	font-size:1px;
	line-height:1px;
}
/* clearfix */
.topLeft .cateLink:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0;
	line-height:0;
	clear:both;
}
.topLeft .cateLink {
	display:inline-table;
	min-height:1%;
}
/* \*/
.topLeft .cateLink {	display:block;}
/* */

/* news
-------------------------------------------------------------------------*/
.topLeft h2{
	position:relative;
	padding:0;
	background:url(../images/index_bg_h2.gif) repeat-x bottom left;
	border:0;
	font-size:1px;
	line-height:1px;
}
.topLeft h2 span{
	position:absolute;
	top:0;
	right:10px;
	padding:0;
	border:0;
}

/* category column
-------------------------------------------------------------------------*/
.categoryCol{
	width:705px;
	margin:30px 0 0 -5px;
	background:url(../images/index_bg_colbtm.gif) no-repeat 5px bottom;
}
.categoryCol .categoryBox{
	float:left;
	width:230px;
	padding-left:5px;
}
.categoryCol .categoryBox h2{
	position:relative;
	height:24px;
	margin-top:0;
	padding:6px 0 0 6px;
	background:url(../images/index_bg_coltop.gif) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
}
.categoryCol .categoryBox h2 span{
	position:absolute;
	top:4px;
	right:6px;
}
.categoryCol .categoryBox ul{
	padding:2px 6px 12px 10px;
}
.categoryCol .categoryBox .linkList li{
	margin-top:7px;
}
.categoryCol .categoryBox .linkList li li{
	margin-top:5px;
}
/* clearfix */
.categoryCol:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0;
	line-height:0;
	clear:both;
}
.categoryCol {
	display:inline-table;
	min-height:1%;
}
/* \*/
html .categoryCol {* height:1%;}
.categoryCol {	display:block;}
/* */

/* banner area
-------------------------------------------------------------------------*/
.topRight .bannerArea li{
	padding-bottom:10px;
	font-size:1px;
	line-height:1px;
}

/* Park24 group
-------------------------------------------------------------------------*/
.park24Group dt{
	position:relative;
	margin-top:5px;
	background-color:#071853;
	font-size:1px;
	line-height:1px;
}
.park24Group dt span{
	position:absolute;
	top:4px;
	right:5px;
}
.park24Group dd{
	padding:2px 6px 12px 10px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.park24Group dd li{
	margin-top:7px;
	padding-left:8px;
	background:url(../common/images/ic_arrow001.gif) no-repeat 0 0.4em;
}

