@charset "UTF-8";
/* CSS Document */


/*　ベース　**************************************************** */

html{
overflow-x : hidden;
overflow-y : auto;
}

body {
    font-family: ' ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 13px;
    text-align: center;
	height:700px;
}
#hdWrapper,#bcNavi ol,#content,#ftWrapper,#copyright {
	text-align: left;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

a:link{
	color: #0000ee;
	background: transparent;
	text-decoration: none;
}

a:visited{
	color: #0000ee;
	background: transparent;
	text-decoration: none;
}

ul.topNavi li a:link{
	color: #32210b;
	background: transparent;
	text-decoration:underline;
}

ul.topNavi li a:visited{
	color: #32210b;
	background: transparent;
	text-decoration:underline;
}

ul.topNavi li a:hover,ul.topNavi li a:active{
	color: #ff0000;
	background: transparent;
	text-decoration:underline;
}

a:hover, a:active{
	color: #ff0000;
	background: transparent;
	text-decoration: underline;
}

.txt_s{
	font-size:10px;
}

.cursor{
	cursor:zoom-in;
}

/*　パンくず　**************************************************** */

#bcNavi{
	background-image: url("../images/pankuzu_bg.jpg");
	background-repeat: repeat-x;
	clear: both;
	height: 23px;
	padding-top: 7px;
	width: auto;
	padding-left: 5px;
}
#bcNavi li{
	float: left;
	font-size: 0.9em;
	padding-left: 5px;
}
#bcNavi li a{
	padding-right: 12px;
	text-decoration: none;
	background-image: url("../images/bc_arrow_img.png");
	background-repeat: no-repeat;
	background-position: right center;
}

/*　トップページ　**************************************************** */
#topBgpaper{
	height: 114px;
	width: 984px;
	background-image: url(../images/top_bg03.jpg);
	background-repeat: no-repeat;
/*	background:#fdf6e3;
*/
	background-position: 10px 0px;	
	position:absolute;
	padding-top: 12px;
	margin-top: 15px;
	padding-left: 40px;
}

#topContwrap{
	width: 950px;
	height: 164px;
	clear: both;
	padding-bottom: 10px;
}
.topMenu{
	width: 160px;
	float: left;
	padding-right: 10px;
}
.topTit{
	margin-bottom: 2px;
	height: 40px;
	width: 160px;
}
ul.topNavi {
	padding-left: 10px;
}
ul.topNavi li{
	background-image: url(../images/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 10px;
	padding-bottom: 2px;
	*padding-bottom: 0px;
	*background-position: left 8px;
}
#topNewswrap{
	height: 140px;
	width: 320px;
	padding-right: 5px;
	padding-left: 5px;
	backgro+und-color: #FFFFFF;
	float: left;
	background-color: #FFFFFF;
}
#topNews{
}
#topNewstit{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c2b58e;
	padding-left: 5px;
	height: 20px;
	margin-top: 5px;
	width: 310px;
	padding-right: 5px;
}
.newstit{
	color: #4F3C21;
	float: left;
	width: 75px;
	font-size: 1.1em;
	font-weight: bold;
}
.newsbtn{
	float: right;
	font-size: 0.9em;
}


.topNews  ul{
	height: 113px;
	overflow: scroll;
}
.topNews ul li{
	background-image: url(../images/arrow_red.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c2b58e;
	padding-bottom: 3px;
	margin-top: 7px;
	line-height: 1.2em;
}
#topBnwrap{
	float: left;
	margin-left: 10px;
	width: 160px;
}
#topBnwrap ul{
	position: relative;
}
#topBnwrap ul li{
	position: relative;
	height: 42px;
	width: 160px;
}

.topRental{
	position: absolute;
	height: 16px;
	width: 56px;
	left: 3px;
	top: 23px;
}

.topEvent{
	position: absolute;
	height: 16px;
	width: 56px;
	left: 61px;
	top: 23px;
}




/* ヘッダー **************************************************** */
#header{
	background-image: url(../images/hd_bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 140px;
}
#hdLogo h1{
    float: left;
    text-align: right;
    width: 442px;
}

/* ヘッダー - サイトマップ等 **************************************************** */

#hdNavi{
	float: right;
	text-align: right;
	width: 508px;
	font-size:0.9em;
	background-image: url(../images/hd_teba_img.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 40px;
}
#hdNavi ul{
	float: right;
}
#hdNavi li{
	float: left;
}
.hdSitecom{
	width: 140px;
	padding-top: 19px;
	padding-right: 5px;
	color: #444444;
}
.hdInquiry{
	width: 80px;
	padding-top: 15px;
}
.hdSearch{
	width: 190px;
	margin-top: 16px;
}
#hdComm{
	height: 47px;
	width: 508px;
	float: right;
	background-image: url(../images/hd_teba_img.jpg);
	background-position: left -40px;
	background-repeat: no-repeat;
}

