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

*
{
	margin:0;
	padding:0;
	text-align: left;
}

a:link    {color:#660000;}
a:visited {color:#660000;}
a:active  {color:#660000;}
a:hover   {color:#000;}

body {
	font-size: 100%;
	line-height: 130%;
	color: #222200;
	margin: 0px;
	padding: 0px;
	font-family:"メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	background-image:url(../img/top/bg_body.gif);
	background-repeat:repeat;
	background-color: #2b1603;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	color: #222200;
	font-size: 1.6ex;
}

img {
    border: 0px;
}

a:link    {color:#660000;}
a:visited {color:#660000;}
a:active  {color:#660000;}
a:hover   {
	color:#000;
}

.clear {clear: both;}

.nvi {
	margin-left:0px;
	margin-right: 0px;
}

.abc {
    line-height:0px;
} 

/*文字装飾 
---------------------------------------------------- */
h1 {
    font-size:10px;
	color:#FFFFCC;
	font-weight:normal;
	text-align:center;
}

h2 {
	font-size:12px;
	color:#999999;
	font-weight:normal;
	line-height: 100%;
}


.style1 {color: #FF3300}
.style2 {
	color: #009933;
	font-size:1.5ex;
	font-weight: normal;
}
.style3 {
	color: #FF3300;
	font-size:1.8ex;
	font-weight: normal;
}         

.style4 {
	color: #333333;
	font-size:1.6ex;
	font-weight: normal;
}

/* レイアウト設定
---------------------------------------------------- */
#shadow {
	background-repeat: repeat-y;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/common/shadow.gif);
}

#wraper {
	height: auto;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(../images/common/wraper_end.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#header {
	height: 88px;
	width: 850px;
	background-image: url(../img/top/header.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

#h1text {
    background-color:#330000;
	width:840px;
}

#rogo {
	width: 200px;
	float: left;
	margin-left: 15px;
	height: 60px;
	margin-top: 20px;
}
#rogo a {
	display:block;
	height: 60px;
	width: 200px;
	text-indent: -9999px;
}
#rogo a:hover {
	background-position:right;
}

#contents {
    background-image:url(../img/common/contents_bg.gif);
	background-repeat:repeat;
	width:840px;
}

#contents2 {
    background-image:url(../img/common/contents_bg2.gif);
	background-repeat:repeat;
	width:840px;
}


#main_img {
	width:840px;
	margin-left: auto;
	margin-right: auto;
}

#main_end {
	width:828px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
}

#main_contents {
	background-image: url(../images/common/main_contents_bg.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 850px;
	padding: 0;
}

#left {
	width:620px;
	float:left;
	height: auto;
	background-color: #663300;
	clear: both;
	overflow: hidden;
}

#left_yoyaku {
	width:840px;
	float:left;
	height: auto;
	clear: both;
	overflow: hidden;
}


#left_p {
	width:840px;
	float:left;
	height: auto;
	background-color: #663300;
}

#center {
	width:361px;
	float:left;
	margin-top: 10px;
	border-right: dotted #000000 1px;
	padding-bottom: 20px;
	height: 465px;
}

#right {
	width:220px;
	height: auto;
	float: right;
	padding: 0;
	background-color: #bb9456;
}

#footernavi {
	width:600px;
	height:auto;
	margin-left:10px;
	clear: both;
	padding-top: 10px;
	border-top: dotted #FFFFCC 1px ;
}

#footernavi p {
	color:#FFFFCC;
	font-size:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 10px;
}

#footernavi a {color:#FFFCCC;}


#copy {
	text-align:center;
	width:620px;
	margin:10px 0 0 0;
	color:#FFFFFF;
	font-size:10px;
}

/* ヘッダー
---------------------------------------------------- */

#headernavi {
	margin-top: 61px;
	font-size: 15px;
	float: right;
	margin-right: 10px;
	width: 408px;
	height: auto;
}

.headernavip {
	font-size:0.9em;
	color:#660000;
	text-align: center;
}

