/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	text-align:center;
	background-color:#100563;
}

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;}




#top{
	width:650px;
	padding:0px;
	margin:0px auto;
	background-color:#FFF;
	text-align:left;
}




/*** HEADER ***/


#header{
	width:650px;
	height:202px;
	background:#fff url(img/header.jpg) no-repeat;
	margin:0px 0px 15px;
	padding-top:5px;
}

#header h1 a{
	width:245px;
	height:195px;
	margin:0 0px 0px 5px;
	display:block;
}

#header h1 a span{
	display:none;}





/*** CONTENTS ***/

#contents{
	width:650px;
	margin:0px 0px 15px;}


/*LEFT MENU*/

#l_menu{
	width:195px;
	padding:0 0 0 1px;
	font-size:14px;
	text-align:left;
	position:relative;
	float:left;
}

#l_menu h2{
	width:195px;
	height:25px;
	background:#fff url(img/l_img01.gif) no-repeat;
	margin:0px 0px 1px;
	padding:0px;
}

#l_menu h2 span{
	display:none;}


#l_menu ul{
	margin:0px 0px 10px 5px;
	font-size:12px;
	line-height:150%;
}


ul#l_navi{
	width:195px;
	margin:0px 0px 10px;
	padding:0px 0px 14px;
	background:#fefee4 url(img/l_img03.gif) no-repeat;
	background-position:bottom;
}
 
#l_navi li a{
	width:165px;
	padding:5px 5px 5px 25px;
	text-decoration:none;
	background:url(img/l_img02.gif) 5px 6px no-repeat;
	display:block;
	color:#000;
	font-size:14px;
	line-height:120%;
	border-bottom:1px dashed #0064d2;
}

#l_navi li a:hover{color:#f00;}


#l_navi li#cl1 a{
	width:175px;
	padding:3px 10px;
	text-decoration:none;
	background-color:#100563;
	background-image:none;
	display:block;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	border-bottom:none;
}


/*RIGHT ITEM*/


#r_item{
	width:440px;
	padding:0 1px 0 0;
	font-size:14px;
	line-height:300%;
	text-align:left;
	position:relative;
	float:right;
}

#r_item ul{
	width:430px;
	margin:5px 5px 10px;
}

#r_item li{
	line-height:300%;}

#r_item h2{
	width:415px;
	height:25px;
	padding:0 0 0 25px;
	background:#fff url(img/r_img02.gif) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:25px;
}

#r_item h3{
	width:410px;
	height:27px;
	padding:0 0 0 30px;
	margin:0;
	background:#fff url(img/r_img01.gif) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:27px;
}




/*** COPY ***/

#footer{
	clear:both;
	width:650px;
	height:80px;
	background-color:#005cd2;
	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%;
}


