@charset "UTF-8";

/* 基本
---------------------------------------------*/
body {
	color: #333333;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	background: #FFFFFF;
	text-decoration: none;
}
img {
	vertical-align: top;
}
p {
	font-size: 80%;
	line-height: 1.8;
}
a {
	color: #060;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:hover,
a:focus {
	color: #C60;
}
a:active {
	color: #C00;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	height: 100%;
	padding-top: 100px;
}
#header {
	position: relative;
	height: 70px;
	width: 800px;
}
#contentTitle {
	background-image: url(../images/img_TOP01.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 800px;
}
#form {
	height: 100px;
	width: 500px;
	margin-top: 225px;
	margin-left: 300px;
	float: left;
	font-size: 110%;
	line-height: 1.9;
}
#form form input {
	margin-right: 2px;
	margin-bottom: 2px;
}
#content {
	clear: both;
	width: 800px;
}
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}
#logo {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
#invisible {
	visibility: hidden;
}
#topicPath {
	height: 20px;
	margin-top: 10px;
	margin-left: 20px;
	font-size: .8em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#topicPath li {
	float: left;
	width: auto;
	display: inline;
	margin-right: 10px;
}
#copyright {
	clear: both;
}
#footerNavigation  p{
	font-size: 90%;
	line-height: 2em;
}
