﻿/* CSS レイアウト */
#masthead {
	background-image: url('../image/head_bg.gif');
	height: 60px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
#top_nav {
	height: 320px;
	margin-top: 10px;
	background-image: url('../image/title.jpg');
}
#page_content {
	height: 550px;
	border: 1px solid #C0C0C0;
	border-bottom: 1px #999999 solid;
	margin-top: 10px;
	background-image: url('../image/mid_bg.gif');
	position: relative;
}
#footer {
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	height: 50px;
	background-image: url('../image/foot_bg.gif');
	padding-top: 5px;
}
h1 {
	margin: 10px 110px 0px 20px;
}
#top_nav h2 {
	margin-left: 19px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#nav {
	padding-top: 13px;
	padding-bottom: 13px;
}
.news {
	border: 1px ridge #C0C0C0;
	width: 375px;
	height: 180px;
	overflow: auto;
	padding: 5px;
	margin-top: 5px;
	background-color: #FFFFFF;
}
.news p{
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 10px;
	line-height: 1.8em;
	letter-spacing: 1px;
}
#page_content .ad {
	position: absolute;
	top: 10px;
	right: 20px;
}
