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

body {
	position:relative;
	background-color:#939FB8;
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,div,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
		text-align:left;
        list-style-type: none;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size:12px;
		color:#000000;
}

#parent {
	position:relative;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:870px;
	height:auto;
}

#header {
	margin-top:0px;
	text-align:center;
	
	width:870px;
	height:150px;
	position: relative;

}

#header_img {
	z-index:1;
	width::870px;
	height:150px;
	position:absolute;
	top:0px;
	left:0px;
}

#header_img h1{
	padding:0px;
	margin:0px;
	border:0px;
	width:auto;
	height:auto;
}

#menu {
	z-index:2;
	width:855px;
	height:30px;
	position:absolute;
	bottom:0px;
	left:0px;
	text-align:center;
	padding-left:15px;
}

#menu_element {
	text-align:center;
	font-size:13px;
	vertical-align:middle;
	float:left;
	width:140px;
	height:30px;
	color:#FFFFFF;
	margin-right:0px;
	line-height:30px;
}

#menu_element a {
	color:#FFF;
	text-outline:none;
	background-image:none;
}

#menu_element a:link {
	color:#FFF;
	text-outline:none;
	background-image:none;
}

#menu_element a:visited{
	color:#FFF;
	background-image:none;
	
}

#menu_element a:hover{
	color:#FFCD94;
}


#main {
	position:relative;
	width:870px;
	height:auto;
	background-color:#FFF;
	line-height:17px;
	z-index: 1;
}

#main_content {
	padding:20px;
	text-align:left;
}

h1 {
	font-size:14px;
	width:800px;
	height:30px;
	border:1px solid #000;
	padding-left: 30px;
	line-height:30px;
}
h2 {
	font-size:15px;
	width:800px;
	height:40px;
	padding-left:30px;
	line-height:40px;
	background-image:url(leaf.png);
	background-repeat:no-repeat;
}
	
p {
	line-height: 20px;
	padding-top: 10px;
	padding-bottom:10px;
	padding-left:25px;
	font-size: 12px;
}

a {
	color:#1782D1;
	text-outline:none;
}
a:link{
	color:#1782D1;
	text-outline:none;
}

a:visited{
	color:#1782D1;
	
}

a:hover{
	color:#5FB6F9;
}

#text_date{
	padding:10px;
	float:left;
	width:100px;
	height:100%;
}
#text_contents{
	float:none;
	padding:10px;
	
}

#text_container {
	padding:10px;
}

#footer {
	width:870;
	height:10px;
	background-image:url(footer.png);
}

table {
	margin-left:25px;
	margin-top:10px;
	margin-bottom:10px;
	width:775px;
	height:auto;
	border: 1px #989898 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
#table_date {
	height:auto;
	width:200px;
	padding:10px;
	vertical-align:middle;
	border: 1px #989898 solid;
    border-width: 0 0 1px 1px;
	text-align:center;
}
#table_content {
	height:auto;
	width:auto;
	padding:10px;
	border: 1px #989898 solid;
    border-width: 0 0 1px 1px;
	vertical-align:middle;
}
	
table tr.even td {
	background-color:#F3F3F3;
}

#tab{
	margin-left:10px;
}
#tab li{
	float:left;
	margin-right:5px;
	width:50px;
	padding:5px;
	text-align:center;
	background-color:#DDDDDD;
	cursor:pointer;
}
#tab2{
	margin-left:10px;
}
#tab2 li{
	float:left;
	margin-right:5px;
	width:50px;
	padding:5px;
	text-align:center;
	background-color:#DDDDDD;
	cursor:pointer;
}
.wrap{
	padding:5px;
	
}
#tab li.selected{
	background-color:#f3f3f3;
}
#tab2 li.selected{
	background-color:#f3f3f3;
}

	
#wrap_parent{
	clear:left;
	width:830px;
	height:510px;
	background-color:#f3f3f3;
}
	
	
