/* レイアウトコンテナ */

#page {
	background-image: url(img/menubar.jpg);
	background-repeat: repeat-y;
}

#header {
	height: 113px;
	width: 920px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	}

#menu {
	vertical-align: top;
	width: 155px;
	float: left;
}

#contents {
	width: 520px;
	vertical-align: top;
	line-height: 1.4em;
	float: left;
}

#contents_wide {
	width: 720px;
	vertical-align: top;
	line-height: 1.4em;
	float: left;
	background-image: url(img/sidebar.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 45px;
}

#sidebar {
	vertical-align: top;
	width: 200px;
	background-image: url(img/sidebar.jpg);
	background-repeat: repeat-y;
	background-position: right;
	float: left;
	padding-right: 45px;
}

#footer {
	height: 55px;
	width: 920px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	text-align: right;
	clear: both;
}

/* ページ設定 */

body {
	margin: 0;
}

body,td,th {
	font-family: "MS PGothic", Osaka;
	font-size: 0.8em;
	color: #666666;
	line-height: 1.2em;
}

a:link {
	color: #007CA6;
	text-decoration:none;
}

a:visited {
	color: #007CA6;
	text-decoration:none;
}

a:hover {
	color: #28CAFF;
	text-decoration:underline;
}

a:active {
	color: #28CAFF;
}

/* 見出し設定 */

.midasi_wide {
	height: 19px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/midasi_large.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	padding-left: 28px;
	padding-top: 4px;
	letter-spacing: 0px;
	padding-right: 12px;
	width: 680px;
}

.midashi_middle {
	height: 19px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/midasi.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	padding-left: 28px;
	padding-top: 5px;
	letter-spacing: 1px;
	padding-right: 62px;
	width: 412px;
}

.midasi_short {
	height: 19px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/midasi_small.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	padding-left: 28px;
	padding-top: 5px;
	letter-spacing: 0px;
	padding-right: 12px;
	width: 160px;
	margin-bottom: 10px;
}

/* サイドバー */

#sidebar select {
	text-decoration: none;
	font-size: 11px;
	width: 196px;
	margin-right: 2px;
	margin-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}

#sidebar img {
	padding-top: 2px;
}

#sidebar p {
	line-height: 140%;
	margin-bottom: 2px;
	letter-spacing: -1px;
	font-size: 12px;
	background-color: #DBE6E6;
	margin-top: 0px;
	width: 200px;
}

#sidebar a:link {
	color: #FFFFFF;
}
#sidebar a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#sidebar a:hover {
	color: #FFFFFF;
	text-decoration:nonee;
}
#sidebar a:active {
	color: #FFFFFF;
}


/* フッター */

#footer .accesscounter {
	margin-right: 42px;
	margin-top: 25px;
}
