/* CSS Document */

/* --- 索引部分 --- */

div#index-living {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 120%;
	color: #666666;
	height: auto;
	clear: both;
	margin: 0px 10px;
	padding: 20px 0px;
}

div#index-living a:link, div#index-living a:visited {
	color: #666666;
	text-decoration: none;
}
div#index-living a:hover, div#index-living a:active {
	color: #222222;
	text-decoration: none;
	background-color: #D8D8D8;
}

.notice {
	font-size: 0.9em;
	color: #F15A0A;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #F15A0A;
	line-height: 120%;
	padding: 5px;
}

