@charset "utf-8";

html {
    line-height: 1.5;
    color: #fad8a7;
    font-size: 62.5%;
    font-family: verdana, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif!important;
    background: #000;
    word-break:normal;
    line-break: strict;
}

body,h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
}
h1, h2, h3, h4, h5, h6,
ol, ul, li,
dl, dt, dd,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
}

/*
a:hover img {
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}
*/

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.f10 {font-size: 1.0em!important;}
.f11 {font-size: 1.1em!important;}
.f12 {font-size: 1.2em!important;}
.f13 {font-size: 1.3em!important;}
.f14 {font-size: 1.4em!important;}
.f15 {font-size: 1.5em!important;}
.f16 {font-size: 1.6em!important;}
.f17 {
	font-size: 1.7em;
}
.f18 {font-size: 1.8em!important;}
.f19 {font-size: 1.9em!important;}
.f20 {font-size: 2.0em!important;}
.f21 {font-size: 2.1em!important;}
.f22 {font-size: 2.2em!important;}
.f23 {font-size: 2.3em!important;}
.f24 {font-size: 2.4em!important;}
.f25 {font-size: 2.5em!important;}
.f30 {font-size: 3.0em!important;}

.ls  {letter-spacing: -0.1em;}

.mt5  {margin-top:  5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}

.mb5  {margin-bottom:  5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb15 {margin-bottom: 15px!important;}
.mb20 {margin-bottom: 20px!important;}

.pt5  {padding-top:  5px!important;}
.pt10 {padding-top: 10px!important;}
.pt15 {padding-top: 15px!important;}
.pt20 {padding-top: 20px!important;}

.pb5  {padding-bottom:  5px!important;}
.pb10 {padding-bottom: 10px!important;}
.pb15 {padding-bottom: 15px!important;}
.pb20 {padding-bottom: 20px!important;}

.bold {font-weight: bold;}

#wrapper {
    width: 1103px;
    height: 691px;
    margin: 0 auto;
}

#wrapper a {color: #fad8a7;}
#wrapper a:link    {text-decoration: none;}
#wrapper a:visited {text-decoration: none;}
#wrapper a:hover   {text-decoration: underline;}
#wrapper a:active  {text-decoration: none;}

/*----------------------
 * header
  ----------------------*/
header {
    width: 1000px;
    height: 44px;
    line-height: 40px;
    margin: 0 auto;
    padding-top: 50px;
}
header ul {
    height: 40px;
    margin-left: 6px;
    color: #f08758;
    font-size: 1.4em;
}
header ul li {
    float: left;
}
header ul li.naviTop {
    width: 125px;
}
header ul li.naviInfomation {
    width: 149px;
}
header ul li.naviWine {
    width: 119px;
}
header ul li.naviFood {
    width: 124px;
}
header ul li.naviIntroduce {
    width: 139px;
}
header ul li.naviPartyPlan {
    width: 148px;
}
header ul li.naviAccess {
    width: 110px;
}
header ul li.naviContact {
    width: 79px;
}
header ul li.active a {
	color: #f08758!important;
}

/*----------------------
 * container
  ----------------------*/
#container {
    position: relative;
    width: 1000px;
    height: 558px;
    margin: 0 auto;
}

/*----------------------
 * footer
  ----------------------*/
footer #copyRight {
    padding-bottom: 20px;
    color: #f08758;
    text-align: center;
}
