/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
   border-spacing: 0;
   width: 100%;
   cellspacing: 0;
   cellpadding: 0;
}

}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
    color: #333;
}
a:hover {
    text-decoration: underline;
    color: #ff6600;
}

hr {
    border: 0;
    height: 1px;
    background-color: #999;
    color: #999;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}
p {
    margin: 0;
    padding: 0;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #fff;
    background-image: url(http://www.mandalapower.com/mandala_healing_garden/image/bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-color: #
    font: normal 12px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    color: #333
}

#container-inner {
    width: 896px;
    min-height: 100%;
    margin: 30px auto 0;
    text-align: left;
    padding: 0 2px;
    background-image:url(http://www.mandalapower.com/mandala_healing_garden/image/side_nemu_bg.gif);
    background-repeat: repeat-y;
    background-position: 2px 0;
}

#header, #content, #alpha, #beta, #footer {
    position: relative;
}

#alpha, #beta {
    display: inline;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner {
    position: static;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner {
    overflow: hidden;
}

#footer-inner {
    background-color: #a6a08c;
    text-align: center;
    padding: 5px;
    color: #fff;
}

#alpha {
    width: 698px;
    float: right;
    background-color: #fff;
}
#beta {
    width: 198px;
    float: left;
}

#alpha-inner {
    padding: 28px 30px 20px 30px;
}



/* Color ---------------------------------------------------------------- */

