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

/*	Top
-----------------------------------------------------------------------*/

#div_top {
	position: relative;
	width: 993px;
	height: 130px;
	margin: 0 auto;
	z-index:1;
	
	background-image: url('images/background_top.gif');
	background-repeat:no-repeat;
	background-position: bottom;
	padding-top: 10px;
}

#div_button01 {
	position:absolute;
	left:21px;
	top:112px;
	width:85px;
	height:26px;
	z-index:2;
	margin: auto;
	border: none;

}
#div_button02 {
	position:absolute;
	left:107px;
	top:112px;
	width:85px;
	height:26px;
	z-index:2;
	margin: auto;
	border: none;

}
#div_button03 {
	position:absolute;
	left:193px;
	top:112px;
	width:85px;
	height:26px;
	z-index:2;
	margin: auto;
	border: none;

}
#div_button04 {
	position:absolute;
	left:279px;
	top:112px;
	width:85px;
	height:26px;
	z-index:2;
	margin: auto;
	border: none;

}

#div_logo {
	position:absolute;
	left:440px;
	top:80px;
	width:524px;
	height:62px;
	z-index:2;
	border: none;

}

/*	Content
-----------------------------------------------------------------------*/

#div_content {
	position: relative;
	width: 993px;
	height: 600px;
	z-index:1;
	margin: 0 auto;

	background-image: url('images/background_middle.gif');
	background-repeat: repeat-y;
	
	
}	

#div_text {
	position: absolute;
	left:0px;
	top:3px;
	z-index: 2;
	padding-top: 10px;
	padding-left: 30px;
	width: 679px;
}

#div_line_y {
	position: absolute;
	right:260px;
	top:4px;
	z-index: 2;
	padding-top: 30px;
	padding-left: 20px;
	height: 470px;
	width: 1px;
	

}


h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;	
}

#div_list {
	position: relative;
	z-index: 3;
	padding-top: 20px;
	padding-left: 30px;
	height: 200px;
	width: 666px;

}

#div_small_text {
	position: relative;
	z-index: 3;
	padding-top: 20px;
	padding-left: 30px;
	height: 50px;
	width: 100px;

}


/*	Bottom
-----------------------------------------------------------------------*/


#div_bottom {
	position: relative;
	width: 993px;
	height: 45px;
	z-index:1;
	margin: 0 auto;

	background-image: url('images/background_bottom.gif');
	background-repeat:no-repeat;
	background-position: top;
	padding-top: 10px;
}
