/* =====----- COMMON -----====== */
* {
    margin:0px;
    padding:0px;
    line-height:140%;
    font-size:14px;
}

BODY {
    color: #333;
    background: #06c url(../_img/_bg.gif);
}

A:hover {
    top: 1px;
    position:relative;
    text-decoration:none;
    color:#f00;
}

IMG { border: 0px #000 solid; }

FORM { margin:0px; }

.f_left  { float:left;  margin:0px 10px 3px 0px;}
.f_right { float:right; margin:0px 0px 3px 5px;}
.f_clear { clear: both; }

.t_center { text-align:center; }
.t_right  { text-align: right; }

.small    { font-size:12px; }
.smaller  { font-size:10px; }
.smallest { font-size: 9px; }

.notice { color:#c00; }
.note   { color:#c00; font-size:12px; }

.em     { color:#06c; font: 14px HG憂塸妏恨集窾B; }
.emlg   { color:#06c; font: 18px HG憂塸妏恨集窾B; }
.emnv   { color:#006; font: 14px HG憂塸妏恨集窾B; }
.emnvlg { color:#006; font: 18px HG憂塸妏恨集窾B; }
.empk   { color:#f0c; font: 14px HG憂塸妏恨集窾B; }
.emgrlg { color:#396; font: 18px HG憂塸妏恨集窾B; }
.emredlg { color:red; font: 18px HG憂塸妏恨集窾B; }

.pink {
	color: #ff6699;
}
.red {
	color: red;
}

.tdu { text-decoration: underline; }
/* =====----- COMMON -----====== */


/* =====----- PAGE -----====== */
#page {
    width: 880px;
    margin: 0 auto;
    background-color: #fff;
}

#container {
    width: 860px;
    margin: 0 auto;
}
/* =====----- PAGE -----====== */


/* =====----- HEADER AREA -----====== */
H1 {
    margin:0px auto;
    font-size:12px;
    font-weight:normal;
    text-align:center;
    color:#666;
}

#header {
    width: 860px;
    height: 110px;
    background: #eff url(../_img/header_bg.gif) no-repeat;
}
#header .header_area {
    width: 850px;
}
#header .header_logo {
    width: 270px;
    margin-top:25px;
    float:left;
}
#header .header_info {
    width: 500px;
    margin-top:20px;
    float:right;
    text-align:right;
}
#header .header_logo2 {
    width: 480px;
    margin-top:17px;
    float:left;
}
#header .header_info2 {
    width: 300px;
    margin-top:15px;
    float:right;
    text-align:right;
}
#header * {
    font-size:12px;
}
/* =====----- HEADER AREA -----====== */


/* =====----- TEXT MENU -----====== */
.text_menu {
    clear: both;
    width: 860px;
    height:30px;
}
.text_menu .menu_bar {
    width: 860px;
    height:30px;
    background: #eff url(../_img/menu_bg.gif) repeat-x;
}
.text_menu .menu_bar_r {
    width: 860px;
    height:30px;
    background: #eff url(../_img/menu_bg_r.gif) repeat-x;
}
.text_menu * {
    font-size:12px;
}
.text_menu h3 {
    margin:8px 0px 0px 0px;
    float: left;
    font-weight: normal;
}
.text_menu P {
    margin:8px 0px 0px 0px;
    float:left;
}
/* =====----- TEXT MENU -----====== */


/* =====----- NAVI AREA -----===== */
.nav_area {
	clear: both;
    width: 850px;
    margin: 1px auto;
}
.nav_area .nav_left {
    float: left;
    font-size: 12px;
    font-weight:normal;
}
.nav_area .nav_right {
    float: right;
    width:180px;
    text-align:center;
}
.nav_area .blt {
    float: left;
    font-size: 10px;
    color: #09c;
}
.nav_area A {
    font-size:12px;
}
/* =====----- NAVI AREA -----===== */


/* =====----- #WRAPPER -----====== */
#wrapper {
	clear: both;
    width: 858px;
    border: solid #39f 1px;
}
/* =====----- #WRAPPER -----====== */


/* =====----- #MAIN CONTENTS -----====== */
#contents_wrap {
    width:678px;
    float:left;
}

