/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	text-align:center;
	background-image:url(img/bg.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:#f00;}
a:hover{
	color:#FC3;}





#frame{
	width:697px;
	margin:0 auto;
	padding:0 1px;
	text-align:left;
	background-color:#FFF;
	border-left:7px solid #540000;
	border-right:7px solid #540000;
}







/*** HEADLINE ***/


#headline{
	width:697px;
	height:227px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headline h1{
	padding:120px 0 0 300px;
}

#headline h1 a{
	width:397px;
	height:107px;
	display:block;
}

#headline h1 a span{
	display:none;}





/*** CONTENTS ***/



#contents{
	width:697px;
	margin:0;
}



#clear{
	clear:both;}




/* SIDEBAR */


#sidebar{
	width:218px;
	padding:0;
	margin:20px 0 0 4px;
	position:relative;
	float:left;
}


#sidebar ul{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 15px;
	background-color:#F7F7F7;
}

#sidebar ul li{
	padding:4px;
	margin:0;
	border-bottom:#aaa dotted 1px;
}

#sidebar h2{
	width:218px;
	height:32px;
	background:#fff url(img/l_img01.gif) no-repeat;
	margin:0;
}

#sidebar h2 span{
	display:none;}



ol#menu{
	width:216px;
	margin:0 0 15px;
	padding:0;
	border-left:1px solid #6b0000;
	border-right:1px solid #6b0000;
	border-bottom:20px solid #9b0000;
}

ol#menu li{
	padding:0;
	border:none;
}


ol#menu li a{
	width:187px;
	padding:7px 3px 7px 26px;
	margin:0;
	background:url(img/l_img02.gif) 5px 5px no-repeat;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #000;
}


ol#menu li a:hover{
	color:#F00;
}



ol#menu li#cl1 a{
	width:196px;
	padding:8px 10px;
	margin:0;
	background-color:#6b0000;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	display:block;
	background-image:none;
}


ol#menu li#cl1 a:hover{
	color:#F00;
}





/* MAIN TEXT */



#maintext{
	width:453px;
	margin:0 7px 0 0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}




#maintext ul{
	margin:0px 5px 20px;
}


#maintext li{
	line-height:200%;
}



#maintext h2{
	width:428px;
	height:31px;
	padding:0 0 0 25px;
	margin:20px 0px;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:28px;
}



#maintext h3{
	width:433px;
	padding:5px;
	margin:20px 0;
	color:#000;
	font-size:14px;
	line-height:100%;
	border-left:10px solid #a80000;
	border-top:1px dashed #666;
	border-bottom:1px dashed #666;
}









/* FOOTERBAR */



#footerbar{
	width:697px;
	padding:5px 0;
	margin:30px 0 0;
	background-color:#540000;
	font-size:10px;
	line-height:150%;
	text-align:right;
	color:#fff;
}


#footerbar ul{
	padding:5px 5px 10px;
}

#footerbar ul li{
	line-height:180%;}

#footerbar p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px;
	line-height:100%;
}

#footerbar img{
	border:0;
	margin:5px;
}


