@charset "utf-8";
/*====================================
基本
====================================*/
* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #007EBB;
	text-decoration: none;
}
#contents a {
	text-decoration: underline;
	color: #2C92A0;
}
#contents a:hover {
	text-decoration: underline;
	color: #BD005F;
}
ul {
	list-style-type: none;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	color: #666666;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.clear_both {
	clear: both;
}
.caution {
	color: #FF0000;
}
.space10 {
	margin-bottom: 10px;
}
.space20 {
	margin-bottom: 20px;
}
.space30 {
	margin-bottom: 30px;
}
.center {
	text-align: center;
	text-indent: 0px;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.cation {
	color: #FF0000;
}
.padding10 {
	padding-bottom: 10px;
}
.padding20 {
	padding-bottom: 20px;
}

/*====================================
コンテナ
====================================*/
div#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/*====================================
ヘッダー
====================================*/
#container #header {
	height: 170px;
	width: 900px;
	background-image: url(../images/head_img.jpg);
	background-repeat: no-repeat;
}
#container #header #date {
	color: #FFFFFF;
	float: left;
	margin-top: 70px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 25px;
}

/*====================================
ナビ
====================================*/
#container #nav {
	float: left;
	width: 220px;
	margin-top: 30px;
}

#nav .main_nav li {
	height: 42px;
	width: 220px;
	margin-bottom: 3px;
	font-size: 13px;
	line-height: 42px;
	font-weight: bold;
	text-indent: 20px;
}
#nav .main_nav a {
	background-image: url(../images/side_nav.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	width: 220px;
}
#nav .main_nav a:hover {
	background-image: url(../images/side_nav_on.jpg);
	background-repeat: no-repeat;
}
#nav .sub_nav li {
	width: 220px;
	margin-bottom: 4px;
	line-height: 30px;
	height: 20px;
	text-indent: 20px;
}
#nav .sub_nav a {
	background-color: #DBDBDB;
	display: block;
	width: 220px;
	height: 30px;
	color: #666666;
}
#nav .sub_nav a:hover {
	background-color: #EAEAEA;
	color: #999999;
}

/*====================================
コンテンツ
====================================*/
#container #contents {
	float: right;
	width: 650px;
	margin-bottom: 30px;
	line-height: 160%;
	margin-top: 30px;
	margin-left: 30px;
}
#contents h1 {
	font-size: 14px;
	line-height: 42px;
	font-weight: bold;
	color: #666666;
	background-image: url(../images/h1_bg.jpg);
	background-repeat: no-repeat;
	text-indent: 35px;
	height: 42px;
	width: 650px;
	margin-bottom: 20px;
}
#contents h2 {
	font-size: 13px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #ADAD5C;
	text-indent: 10px;
	height: 30px;
	width: 650px;
	margin-bottom: 10px;
}
#contents h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
#contents .lead {
	margin-bottom: 20px;
}
#contents .list_table {
	line-height: 120%;
	width: 648px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#contents .list_table th {
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	color: #808040;
	background-color: #EEEEEE;
}
#contents .list_table td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#contents .entry_table {
	line-height: 140%;
	width: 648px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#contents .entry_table th {
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	color: #808040;
	background-color: #EEEEEE;
	font-weight: normal;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
#contents .entry_table td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#contents .entry_table .center {
	text-align: center;
}

/*====================================
top ファイルオープン
====================================*/
#contents .photo_block {
	width: 650px;
	margin-bottom: 30px;
}
#contents .open_file {
	float: left;
	width: 196px;
	margin-right: 20px;
	line-height: 110%;
	text-align: center;
	margin-bottom: 10px;
}


/*====================================
フッター
====================================*/
#container #footer {
	height: 30px;
	width: 900px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	background-color: #288323;
	margin-top: 40px;
}

/*====================================
ログイン画面
====================================*/
#container #login_contents {
	clear: both;
	width: 302px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
#login_contents #login_table {
	width: 300px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 10px;
}
#login_contents #login_table th {
	background-color: #EEEEEE;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#login_contents #login_table td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
