/*page 01 setting*/

/*------------------------------------------
con01
------------------------------------------*/
#con01{
	width:980px;
	height:123px;
	margin-top:25px;
	margin-bottom:0px;
	background: url(../img/p01/con01_bg.gif);
}


#con01 h3{ position:relative; margin:30px auto 0 125px;}
#con01 .txt01{margin-left:125px;}

/*------------------------------------------
con02
------------------------------------------*/
#con02{
	width:980px;
	height:323px;
	margin-bottom:0px;
	background: url(../img/p01/con02_bg.gif) 1px 0;
}

#con02 .txt01{
	position:relative;
	display:block;
	width:510px;
	margin-top:30px;
	margin-left:38px;
	float:left;
}

#con02 .txt01 h3{position:relative; margin-left:0;}

#con02 .txt02{
	position: absolute;
	display:block;
	width:385px;
	top:0;
	right:0;
	left:580px;
}

#con02 .txt02 p{
	position:relative;
	margin-left:20px;
}
/*------------------------------------------
con03
------------------------------------------*/
#con03{
	width:980px;
	height:200px;
	margin-bottom:0px;
	background: url(../img/p01/con03_bg.gif);
}

#con03 .txt01{ position:relative; display:block; width:930px; margin-left:39px;}
#con03 ul li{width:154px; height:166px;@padding:0; margin:0; }
#con03 li{margin:0; padding:0;@list-style-type:none; float:left; }

/*------------------------------------------
con04 pagelink navigation
------------------------------------------*/
/* contents pagelink navigation */
#con04{
	clear: both;
	position: relative;
	width:980px;
	height:146px;
	top:0px;
	left:0px;
	background: url(../img/p01/con04_bg.gif);
}



#con04 p{
	position: absolute;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	top:15px;
	left:595px; /* arrow position*/
}

#con04 p a{
	position:relative;
	display: block;
	width:370px;
	height:85px;
	background-attachment: scroll;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	}
	

/* next page */
#con04 p.page_next a{background: url(../img/common/next_bt.gif);}
#con04 p.page_next a:hover{ position:relative; top:0px;@background-position: 0 85px;}



