/* CSS Document */
/********************************
レイアウト
*********************************/
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.date {
	color: #666;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #F63;
}

body {
	background:#FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 60%;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
a:link {
	color: #F00;
	text-decoration: underline;
}
a:visited {
	color:#900;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}

/*更新情報*/
/*.news_box {
	width: 300px;
	height: auto;
	background: #FFF;
	border: medium double #FFD053;
	margin: 5px auto 15px;
}*/
.news_box {
	height: 135px;
	background: #FFF;
	border: medium double #FFD053;
	/*float: right;*/
	width: 120px;
	margin: 5px auto 15px;
}

.news_text {
	line-height: 120%;
	margin: 5px;
}
.news {
	font-weight: bold;
	line-height: 130%;
}
