/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	text-align:center;
	background-image:url(img/back.gif);
}

h1,h2,h3,p,ul,ol,li{
	margin:0px;
	padding:0px;
}

li{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

img{border:0;}

a{
	color:#f00;}
a:hover{
	color:#00f;}



#frame{
	width:699px;
	padding:0px;
	margin:0px auto;
	background-color:#FFF;
	text-align:left;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}



/*** HEADER ***/


#header{
	width:699px;
	height:207px;
	background:#fff url(img/h1.jpg) no-repeat;
	margin:0 0 5px;
}

#header h1{
	padding:25px 0px 0px 20px;
}

#header h1 a{
	width:450px;
	height:170px;
	display:block;
}

#header h1 a span{
	display:none;}




/*** LEFT MENU ***/



#left_menu{
	width:255px;
	padding:15px 0 0 5px;
	margin:0;
	font-size:14px;
	position:relative;
	float:left;
}

#left_menu h2{
	width:255px;
	height:27px;
	background:#fff url(img/left_h2.gif) no-repeat;
	margin:0 0 2px;
	padding:0;
	display:block;
}

#left_menu h2 span{
	display:none;}


#left_menu ul{
	width:245px;
	font-size:12px;
	line-height:180%;
	margin:0px 5px 15px;
}


ul#pagelist{
	width:255px;
	margin:0 0 15px;
	font-size:14px;
}

#pagelist li{
	width:255px;
	padding:0 0 2px;
	background:#fff url(img/left_img03.gif) no-repeat;
	background-position:bottom;
}

#pagelist li a{
	width:225px;
	margin:0;
	padding:3px 0px 3px 30px;
	background:url(img/left_img02.gif) 5px 5px no-repeat;
	text-decoration:none;
	display:block;
	color:#003;
	line-height:27px;
}

#pagelist li a:hover{
	color:#f00;
}

#pagelist li#cl1{
	background-image:none;
}


#pagelist li#cl1 a{
	width:235px;
	height:24px;
	padding:0 10px;
	margin:0;
	background:#fff url(img/left_img01.gif) no-repeat;
	text-decoration:none;
	display:block;
	line-height:24px;
	text-align:right;
	color:#FFF;
	font-weight:bold;
}

#pagelist li#cl1 a:hover{
	color:#f00;
}





/*** MAIN ITEM ***/

#main_item{
	width:414px;
	margin:0;
	padding:0 5px 0 0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}


#main_item ul{
	margin:0px 5px 15px;
}

#main_item li{
	line-height:300%;}

#main_item h2{
	width:380px;
	height:31px;
	padding:0 0 0 34px;
	margin:15px 0px;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:20px;
	line-height:31px;
}

#main_item h3{
	width:394px;
	height:22px;
	padding:0 10px;
	margin:15px 0px;
	background:transparent url(img/h3.gif) no-repeat;
	background-position:bottom;
	color:#fff;
	font-size:14px;
	line-height:22px;
}



#item01{
	width:414px;
	margin:0 0 15px;
}
	





/*** FOOTBAR ***/


#footer{
	clear:both;
	width:699px;
	margin:0;
	padding:0px 0px 20px;
	background-color:#003;
	color:#fff;
	font-size:10px;
	line-height:150%;
	text-align:center;
}

#footer ul{
	padding:5px;
}

#footer p{
	letter-spacing:1px;
	font-size:9px;
	padding:5px;
	line-height:100%;
}



