@charset "utf-8";
body, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/base/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #305676;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}

img {
border: 0;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}



#container {
	min-height: 100%;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#header {
	margin: 0px;
	padding-top: 15px;
}
#header #header-logo {
	float: left;
	width: 700px;
}
#header #header-logo h1 {
	font-size: 15px;
	font-weight: lighter;
	margin-bottom: 20px;
	margin-top: 10px;
}
#header #header-tel {
	text-align: right;
	padding-top: 10px;
}
#header-menu {
	clear: both;
}
#header-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header-menu li {
	display: inline;
}
#page-navi {
	font-size: 12px;
	background-image: url(../images/header/navi/head_navi_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 20px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-left: 3px;
}
#page-navi a {
	background-image: url(../images/header/navi/head_navi_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	text-decoration: none;
}
#page-navi span {
	background-image: url(../images/header/navi/head_navi_icon.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
	padding-left: 28px;
	text-decoration: none;
}

#page-navi a:hover {
	background-image: url(../images/header/navi/head_navi_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	text-decoration: underline;
}
#main-img {
	clear: both;
	margin-bottom: 20px;
}

#sidebar {
	float: left;
	width: 300px;
	padding-bottom: 20px;
}
#sidebar .iso {
	margin-top: 30px;
}

#sidebar img {
	padding-bottom: 10px;
}

#contents {
	float: right;
	width: 630px;
	line-height: 150%;
	font-size: 14px;
	padding-bottom: 30px;
}
#footer {
	padding-top: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #dddddd;
	clear: both;
	height: 100px;
}
#footer #footer-add {
	background-image: url(../images/footer/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 150px;
	height: 100px;
	font-size: 12px;
	line-height: 120%;
	float: left;
	width: 200px;
	letter-spacing: 1px;
}
#footer #footer-navi {
	font-size: 12px;
	text-align: right;
}
#footer #footer-navi #copyright {
	font-size: 12px;
	padding-top: 10px;
	color: #333333;
}
