/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-color:#ffc800;
}

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:#F90;
	text-decoration:none;}
a:hover{
	color:#f00;
	text-decoration:underline;}




#container{
	width:704px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
	border-left:5px solid #cc6633;
	border-right:5px solid #cc6633;
}






/*** HEADLINER ***/



#headliner{
	width:704px;
	height:140px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headliner h1{
	padding:0;
}

#headliner h1 a{
	width:340px;
	height:140px;
	display:block;
}

#headliner h1 a span{
	display:none;}






/*** CONTENTS ***/


#contents{
	width:452px;
	margin:0 0 0 10px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}




#contents ul{
	margin:0px 5px 20px;
}


#contents li{
	line-height:200%;
}



#contents h2{
	width:422px;
	height:32px;
	padding:0 0 0 30px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#333;
	font-size:16px;
	line-height:32px;
}


#contents h3{
	width:437px;
	height:19px;
	padding:0 0 0 15px;
	margin:20px 0;
	background:#fff url(img/h3.jpg) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:19px;
}



/*** SIDE MENU ***/


#sidemenu{
	width:223px;
	padding:0;
	margin:20px 10px 0 0;
	position:relative;
	float:right;
}


#sidemenu ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}

#sidemenu ul li{
	padding:4px;
	margin:0 0 5px;
	border:1px dotted #ccc;
}


#sidemenu h2{
	width:223px;
	height:34px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0;
}


#sidemenu h2 span{
	display:none;}



#sidemenu ol{
	width:223px;
	margin:0 0 15px;
	padding:0 0 23px;
	background:#ffc800 url(img/img03.jpg) no-repeat;
	background-position:bottom;
}


#sidemenu ol li a{
	width:190px;
	padding:8px 0px 8px 33px;
	margin:0;
	background:url(img/img02.jpg) 5px 6px no-repeat;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:14px;
	line-height:110%;
	border-bottom:3px solid #fff;
}

#sidemenu ol li a:hover{
	color:#f00;
}


#sidemenu ol li#cl1 a{
	width:203px;
	height:23px;
	padding:10px;
	margin:0;
	background:#FFF url(img/img01.jpg) repeat;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	line-height:23px;
	text-decoration:none;
	display:block;
	border:none;
}

#sidemenu ol li#cl1 a:hover{
	color:#f00;
}








/*** COPYRIGHT ***/



#copyright{
	clear:both;
	width:704px;
	padding:0;
	margin:30px 0 0;
	background-image:url(img/bg01.jpg);
	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:684px;
	text-align:left;
}

#copyright img{
	border:0;
	margin:5px;
}


