/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/back.jpg);
}

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:#d7c715;
	text-decoration:none;}
a:hover{
	color:#f00;
	text-decoration:underline;}




#page{
	width:697px;
	margin:0 auto;
	padding:0 1px;
	text-align:left;
	background-color:#FFF;
	border-left:5px solid #808080;
	border-right:5px solid #808080;
}





/*** TOPBAR ***/




#topbar{
	width:695px;
	height:212px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0 1px;
}


#topbar h1{
	padding:50px 0 0;
}


#topbar h1 a{
	width:370px;
	height:115px;
	display:block;
}

#topbar h1 a span{
	display:none;}





/*** MAIN ITEM ***/


#mainItem{
	width:697px;
	margin:0;
	padding:0;
}




/* NAVIGATION */



#navigation{
	width:218px;
	padding:0;
	margin:20px 0 0 5px;
	position:relative;
	float:left;
}


#navigation ul{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 15px;
	background-color:#F5F5F5;
}


#navigation ul li{
	padding:4px;
	margin:0;
	border-bottom:1px dotted #ccc;
}



#navigation h2{
	width:218px;
	height:33px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0;
}

#navigation h2 span{
	display:none;}




#siteNavi{
	width:218px;
	margin:0 0 15px;
	padding:0 0 18px;
	background-color:#808080;
}



#siteNavi ul{
	width:218px;
	margin:0;
	padding:0;
}


#siteNavi ul li{
	width:218px;
	margin:0;
	padding:0 0 3px;
	background:#eeeeee url(img/list01.jpg) no-repeat;
	background-position:bottom;
	border:none;
}



#siteNavi ul li a{
	width:190px;
	padding:8px 2px 8px 26px;
	margin:0;
	background:url(img/list02.jpg) 2px 3px no-repeat;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:12px;
	line-height:110%;
}

#siteNavi ul li a:hover{
	color:#f00;
}




#siteNavi ol{
	width:218px;
	margin:0;
	padding:0;
}


#siteNavi ol li#cl1 a{
	width:198px;
	padding:7px 10px;
	margin:0;
	background-color:#808080;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	display:block;
}


#siteNavi ol li#cl1 a:hover{
	color:#f00;
}







/* LEAD */



#lead{
	width:457px;
	margin:0 5px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}



#lead ul{
	margin:0px 5px 20px;
}


#lead li{
	line-height:200%;
}


#lead h2{
	width:447px;
	height:40px;
	padding:0 0 0 10px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:40px;
}


#lead h3{
	width:427px;
	height:27px;
	padding:0 0 0 30px;
	margin:20px 0;
	background:#fff url(img/h3.jpg) no-repeat;
	color:#333;
	font-size:14px;
	line-height:27px;
}








/*** COPYRIGHT ***/



#copyright{
	clear:both;
	width:697px;
	padding:0;
	margin:30px 0 0;
	background-color:#808080;
	font-size:10px;
	line-height:150%;
	text-align:right;
	color:#fff;
}



#copyright ul{
	padding:10px;
}


#copyright ul li{
	line-height:180%;}

#copyright p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:677px;
	text-align:left;
}

#copyright img{
	border:0;
	margin:5px;
}