/* font */
.font_yellow {color: #ff9900}
.font_yellow_light {color: #fffece}
.font_pink {color: #ff66cc}
.font_pink_light {color: #ffeaf4}
.font_green {color: #1db57e}
.font_green_light {color: #e4f4ee}
.font_purple {color: #990099}
.font_purple_light {color: #dfa2df}
.font_blue {color: #3399ff}
.font_blue_light {color: #b3ccff}
.font_orange {color: #ff6600}
.font_orange_light {color: #fdd1b4}
.font_gray {color: #a6a08c}
.font_gray_light {color: #e5e5de}
.font_white {color: #fff}


/* background */
.bg_yellow, .bg_yellow_light, 
.bg_pink, .bg_pink_light, 
.bg_green, .bg_green_light, 
.bg_purple, .bg_purple_light, 
.bg_blue, .bg_blue_light, 
.bg_orange, .bg_orange_light, 
.bg_white,
.bg_gray, .bg_gray_light {
    padding: 5px 5px 3px 5px;
}

.bg_yellow {background-color: #ff9900}
.bg_yellow_light {background-color: #fffece}
.bg_pink {background-color: #ff66cc}
.bg_pink_light {background-color: #ffeaf4}
.bg_green {background-color: #1db57e}
.bg_green_light {background-color: #e4f4ee}
.bg_purple {background-color: #990099}
.bg_purple_light {background-color: #dfa2df}
.bg_blue {background-color: #3399ff}
.bg_blue_light {background-color: #b3ccff}
.bg_orange {background-color: #ff6600}
.bg_orange_light {background-color: #fdd1b4}
.bg_gray {background-color: #a6a08c}
.bg_gray_light {background-color: #f5f5ef}
.bg_white {background-color: #fff}


/* border box */
.border_yellow, .border_yellow_light, 
.border_pink, .border_pink_light, 
.border_green, .border_green_light, 
.border_purple, .border_purple_light, 
.border_blue, .border_blue_light, 
.border_orange, .border_orange_light, 
.border_gray, .border_gray_light {
    padding: 10px 10px 5px 10px;
    border-style: solid; 
    border-width: 3px;
}
.border_yellow {border-color: #ff9900;}
.border_yellow_light {border-color: #ffe98f;}
.border_pink {border-color: #ff66cc;}
.border_pink_light {border-color: #ffeaf4}
.border_green {border-color: #1db57e}
.border_green_light {border-color: #e4f4ee}
.border_purple {border-color: #990099}
.border_purple_light {border-color: #dfa2df}
.border_blue {border-color: #3399ff}
.border_blue_light {border-color: #b3ccff}
.border_orange {border-color: #ff6600}
.border_orange_light {border-color: #fdd1b4}
.border_gray {border-color: #a6a08c}
.border_gray_light {border-color: #e5e5de}






/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name {
    margin-bottom: .25em;
}

#header-description {
    margin-bottom: 0;
}


/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: .3em;
    font-weight: normal;
    text-align: right;
}

.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}

.content-nav {
    text-align: center;
}

.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 0;
}

.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.widget-openid {
    width: 160px;
    margin: 10px auto;
    border: none !important;
}
.widget-openid .widget-content {
    border: 1px solid #ccc;
    background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    color: #666;
    margin: 0;
    padding: 0 !important;
}
.widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
    left: -9999px;
    position: absolute;
}
.widget-openid .widget-content a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 5px 3px;
    color: #666;
    text-decoration: underline;
    font-weight: normal;
}

.input-default {
    background-color: #9AAEC2;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(../images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}


/*============ GLOBAL INDEX  ============*/

#navi {
    height: 21px; 
    background-color: #a6a08c;
    margin:0;
}

#navi ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navi ul li {
    height: 21px;
    float:left;
    font-size:1px;
}

#navi ul li a {
    height: 21px;
    display: block;
    background-repeat: no-repeat;
    list-style:none;
    text-decoration: none;
    text-indent: -9999px;
}

#navi ul li a:hover {
    background-position: 0 -21px;
 }

#navi ul li#index1 a {
    width: 198px;
    background-image:url(http://www.mandalapower.com/mandala_healing_garden/image/top_menu_home.gif);
}
#navi ul li#index2 a {
    width: 304px;
    background-image:url(http://www.mandalapower.com/mandala_healing_garden/image/top_menu_profile.gif);
}
#navi ul li#index3 a {
    width: 66px;
    background-image:url(http://www.mandalapower.com/mandala_healing_garden/image/top_menu_blog.gif);
}
#navi ul li#index4 a {
    width: 54px;
    background-image:url(http://www.mandalapower.com/mandala_healing_garden/image/top_menu_book.gif);
}
#navi ul li#index5 a {
    width: 106px;
    background-image:url(http://www.mandalapower.com/mandala_healing_garden/image/top_menu_media.gif);
}
#navi ul li#index6 a {
    width: 83px;
    background-image:url(http://www.mandalapower.com/mandala_healing_garden/image/top_menu_contact.gif);
}
#navi ul li#index7 a {
    width: 85px;
    background-image:url(http://www.mandalapower.com/mandala_healing_garden/image/top_menu_eng.gif);
}


/*============ SIDEMENU (LEFT)  ============*/

ul.folder {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 0em;
    text-decoration: none;
}
ul.folder li {
    font-size:1px;

    margin:0; 
    padding:0;
}
ul.folder ul {
    margin:0; 
    padding:0;
}


ul.folder li.page-out a { /* フォルダの外のページ 「おすすめプロダクト」「リンク」、カテゴリの「コメント」*/ 
    display: block;
    list-style: none;
    text-indent: -9999px;
    background-repeat: no-repeat;
    margin: 0;
    height: 40px;
}
ul.folder li.page-out a:hover {
    background-position: 0 -40px;
}
ul.folder li.product a {
    background-image: url(http://www.mandalapower.com/mandala_healing_garden/image/left_menu_product.gif);
}
ul.folder li.link a {
    background-image: url(http://www.mandalapower.com/mandala_healing_garden/image/left_menu_link.gif);
}
ul.folder li.comment a {
    background-image: url(http://www.mandalapower.com/mandala_healing_garden/image/left_menu_comment.gif);
}
ul.folder li.orb a {
    background-image: url(http://www.mandalapower.com/mandala_healing_garden/image/left_menu_orb.gif);
}




ul.folder li.folder { /* トップフォルダのタイトル */ 
    display: block;
    list-style: none;
    text-indent: -9999px;
    background-repeat: no-repeat;
    border-top: none;
    padding: 52px 0 0 0;
    margin: 0;
}
ul.folder li.folder-11 {
    background-image: url(http://www.mandalapower.com/mandala_healing_garden/image/left_menu_donna.gif);
}
ul.folder li.folder-12 {
    background-image: url(http://www.mandalapower.com/mandala_healing_garden/image/left_menu_session.gif);
}
ul.folder li.folder-13 {
    background-image: url(http://www.mandalapower.com/mandala_healing_garden/image/left_menu_naniga.gif);
}


ul.folder li.page-in a { /* トップフォルダの中のページ */ 
    display: block;
    list-style: none;
    text-indent: -9999px;
    background-repeat: no-repeat;
    height: 28px;
    margin:0; 
    padding:0;
}
ul.folder li.page-in a:hover {
    background-position: 0 -28px;
}

ul.folder li.page-100 a {
    background-image: url(http://www.mandalapower.com/mandala_healing_garden/image/left_menu_mhg.gif);
}
ul.folder li.page-94 a {
    background-image: url(http://www.mandalapower.com/mandala_healing_garden/image/left_menu_kanousei.gif);
}
ul.folder li.page-93 a {
    background-image: url(http://www.mandalapower.com/mandala_healing_garden/image/left_menu_mizu.gif);
}

ul.folder li.page-96 a {
    background-image: url(http://www.mandalapower.com/mandala_healing_garden/image/left_menu_session_jpn.gif);
}
ul.folder li.page-98 a {
    background-image: url(http://www.mandalapower.com/mandala_healing_garden/image/left_menu_session_aus.gif);
}
ul.folder li.page-97 a {
    background-image: url(http://www.mandalapower.com/mandala_healing_garden/image/left_menu_session-tel.gif);
}

ul.folder li.page-103 a {
    background-image: url(http://www.mandalapower.com/mandala_healing_garden/image/left_menu_naniga_shoujou.gif);
}
ul.folder li.page-102 a {
    background-image: url(http://www.mandalapower.com/mandala_healing_garden/image/left_menu_naniga_bms.gif);
}
ul.folder li.page-107 a {
    background-image: url(http://www.mandalapower.com/mandala_healing_garden/image/left_menu_naniga_kine.gif);
}
ul.folder li.page-108 a {
    background-image: url(http://www.mandalapower.com/mandala_healing_garden/image/left_menu_naniga_reiki.gif);
}
ul.folder li.page-104 a {
    background-image: url(http://www.mandalapower.com/mandala_healing_garden/image/left_menu_naniga_recon.gif);
}
ul.folder li.page-95 a {
    background-image: url(http://www.mandalapower.com/mandala_healing_garden/image/left_menu_naniga_sound.gif);
}
ul.folder li.page-106 a {
    background-image: url(http://www.mandalapower.com/mandala_healing_garden/image/left_menu_naniga_flower.gif);
    height: 48px;
}

ul.folder li.page-106 a:hover {
    background-position: 0 -48px;
}

/*ADDED LEFT MENU*/

ul {
  list-style:none;
  margin:0;
  padding:0;
}
ul.added_menu a {
  height:40px;
  display:block;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-decoration: none;
  position: relative;
  text-indent: -9999px;
}
ul.added_menu li a {
  background-image: url(http://www.mandalapower.com/mandala_healing_garden/image/hikari-no-message_btn.gif);
}
ul.added_menu li a:hover {
  background-position:0 -40px;
}



/* SEARCH */
#search_bg {
    width: 198px;
    height: 26px;
    padding: 2px 0;
    background-image:url(http://www.mandalapower.com/mandala_healing_garden/image/left_search_bg.gif);
    background-repeat: no-repeat;
    background-position:  0 0px;
}

#search {
    float: left;
    margin: 3px 0 0 4px;
    width: 165px;
    font-size: 12px;
    border: 0;
    color: #999;
}

#search_btn {
    padding: 0;
    margin: 0;
    border: 0;
    width: 26px;
    background: none;
}


/*============ MAIN (RIGHT)  ============*/

.asset-header {
    font-size: 15px;
    height: 25px;
    padding: 5px 0 0 0;
    background-repeat: no-repeat;
    background-position: -2px 0;
    margin-bottom: 10px;
}
.asset-header a, .asset-header h2 a {
    text-decoration: none;
    color: #666;
}
.asset-header a:hover {
    color: #999;
}
.asset-header .asset-name {
    font-weight: bold;
}
.asset-more-link {
    text-align: right;
}

.entry-asset .asset-body {
    margin-bottom: 0;
}
.entry-asset .entry-content {
    background-color: #fffff0;
    border: solid 1px #dfdfd7;
    padding: 15px;
}
.asset-content .entry-content {
    margin-bottom: 3px;
}

#header_foldertitle {
    height: 39px;
    width: 100%;
    image-repeat: no-repeat;
    margin-bottom: 30px;
    text-indent: -9999px;
}

#main table {
    border-spacing: 0;
    margin-bottom: 10px;
}

#main th {
    text-align: center;
}

.top_button a {
    width: 100%;
    margin:0 0 5px 0;
    font-size: 11px;
    color: #999;
    text-decoration: none;
}

/*
div#box{
    background:#E6E6E6;
    color:#000;
    padding: 20px;
}
*/

/*============ MAIL TABLE ============*/

.mail td {
   background-repeat:no-repeat;
   font-size: 11px
}
.mail table.line {
   width: 100%;
   margin-bottom:15px;
   cellspacing: 0;
   cellpadding: 0;
   border-top:solid #999 1px;
   border-right:solid #999 1px;
}
.mail table.line td {
   border-bottom:solid #999 1px;
   border-left:solid #999 1px;
   padding: 8px 8px 8px 8px;
}
.mail td.frame {
   border:solid #dad9cd 1px;
   padding: 5px 5px 5px 5px;
}
.essence a { /*-- flower eccence table --*/
   text-decoration: none;
   font-size: 11px;
}
.mail-error {
   color: #ff6600;
   font-size: 9px;
}

/*============ FLOWER ESSENCE ============*/

.flower_box {
    background-image: url(http://www.mandalapower.com/mandala_healing_garden/image/flower_ex_bg.jpg);
    background-repeat: repeat-x;
    background-position: 0 -8px;
    border: solid 1px #1db57e;
    padding: 5px 5px 5px 45px;
    margin-top: 5px;
    text-indent: -3.3em;
}
.flower_box p {
    padding: 0;
    margin: 0;
}

/*============ COMMENT ============*/

.comment_title, .comments-header {
    border: solid 1px #ffb400;
    background-color: #ffe98f;
    padding: 5px;
    font-weight: bold;
}
.comment_title p {
    margin: 0;
}

/*============ LINK ============*/
.link_box {
    border-bottom: dotted 1px #3399ff;
    padding: 10px;
    height: 150px;
    font-size: 12px;
}


/*============ PRODUCT ============*/

.product {
    background-color: #fff;
    padding: 5px;
    height: 
}


/*============ PopBox ============*/

.PopBoxImageSmall {
    border: none 0px white;
    cursor: url("http://www.mandalapower.com/plugin/Popbox/images/magplus.cur"), pointer;
}
.PopBoxImageLarge {
    border: solid thin #CCCCFF;
    cursor: url("http://www.mandalapower.com/plugin/Popbox/images/magminus.cur"), pointer;
}
.PopBoxImageShrink {
    cursor: url("http://www.mandalapower.com/plugin/Popbox/images/magminus.cur"), pointer;
}
.PopBoxImageLink {
    cursor: pointer;
}
.PopBoxImageMove {
    border: none 0px #ffffff;
    cursor: pointer;
}


/*============ ALBUM ============*/

#album table {
   width: 100%;
   margin-bottom:15px;
   font-size: 11px;
}
#album td {
   padding: 5px;
   text-align: center;
}
.album_title {
   padding-top: 20px;
   font-size: 13px;
   border-top: dotted 1px #999;
   color: #ff9900
}
#album p {
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 1.2em;
}


/*============ BLOG TOP PAGE ============*/

ul.blog_top_title{
    list-style: none;
}
 ul.blog_top_title li h2 {
    width: 636px;
} 
ul.blog_top_title li h2 a  {
    
}
ul.blog_top_title li h2, ul.blog_top_title li h2 a  {
    display: block;
    font-weight: bold;
    text-decoration: none;
    margin: 0px;
    text-indent: -9999px;
    background-repeat:no-repeat;
    height: 30px;
}
ul.blog_top_title li a:hover {
    background-position: 0 -30px;
}
.blog_top_discription {
    border: solid 1px #dcdcdc;
    padding: 10px;
    margin-bottom: 15px;
}
p.blog_top_discription {
    font-size: 11px;
}

/* PRODUCT */

.product_chart {
    text-align: center;
}

.itemname {
    border: 2px solid rgb(255, 255, 240); 
    padding: 5px; 
    background-color: rgb(166, 160, 140); 
    color: rgb(255, 255, 255);
}


/* COMMENT TAB */

#tab_container {
  width: 635px;
  margin: 0 auto;
  text-align: left;
  list-style-type: none;
  font-size: 12px;
}

#tab {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 2px solid #ff9900;
  height: 20px;
  overflow: hidden;
  list-style-type: none;
  width: 635px;
}
#tab li {
  float: left;
  width: 164px;
  height: 20px;
}
#tab li a {
  display: block;
  width: 160px;
  height: 20px;
  background-color: #999;
  color: #fff;
  text-align: center;
  padding: 3px;
  text-decoration: none;
}
#tab li a:hover {
  background-color: #808080;
  color: #fff;
}
#tab li.present a {
  background-color: #ff9900;
  color: #fff;
  list-style-type: none;
}
#page1 {
  padding: 0 20px;
  width: 593px;
  border: solid 1px #ff9900;
  float: left;
}
#page2, #page3 {
  padding: 20px;
  width: 593px;
  border: solid 1px #ff9900;
}
#page1 table {
  border: none;
}
#page1 td {
  padding: 10px 0;
  border-bottom: dotted 1px #999;
  border-left: none;
}
.comments#comments {
  margin:0;
}

#page2 img {
  width:40px;
  height: auto;
}
#page2 td {
  text-align: center;
  padding: 2px 0;
  font-size: 10px;
}


/* COMMENT TAB */

table.payment {
  margin: 10px 0;
  border-top: solid 1px #999;
  border-left: solid 1px #999;
}
table.payment td {
  margin: 10px 0;
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  padding: 15px;
  text-align: center;
}


/* 光のメッセージ　コントロールボタン */

.hikarino-message_cont table {
  width: 100%;
  float: left;
}
.hikarino-message_cont td {
  width: 30%;
  background-color: #999
  color: #fff;
  text-align: center;
}


/* ForefoxでのFLASHに現れる余白の解消 */

object, embed {
  vertical-align: top;
}
