body {
    text-align           : center ;
    line-height          : 1.6 ;
    margin               : 0 ;
    padding              : 0 ;
    background-color     : #FFFFFF ;
}

/* サイト背景色 */
#outline { 
    background-color     : #FFFFFF ;
}


#outline { 
    width                : 904px ;
    margin               : 0 auto;
}

#left { 
    width                : 904px ;
    float                : left ;
}

#right { 
    width                : 200px ;
    float                : right ;
} 




/* リンク */
a:link {
    color                : #808000 ;
    text-decoration      : none ;
}

a:active {
    color                : #808000 ;
    text-decoration      : none ;
}

a:visited {
    color                : #808000 ;
    text-decoration      : none ;
}

a:hover {
    color                : #000000 ;
    text-decoration      : none ;
}




/* ヘッダ部 */
#header_outline {
    border               : 1px solid #000000 ;
    margin               : 10px 0px 0px;
}

#header_top_body { 
    background-color     : #000000 ;
    height               : 450px ;
    border               : 1px solid #000000 ;
} 

#header_body { 
    background-color     : #000000 ;
    height               : 250px ;
    border               : 1px solid #000000 ;
} 







/* ページナビゲーション */
.menu{
    color                : #FFF ;
    font-size            : 10pt ;
    margin               : 0px 0px 10px 0px;
    padding              : 0px 10px;
    text-align           : left;
    height               : 24px;
    background           : #666666;
}

.menu ul{
    margin               : 0px;
    padding              : 3px 0px;
    text-align           : center;
    line-height          : 150%;
    width                : 100%;
    float                : left;
}

.menu li{
    float                : left;
    list-style-type      : none;
    margin               : 0px;
    padding              : 0px 5px;
    text-align           : center;
}


.menu a:link{
    color:#FFFFFF;
    text-decoration:none;
}

.menu a:visited{
    color:#FFFFFF;
    text-decoration:none;
}

.menu a:hover{
    color:#FFFFFF;
    text-decoration:underline;
}


h2 a:link {
    color                : #BDB76B;
    text-decoration      : none;
}

h2 a:active {
    color                : #BDB76B;
    text-decoration      : none;
}

h2 a:visited {
    color                : #BDB76B;
    text-decoration      : none;
}

h2 a:hover {
    color                : #ffffff;
    text-decoration      : underline;
}


/* TOPページ記事 */
.news_outline { 
    border               : #000000 0px solid;
    background-color     : #FFFFFF;
    margin-bottom        : 20px ;
}


.news_title { 
    background           : url(../img/icons/bar.png);
    font-size            : 11pt;
    background-color     : #FFFFFF;
    text-align           : left;
    border-bottom        : 0px solid #000000;
    padding              : 5px 8px;
    margin               : 0;
    color                : #FFFFFF;
} 


.news_body { 
    font-size            : 10pt;
    color                : #696969;
} 

.news_text {
    text-align           : left;
    margin-left          : 30px;
    margin-right         : 30px;
    margin-top           : 10px;
}

.news_date { 
    border-top           : 1px solid #CCCCCC;
    text-align           : right;
    margin-left          : 30px;
    margin-right         : 30px;
}

.news_navi { 
    border-top           : 1px solid #CCCCCC;
    text-align           : right;
    margin-left          : 2px;
    margin-right         : 2px;
}


/* フッタ */
#footer_outline {
    border-top          : 1px solid #000000;
    background-color    : #FFFFFF;
}

#footer_body { 
    font-size           : 9pt;
    color               : #000000;
    padding             : 10px; 
} 
#footer_body a:link    {
    color               :#cccccc;
}

#footer_body a:active  {
    color               :#cccccc;
}

#footer_body a:visited {
    color               :#cccccc;
}
#footer_body a:hover   {
    color               :#cccccc ; 
    text-decoration     :none;
}





/*** その他 ***/
p {
    margin              : 2px 0;
}

ul {
    margin              :2px 0 5px 0;
    padding             :0;
    list-style-type     : none;
} 

li {
    margin-left         :0px; 
    margin-bottom       :3px;
} 

form {
    margin:0;
}

img {
    border:0px;
}

table {
    font-size:10pt;
}

.c-both {
    clear:both;
}

.readmore {
    margin-top: 10px;
}

.readclose {
    margin: 10px 0;
}

.page_navi {
    margin              :30px 0;
    font-size           :9pt;
}



/* メニューページ */
.menu_waku_table
{
    border                  : 0 ;
    width                   : 750px ;
    height                  : 108px ;
    background              : url(../img/waku/center_s01_gl.jpg) repeat-y center;
}

.menu_waku_td_top
{
    background              : url(../img/waku/top_s01_gl.jpg) no-repeat center top;
    width                   : 750px;
    padding                 : 50px 70px 0px;
    color                   : #0066CC;
    text-align              : left;
}

