/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/background.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:#69F;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}





#pagetop{
	width:665px;
	margin:0 auto;
	padding:0 1px;
	text-align:left;
	background-color:#FFF;
}





/*** HEAD ***/




#head{
	width:665px;
	height:207px;
	background:#fff url(img/h1.jpg) no-repeat;
	margin:0;
}


#head h1{
	padding:30px 0 0 350px;
}

#head h1 a{
	width:315px;
	height:177px;
	display:block;
}

#head h1 a span{
	display:none;}





/*** CONTENTS ***/


#contents{
	width:665px;
	padding:0 0 30px;
}




/* ITEM BOX */



#itemBox{
	width:404px;
	margin:0 0 0 15px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}




#itemBox ul{
	margin:0px 5px 20px;
}


#itemBox li{
	line-height:200%;
}



#itemBox h2{
	width:389px;
	height:31px;
	padding:0 0 0 15px;
	margin:20px 0;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:31px;
}


#itemBox h3{
	width:379px;
	height:23px;
	padding:0 0 0 25px;
	margin:20px 0;
	background:#fff url(img/h3.gif) no-repeat;
	color:#085586;
	font-size:14px;
	line-height:23px;
}



#lead{
	width:404px;
	padding:0 0 30px;
}





/* MENU BOX */



#menuBox{
	width:201px;
	padding:0;
	margin:20px 15px 0 0;
	position:relative;
	float:right;
}


#menuBox ul{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 15px;
	background-color:#F3F3F3;
}

#menuBox ul li{
	padding:4px;
	margin:0;
	border-bottom:1px dotted #ccc;
}



#menuBox h2{
	width:201px;
	height:31px;
	background:#fff url(img/h2_02.gif) no-repeat;
	margin:0 0 2px;
}


#menuBox h2 span{
	display:none;}



#globalMenu{
	width:201px;
	margin:0 0 15px;
	padding:0 0 23px;
	background:#fff url(img/list03.gif) no-repeat;
	background-position:bottom;
}

#globalMenu ol{
	width:201px;
	margin:0;
	padding:0;
	background-color:#d7ca97;
}


#globalMenu ol li a{
	width:170px;
	padding:7px 3px 7px 28px;
	margin:0;
	background:url(img/list02.gif) 5px 5px no-repeat;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #fff;
}


#globalMenu ol li a:hover{
	color:#F00;
}



#globalMenu ol li#cl1 a{
	width:186px;
	height:21px;
	padding:5px 0 5px 15px;
	margin:0;
	background:#fff url(img/list01.gif) no-repeat;
	color:#085586;
	font-size:14px;
	font-weight:bold;
	line-height:21px;
	text-decoration:none;
	display:block;
	border:none;
}


#globalMenu ol li#cl1 a:hover{
	color:#F00;
}













/*** FOOTERBAR ***/



#footerbar{
	clear:both;
	width:665px;
	padding:5px 0;
	margin:0;
	background-color:#085586;
	font-size:10px;
	line-height:150%;
	text-align:center;
	color:#fff;
}


#footerbar ul{
	padding:5px;
}


#footerbar ul li{
	line-height:180%;}

#footerbar p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px 5px 10px;
	line-height:100%;
}

#footerbar img{
	border:0;
	margin:5px;
}


