@charset"utf-8";

/*
Name:header_footer.css
Contents:Header footer
Date:2009.10.1
Copyright2009 HI-partners Inc.
*/

/*Contents**************
1.Header
2.footer
************************/


/*1.Header**************/

#Header{
	padding:0px;
	margin:0 auto;
	background:#ffffff url(../../images/header_grade.gif) bottom repeat-x;
	text-align:center;
}
#HeaderContainer{
	padding:0px;
	margin:0 auto;
	width:860px;
	text-align:left;
}
#HeaderTop{
	height:68px;
}
.logo{
	position:relative;
	top:0px;
	left:0px;
	float:left;
}

/*1.Header subnavi**************/
#RightList{
	padding:0;
	margin:0;
	float:right;
	font-size:70%;
	overflow:hidden;
}
.MultiNavi{
	padding:0px;
	list-style:none;
	display:block;
	text-align:center;
}
.MultiNavi li{
	padding:0px;
	margin:0px 0px 0px 2px;
	float:right;
	width:81px;
	height:20px;
	background: url(../../images/sub_navi.gif) no-repeat;
}
.SubNavi{
	padding:10px 20px 0px 0px;
	clear:right;
	float:right;
	display:block;
	list-style:none;
}
.SubNavi li{
	padding:0 0 0 8px;
	margin:0 0 0 20px;
	float:right;
	background:url(../../images/pointer.gif) 0 0.65em no-repeat;
}

/*1.Header GlobalNavi**************/
#GlobalNavi{
	width:862px;
	height:32px;
	font-size:77%;
	overflow:hidden;
}
#GlobalNavi ul{
	padding:0px;
	margin:0px;
	list-style:none;
	text-align:center;
}
#GlobalNavi li{
	float:left;
	line-height:2.5em;
	padding:0 0 0 1px;
	text-align:center;
}

#GlobalNavi a{
	display:block;
	text-decoration:none;
}
#gn01{
	width:133px;
	height:32px;
	background:url(../../images/gn_blue.gif) bottom no-repeat;
}
#gn02{
	width:133px;
	height:32px;
	background:url(../../images/gn_orange.gif) bottom no-repeat;
}
#gn03{
	width:186px;
	height:32px;
	background:url(../../images/gn_vivid.gif) bottom no-repeat;
}
/*2.Footer**********/

#Footer{
	padding:0px;
	margin:0 auto;
	background:url(../../images/under_grade.gif) top repeat-x;
	text-align:center;
	clear:both;
}

#FooterContainer{
	padding:10px 0 10px 0;
	margin:0 auto 10px auto;
	width:860px;
	text-align:left;
	line-height:2em;
	font-size:70%;
}

.FooterList{
	list-style:none;
	padding:0;
}

.FooterList li{
	float:left;
	padding:0 0 0 10px;
	margin:0 0 0 10px;
	background:url(../../images/pointer.gif) left center no-repeat;
}

.Copy{
	clear:both;
	text-align:right;
	padding:10px 0px;
}

