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

<!--
body,td,th {
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#E9EDED;
	background-repeat: no-repeat;
}
-->

a{
	text-decoration:none;
	}

a:hover{
	text-decoration:underline;
	}

.clear{
	clear:both;
	}

/*SEO対策*/
.keyword{
text-indent: -1000em;
text-decoration:none;
	}

h1{
	text-indent: -1000em;
	background-image:url(../img/hedder.jpg);
	height:150px;
	margin:0px;
	padding:0px;
/*	font-size:20px;
	color:#003366;
	font-weight:bold;*/
	}

h2{
	font-size:13px;
	font-weight:bold;
	text-align:left
/*	
	height:0px;
	text-indent: -1000em;
	color:#CC0000;
	background-image: url(../images/h2_bg.gif);
	width:660px;
	height:28px;
	float:left;
	background-repeat: no-repeat;
	margin:15px;*/
	}

h3{
	font-size:22px;
	color:#003366;
	font-weight:bold;
	text-align:left
/*	
	height:0px;
	text-indent: -1000em;
	color:#CC0000;
	background-image: url(../images/h2_bg.gif);
	width:660px;
	height:28px;
	float:left;
	background-repeat: no-repeat;
	margin:15px;*/
	}
	
.main_left
	{
	width:160px;
	background-color:#FFFFFF;
	padding-left:10px;
	}

.main
	{
	width:560px;
	padding:0px 30px 0px 30px;
	background-color:#FFFFFF;
	}
	
.main_right
	{
	width:160px;
	background-color:#FFFFFF;
	padding-right:10px;
	}

.scr {
  overflow-y: auto;
  height: 300px;
/*  width: 100px;*/
	}
 
-->