*html #hdComm	/* IE6 */
{
	height: 49px;
	width: 508px;
}
*:first-child+html #hdComm	/* IE7 */
{
	height: 49px;
	width: 508px;
}


#hdComm p{
	background-image: url(../images/hd_comm_img.jpg);
	background-position: right 0px;
	text-indent:-9999px;
	background-repeat: no-repeat;
	height: 43px;
	margin-top: 5px;
}

/* ナビゲーション **************************************************** */

#navi{
	float: left;
	width: 948px;
}

#nvMenu
{
	width: 100%;
	list-style: none;
	height: 48px;
	background-image: url(../images/hd_navi_btn.jpg);
	display: block;
}
*html #nvMenu{
	height: 35px;
}
 
#nvMenu li
{
	float: left;
	width: 158px;
	height:38px;
	position: relative;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	z-index:5;
}
a.none{
	width: 97px;
	height:43px;
	*height:43px;
}
a.none p{
	text-indent: -9999px;
}

#nvMenu li.nvShop:hover, #nvMenu li.nvShop_stay{
	background-image: url(../images/hd_navi_btn_o.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	z-index:5;
}

#nvMenu li.nvYamamenu:hover, #nvMenu li.nvYamamenu_stay{
	background-image: url(../images/hd_navi_btn_o.jpg);
	background-position: -158px 0;
	background-repeat: no-repeat;
	z-index:5;
}

#nvMenu li.nvInfo:hover, #nvMenu li.nvInfo_stay {
	background-image: url(../images/hd_navi_btn_o.jpg);
	background-position: -316px 0;
	background-repeat: no-repeat;
	z-index:5;
}

#nvMenu li.nvCompany:hover, #nvMenu li.nvCompany_stay {
	background-image: url(../images/hd_navi_btn_o.jpg);
	background-position: -474px 0;
	background-repeat: no-repeat;
	z-index:5;
}

#nvMenu li.nvShopping:hover, #nvMenu li.nvShopping_stay{
	background-image: url(../images/hd_navi_btn_o.jpg);
	background-position: -632px 0;
	background-repeat: no-repeat;
	z-index:5;
}

#nvMenu li.nvHall:hover, #nvMenu li.nvHall_stay{
	background-image: url(../images/hd_navi_btn_o.jpg);
	background-position: -790px 0;
	background-repeat: no-repeat;
	z-index:5;
}



#nvMenu a
{
	float: left;
	padding: 0 25px;
	color: #222;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1em;
	font-weight: bolder;
}
 
#nvMenu li:hover > a
{
	color: #222;
}
 
*html #nvMenu li a:hover /* IE6 */
{
    color: #222;
}
 
#nvMenu li:hover > ul
{
    display: block;
}
 
#nvMenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 99999;
	background: #fff;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
    border: 1px solid #4c3818;
	width:155px;
 }
 
#nvMenu ul li
{
	float: none;
	margin: 0;
	padding: 0;
	z-index:5;
}
 
#nvMenu ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
 
#nvMenu ul a
{
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	background-image: url(../images/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 13px;
	padding-bottom: 12px;
	padding-left: 20px;
	width:110px;
    *height: 10px;
	*width:110px;
}
 
#nvMenu ul a:hover
{
color:#FF6600;
background-color:#f0f0f0;
}
 
#nvMenu ul li:first-child a
{
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
 
#nvMenu ul li:first-child a:after
{
	content: '';
	position: absolute;
	left: 30px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #fff;
	top: -8px;
}
 
#nvMenu ul li:first-child a:hover:after
{
	border-bottom-color: #fff;
}
 
#nvMenu ul li:last-child a
{
-moz-border-radius: 0px 0px 6px 6px;
border-radius: 0px 0px 6px 6px;
}
 
/* Clear floated elements */
#nvMenu:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
 
* html #nvMenu            { zoom: 1; } /* IE6 */
*:first-child+html #nvMenu { zoom: 1; } /* IE7 */





/* ヘッダー - バナー **************************************************** */

#hdBanner{
	float: left;
	width: 508px;
	height: 46px;
	background-image: url(../images/hd_teba_img.jpg);
	background-position: left -87px;
	background-repeat: no-repeat;
	position: relative;
}

#hdBanner ul{
	float: right;
	position: relative;
}
#hdBanner li{
	float: left;
	margin-top: 5px;
	width: 150px;
	position: relative;
}
.hdRental{
	position: absolute;
	height: 16px;
	width: 56px;
	left: 3px;
	top: 18px;
}
.hdEvent{
	position: absolute;
	height: 16px;
	width: 56px;
	left: 61px;
	top: 18px;
}

