@charset "Shift_JIS";


* { margin: 0;
    padding: 0;
}

body {
	overflow:scroll;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
	color: #666;
}

html {height:100%;
}
 
#container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	text-align: left;
	width: 1000px;
	background-color: #fff;
}

#title {
    margin: 7px 0 0 0;
    width: 107px;
    height: 73px;
	position: absolute;
}


#menu {
    margin: 0 0 5px 120px;
    position: relative;
    display: block;       
}

#menu li {
	padding-top: 45px;
	padding-left: 30px;
	float:left;
	text-indent: -9999em;
	overflow:hidden;
}

#m_home {
    display: block;
    width: 37px;
    height: 15px;
    background: url(image/home1.gif) no-repeat;
    background-position: 0px 0px;    
}
#m_home:hover {
    background-position: 0px -15px;
}


#m_bb {
    display: block;
    width: 29px;
    height: 15px;
    background: url(image/bb.gif) no-repeat;
    background-position: 0px 0px;
}


#m_room {
    display: block;
    width: 41px;
    height: 15px;
    background: url(image/room1.gif) no-repeat;
    background-position: 0px 0px;
}


#m_room:hover {
    background-position: 0px -15px;
}


#m_farm {
    display: block;
    width: 55px;
    height: 15px;
    background: url(image/farm1.gif) no-repeat;
    background-position: 0px 0px;
}

#m_farm:hover {
    background-position: 0px -15px;
}

#m_art {
    display: block;
    width: 33px;
    height: 15px;
    background: url(image/art1.gif) no-repeat;
    background-position: 0px 0px;
}
#m_art:hover {
    background-position: 0px -15px;
}

#m_gallery {
    display: block;
    width: 59px;
    height: 15px;
    background: url(image/gallery1.gif) no-repeat;
    background-position: 0px 0px;
}
#m_gallery:hover {
    background-position: 0px -15px;
}


#m_address {
    display: block;
    width: 45px;
    height: 15px;
    background: url(image/address1.gif) no-repeat;
    background-position: 0px 0px;
}
#m_address:hover {
    background-position: 0px -15px;
}

#m_service {
    display: block;
    width: 79px;
    height: 15px;
    background: url(image/service1.gif) no-repeat;
    background-position: 0px 0px;
}
#m_service:hover {
    background-position: 0px -15px;
}


#m_blog {
    display: block;
    width: 39px;
    height: 15px;
    background: url(image/blog1.gif) no-repeat;
    background-position: 0px 0px;
}

#m_blog:hover {
    background-position: 0px -15px;
}

#m_contact {
    display: block;
    width: 79px;
    height: 15px;
    background: url(image/contact1.gif) no-repeat;
    background-position: 0px 0px;
}
#m_contact:hover {
    background-position: 0px -15px;
}


#contents {
    margin: 5px 0 10px 0 ;
	padding: 0; 
    font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
    text-align: left;
	display: block;
	float: left;
    }

#bbimage {
    text-align: left;
    width: 960px;
    height: 480px;
    text-indent: -9999em;
    background: url(image/b&b.jpg) no-repeat
    }

#t_bb {
	margin: 21px 0px 0px 0px;  
	display: block;
    width: 49px;
    height: 17px;
    text-indent: -9999em;
    background: url(image/t_bb.gif) no-repeat
}
    
#contents p {
	margin: 19px 0px 0px 0px;  
	font-size: 12px; 
    color: #666666; 
	line-height: 1.5em;
	
}
#language {
	float: left;
	display:block;
	margin: 10px 0 0 740px;
	padding: 0;
	position: relative;
}
	
#language li {
    padding-left: 22px;
    float:left;    
    text-indent: -9999em;
    overflow:hidden;
}


#j_l {
    display: block;
    width: 46px;
    height: 12px;
    background: url(image/j_1.gif) no-repeat;
    }

#e_l {
    display: block;
    width: 51px;
    height: 12px;
    background: url(image/e_2.gif) no-repeat;
    }

#i_l {
    display: block;
    width: 51px;
    height: 12px;
    background: url(image/i_2.gif) no-repeat;
    }


#futter {
	clear: left;
	display:block;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: left;
}

