/*-----------------------------------------------
 __default
-----------------------------------------------*/

body {
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	height:100%;
	background:url(img/bg.jpg);
	background-repeat:repeat-y;
	background-color:#eee;

	}

html {
	overflow-y:scroll;
	height:100%;
}

h1 {
   margin: 0px;
   padding-bottom: 15px;
   font-weght: bold;
  }
  
p {
	margin: 10px;
	text-align: left;
}

/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color:#000099;
	line-height:130%;	
}

a:link {
	color:#000099;
	line-height:130%;	
}

a:visited {
	color:#000099;
	line-height:130%;	
}

a:hover {
	color:#990000;
	line-height:130%;	
}

a:active {
	color:#990000;
	line-height:130%;	
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#contents {
	width:787px;
	margin:0px;
	background-color:#fff;
	height: auto;
	text-align:center;
	font-size:80%;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	width:787px;
	padding:0px;
	margin: 0;
	background-color:#ffffff;
	border-right: solid 1px #bdbdbd;
}

#header img {
   padding: 0px;
   vertical-align: bottom;   
}


/* __main
------------------------------------------*/

#main {
	width:787px;
	background:#ffffff;
	color:#333333;
	text-align:center;
	height: auto;
	line-height:130%;
	margin: 0px auto 0px auto;
	border-right: solid 1px #bdbdbd;
}

.topimg {
	width:703px;
	height:280px;
	border:solid 1px #b7b7b7;
	margin: 0px auto 0px auto;
}

.news {
	width:702px;
	height:auto;
	border:solid 1px #b7b7b7;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 10px;
	text-align: left;
	margin: 15px auto 20px auto;
}

.news_text{
	margin-left:40px;
	margin-top: 5px;
	margin-right: 40px;
	padding-bottom:3px;
	border-bottom:dashed 1px #b7b7b7;
}

.info{
	background-color:#ebebeb;
	padding: 5px;
	width: 190px;
	float: left;
	clear: both;
}

.topics{
	width:500px;
	padding: 0px;
}

.topics_box{
	width:493px;
	padding: 1px;
	border: solid #cecece 1px;
	margin-bottom: 5px;
	margin-left: 10px;

}

#main table{
	line-height:130%;
	font-size:100%;	
}
	
/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	width:704px;
	color:#333333;
	background-color:#ffffff;
	line-height:130%;
	clear: both;
	text-align:right;
	margin: 0px auto 0px auto;
	padding: 15px 0px 15px 0px;
	
}

.copy {
	width:750;
	border-top:solid #cecece 1px;
	text-align:right;
	padding-top: 5px;
}
