/* footer  ------------------------------*/
#global_footer_bg{
	width:100%;
	background: #FFF;
	border-top: 2px solid #dddddd;
}
#global_footer {
	font-size: 12px;
	line-height: 1.5em;
	position: relative;
	color: #eee;
	margin: 0 auto;
	width:978px;
	background: #FFF;
}
#global_footer #fnavi{
	height:22px;
	margin-top:5px;
}
#global_footer #fnavi_l {
	float: left;
	width:584px;
	font-size: 0;
	margin: 0;
	background: url(../images/fnavi_l_on.gif) top left no-repeat;
	padding:0;
}
#global_footer #fnavi_r {
	float: right;
	width:389px;
	font-size: 0;
	margin: 0;
	background: url(../images/fnavi_r_on.gif) top left no-repeat;
	padding:0;
}
#global_footer #fnavi_l li,
#global_footer #fnavi_r li{
	float:left;
	height:22px;
	padding:0;
	margin:0;
}
#global_footer #fnavi_l li a,
#global_footer #fnavi_r li a{
	height:22px;
}

/* global_f_link  ------------------------------*/
#global_footer #global_f_link {
	margin-top: 10px;
	padding: 10px 15px 5px 15px;
	background: #eee url(../images/link_bg.gif) top left no-repeat;
}
#global_footer #global_f_link dl {
	margin-bottom: 10px;
}
#global_footer #global_f_link h3,
#global_footer #global_f_link dt {
	float: left;
	margin:0;
	padding:0;
}
#global_footer #global_f_link dd {
	padding-left: 110px;
}
#global_footer #global_f_link ul {
	margin:0;
	padding:0;
}
#global_footer #global_f_link li {
	float: left;
	position: relative;
	white-space: nowrap;
	padding: 0 10px;
	border-right: #666 1px solid;
	list-style-type: none;
}

/* alink  ------------------------------*/
#global_footer #global_f_link a:link{
	color:#666;
	font-weight: normal;
	text-decoration:none;
}
#global_footer #global_f_link a:visited{
	color:#666;
	font-weight: normal;
	text-decoration:none;
}
#global_footer #global_f_link a:active{
	color:#666;
	font-weight: normal;
	text-decoration:none;
}
#global_footer #global_f_link a:hover{
	color:#00ca00;
	font-weight: normal;
	text-decoration:underline;
}

/* copyright  ------------------------------*/
#global_footer #global_copyright{
	font-size: 10px;
	line-height: 1.2em;
	padding: 5px 10px;
	border-top: #FFF 1px solid;
	text-align: left;
	background: #aaa url(../images/copyright_bg.gif) bottom left no-repeat;
}

#global_footer p {
	margin-bottom: 1em;
}


#global_header h1 {
	height: auto;
}