.headernavip a {
    color:#660000;
}
.headernavip a:hover {
	color:#000;
}


/* グローバルナビ設定
---------------------------------------------------- */
#g {
	background:#FFFFFF;
	width:840px;
	clear: both;
	margin-left: auto;
	margin-right:auto;
}

#g_navi {
	width:840px;
	margin-left: auto;
	margin-right:auto;
	height: 46px;
	list-style-type: none;
	background:#FFFFFF url(../img/common/g_nav.gif) repeat-x left top;
}

#g_navi li {
    float:left;
	width:140px;
}

#g_navi li a {
    display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 46px;
	padding-top: 46px;
	color: #FFFFFF;
	background-image:url(../img/common/g_nav.gif);
}

/*オフマウス*/
#nav01 a { background-position: 0      0; }
#nav02 a { background-position: -140px 0; }
#nav03 a { background-position: -280px 0; }
#nav04 a { background-position: -420px 0; }
#nav05 a { background-position: -560px 0; }
#nav06 a { background-position: -700px 0; }

/*ステイ*/
#nav01 a.stay { background-position:  0     -47px; }
#nav02 a.stay { background-position: -140px -47px; }
#nav03 a.stay { background-position: -280px -47px; }
#nav04 a.stay { background-position: -420px -47px; }
#nav05 a.stay { background-position: -560px -47px; }
#nav06 a.stay { background-position: -700px -47px; }


/*オンマウス*/
#nav01 a:hover { background-position:  0     -47px; }
#nav02 a:hover { background-position: -140px -47px; }
#nav03 a:hover { background-position: -280px -47px; }
#nav04 a:hover { background-position: -420px -47px; }
#nav05 a:hover { background-position: -560px -47px; }
#nav06 a:hover { background-position: -700px -47px; }

#pankuzu {
	width:840px;
	margin-left: auto;
	margin-right:auto;
	list-style-type: none;
	background-color: #663300;
	padding-top:2px;
	font-size: 12px;
	background-image: url(../img/common/pankuzu_bg.gif);
	height: 25px;
}

#pankuzu2 {
	width:840px;
	margin-left: auto;
	margin-right:auto;
	list-style-type: none;
	background-color: #663300;
	padding-top:2px;
	font-size: 12px;
	background-image: url(../img/common/pankuzu_bg2.gif);
	height: 25px;
}


#pankuzu li {
    float:left;
	margin-left:10px;
	padding-bottom: 2px;
	color:#FFFFFF;
}

#pankuzu li a {
	color:#FFFFCC;
}

#pankuzu2 li {
    float:left;
	margin-left:10px;
	padding-bottom: 2px;
	color:#FFFFFF;
}

#pankuzu2 li a {
	color:#FFFFCC;
}

#modoru {
	width:605px;
	text-align:right;
	margin:10px 0 10px 0;
	font-size:12px;
}

#modoru a {	
	color:#FFFFCC;
}


/* サイドナビ設定
---------------------------------------------------- */

#s_navi {
	width: 200px;/* ir{bNX */
	height:615px;
	overflow:hidden;
	background-image: url(../img/common/side_nav.jpg) repeat-x left top;
	background-repeat: repeat-y;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
	text-indent: -9999px;
}

#s_navi ul {
	width:200px;
	height: 75px;
	list-style-type: none;
}
#s_navi li {
	width:200px;
	height:75px;
}
#s_navi li a {
	display: block;
	width: 200px;
	height: 75px!important;
	height /**/: 75px;
	padding-left:200px;
	color: #FFFFFF;
	background-image: url(../img/common/side_nav.jpg);
}

/*オフマウス*/
#s_navi01 a { background-position: 0      0; }
#s_navi02 a { background-position: 0 -75px; }
#s_navi03 a { background-position: 0 -150px; }
#s_navi04 a { background-position: 0 -225px; }
#s_navi05 a { background-position: 0 -300px; }
#s_navi06 a { background-position: 0 -375px; }
#s_navi07 a { background-position: 0 -450px; }
#s_navi08 a { background-position: 0 -525px; }

