@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	font-weight: normal;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
.hidden {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 80%;
	color: #44434E;
	background-image: url(img/body_back.jpg);
	background-repeat: repeat-x;
	background-color: #EAEAEA;
}

#wrapper {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}

	
#logo {
	display: block;
	background-image: url(img/logo_back.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 300px;
	margin-left: 10px;
}
#side_l ul li {
	background-color: #D8D8D8;
	width: 180px;
	height: 25px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	display: block;
	font-weight: bold;
	color: #666;
	padding-top: 8px;
	padding-left: 5px;
}
#side_l ul li a {
	font-weight: bold;
	color: #333;
}

#wrapper #container #side_l {
	width: 200px;
	float: left;
}
#wrapper #container #main h2 {
	font-size: 110%;
	color: #333;
	background-image: url(img/h2_back.jpg);
	background-repeat: no-repeat;
	height: 41px;
	padding-left: 25px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 10px;
}
#wrapper #header h1 {
	font-size: 11px;
	color: #7B7B7B;
}
#wrapper #header {
	height: 80px;
}

#wrapper #container #main p {
	margin-top: 10px;
	margin-right: 35px;
	margin-bottom: 10px;
	margin-left: 35px;
	line-height: 130%;
}
table#table-02 {
	width: 630px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: 10px;
	margin-top: 15px;
}

table#table-02 tr:hover td,table#table-02 tr:hover th {
    background: #F2D4CC;
}
table#table-02 td {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C3C3C3;
	border-right-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
	border-left-color: #C3C3C3;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#side_l dl dt  {
	padding-top: 5px;
}
#side_l dl dt a {
	font-weight: bold;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 5px;
	color: #0B5DB1;
}
#side_l dl dd {
	font-size: 11px;
	padding-left: 13px;
}

#table-02 .head td {
	font-weight: bold;
	color: #FFF;
	background-color: #039;
}
#table-02 .head:hover {
	background-color: #039;
}


table#table-02 th {
	background: #EEEEEE;
	color: #9B1F00;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	border-bottom-color: #C3C3C3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#table-02 tr th a {
	font-weight: bold;
	color: #0B5DB1;
	text-decoration: underline;
	text-align: left;
	display: block;
	height: 100%;
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#wrapper #container #main {
	float: left;
	width: 650px;
}
#logo a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
}
#navi {
	clear: both;
}
#navi li {
	display: block;
	float: left;
}
#navi li a {
	display: block;
	height: 100%;
	width: 100%;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#wrapper #container #main h3 {
	font-weight: bold;
}
#wrapper #container #main h4 {
	text-decoration: underline;
	margin-top: 10px;
	margin-left: 10px;
}
#footer {
	clear: both;
}

