﻿* {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
}

/* header.html用============================================= */
#header {
	width: 850px;
	height: 60px;
	background-image: url('images/header_bg.png'); 
	background-repeat: repeat-x;
}

#header-logo {
	width: 121px;
	height: 60px;
	float: left;
}

#header-links {
	float: right;
	margin-top: 35px;
	font-size: 12px;
}

#header-links ul{
	padding-right: 10px;
}

#header-links ul li{
	display: inline; 
	background-image: url('images/link-arrow.gif') ;
	background-position:left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 12px;
}

.clear {
	clear: both;
}



/* footer.html用============================================= */
#footer {
	width: 850px;
	height: 100px;
	background-image: url('images/footer_bg.gif'); 
	background-position: 0 70px;
	background-repeat: no-repeat;
}

#footer-box {
	width: 830px;
	height: 70px;
	margin: 0 10px;
	background-color: #EFEFEF;
}

#footer_links_1 {
	height: 20px;
	background-color: #DCDCDC;
	padding-left: 5px;
}

#footer_links_1 ul li{
	display: inline; 
	background-image: url('images/link-arrow_gray.gif') ;
	background-position:left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 5px;
	font-size: 12px;
	line-height: 20px;
}

#footer_links_2 {
	padding-left: 5px;
	background-image: url('images/footer_head1.gif') ;
	background-position: 10px 5px;
	background-repeat: no-repeat;
}

#footer_links_2 ul{
margin-left: 100px;
}

#footer_links_2 ul li{
	display: inline; 
	background-image: url('images/link-arrow_gray.gif') ;
	background-position:left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 5px;
	font-size: 12px;
	line-height: 20px;
}

#footer_links_3 {
	padding-left: 5px;
	background-image: url('images/footer_head2.gif') ;
	background-position: 10px 5px;
	background-repeat: no-repeat;
}

#footer_links_3 ul{
	margin-left: 100px;
}

#footer_links_3 ul li{
	display: inline; 
	background-image: url('images/link-arrow_gray.gif') ;
	background-position:left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 5px;
	font-size: 12px;
	line-height: 20px;
}

