/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	text-align:center;
	background-color:#0000ae;
}

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:#06F;}




#content{
	width:697px;
	padding:0px;
	background-color:#FFF;
	margin:0px auto;
	border-left:1px  solid #FFF;
	border-right:1px  solid #FFF;
}




/*** HEAD ***/


#cont01{
	width:697px;
	margin:0px 0px 15px;
}


#header{
	width:697px;
	height:147px;
	background:#FFF url(img/head.jpg) no-repeat;
	padding-top:50px;
}


#header h1 a{
	width:430px;
	height:120px;
	margin:0 0px 0px 10px;
	display:block;
	text-decoration:none;
}

#header h1 a span{
	display:none;}



/*** MAIN ***/

#cont02{
	width:697px;
}


/* menu */

#menu{
	width:218px;
	font-size:14px;
	line-height:150%;
	text-align:left;
	position:relative;
	float:left;
}

#menu h2{
	width:198px;
	height:32px;
	padding:0 10px;
	background:#fff url(img/menu01.gif) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:32px;
	font-weight:bold;
}



#menu ul{
	width:213px;
	margin:0px 0px 10px 5px;
	font-size:12px;
}


ul#index{
	width:218px;
	margin:0 0 10px;
	padding:0 0 18px;
	background:#efefef url(img/menu04.gif) no-repeat;
	background-position:bottom;
}
 
#index li a{
	width:190px;
	padding:5px 5px 5px 23px;
	text-decoration:none;
	background: url(img/menu03.gif) 2px 5px no-repeat;
	display:block;
	border-bottom:1px dashed #000061;
	color:#000;
	font-size:14px;
	line-height:120%;
}

#index li a:hover{color:#06F;}



#index li#cl1 a{
	width:198px;
	height:24px;
	padding:0 10px;
	background:#fff url(img/menu02.gif) no-repeat;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	text-decoration:none;
	text-align:left;
	display:block;
	border:none;
}

#index li#cl1 a:hover{color:#06F;}




/* TEXT */


#text{
	width:460px;
	padding:0 2px 0 0;
	margin:0;
	position:relative;
	font-size:14px;
	line-height:300%;
	text-align:left;
	float:right;
}

#text ul{
	margin:5px 0px 10px;
	width:460px;
}

#text li{
	line-height:300%;}

#text h2{
	width:425px;
	height:24px;
	padding:2px 0 0 25px;
	background:#fff url(img/bg_h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
}

#text h3{
	width:440px;
	height:30px;
	padding:2px 0 0 20px;
	margin:0;
	background:#fff url(img/bg_h3.gif) no-repeat;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
}


#text01{
	width:450px;
	border:2px solid #545454;
	padding:3px;
	margin:0px 0px 20px;
}





/*** footer ***/

#cont03{
	width:697px;
}

#footer{
	width:697px;
	height:100px;
	clear:both;
	background-color:#333;
	color:#FFF;
	font-size:10px;
	line-height:150%;
	text-align:left;
}

#footer ul{
	padding:5px;
}

#footer p{
	letter-spacing:1px;
	font-size:9px;
	padding:5px;
	line-height:100%;
}


