*{
	border:0pt none;
	float:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	text-decoration:none;
}


body {
	color: #3e4e49 ;
	background:#FFF url(/img/bg_tile2.jpg) scroll 50% 0pt;
	line-height:1.3em;
	text-align:center;
}

h1 { margin: 0px 10px; color: #FFF; font-size:12px; font-weight:normal; }
h2 { margin: 0px; padding: 0px;	color: #491a16;}
h3 { margin: 0px 0px 5px; padding: 0px; color: #491a16;}
h4 { margin: 0px; padding: 0px; font-weight: normal; color: #491a16;}

a:link { text-decoration:underline; color: #9c4a22;}
a:visited { text-decoration:underline; color: #9c4a22;}
a:hover { text-decoration:underline; color: #ff6347;}

/*color*/
.orange { color: #FF6600; }
.black { color: #333333; }
.green { color: #9c4a22; }
.blue { color: #0066CC; }
.purpul { color: #9966CC; }





/*wrapper*/
#wrapper {
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	text-align:left;
	background-color:#FFF;
}

/*header*/
#header {
	display:block;
	height:100px;
	text-align:right;
	color:#000;
	background:url(/img/bg_header.jpg) no-repeat scroll 50% 0pt;
	overflow:hidden;
}

/*content*/
#content {
	background-color:#d1bfa9;
	font-size:0.8em;
	padding:10pt;
}

/*content*/
#content_top {
	font-size:0.8em;
	background-color:#502923;
}

/*footer*/
#footer {
	background:url(/img/yuka.jpg) repeat-x scroll 50% 0pt;
	display:block;
	overflow:hidden;
	height:50px;
	color:#FFF;	
}





/* MENU */

#h_menu{
	margin-left : auto ; 
	margin-right : 2px;
}

#h_menu a{
	color:#FFF;
	font-size:12px;
	line-height:25px;
	text-decoration:none; 
	padding:10px; 
}
#h_menu a:hover { color:#F09826; text-decoration:underline; }
.menu_img{
	background-color:#3e4e49;
	border-top:1px solid #CC9;
	border-left:1px solid #CC9;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
}

#f_menu{
	margin-left : 39px; 
	margin-right : auto;
	text-align:left;
}

#f_menu a{
	color:#4e1b1e;
	font-size:12px;
	line-height:25px;
	text-decoration:none; 
	padding:10px; 
}
#f_menu a:hover { color:#FFF; text-decoration:underline; }
.f_menu_img{
	background:url(/img/bg_menu.jpg) repeat-x scroll 50% 0pt;
	border-top:1px solid #CC9;
	border-left:1px solid #CC9;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
}





/* notices and errors */
 .error, .error_message {
color:orangered;
background-color: #F3F3F3;
margin: 8px 0px;
font-weight: bold;
}

#flashMessage {
	color: orangered;
	background-color: #ff0;
	font-weight: bold;
	padding: 10px;
}

.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}