/* ページ全体 */

body {
 background-color: white;
 padding: 0; 
 margin: 0; }

#container {
	width: 900px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border: 0px dotted lightgrey;
}



a { text-decoration: none; } /* ページ全体 */
a:link { color: black; }/* 未訪問リンク */
a:visited { color: black; }/* 訪問済みリンク */
a:hover { color: deeppink; }/* マウスオンリンク */
a:active { color: green; }/* マウスクリックリンク */

table { empty-cells: show; }

/* 画像について */
img { border: 1px solid black; }/* 枠線黒 */
.wakunashi { border: 0px}/* 枠線なし指定 */


/* TOPページ */
#banner { 
 background-color: white;
 border-style: solid;
 border-width: 1px;
 border-color: lightgrey; 
 padding: 5px; }
 
 #news { 
 background-color: white;
 border-style: solid;
 border-width: 1px;
 border-color: lightgrey; 
 padding: 5px; }
 
#disc {
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: lightgrey;
	padding: 5px;
	width: 235px;
}
 
.footer {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d3d3d3;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: bold;
	color: red;
	text-align: right;
}

.end {  font-family: verdana,"ヒラギノ角ゴ Pro W3","ヒラギノ明朝 Pro W3",sans-serif; 
background-color: #191970; font-size: 10px; color: white; padding: 0.5em; }

 /* H1は本文タイトルで使用 */
h1 {  font-family: Georgia,verdana,"ヒラギノ角ゴ Pro W3","ヒラギノ明朝 Pro W3",sans-serif; 
font-size: 12px; color: white; background-color: black; padding: 5px;}
 /* H2はニュースタイトルで使用 */
h2 { font-size: 12px; color: black; 
	 font-family: verdana,"ヒラギノ角ゴ Pro W3","ヒラギノ明朝 Pro W3",sans-serif;
	 margin: 0px; }
h3 { font-size: 12px; 
	 font-family: verdana,"ヒラギノ角ゴ Pro W3","ヒラギノ明朝 Pro W3",sans-serif;
	 margin: 0px; }
h4 { font-size: 15px; color: navy; 
	 font-family: verdana,"ヒラギノ角ゴ Pro W3","ヒラギノ明朝 Pro W3",sans-serif;
	 margin: 0px; }
/* メニュー文字 */
h5 { font-size: 12px; color: white; 
	 font-family: verdana,"ヒラギノ角ゴ Pro W3","ヒラギノ明朝 Pro W3",sans-serif;
	 margin: 0px; }

/* 通常の文字 */
p.text { font-family: "ヒラギノ角ゴ Pro W3","ヒラギノ明朝 Pro W3",sans-serif; font-size: 11px; }
p.text2 { font-family: "ヒラギノ角ゴ Pro W3","ヒラギノ明朝 Pro W3",sans-serif; font-size: 12px; padding-left: 1em; }
p.text3 { font-family: "ヒラギノ角ゴ Pro W3","ヒラギノ明朝 Pro W3",sans-serif; font-size: 12px; padding-left: 1em; line-height: 150%; }
p.text5 { font-family: "ヒラギノ角ゴ Pro W3","ヒラギノ明朝 Pro W3",sans-serif; font-size: 8px; padding-left: 1em; }
p.detail { font-family: "ヒラギノ角ゴ Pro W3","ヒラギノ明朝 Pro W3",sans-serif; font-size: 12px; padding-left: 1em; }


/* 間隔調整 */
h2 + p.text2 { margin-top: -0.05em; }
h3 + p.text { margin-top: -0.1em; }
h3 + p.detail { margin-top: -0.1em; }

h4 + h3 { margin-top: -0.1em; }
