@import url("default.css");
@import url("info.css");
@import url("menu.css");
@import url("gallary.css");

/*==========真ん中にもってくる==========*/

body {
  margin: 0;
  padding: 0;
  background-image:url(../img/common/back_gold.jpg);
}

#centerMiddle_top {
	margin:50px auto;
  width:850px;  /*横幅*/
  height:760px;  /*縦幅*/
  background-image:url(../img/top.png);
  background-repeat:no-repeat;
  overflow:hidden;
  background-color:transparent;
}
/*==========真ん中にもってくる　おわり==========*/



/*==========ヘッダー==========*/

#header{
	width:850px;
	height:150px;
	background-image:url(../img/common/heder.jpg);
	background-repeat:no-repeat;
	position:relative;
}


#header h1 a{
	text-indent:-9999px;
	position:absolute;
	display:block;
	outline:none;
	width: 212px;
	height: 146px;

}

#header p{
	font-size:16px;
	color:#000000;
	font-weight:bold;
	text-align:right;
	padding-top:90px;
	padding-right:10px;
	letter-spacing:0.2em;
	line-height:120%;
	position:absolute;
	right:5px;
	bottom:5px;
	width:auto;
	height:auto;
}



/*==========ヘッダー終わり==========*/


/*==========メニュー==========*/

#menu{
	width:850px;
	height:30px;
	background-image:url(../img/common/menu.jpg);
	background-repeat:repeat-X;
}


#menu ul{
	width:850px;
	height:30px;;
	margin:0;
	padding:0;
}

#menu li {
	width:auto;
	height:23px;
    font-size:18px;
	font-weight:bold;
	color:#000000;
	text-align:right;
	float:right;
	margin:0px;
	list-style-type:none;
	text-decoration:none
	display:block;
	padding-right:14px; 
	padding-top:4px;

}
/*==========メニュー終わり==========*/

/*==========メイン==========*/

#main{
	width:850px;
	height:530px;
}

/*==========メインおわり==========*/


/*==========フッター==========*/

#footer{
	width:850px;
	height:50px;
	background-image:url(../img/common/footer.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
}



#footer p{
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-align:right;
	padding-top:20px;
	padding-right:10px;
	
	
}

/*==========フッター終わり==========*/


/*==========メユー・info共通==========*/



h2{
	width:250px;
	height:31px;
	padding-top:10px;
	margin-left:20px;
}




/*==========メユー・info共通終わり==========*/





/*リンク設定*/
a {
	text-decoration:none;
	color:#000000;
}

a:hover {
		text-decoration:none;
		color:#000000;
}
/*リンク設定ここまで*/


.clear{
	clear:both;
	margin:0;
	padding:0;
}
