@charset "utf-8";
/*
 Share Style [
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
body {
	background:#FFF url(../img/BG.jpg) left top;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color:#333333;
	font-size:80%;
	background-attachment:fixed;
}

a {overflow:hidden;}

html {
	overflow-y:scroll;
}
h1,h2,h3,h4,h5,h6 {
}
p,li,dt,dl {
	line-height:1.6;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
address {
	font-style:normal;
}
.clear {
	clear:both;
}

/*
 Link Color [
----------------------------------------------------------- */
a:link {
	color:#078D00;
	text-decoration:none;
}
a:visited {
	color:#189B12;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#666;
}

/*
 container [
----------------------------------------------------------- */
#Container {
margin-left:auto;
margin-right:auto;
width:800px;
}
/*
 Header [
----------------------------------------------------------- */
#Header {
width:800px;
height:200px;
}

#Header h1{
text-indent:-9999px;
width:800px;
height:200px;
background:url(../img/Header.gif);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
}

/*
 Main [
----------------------------------------------------------- */
#Main {
}

#Main table{
border:solid 1px #333333;
width:780px;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
}

#Main td{
padding:5px;
font-size:14px;
}

#Main td.Date{
border-right:solid 1px #666666;
font-weight:bold;
font-size:21px;
width:160px;
background:#333333;
text-align:center;
color:#FFFFFF;
}

#Main td.Kaijo{
border-bottom:solid 1px #666666;
font-size:18px;
}

#Main td.Shosai{
border-left:solid 1px #666666;
text-align:center;
width:50px;
font-weight:bold;
}


#AndMore{
width:800px;
height:50px;
text-align:center;
font-size:30px;
font-weight:bold;
}


/*
 Side [
----------------------------------------------------------- */
#Side {
}
/*
 Footer [
----------------------------------------------------------- */
#Footer {
width:800px;
height:40px;
text-align:center;
margin-left:auto;
margin-right:auto;
}
