/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	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:#F60;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}





#all-frame{
	width:690px;
	margin:0 auto;
	padding:0 1px;
	text-align:left;
	background-color:#FFF;
}


#all-frame table{
	width:690px;
}



#all-frame td{
	vertical-align:top;
}





/*** HEADERBAR ***/



#headerbar{
	width:690px;
	height:179px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headerbar h1{
	padding:0 0 0 380px;
}

#headerbar h1 a{
	width:310px;
	height:179px;
	display:block;
}

#headerbar h1 a span{
	display:none;}





/*** ENTRY ***/



#entry{
	width:430px;
	padding:0 0 0 10px;
	font-size:14px;
	line-height:300%;
}




#entry ul{
	margin:0px 5px 20px;
}


#entry li{
	line-height:200%;
}



#entry h2{
	width:410px;
	height:34px;
	padding:0 0 0 20px;
	margin:20px 0;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:34px;
}


#entry h3{
	width:405px;
	height:23px;
	padding:0 0 0 25px;
	margin:20px 0;
	background:#fff url(img/h3.gif) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:23px;
}




/*** MENU ***/



#menu{
	width:219px;
	padding:20px 10px 0 20px;
}


#menu ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}

#menu ul li{
	padding:4px;
	margin:0 0 5px;
	border:1px solid #FFE8D0;
}



#menu h2{
	width:219px;
	height:34px;
	background:#fff url(img/h2_02.gif) no-repeat;
	margin:0;
}


#menu h2 span{
	display:none;}





#menu ol{
	width:219px;
	margin:0 0 15px;
	padding:0 0 18px;
	background:#030303 url(img/img03.gif) no-repeat;
	background-position:bottom;
}


#menu ol li a{
	width:190px;
	padding:7px 3px 7px 24px;
	margin:0;
	background:url(img/img02.gif) 5px 7px no-repeat;
	text-decoration:none;
	display:block;
	color:#d9d0d0;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #eb831b;
}


#menu ol li a:hover{
	color:#F00;
}




#menu ol li#cl1 a{
	width:199px;
	height:21px;
	padding:10px 0 10px 20px;
	margin:0;
	background:#fff url(img/img01.gif) repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:21px;
	text-decoration:none;
	display:block;
	border:none;
}


#menu ol li#cl1 a:hover{
	color:#F00;
}














/*** FOOTBAR ***/



#footbar{
	width:690px;
	padding:5px 0;
	margin:30px 0 0;
	background-color:#372115;
	font-size:10px;
	line-height:150%;
	text-align:center;
	color:#fff;
}


#footbar ul{
	padding:5px;
}


#footbar ul li{
	line-height:180%;}

#footbar p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px 5px 10px;
	line-height:100%;
}

#footbar img{
	border:0;
	margin:5px;
}



