*{
	margin:0;
	padding:0;
}
body{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  line-height: 130%;
  letter-spacing:0.1em;
	text-align:center;
	background:url(./imgs/bg.png);
	font:10pt;
}
h1{
	margin-left:20px;
}
h2{
	margin:10px 0 ;
}
h3{
	margin:10px 0 10px 0 ;
}
h4{
	margin:5px;
}
table{
	margin:0;
	padding:0;
}

/* リンク指定
---------------- */
a:link {
    color: #ff7d04;
    text-decoration: underline;
}
a:visited {
    color: #097c25;
}
a:hover {
    color: #320000;
}
img {
		border:none;
}

.center{
	text-align:center;
	margin:20px 0;
}

#main{
  width:900px;
	margin:0px auto;
	background-color:#FFFFFF;
	padding-bottom:30px;
    overflow: hidden;
}

#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


#header_index{
	width:900px;
	margin:0px auto;
	text-align:left;
}
#header_index img{
	display : block;       /*ブロック要素へ変更する*/
	width:800px;
	height:300px;
	margin:20px auto;
}

#footer{
	clear:both;
  width:900px;
	margin:0px auto;
	background-color:#FFFFFF;
	padding-bottom:20px;
}
#footer p{
	width:900px;
	background-color:#ff781f;
	color:#FFF;
	font:10pt;
}

#side{
	clear:both;
	width:200px;;
	float:left;
  padding-left: 10px;
	text-align:left;
}
#side img{
	border:none;
}
#side ul{
	list-style:none;
	margin:5px;
	border:none;
}
#side .banner ul{
	padding-top:40px;
}

#contents{
  width: 680px;
	float:right;
	margin-right:10px;
	text-align:left;
}
#contents p{
  width: 95%;
	margin:5px 0 10px 20px;
	text-align:left;
}

#contents table{
	width:95%;
	margin:0 0 20px 18px;
	border:0;
	border:1px dotted #CCC;
	font:10pt;
}
#contents th{
	width:110px;
	font:13px;
	font-weight:normal;
	border:0;
	line-height:20pt;
	background-color:#FFEBCD;
}
#contents td{
	line-height:15pt;
	border:0;
	border-left:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	padding-left:10px;
}
#contents span{
	margin-left:20px;
}

span .right{
	text-align:right;
}
#contents img{
	display : block;       /*ブロック要素へ変更する*/
	margin:0;
}
#contents li{
	float:left;
	display : inline;
	margin:5px;
	padding:0;
	list-style:none;
}

