/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-color:#fdc54d;
}

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;}





#wrapper{
	width:704px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
	border-left:5px solid #cc6633;
	border-right:5px solid #cc6633;
}


#wrapper table{
	width:704px;
}



#wrapper td{
	vertical-align:top;
}





/*** HEADER ***/



#header{
	width:704px;
	height:140px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#header h1{
	padding:0;
}

#header h1 a{
	width:704px;
	height:140px;
	display:block;
}

#header h1 a span{
	display:none;}





/*** ITEM ***/



#item{
	width:452px;
	padding:0 0 0 8px;
	font-size:14px;
	line-height:300%;
}




#item ul{
	margin:0px 5px 20px;
}


#item li{
	line-height:200%;
}



#item h2{
	width:432px;
	height:32px;
	padding:0 0 0 20px;
	margin:20px 0;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:32px;
}


#item h3{
	width:437px;
	height:19px;
	padding:0 0 0 15px;
	margin:20px 0;
	background:#fff url(img/h3.gif) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:19px;
}


#mainLead{
	width:452px;
	padding:0 0 30px;
}



/*** SIDE ***/



#side{
	width:223px;
	padding:20px 7px 0 14px;
}


#side ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}

#side ul li{
	padding:4px;
	margin:0 0 5px;
	border:1px dotted #ccc;
}



#side h2{
	width:223px;
	height:34px;
	background:#fff url(img/h2_02.gif) no-repeat;
	margin:0;
}


#side h2 span{
	display:none;}





ol#gMenu{
	width:223px;
	margin:0 0 15px;
	padding:0 0 23px;
	background:#ffc800 url(img/img03.gif) no-repeat;
	background-position:bottom;
}


ol#gMenu li a{
	width:195px;
	padding:7px 0px 7px 28px;
	margin:0;
	background:url(img/img02.gif) 5px 5px no-repeat;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:14px;
	line-height:110%;
	border-bottom:3px solid #fff;
}


ol#gMenu li a:hover{
	color:#F00;
}




ol#gMenu li#cl1 a{
	width:203px;
	height:23px;
	padding:10px;
	margin:0;
	background:#fff url(img/img01.gif) repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:23px;
	text-decoration:none;
	display:block;
	border:none;
}


ol#gMenu li#cl1 a:hover{
	color:#F00;
}














/*** COPY ***/



#copy{
	width:704px;
	padding:5px 0;
	margin:30px 0 0;
	background:#fff url(img/ft_bg.gif) repeat-y;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}


#copy ul{
	padding:5px;
}


#copy ul li{
	line-height:180%;}

#copy p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px 5px 10px;
	line-height:100%;
}

#copy img{
	border:0;
	margin:5px;
}



