/* 基本セレクタ（タイプセレクタ） */
html {
    overflow-y:scroll;
}

body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
li {
	line-height: 22px;
	list-style-position: outside;
}

h2 {
	font-size: 14px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #005796;
	border-left-color: #005796;
	padding-left: 10px;
	padding-bottom: 3px;
	background-color: #F0F0F0;
	font-weight: bold;
	color: #000;
	margin-top: 20px;
}
.gray14 {
	font-size: 14px;
	color: #666;
}


h3 {
	font-size: 14px;
	font-weight: bold;
	color: #005796;
}

/* 基本セレクタの擬似クラス */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* ＩＤセレクタ（レイアウト） */
#header {
	height: 50px;
	width: 800px;
	margin-bottom: 5px;
}
#top {
	height: 300px;
	width: 800px;
	margin-bottom: 2px;
}
#navi {
	height: 70px;
	width: 800px;
}
#footer {
	clear: left;
	width: 800px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#middle {
	width: 800px;
}

/* クラスセレクタ　*/

.subtitle {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #3479AB;
	border-bottom-color: #999;
	padding-top: 15px;
	padding-bottom: 15px;
}
.tel {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
}
.news {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	font-size: 12px;
}
.title {
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3479AB;
	border-bottom-color: #999;
	padding-top: 15px;
	padding-bottom: 15px;
}

.pankuzu {
	font-size: x-small;
}
.subtitle2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	clear: left;
}

.photo {
	margin-right: 10px;
	margin-bottom: 10px;
}
.smalltext {
	font-size: 12px;
}
.subtitle3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

.line{
	border-collapse:collapse;
	border:1px solid #999;
}

.line td,th{
	border:1px solid #999;
	padding: 5px;
}
.line2 {
	border-collapse:collapse;
	border:1px solid #999;
	margin-left: 30px;
}
.line2 td, th {
	border:1px solid #999;
	padding: 5px;
}
.sen {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: 999;
}
.tel2 {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-top: 40px;
	padding-left: 50px;
}
