@charset "utf-8";
/* CSS Document */

/*=====================================================

　1-1.全体のベース

======================================================*/

* {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;



	*font-size: small;
	*font: x-small;
}

/* IE対応（ボックスのセンターリング） */
body {
	text-align: center;
	
}




#footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

address {
	color: #FFF;
	font-size: 80%;
	text-align: right;
	margin-bottom: 1.4em;
}


/*=====================================================

　1-2.見出しとテキスト

======================================================*/

h1 {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font: bold 160% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/*=====================================================

　1-3.リンク

======================================================*/

a: link {
	color: #00597c;
}

a: visited {
	color: #7d94a4;
}

a: hover {
	color: #cd4730;
}


#header center form table tr td #search {
	font-size: 10px;
	color: #FFF;
	display: inline;
}
#header center #blogSearch {
	position: absolute;
	top: 6px;
	right: 0px;
	text-align: left;
}

/* 出題あり */
.appeared {
	font-weight: normal;
	background: #FF9;
	color: #C00;
}
