@charset "utf-8";
p, h1, h2, ｈ3, h4, ul ,ol ,body ,dl{
	margin: 0px;
	padding: 0px;
}
img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header h1 {
	margin-bottom: 10px;
}

#all {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 1000px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#gnav {
	width: 1000px;
	list-style-type: none;
}
#gnav li {
	float: left;
	padding-bottom: 10px;
}
.gotop {
	text-align: right;
	padding-top: 30px;
	padding-right: 40px;
	position: relative;
	top: 12px;
	clear: both;
}
#main {
	width: 980px;
	background-image: url(img/bg_main.jpg);
	background-repeat: repeat-y;
	padding-bottom: 20px;
	clear: both;
	height: 490px;
	padding-top: 20px;
	padding-left: 20px;
}
#catch {
	width: 720px;
	float: left;
}
.sitetitle {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 85%;
	color: #C00;
	font-weight: normal;
}



#left-contents {
	float: left;
	width: 730px;
	padding-left: 10px;
	position: relative;
}
#left-contents h2 {
	padding-top: 30px;
	clear: both;
}


#right-contents {
	padding-top: 30px;
	float: left;
	padding-left: 20px;
	width: 240px;
}
#right-contents ul {
	list-style-type: none;
}
#right-contents ul li {
	margin-bottom: 10px;
}
#right-contents p {
	font-size: 90%;
	line-height: 1.5;
}
#left-contents .news {
	overflow: auto;
	height: 210px;
	padding: 10px;
}
#left-contents dt {
	float: left;
	width: 5px;
	line-height: 1.5;
}
#left-contents dl {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#left-contents dd {
	padding-left: 6em;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #C00;
	padding-bottom: 5px;
	line-height: 1.5;
}
#slide {
	height: 490px;
	width: 720px;
	overflow: hidden;
	float: left;
}
#side  {
	height: 490px;
	width: 220px;
	float: left;
	padding-left: 20px;
}
#side p  {
	padding-bottom: 20px;
}





#footer {
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	line-height: 1.5;
	font-size: 95%;
	color: #FFF;
	background-position: center;
	text-align: center;
	clear: both;
	padding-top: 10px;
	height: 100px;
}

#footer a {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	color: #C00;
}