/*　コンテンツ　**************************************************** */

#content{
	background-image: url(../images/side_bg.jpg);
	background-repeat: repeat-y;
	background-position: left 0;
	height: auto;
	padding-bottom: 20px;
}

/*　コンテンツ - サイド　**************************************************** */

#side{
	width: 240px;
	float: left;
	padding-right: 15px;
	padding-bottom: 20px;
	*padding-right: 10px;
}
#sdTit{
	height: 55px;
	width: 240px;
	background-image: url(../images/side_tit_bg.jpg);
	font-size: 16px;
	color: #4C3818;
	text-align: center;
	padding-top: 25px;
}
#sdReserve{
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h3{
	background-image: url(../images/side_tit01.jpg);
	width: 240px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}
h3.sdSubtit p{
	background-image: url(../images/arrow_red01.png);
	background-repeat: no-repeat;
	background-position: 9px center;
	font-size: 1em;
	position: relative;
	padding-left: 20px;
	height: 30px;
	color: #4E3A1A;
	width: 220px;
	padding-top: 10px;
}
 ul.sdNavi li{
	background-image: url(../images/side_tit01.jpg);
	width: 240px;
	*height: 36px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
 ul.sdNavi li.navistay{
	background-image: url(../images/side_tit02.jpg);
	width: 240px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
	*height: 36px;
}
 ul.sdNavi li.navistay02{
	background-image: url(../images/side_tit03.jpg);
	width: 240px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 40px;
	*height: 36px;
}
 ul.sdNavi li.navistay p{
	background-image: url(../images/arrow_w01.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	font-size: 1em;
	position: relative;
	width: 240px;
	font-weight: bolder;
	height: 40px;
	*height: 36px;
}
 ul.sdNavi li.navistay02 p{
	background-image: url(../images/arrow_w01.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	font-size: 1em;
	position: relative;
	width: 240px;
	font-weight: bolder;
	height: 40px;
	*height: 36px;
}
 ul.sdNavi li p{
	background-image: url(../images/arrow_red01.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	font-size: 1em;
	position: relative;
	color: #4E3A1A;
	width: 240px;
	font-weight: bolder;
	margin: 0px;
	height: 40px;
}

ul.sdNavi li p a:hover{
	color:#0C6BCF;
}
ul.sdNavi li.navistay p a,ul.sdNavi li.navistay02 p a{
	color:#FFFFFF;
}

ul.sdNavi li p a{
	color:#4E3A1A;
	position: absolute;
	padding-left: 30px;
	height: 28px;
	padding-top: 12px;
	width: 210px;
}
ul.sdNavi p a:visited {
	color:#4E3A1A;
}
ul.sdImgnum{
	width: 238px;
	padding-right: 1px;
	padding-left: 1px;
	text-align: center;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
ul.sdImgnum li{
	margin-bottom: 10px;
}

dl.sdMenu{
	background-color: #FFFFFF;
	margin-right: 1px;
	margin-left: 1px;
}
dl.sdMenu dt{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	position: relative;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
dl.sdMenu dd{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	position: relative;
}
dl.sdMenu dd a{
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	background-image: url(../images/arrow_red02.png);
	background-repeat: no-repeat;
	background-position: 18px 10px;
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 33px;
	width:205px;
	color: #222;
}
dl.sdMenu dd:hover,dl.sdMenu dd.menuStay {
	background-color: #FFFFFF;
	color: #FF9900;
}
dl.sdMenu dd a:hover,dl.sdMenu dd.menuStay a{
	color: #FF9900;
	text-decoration: none;
}

ul.sdReservenum{
	width: 238px;
	padding-right: 1px;
	padding-left: 1px;
	text-align: center;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
ul.sdReservenum li{
	margin-bottom: 10px;
}





/*　コンテンツ - メイン　**************************************************** */

#ctWrapper{
	width: 695px;
	float: right;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
*html #ctWrapper{
	width: 685px;
}

#pagetop{
	width: 695px;
	float: right;
	padding-top: 10px;
}
#pagetop p{
	height: 11px;
	width: 133px;
	float: right;
	padding-right: 30px;
	padding-bottom: 10px;
}
.ctContents{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}


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

#footer {
	clear: both;
	margin: 0px;
/*	background-image: url(../images/footer_bg.jpg);*/
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ftWrapper{
/*	background-image: url(../images/footer_navi_bg.jpg);*/
	background-repeat: repeat;
	padding: 10px;
	width: 930px;
}


#footer a{
/*	color: #0c3158;*/
	color:#666;
	text-decoration: none;
}
#footer a:hover{
/*	color: #f00;*/
/*	color: #ff7f94;*/
	*background-color:#f5f5f5; /*IE7 */
	*background-color:#f5f5f5\9; /*IE8 */
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity:0.5;
}


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

.ft_left{
	width:390px;
	height:105px;
	float:left;
}
.ft_right{
	width:540px;
	height:105px;
	float:right;
}

.ft_right ul#ft_right1{
	float:left;
}
.ft_right ul#ft_right1 li{
	width:135px;
	height:52px;
}

