﻿/* CSS Document */

#footer {
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	clear: both;
	border: 1px none #CCCCCC;
	width: 700px;
}
#footer h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.9em;
	line-height: 1em;
	font-weight: bolder;
	padding: 0px;
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*コピーライト部分*/
#copyrights {
	width: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0px;
}
#copyrights p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	letter-spacing: 0.1em;
	text-align: center;
	width: auto;
}
/*コピーライト部分ここまで*/
/*戻る部分*/
.pback {
	width: 700px;
	display: block;
	height: 24px;
	overflow: hidden;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border: 1px none #CCCCCC;
	float: none;
}
.pback ul {
	margin: 0px;
	padding: 0px;
}
.pback li {
	float: right;
	list-style-image: none;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.pback li a {
	display: block;
	height: 14px;
	width: 86px;
	background-attachment: scroll;
	background-image: url(../../../img/btn/top_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
.pback li a:hover {
	display: block;
	height: 14px;
	width: 86px;
	background-attachment: scroll;
	background-image: url(../../../img/btn/top_back_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
/*戻る部分ここまで*/
#header {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
}
#header h1 {
	background-attachment: scroll;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 81px;
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#header li {
	list-style-type: none;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: bold;
	padding: 0px;
	text-align: right;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header ul {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header a {
	color: #267399;
}
#header a:hover {
	color: #FF6700;
}
#foot {
	text-align: center;
	width: 100%;
}

