/*-----------------------------
Title : Studio DEEN CSS
Author : rinazo
Created : 2006/11/22 Wed.
Modified : 2006/12/14 Thu.
1. Default Settings
2. Header Settings
3. Topmain Settings
4. Content Settings
5. Leftmenu Settings
6. Footer Settings
------------------------------*/
/*-----------------------------
1. Default Settings
------------------------------*/
/* All */
* {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,p,ul,ol,li,dt,dl,dd {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
}
/* Body */
body {
    margin: 0 auto;
    padding: 0;
    background-color: #FFFFFF;
    color: #647883;
    line-height: 1.6;
    text-align: center;
}
body,th,td,h1,h2,h3,h4 {
    font-size: 9.5px;
}
a{outline:none;}
/* List */
ul {
    list-style-type: none;
}
/* Images */
img {
    border-style: none;
}
.leftImage {
    float: left;
    margin: 0 10px 10px 0;
}
.rightImage {
    float: right;
    margin: 0 0 10px 10px;
}
/* No display */
.none{
    display: none;
}
/* pagetop */
.pagetop {
    padding: 10px;
    text-align: right;
    width: 520px;
}
/* Wire frame */
#container {
    margin: 0 auto;
    padding: 0;
    font-family: Arial,Verdana,Helvetica,sans-selif;
    text-align: left;
    width: 800px;
}
/*-----------------------------
2. Header Settings
------------------------------*/
/* Header */
#header h1 {
    position: absolute;
    text-indent: -9999px;
}
/* Logo area */
#banner {
    float: left;
    width: 200px;
}
#banner .pad {
    padding: 10px 0 0 30px;
}
/* Header navi area */
#hnavi {
    float: left;
    text-align: right;
}
#hnavi ul {
    margin: 0;
    padding: 50px 0 0 180px;
}
#hnavi ul li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0 10px 0 10px;
    background: #FFFFFF url(/images/bt_arrow.jpg) no-repeat;
}
#hnavi a {
    color: #647883;
    text-decoration: none;
}
#hnavi a:hover {
    color: #62ACCE;
    text-decoration: none;
}
/* Search area */
#searchbox {
    float: right;
    margin: 5px 0 0 0;
    padding: 0;
}
#searchbox .pad {
    padding: 40px 0 0 0;
}
#searchbox form {
    margin: 0;
    padding: 0;
}
#searchbox label {
    display: none;
}
/* for subpage headermenu */
#subheadmenu {
    clear: both;
    margin: 15px 0 0 0;
    padding: 0;
    width: 780px;
    height: 35px;
}
#subheadmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#subheadmenu li {
    float: left;
    margin: 0;
    padding: 0;
    display: inline;
    text-indent: -9999px;
}
#subheadmenu #submenu_01 a {
    margin: 0;
    padding: 0;
    background: #FFFFFF url(/images/subpagemenu/menu_010.gif) no-repeat;
    width: 130px;
    height: 35px;
    display: block;
}
#subheadmenu #submenu_01 a:hover {
    margin: 0;
    padding: 0;
    background: #FFFFFF url(/images/subpagemenu/menu_011.gif) no-repeat;
    width: 130px;
    height: 35px;
    display: block;
}
#subheadmenu #submenu_02 a {
    margin: 0;
    padding: 0;
    background: #FFFFFF url(/images/subpagemenu/menu_020.gif) no-repeat;
    width: 130px;
    height: 35px;
    display: block;
}
#subheadmenu #submenu_02 a:hover {
    margin: 0;
    padding: 0;
    background: #FFFFFF url(/images/subpagemenu/menu_021.gif) no-repeat;
    width: 130px;
    height: 35px;
    display: block;
}
#subheadmenu #submenu_03 a {
    margin: 0;
    padding: 0;
    background: #FFFFFF url(/images/subpagemenu/menu_030.gif) no-repeat;
    width: 130px;
    height: 35px;
    display: block;
}
#subheadmenu #submenu_03 a:hover {
    margin: 0;
    padding: 0;
    background: #FFFFFF url(/images/subpagemenu/menu_031.gif) no-repeat;
    width: 130px;
    height: 35px;
    display: block;
}
#subheadmenu #submenu_04 a {
    margin: 0;
    padding: 0;
    background: #FFFFFF url(/images/subpagemenu/menu_040.gif) no-repeat;
    width: 130px;
    height: 35px;
    display: block;
}
#subheadmenu #submenu_04 a:hover {
    margin: 0;
    padding: 0;
    background: #FFFFFF url(/images/subpagemenu/menu_041.gif) no-repeat;
    width: 130px;
    height: 35px;
    display: block;
}
#subheadmenu #submenu_05 a {
    margin: 0;
    padding: 0;
    background: #FFFFFF url(/images/subpagemenu/menu_050.gif) no-repeat;
    width: 130px;
    height: 35px;
    display: block;
}
#subheadmenu #submenu_05 a:hover {
    margin: 0;
    padding: 0;
    background: #FFFFFF url(/images/subpagemenu/menu_051.gif) no-repeat;
    width: 130px;
    height: 35px;
    display: block;
}
#subheadmenu #submenu_06 a {
    margin: 0;
    padding: 0;
    background: #FFFFFF url(/images/subpagemenu/menu_060.gif) no-repeat;
    width: 130px;
    height: 35px;
    display: block;
}
#subheadmenu #submenu_06 a:hover {
    margin: 0;
    padding: 0;
    background: #FFFFFF url(/images/subpagemenu/menu_061.gif) no-repeat;
    width: 130px;
    height: 35px;
    display: block;
}
/*-----------------------------
3. Topmain Settings
------------------------------*/
#topcontent {
    clear: both;
    margin: 0;
    padding: 0;
}
#topcontent .pad {
    padding: 10px 0 0 0;
}
#topmenu {
    float: left;
    margin: 0;
    padding: 0;
}
#topmenu ul {
    margin: 0;
    padding: 0;
    width: 180px;
}
#topmenu li {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: top left;
    text-indent: -9999px;
    width: 180px;
    height: 60px;
}
#topmenu ul li a {
    display: block;
    width: 180px;
    height: 60px;
}
#topmenu li.tp010 a {
    background-image: url(/images/bt_menu010.gif);
}
#topmenu li.tp010 a:hover {
    background-image: url(/images/bt_menu011.gif);
}
#topmenu li.tp020 a {
    background-image: url(/images/bt_menu020.gif);
}
#topmenu li.tp020 a:hover {
    background-image: url(/images/bt_menu021.gif);
}
#topmenu li.tp030 a {
    background-image: url(/images/bt_menu030.gif);
}
#topmenu li.tp030 a:hover {
    background-image: url(/images/bt_menu031.gif);
}
#topmenu li.tp040 a {
    background-image: url(/images/bt_menu040.gif);
}
#topmenu li.tp040 a:hover {
    background-image: url(/images/bt_menu041.gif);
}
#topmenu li.tp050 a {
    background-image: url(/images/bt_menu050.gif);
}
#topmenu li.tp050 a:hover {
    background-image: url(/images/bt_menu051.gif);
}
#topflash {
    margin: 0 0 0 180px;
    padding: 0;
}
/*-----------------------------
4. Content Settings
------------------------------*/
#maincontent {
    clear: both;
    margin: 0;
    padding: 5px 0 0 0;
}
#content {
    float: right;
    width: 580px;
}
#topmain {
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
    width: 370px;
    background: url(/images/bg_dbou.jpg) bottom right no-repeat;
}
#topleft {
    float: left;
    margin: 0;
    padding: 0;
    width: 200px;
}
#topright {
    float: right;
    margin: 0;
    padding: 0;
    width: 200px;
}
/* for toppage */
#topmain p.tp_010 {
    text-indent: -9999px;
    background: #FFFFFF url(/images/menu_topnews.jpg) no-repeat;
}
#topmain p.tp_010 a {
    display: block;
    width: 320px;
    height: 33px;
}
#topmain p.tp_020 {
    margin: 20px 0 0 0;
    text-indent: -9999px;
    background: #FFFFFF url(/images/menu_eventinfo.jpg) no-repeat;
}
#topmain p.tp_020 a {
    display: block;
    width: 320px;
    height: 33px;
}
#topmain p.tp_030 {
    margin: 20px 0 0 0;
    text-indent: -9999px;
    background: #FFFFFF url(/images/menu_room.jpg) no-repeat;
}
#topmain p.tp_030 a {
    display: block;
    width: 320px;
    height: 33px;
}
#topmain ul {
    margin: 0;
    padding: 0;    
    text-align: left;
}
#topmain li {
    margin: 0;
    padding: 3px;
    border-bottom: 1px dotted #EEEEEE;
    width: 315px;
}
#topmain .date {
    color: #750809;
}
#topmain .rss {
    padding: 10px 0 0 0;
}
#topmain a {
    color: #647883;
    text-decoration: none;
}
#topmain a:hover {
    color: #62ACCE;
    text-decoration: none;
}
/* topright special */
.curve-01{
    background: #F6F6F6; /* ここの色を変えたら色んな角丸ができる */
    margin: 5px 0;
}
.curve-01 div.curve-head{
    font-size: 1px;
    height: 5px;
    background: url(/images/01-curve-left-head.gif) top left no-repeat;
}
.curve-01 div.curve-head div{
    text-indent: -9999px;
    height: 5px;
    background: url(/images/01-curve-right-head.gif) top right no-repeat;
}
.curve-01 div.curve-bottom{
    font-size: 1px;
    height: 5px;
    background: url(/images/01-curve-left-bottom.gif) bottom left no-repeat;
}
.curve-01 div.curve-bottom div{
    text-indent: -9999px;
    height: 5px;
    background: url(/images/01-curve-right-bottom.gif) bottom right no-repeat;
}
#topright .rspban {
    text-indent: -9999px;
    background: #F6F6F6 url(/images/menu_specialnews.gif) no-repeat;
    width: 200px;
    height: 20px;
}
#topright .rsptxt {
    margin: 0;
    padding: 0 10px 10px 10px;
    color: #750809;
}
#topright .more {
    margin: 0;
    padding: 3px;
    text-align: right;
    border-top: 1px dotted #647883;
}
#topright .more img {
    vertical-align: middle;
}
#topright .more a {
    color: #647883;
    text-decoration: none;
}
#topright .more a:hover {
    color: #62ACCE;
    text-decoration: none;
}
/*rightmenu goods*/
#topright hr {
    border-style: dotted none none none;
    border-top-width: 1px;
    border-top-color: #647833;
    height: 1px;
}
.rgdban {
    text-indent: -9999px;
    margin: 20px 0 0 0;
    padding: 0;
    background: #FFFFFF url(/images/menu_goodsitem.jpg) no-repeat;
    width: 200px;
    height: 20px;
}
.rgditem {
    margin: 0;
    padding: 5px;
    text-align: center;
}
.rgditem a {
    color: #62ACCE;
    text-decoration: none;
}
.rgditem a:hover {
    color: #647883;
    text-decoration: none;
}
/*-----------------------------
5. Leftmenu Settings
------------------------------*/
#topleft .pad {
    margin: 0;
    padding: 20px 0 0 0;
}
#topleft .more {
    margin: 0;
    padding: 3px;
    text-align: right;
}
#topleft .more img {
    vertical-align: middle;
}
#topleft a {
    color: #647883;
    text-decoration: none;
}
#topleft a:hover {
    color: #62ACCE;
    text-decoration: none;
}
/* for subpage */
#submenu ul {
    margin: 0;
    padding: 0;
    width: 200px;
}
#submenu li {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: top left;
    text-indent: -9999px;
    width: 200px;
    height: 50px;
}
#submenu ul li a {
    display: block;
    width: 200px;
    height: 50px;
}
#submenu li.sub010 a {
    background-image: url(/images/entry/bt_menusub010.gif);
}
#submenu li.sub010 a:hover {
    background-image: url(/images/entry/bt_menusub011.gif);
}
#submenu li.sub020 a {
    background-image: url(/images/entry/bt_menusub020.gif);
}
#submenu li.sub020 a:hover {
    background-image: url(/images/entry/bt_menusub021.gif);
}
#submenu li.sub030 a {
    background-image: url(/images/entry/bt_menusub030.gif);
}
#submenu li.sub030 a:hover {
    background-image: url(/images/entry/bt_menusub031.gif);
}
#submenu li.sub040 a {
    background-image: url(/images/entry/bt_menusub040.gif);
}
#submenu li.sub040 a:hover {
    background-image: url(/images/entry/bt_menusub041.gif);
}
#submenu li.sub050 a {
    background-image: url(/images/entry/bt_menusub050.gif);
}
#submenu li.sub050 a:hover {
    background-image: url(/images/entry/bt_menusub051.gif);
}
#submenu li.sub060 a {
    background-image: url(/images/entry/bt_menusub060.gif);
}
#submenu li.sub060 a:hover {
    background-image: url(/images/entry/bt_menusub061.gif);
}
/*-----------------------------
6. Footer Settings
------------------------------*/
#footer {
    clear: both;
    margin: 0;
    padding: 20px 0 0 0;
    text-align: center;
}
#footer a {
    color: #647883;
    text-decoration: none;
}
#footer a:hover {
    color: #62ACCE;
    text-decoration: none;
}
#footer .pad {
    padding: 10px 0 10px 0;
    border-top: 1px solid #eeeeee;
}
#footer address {
    padding: 0 0 30px 0;
    color: #62ACCE;
    font-weight: normal;
    font-style: normal;
}