.ft_right ul#ft_right2{
	float:left;
}
.ft_right ul#ft_right2 li{
	width:135px;
	height:52px;
}

.ft_right ul#ft_right3{
	float:left;
}
.ft_right ul#ft_right3 li{
	width:135px;
	height:52px;
}

.ft_right ul#ft_right4{
	float:left;
}
.ft_right ul#ft_right4 li{
	width:135px;
	height:52px;
}

/*　フッター - ナビゲーション　**************************************************** */

#ftNavi{
	clear: both;
	height: 175px;
	width: 910px;
}
ul.ftLink{
	float: left;
	width: 162px;
	padding-left: 20px;
	height: 165px;
	margin-top: 10px;
	padding-top: 5px;
}
ul.ftLinkend:last-child{
	background-image: none;
}
ul.ftLinkend{
	float: left;
	width: 162px;
	padding-left: 20px;
	height: 160px;
	background-position: right 10px;
	margin-top: 10px;
	padding-top: 5px;
}

ul.ftLink li,ul.ftLinkend li{
	font-size:1em;
	color: #4C3818;
	font-weight: bold;
	padding-bottom: 5px;
}
ul.ftLinksub{
	padding-left: 20px;
	font-size: 0.9em;
	*margin-top:-1em;
}
ul.ftLinksub li{
	color: #666666;
}

#ftTit a:link ,ul.ftLink li a:link ,ul.ftLinkend li a:link {
	color: #4C3818;
	background: transparent;
}

#ftTit a:visited ,ul.ftLink li a:visited ,ul.ftLinkend li a:visited {
	color: #4C3818;
	background: transparent;
}

#ftTit a:hover,#ftTit a:active ,ul.ftLink li a:hover, ul.ftLink li a:active ,ul.ftLinkend li a:hover, ul.ftLinkend li a:active {
	color: #ff0000;
	background: transparent;
}

ul.ftLinksub li a:link{
	color: #666;
	background: transparent;
}

ul.ftLinksub li a:visited{
	color: #666;
	background: transparent;
}

ul.ftLinksub li a:hover, a:active{
	color: #ff0000;
	background: transparent;
}



/*　フッター - コピーライト　**************************************************** */

#copyright{
	text-align: center;
	font-size: 0.9em;
	padding-top: 10px;
	padding-bottom: 20px;
}
#copyright p{
}
address{
}

/*　フォーム　**************************************************** */

table.ctForm{
	margin-left: 10px;
	width: 675px;
	margin-bottom: 15px;
}
table.ctForm tr{
}
table.ctForm th {
	width: 150px;
	padding-bottom: 10px;
	background-image: url(../images/line_01.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
table.ctForm td{
	background-image: url(../images/line_02.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}
table.ctForm th img{
	position: relative;
	left: 5px;
	float: left;
	top: 5px;
}
table.ctForm th p{
	padding-left: 10px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.ctForm td ul{
	float: left;
}
table.ctForm td ul li{
	padding-right: 10px;
}
table.ctForm  td  p  {
	clear: both;
	font-size: 0.9em;
	color: #444;
	padding-top: 3px;
}

#t_map{
	width:695px;
	height:300px;
}
#etc {
	margin: 20px auto;
	width: 900px;
	padding: 15px;
	border:1px solid #ccc;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	color: #333;
}

#ticker01_stop{
	padding:8px 0 0 0;
	overflow:hidden;
	zoom:1;
	font-weight:bold;
	font-size:16px;
	text-align:left;
}
#ticker01_stop a{
	color:#F00;
	text-decoration: underline;
}
#ticker01_stop a:hover{
	color:#F00;
	text-decoration: none;
}