/*ステイ*/
#s_navi01 a.stay { background-position:  0     -39px; }
#s_navi02 a.stay { background-position: -95px -39px; }
#s_navi03 a.stay { background-position: -190px -39px; }
#s_navi04 a.stay { background-position: -285px -39px; }
#s_navi05 a.stay { background-position: -380px -39px; }
#s_navi06 a.stay { background-position: -475px -39px; }
#s_navi07 a.stay { background-position: -570px -39px; }
#s_navi08 a.stay { background-position: -665px -39px; }

/*オンマウス*/
#s_navi01 a:hover { background-position: -200px  0px; }
#s_navi02 a:hover { background-position: -200px -75px; }
#s_navi03 a:hover { background-position: -200px -150px; }
#s_navi04 a:hover { background-position: -200px -225px; }
#s_navi05 a:hover { background-position: -200px -300px; }
#s_navi06 a:hover { background-position: -200px -375px; }
#s_navi07 a:hover { background-position: -200px -450px; }
#s_navi08 a:hover { background-position: -200px -525px; }


/* BNナビ設定
---------------------------------------------------- */

#bn_navi {
	width: 587px;/* ir{bNX */
	height:565px;
	overflow:hidden;
	background-image: url(../img/top/bn_bg.jpg) repeat-x left top;
	background-repeat: repeat-y;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#bn_navi ul {
	width:587px;
	height: 113px;
	list-style-type: none;
}
#bn_navi li {
	width:587px;
	height:113px;
}
#bn_navi li a {
	display: block;
	width: 587px;
	height: 113px!important;
	height /**/: 113px;
	padding-left:587px;
	color: #FFFFFF;
	background-image: url(../img/top/bn_bg.jpg);
}

/*オフマウス*/
#bn_navi01 a { background-position: 0      0; }
#bn_navi02 a { background-position: 0 -113px; }
#bn_navi03 a { background-position: 0 -226px; }
#bn_navi04 a { background-position: 0 -339px; }
#bn_navi05 a { background-position: 0 -452px; }

/*ステイ*/
#bn_navi01 a.stay { background-position:  0     -39px; }
#bn_navi02 a.stay { background-position: -95px -39px; }
#bn_navi03 a.stay { background-position: -190px -39px; }
#bn_navi04 a.stay { background-position: -285px -39px; }

/*オンマウス*/
#bn_navi01 a:hover { background-position: -587px  0px; }
#bn_navi02 a:hover { background-position: -587px -113px; }
#bn_navi03 a:hover { background-position: -587px -226px; }
#bn_navi04 a:hover { background-position: -587px -339px; }
#bn_navi05 a:hover { background-position: -587px -452px; }

#bn1 {
    margin-left:auto;
	margin-right:auto;
}

/*TOPキャンペーン部
---------------------------------------------------- */


.l_contents {
	background-image:url(../img/common/l_bg.gif);
	background-repeat:repeat;
	margin-bottom: 8px;
	margin-top: 0px;
}

.l_top {
	background-image:url(../img/common/l_top.gif);
	background-repeat:no-repeat;
	height:11px;
	width: 620px;
	font-size: 1px;
	line-height: 0px;
}

.l_contents p {
	margin-left:16px;
	margin-right: 16px;
	margin-bottom: 8px;
	line-height: 130%;
}

.news {
	overflow:auto;
	height: 180px;
	width: 588px;
	margin-left: 15px;
	margin-top: 10px;
	background-color: #efebd5;
	padding: 10px 0 10px 0;
}

.cp {
	float:left;
	width:188px;
	padding-left: 18px;
}
	
.cp2 {
	float:left;
	width:188px;
	margin-left: 9px;
}

.cp_p {
	margin-left:0px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	font-size:1.6ex;
	text-align: left;
	color: #222200;
	line-height:140%;
	width: 180px;
}

.cp_pl {
	margin-left:0px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size:10px;
	text-align: left;
	color: #222200;
	line-height:140%;
}




	
