@charset "Shift_JIS";

/* ブラウザ全体 */
body {
	color:#000000;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	font: 90%/110% "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
}

* {
	font-size: 100%;
	line-height:140%;
}

/* リンクアンカー */
a:link {
	text-decoration:none;
	color:#0000ff
}

/* クリック済みリンク */
a:visited {
	text-decoration:none;
	color:#0000ff
}

/* リンク選択時 */
a:active {
	text-decoration:underline;
	color:#ff0000
}

/* リンクがフォーカスされたとき */
a:hover {
	text-decoration: underline;
	color: #ff0000;
	position: relative;
	top: 1px;
	left: 1px;
}

img {
	border:none;
}

/* テーブル */
TABLE,TR,TD,TH {
	color:#333333
}

/* 段落 */
p {
	/* text-indent: 1em; */
	
}

li p {
	margin-top: 0;
	margin-bottom: 0;
}


/* 見出しの大きさ */
h1 {font-size:170%; color:#000066; line-height:0%}
h2 {font-size:150%; color:#000066; line-height:0%}
h3 {font-size:130%; color:#000066; line-height:0%}

/* 画像リンク */
.image a:hover {
	top: 0px;
	left: 0px;
}

/* メニュー */
#menu td {
	display: block;
	text-align: center;
	background: #00A0E8;
	width: 100%;
	margin: 10px;
}

#menu a {
	display: block;
	padding: 10px 0px;
	text-decoration:none;
	width:100%;
	margin: 0px;
	color: #ffffff;
}

#menu a:hover {
	display: block;
	padding: 10px 0px;
	text-decoration:none;
	width:100%;
	margin: 0px;
	color: #ffffff;
	background: #41B8F2;
	top: 0px;
	left: 0px;
}

#content {
	display: block;
	margin: 15px;
	padding: 15px;
	
	width:98%;
}




