@charset "utf-8";

/*---------- ページ全体 ----------*/
body {
	font-family: "メイリオ", sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(img/back_dark.png)
	}

a	{color: #017acd}

/* コンテナ */
div#container {
	background-image: url(img/line_gray.png);
	background-repeat: repeat-y;
	background-color: #ffffff;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	width: 790px;
	margin-left: auto;
	margin-right: auto
	}

/* ヘッダー */
div#header {
	background-color: #dddddd;
	background-image: url(img/header.jpg);
	background-position: 0 -5px;
	border-bottom: solid 1px #666666;
	padding: 5px 15px 55px
	}

div#header p	{margin: 0;}

/* コンテンツ */
div#content {
	width: 540px;
	float: right;
	margin-top: 10px;
	margin-left: auto;
	margin-right: 30px;
	margin-bottom: 10px;
	display: inline
	}

div#content h2 {
	background-color: #014471;
	background-image: url(img/bar_blue.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 23px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0
	}

div#content h3 {
	background-color: #e0e0e0;
	background-image: url(img/h3_bar.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #666666;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 10px;
	margin-bottom: 0
	}

div#content p {
	text-indent: 1em;
	font-size: 0.75em;
	line-height: 1.8;
	margin-top: 10px
	}

div#content img.home  {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1em;
	}

div#content table.tbl_list {
	font-size: 0.8em;
	width: 520px;
	border-collapse: collapse;
}
div#content table.tbl_list th.t_top {border-top: #b3b3b3 4px solid;}

div#content table.tbl_list th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 6px;
	font-weight: normal;
	}

div#content table.tbl_list td.t_top {border-top: #be1309 4px solid;}

div#content table.tbl_list td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 6px;
	}

/* サイドバー */
div#sidebar {
	width: 190px;
	float: left;
	margin-bottom: 25px
	}

ul.sidemenu {
	border-top: solid 2px #666666;
	font-size: 0.75em;
	margin-top: 30px;
	margin-left: 12px;
	margin-right: 12px;
	padding-left: 0;
	line-height: 0
	}

ul.sidemenu li {list-style-type: none}

ul.sidemenu li a {
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #333333;
	background-color: transparent;
	border-bottom: solid 2px #666666;
	padding-left: 10px
	}

ul.sidemenu li a:hover {
	background-color: #999999;
	color: #ffffff
	}

/* フッター */
div#footer {
	background-image: none;
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-top: solid 1px #666666;
	width: 100%;
	margin-top: 0;
	padding-top: 4px;
	clear: both
	}

address {
	font-size: 0.75em;
	font-style: normal;
	color: #666666;
	text-align: center;
	padding: 8px
	}
