/* CSS Document */
*{
	margin:0;
	padding:0;
	border:0;
	background-color:transparent;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	font-family:Verdana, Osaka, Arial, sans-serif;
}

body{
	background-color:#F1D5B9;
	margin:0 0 0 20px;
	color:#444444;
	font-size:small;
	line-height:18px;
}

a:link { color: #284C7B; font-size: 12px; text-decoration:none;}
a:visited { color: #284C7B; font-size: 12px; text-decoration:none;}
a:active { color: #CC0033; font-size: 12px; text-decoration:underline;}
a:hover { color: #CC0033; font-size: 12px; text-decoration:underline;}

img { border:0;}
h1,h2,h3,div,p,ul,li { margin:0;padding:0;}

.caption { font-size:95%; line-height:normal; color:#003366;}

#footer {
	position:relative;
	width:767px;
	margin:0;
	padding:2px 0 0 10px;
	background-color:#284C7B;
	font-size:12px;
	color:#ffffff;
	clear:both;
}

#footer .right {
	position:absolute;
	top:2px;
	right:204px;
	color:#ffffff;
}

#bg_bottom {
	background-image:url(../image/com/bottom.gif);
	background-repeat:repeat-x;
	width:827px;
	height:16px;
	margin:0;
}

hr { display:none;}
strong { font-weight:bold;}

#top_mountain {
	margin-top:-20px;
	height:41px;
	background-image:url(../image/top/mauntain.gif);
	background-position:right;
	background-repeat:no-repeat;
	clear:both; 
}

#ft_box { clear:both; bottom:0; position:relative;}
#ft_bag { clear:both; float:left; vertical-align:bottom;}

#color-w { color:#ffffff; text-decoration:underline;}