.menu_waku_td_bottom
{
    background              : url(../img/waku/bottom_s01_gl.jpg) no-repeat top center;
    width                   : 750px;
    height                  : 108px;
}

.menu_title_under_line
{
    text-align              : left ;
    color                   : #FFFFFF ;
    font-weight             : bold;
    position                : relative ;
    z-index                 : 1 ;
    margin-top              : 1em ;
    margin-bottom           : 0em ;
    margin-left             : 10% ;
    margin-right            : 10% ;
    padding-top             : 0px ;
    padding-bottom          : 2px ;
    padding-left            : 1px ;
    height                  : 70px;
    background              : url(../img/icons/menu_title_under_line.png);
}

.menu_title
{
    text-align              : center ;
    color                   : #FFFFFF ;
    font-weight             : bold;
    position                : relative ;
    z-index                 : 1 ;
    margin-top              : -5.5em ;
    margin-bottom           : 4em ;
    margin-left             : 15% ;
    margin-right            : 10% ;
    padding-top             : 0px ;
    padding-bottom          : 2px ;
    padding-left            : 1px ;
    height                  : 40px;
}


.menu_sub
{
    text-align              : left ;
    color                   : #FFFFFF ;
    font-weight             : bold;
    position                : relative ;
    z-index                 : 1 ;
    margin-top              : 5px ;
    margin-bottom           : 10px ;
    margin-left             : 10px ;
    margin-right            : 10% ;
    padding-top             : 0px ;
    padding-bottom          : 2px ;
    padding-left            : 1px ;
    height                  : 32px;
}


.menu_comment
{
    text-align              : left ;
    color                   : #000000 ;
    margin-top              : 20px ;
    margin-left             : 50px ;
    font-size               : 13px ;
}

/* 店舗 */
.map
{
    position                : absolute ;
    top                     : 470px;
    left                    : 800px;
}


.tenpo_comment
{
    text-align              : left ;
    color                   : #000000 ;
    margin-top              : 20px ;
    margin-left             : 50px ;
    font-size               : 15px ;
}

/* ブログページ */
.block
{
    text-align              : left ;
    margin-left             : 5% ;
    margin-top              : -14px ;
    margin-right            : 5% ;
    margin-bottom           : 0em ;
    padding                 : 2em 2em 1em 2em ;
    border-style            : double ;
    background-color        : #ffffff ;
    border-color            : #00008b ;
    font-size               : 10pt;
}

.brog_title_bar
{
    text-align              : left ;
    color                   : #FFFFFF ;
    font-weight             : bold;
    position                : relative ;
    z-index                 : 1 ;
    margin-top              : 1em ;
    margin-bottom           : 0em ;
    margin-left             : 10% ;
    margin-right            : 10% ;
    padding-top             : 0px ;
    padding-bottom          : 2px ;
    padding-left            : 50px ;
    height                  : 20px;
    background              : url(../img/icons/brog_title_back.png);
}



/* カレンダー */
.calendar_border
{
    position                : relative ;
    z-index                 : 1 ;
    margin-top              : 1em ;
    margin-bottom           : 0em ;
    margin-left             : 5% ;
    margin-right            : 10% ;
    padding-top             : 0px ;
    padding-bottom          : 2px ;
    padding-left            : 1px ;
    height                  : 80px;
    background              : url(../img/icons/calendar_bar.jpg) no-repeat;
}

.calendar_year_month
{
    position                : relative ;
    z-index                 : 1 ;
    margin-top              : -5em ;
    margin-bottom           : 10px ;
    margin-left             : 70px ;
    margin-right            : 10% ;
    padding-top             : 0px ;
    padding-bottom          : 2px ;
    padding-left            : 1px ;
    height                  : 50px;
}

.calendar_table
{
    background              : url(../img/calendar/table_background.jpg);
    width                   : 90% ;
}

.calendar_table th {
    border-bottom           : 2px solid #1D5C79 ;
    height                  : 50px;
}

.calendar_table tda {
    border-bottom           : 1px solid #DDD;
    height                  : 40px;
    vertical-align          : top;
    font-weight             : bold;
}


/* 旬 */
.title {
    margin-top              : -30px;
}

.history_link{
    font-size               : 14px;
}


/* 紡ぎ */
.midashi {
    color                   : #00008B ;
    font-weight             : bold;
    font-size               : 12pt ;
    margin                  : 0px 0px 0px 0px;
    padding                 : 0px 0px;
    text-align              : left;
    margin-bottom           : 10px ;
    height                  : 24px;
}




/* 左メニュー：右コンテンツ */
#wrapper{ width: 900px; }

#content{
    width: 750px;
    float: right;  /* 右に配置 */
}

#sidebar{
    width: 150px;
    float: left;  /* 左に配置 */
    vertical-align          : top;
}

#footer{ clear: both; }  /* float解除 */


#menu_font{
    font-size     :12px;
}

.nengetsu{
    color                   : #00008B ;
    font-weight             : bold;
    font-size               : 14pt;
}
