@charset "utf-8";
/* formatting style
----------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	line-height: 1.6;
	color: #333;
	background-color: #999;
}
hr {
	display: none;
}
a img {
	border-style: none;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	left: 1px;
	top: 1px;
	font-size: 12px;
}
#wrapper {
	background-color: #FFF;
	margin: 0px auto;
	width: 838px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
#main {
	padding: 15px 30px 15px 15px;
	float: right;
	width: 603px;
	background-color: #FFF;
}
#sidebar {
	padding: 20px 5px 5px 15px;
	width: 168px;
	float: left;
	height: 600px;
	color: #333;
	background-repeat: repeat;
}
#footer {
	padding: 15px;
	clear: both;
	color: #FFF;
	background-color: #9CC;
}
#header {
	background-color: #FFF;
	background-image: url(../image/backgd01.jpg);
	background-repeat: repeat;
	border-bottom: 1px solid #333;
	font-size: 14px;
	padding-top: 10px;
}
#subtitle {
	background-color: #CCC;
}
#ymd {
	background-color: #CCC;
	text-align: right;
}