/* ----- #MAIN CONTENTS ----- */
#contents_area {
    width:498px;
    margin:0px;
    float:right;
}
#contents_main {
    width:480px;
    margin:0px auto;
}
#contents_main .norm {
    width:460px;
    margin:0px auto 20px auto;
}
#contents_main .norm_mgt {
    width:460px;
    margin:20px auto 20px auto;
}
#contents_main .udline {
    width:460px;
    margin:0px auto 20px auto;
    border-bottom: solid #39f 1px;
}
#contents_main .udline_mgt {
    width:460px;
    margin:20px auto 20px auto;
    border-bottom: solid #39f 1px;
}
#contents_main .norm_ttl {
    margin:0px 0px 20px 0px;
    color:#006;
    font: 18px HG憂塸妏恨集窾B;
}
#contents_main .norm_ind {
    width:440px;
    margin:0px auto 20px auto;
}
#contents_main .norm_ind_udl {
    width:440px;
    margin:0px auto 20px auto;
    border-bottom: solid #39f 1px;
}
#contents_main .norm_ind_udld {
    width:440px;
    margin:0px auto 20px auto;
    border-bottom: dotted #06c 1px;
}

#contents_main .info {
    width:95%;
    margin:0px auto;
    color: #f69;
}
#contents_main .info_udline {
    width:100%;
    margin-bottom:20px;
    border-bottom: solid #f69 1px;
}

#contents_main TD {
    padding:3px;
}

.price {
    width:450px;
    background-color: #09f;
    margin: 0px auto;
    border-collapse:separate;
}
.price TABLE,TR,TD {
    border:1px solid #fff;
}
.price .cate {
    background-color:#09f;
    color:#fff;
}
.price .menu {
    width:350px;
    background-color:#fff;
}
.price .price {
    width:100px;
    text-align:right;
    background-color:#fff;
}
/* ----- #MAIN CONTENTS ----- */

/* ----- #MENU AREA ----- */
#menu_area {
    width:179px;
    float:left;
    border-top:    solid #39f 1px;
    border-right:  solid #39f 1px;
    border-bottom: solid #39f 1px;
}
#menu_area .menu_box {
    width:170px;
    margin:0px auto;
    border-bottom: dotted #666 1px;
}
#menu_area .menu_text {
    width:98%;
    margin:0px auto;
    font-size:12px;
}
#menu_area .menu_box_info {
    width:170px;
    margin:0px auto;
}
/* ----- #MENU AREA ----- */

/* ----- RSS ----- */
.rss_frame {
    width:100%;
    height:230px;
    margin:0px;
    padding:0px;
}
.rss_box {
    margin:0px auto 20px auto;
    width:460px;
    background:#fff;
}
.rss_contents {
    margin:0px 0px 5px 0px;
    padding:5px;
    border-bottom: dotted #003 1px;
}
/* ----- RSS ----- */
/* =====----- #MAIN CONTENTS -----====== */


/* =====----- #SUB CONTENTS -----====== */
#sub_contents {
    width:180px;
    float:right;
}

#sub_contents .access {
    margin:3px auto;
    width: 180px;
}
#sub_contents .access_top {
    width: 180px;
    height: 19px;
    padding-top:2px;
    background: url(../_img/access_top.gif) no-repeat;
    text-align: center;
}
#sub_contents .access_middle {
    width: 180px;
    background: url(../_img/access_middle.gif) repeat-y;
    font-size:12px;
    text-align: center;
}
#sub_contents .access_bottom {
    width: 180px;
    height: 11px;
    background: url(../_img/access_bottom.gif) no-repeat;
}

#sub_menu_area {
    width:179px;
    float:left;
    border-top:    solid #39f 1px;
    border-left:  solid #39f 1px;
    border-bottom: solid #39f 1px;
}
#sub_menu_area .menu_box {
    width:170px;
    margin:0px auto;
    border-bottom: dotted #666 1px;
}
#sub_menu_area .menu_text {
    width:98%;
    margin:0px auto;
    font-size:12px;
}

/* =====----- #SUB CONTENTS -----====== */


/* =====----- FOOTER AREA -----====== */
#footer {
    width: 860px;
    margin:3px 0px;
    text-align:center;
    color:#666;
}
#footer * {
    font-size:12px;
}
/* =====----- FOOTER AREA -----====== */

/* =====----- TABLE -----====== */
.c_table {
    margin:5px auto 0px auto;
    width:440px;
    border-collapse:separate;
    border:1px solid #ccc;
}
.c_table TR {
    border:1px solid #eee;
}
.c_table TD {
    padding:3px 5px;
    font-size:12px;
    vertical-align: top;
    border:1px solid #eee;
}
.c_table .td1 {
    width:145px;
    color:#006;
    font-weight:bold;
}
.c_table .td2 {
    width:240px;
}
.c_table .td3 {
    width:55px;
    color:#c00;
    font-size:12px;
    text-align:center;
}
.c_table .td4 {
    width:100px;
    color:#006;
    font-weight:bold;
}
.c_table .td5 {
    width:80px;
    font-size:12px;
}
.c_table .td6 {
    width:250px;
    font-size:12px;
}
.td_ft A {
    font-size:12px;
}
/* =====----- TABLE -----====== */

