body {
	background-image: url(../img/bg.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	color:#474747;
}

h1{
	font-size:10px;
	font-weight:normal;
	color:#666666;
	padding:10px 0 100px 55px;
	margin:0;
	}
	
ul{
	margin:0;
	padding:0;
	}

li{
	margin:0;
	padding:0;
	}

a img{
	border-style:none;
	}
	
a {
 	color:#474747;
	text-decoration:none;
	}

a:hover {
 	color:#999;
	text-decoration:none;
	}

#Bg{
	background-image:url(../img/top_img.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}
	
#Container{
	width:814px;
	margin:0px auto 20px auto;
	align:center;
	background-image:url(../img/bg_cont.gif);
	}

#topImage{
	width:814px;
	margin:0px auto;
	text-align:right;
	}
	
#TopCopy{
	margin:45px 80px 0 0 ;
	width:400px;
	text-align:left;
	float:right;
	display:inline;
	}

#Button{
	clear:both;
	padding:75px 25px 0 0;
	}

#Button img{
	float:right;
	}

/*--------------------------------------------
　メニュー
--------------------------------------------*/

#Menu{
	width:760px;
	margin: 0px auto;
	padding:3px 0 1px 0;
	clear:both;
	background-image:url(../img/line_dotted.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	}


#Menu li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	}
	
	
/*--------------------------------------------
　インフォメーション
--------------------------------------------*/

#Info{
	float:left;
	width:216px;
	height:315px;
	border:10px solid #f1f0ed;
	margin:20px 10px 20px 30px;	
	display:inline;
}

iframe{
	border:1px solid #fff;
	}


/*--------------------------------------------
　トピックス
--------------------------------------------*/

#Topics{
	float:right;
	width:500px;
	margin:20px 30px 0 0;
	font-size:12px;
	line-height:150%;
	display:inline;
}

#Topics div{
	float:left;
	height:95px;
	display:inline;
	}

#Topics .left{
	width:243px;
	padding:10px 5px 0 0px;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	}

#Topics .right{
	width:243px;
	padding:10px 0 0 8px;
	border-bottom:1px solid #dedede;
	}
#Topics .pic{
	display:block;
	float:left;
	margin:0;
	}
	
#Topics .tit{
	margin-bottom:3px;
	}

#Topics span{
	display:block;
	margin-top:5px;
	}

	
/*--------------------------------------------
　フッター
--------------------------------------------*/

#Footer{
	clear:both;
	background-color:#f0ece6;
	margin:0;
	text-align:center;
	padding:0;
	}
	
#Footer p{
	font-size:10px;
	width:760px;
	margin:0 auto;
	padding:10px 0;
	}

	
	
/*--------------------------------------------
　clearハック
--------------------------------------------*/

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */