*{
margin:0 0;
padding:0 0;
}
html{
height: 100%;
}
a:link{
text-decoration: none;
color:#763E1b;
}
img{
border: none;
}
body{
height:100%;
color:#763E1b;
text-align:center;
background-image:url(../image/bg1.gif);
}
#container{
min-height:100%;
position:relative;
background:url(../image/bg.gif) repeat-y;
width:750px;
margin: 0 auto;
text-align:left;
}

/*ヘッダー*/
#header{
background:url(../image/header2.gif) no-repeat;
width: 750px;
height:119px;
}
#header h1{/*ヘッダーの文*/
text-indent:-5000px;
}
/*ヘッダーおわり*/


/*メニュー*/
#menu{
width:380px;
margin-left:15px;
}
#menu h2{
width: 202px;
height:102px;
margin-bottom:10px;
float:left;
}
#menu li{
height:31px;
list-style:none;
margin-left: 5px;
}
/*メニューおわり*/


/*メニューの右側*/
#content-right{
float:right;
}
#logo-shita{/*ロゴの下半分のとこ*/
background:url(../image/logo_shita2.gif) no-repeat;
width:315px;
height:107px;
margin-left:15px;
text-indent:-5000px;
}
#news{
width:200px;
margin:30px 15px;
font-size:15px;
font-weight:bold;
}
/*メニューの右側のところおわり*/

#content-main{
width:720px;
margin: 50px 20px;
}

/*案内図*/
#map{
width:300px;
float:left;
margin-left:20px;
margin-bottom:20px;
}
/*案内図おわり*/

/*住所*/
#address{
width:350px;
float:right;
}
#tenmei{
width:133px;
height:36px;
background:url(../image/tenmei.gif) no-repeat;
text-indent:-5000px;
}
#address dt{
width:70px;
font-size:12px;
float:left;
}
#address dd{font-size:12px;}
/*住所おわり*/

/*フッター*/
#footer{
position:relative;
bottom:100%;
clear:both;
width:750px;
height:40px;
background:url(../image/footerbg2.gif) no-repeat;
text-align:center;
font-size:12px;
line-height:40px;
}
/*フッター*/


/*フロート対策*/
dl:after{
	content: "";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}
dl{
    display:inline-block;  /* MAC IE用　*/
    min-height:1%;  /* IE 7用 */
}

/*--MAC IEは非適用→ \*/
* html dl{height: 1%;}
dl{display: block;}
/*--ここまでMAC IEは非適用 */

/*フロート対策*/
ul:after{
	content: "";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}
ul{
    display:inline-block;  /* MAC IE用　*/
    min-height:1%;  /* IE 7用 */
}

/*--MAC IEは非適用→ \*/
* html ul{height: 1%;}
ul{display: block;}
/*--ここまでMAC IEは非適用 */


