/*
@import url(http://ysp-minamikurume.ciao.jp/mt/mt-static/support/theme_static/pico/style_library/base.css);
@import url(http://ysp-minamikurume.ciao.jp/mt/mt-static/support/theme_static/pico/style_library/pico-white/screen.css);

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

* {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 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;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}
img {
border:0;
text-decoration:none;
}

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

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    /*font-size: 0.1em;*/
}
.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;
}

#container-inner {
    width: 860px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

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

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

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

#header-inner, #content-inner, #footer-inner {

}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
    /*width: 480px;*/
    width: 100%;
}

.layout-wtt #beta {
    left: 190px;
    width: 190px;
}

.layout-wtt #gamma {
    right: 190px;
    width: 190px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 190px;
    width: 560px;
}

.layout-twt #beta {
    left: -480px;
    width: 190px;
}

.layout-twt #gamma {
    width: 190px;
}


/* Wide-Thin */

.layout-wt #alpha {
    width: 750px;
}

.layout-wt #beta {
    width: 190px;
}


/* !!!Thin-Wide!!! */

/*-----------
.layout-tw #alpha {
    left: 190px;
    width: 610px;
    padding:0 30px;
}

.layout-tw #beta {
    left: -670px;
    width: 190px;
}------------*/
.layout-tw #alpha {
    left: 0px;
    width: 800px;
    padding:0 30px;
}

.layout-tw #beta {
    display:none;
}


/* Medium-Wide */

.layout-mw #alpha {
    left: 330px;
    width: 610px;
}

.layout-mw #beta {
    left: -610px;
    width: 330px;
}

/* Wide-Medium */

.layout-wm #alpha {
/*    width: 610px;*/
    left: 0px;
    width: 800px;
    padding:0 30px;
}

.layout-wm #beta {
/*    width: 330px;*/
    display:none;

}


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

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

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin:0;
}

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

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


/* 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: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

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

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

.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.5em;
    margin-bottom: 1em;
}

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

/* Widgets */

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

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

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

.widget-content ul ul {
    margin-left: 15px;
}

.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.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(./img/openid-accepted.gif) no-repeat 7px 3px;
    /*font-size: 12px;*/
    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(./img/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}
/* ======================================================================== */
/* Screen css ============================================================= */
/* ======================================================================== */

/* Global */

body {
    font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", sans-serif;
    font-size:90%;
}
p{
     line-height:150%;
}

/* Header */

/*#header {
    border-top-width: 10px;
    border-top-style: solid;
border-top-color:#FFCC00;
}
*/
#header-inner {
    position: relative;
height:98px;
}


#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}


/* Content */

.asset-name {
    /*font-size: 22px;*/
    font-weight: bold;
margin-bottom: .25em;

}

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-content {
    margin: 5px 0;
}

.asset-more-link {
    font-weight: bold;
}

.asset-meta {
    border-top: 1px solid #dcebf1;
}

.asset-footer {
    border-top: 1px solid #dcebf1;
}

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin: 10px 0 30px;
    font-size: 22px;
    font-weight: bold;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
    text-align:left;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.typelist-thumbnailed {
    /*font-size: 11px;*/
    text-align:right;
}

/* Footer */

#footer-content,
#footer-content a {
    color: #fff;
}


/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


/* Global ----------------------------------------------------------------- */

body {
    color: #333;  
    background: #fff url(./img/body.gif) repeat-y  top center; 
}

a {
    color: #517c8f; 
}

a:hover {
    text-decoration: none;
}


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

#content {
    background-color: #fff;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}


/* Header ----------------------------------------------------------------- */

#header {
border-color:#FF9900;
background: #fff url(./img/t1.jpg) no-repeat left bottom;
}

#header a {
    color: #083c54;
    font-weight: bold;
}


* html #header-content {  /*HACK targets IE6 but not 7, instead of min-height*/
    height: 78px;
}

#header-content {
    width: 725px; 
    min-height: 78px;
    margin: 5px 0 20px 20px;
}

#header-name{
    display:block;
    /*background-color:#ff9900;*/
    background-color:#FFCC00;
    width:860px;
    text-align:right;
    /*font-size: 12px;*/
    font-weight: normal;
}
#header-name a{
    color: #333;  
    text-decoration:none;
}

#header-description {
    color: #083c54;  
    font-weight: normal; 
}


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

.asset-name,
.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-title
.archive-header,
.search-form-header,
.search-results-header {
} 

.asset-name,
.asset-name a,
.archive-title {
    color: #f06304;
}

.asset-footer {
    border-top-color: #dcebf1;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #fc8432;
}

.comment,
.trackback {
    border-color: #dcebf1;
}



.archive-list-item {
    margin-bottom: 5px;
}


/* Widget ----------------------------------------------------------------- */

.layout-wtt #content-inner { background: transparent url(./img/content-wtt.gif) repeat-y scroll right top; }
.layout-twt #content-inner { background: transparent url(./img/content-twt.gif) repeat-y scroll left top; }
.layout-wt #content-inner { background: transparent url(./img/content-wt.gif) repeat-y scroll right top; }
/*.layout-tw #content-inner { background: transparent url(./img/content-tw.gif) repeat-y scroll left top; }*/
.layout-tw #content-inner { background-color:#fff; }





.widget a,
.archive-widget .widget-list .item {
    color: #878e80;
} 

.widget-header {
    padding: 5px 15px;
    /*font-size: 12px;*/
    font-weight: bold; 
    background: url(./img/widget-header.gif) repeat top left #9dd4b4; 
}  
.widget .widget-header {
    border-left: 1px solid #fff;
}

.layout-tw .widget .widget-header {
    border-left-width: 0;
}

.layout-twt #beta .widget-header,
.layout-tw .widget-header {
    border: 0;
}

.embed-asset-widget .widget-header {
    margin-bottom: 10px;
}  
.widget-header,
.widget-header a {
    text-decoration: none;
    color: #fff;
}

.widget-header .edit a {
    border-left-color: #fff
} 
.widget .widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
    padding: 0 15px;
}

.media-stream-widget img {
    border: 1px solid #999;
} 
.widget-header .edit a,
.archive-widget .widget-list .item a,
.archive-widget .widget-list .item {
    font-weight: normal;
} 

.widget-header {
    font-size: 14px;
}

.widget-header a {
    text-decoration: none;
}

.widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
    /*font-size: 11px;*/
}


/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget {
    margin: 10px 0;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: center;
}


/* Footer ----------------------------------------------------------------- */

#footer { 
    background-color:#FF9900; 
}

#footer-content {
    margin: 5px 0;
}

#footer a{
    text-decoration:none;
}

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

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    /*font-size: 0.1em;*/
}


#header-inner,
#content-inner,
#footer-inner,
.asset-body {
    height: 1%;
}


/* Custom Styles ---------------------------------------------------------- */

#content-inner {
    padding: 10px 0;
}
/* header navi ---------------------------------------------------------- */
.headnavi{
margin:0;
padding:0;
        background-color:#fff;
        font-size:12px;
}
.headnavi ul{
width: 860px;
        height:40px;
        *height:37px;
}
.headnavi li{
float: left;
text-align: center;
font-weight: bold;
border-left: solid 1px #FFF;
list-style: none;
}
.headnavi li a{
display: block;
width: 122px;
padding: 11px 10px;
margin:0;
background: #F90;
text-decoration: none;
border-bottom: solid 1px #fff;
color: #FFF;
}
.headnavi li a:hover{
background: #FF0000;
padding: 11px 10px;
margin:0;
text-decoration: none;
color: #fff;
}
/*------記事日付位置---------------------------*/
.entry-asset asset hentry{
text-align:left;
}
/*------ページ送り---------------------------*/
.multiple-pages{ 
text-align:center;
}

/*------トップページ新着情報------------------*/

.top-new{
       margin-top:8px;
}
.top-new li{
       font-size:12px;
       border-bottom:1px dotted #ccc;
       line-height:1.5em;
}
.newtitle{
       position:absolute;
       left:110px;
       width:360px;
}
.newtext{
       position:absolute;
       left:450px;
}
/*------トップページ枠------------------*/
.top-table{
      border-top:1px solid #181818;
      font-size:12px;
      *border-collapse: collapse;

}
.top-coment{
      background-image:url(./img/top-coment.jpg);
      background-repeat:no-repeat;
      height:210px;
      width:560px;
      margin:0;
      padding:0;
}
.top-coment p{
      color:#fff;
      margin:20px 10px 10px 20px;
      width:200px;
}
.top-coment-r{
      width:300px;
      padding:10px 10px 0 10px;
      vertical-align:top;
      background-image:url(./img/k_bg.gif);
      background-repeat:no-repeat;
}
.top-coment-r h3{
     color:#FF6600;
     font-size:16px;
     font-weight:bold;
}
.top-coment-r img{
      padding:3px 0 3px 0;
      *padding:3px 0 0px 0;
}

#center{
text-align:center;
}
/* 店舗情報レイアウト */

#s-info {
width: 293px;
position: static;
margin: 0 15px 0 0; 
padding:0;
border: 1px solid #CCCCCC;
background-color: #FFFFFF;
text-align: center;
}

#s-info-inner {
width: 280px;
margin: 4px 5px 1px 5px;
}

#s-info dl {
margin: 0;
padding: 0;
font-size: 0.9em;
line-height: 150%;
}

#s-info dt {
margin-top: 3px;
padding: 2px 2px 2px 2px;
background-color: #FFDF7D;
width: 62px;
float: left;
}

#s-info dd {
margin: -2.05em 0 0 0;
padding: 0.7em 0.7em 0.7em 6.2em;
white-space: nowrap;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #BBBBBB;
width: 200px;
text-align: left;
float: right;
}

#s-info .t-top {
margin-top: 0px;
}

#s-info .t-bottom {
border:none;
margin-bottom: 0px;
}
.infotable{
font-size:12px;
width:96%;
margin:10px auto;
text-align:center;
}

.infotable td{
text-align: left;
}

.infotable p{
line-height:1.4em;
*line-height:1.6em;
}
.infotable h3{
padding-top:10px;
color:#ff6600;
font-weight:bold;
margin-bottom:10px;
}
.top-staff{
      background-image:url(./img/01b.jpg);
      background-repeat:no-repeat;
      height:180px;
      width:96%;
      margin:10px auto;
      text-align:center;
}
.top-staff p{
      margin:12px 0 2px 280px;
      text-align:left;
}
.shopinfo-header{
      display:block;
      width:100%;
      background-image:url(./img/widget-header.gif);
      color:#fff;
      padding:2px 0;
      font-size:14px;
      font-weight:bold;
      text-indent:1em;
}

.linktable{
       margin:0 auto;
       text-align:center;
}
.linktable td{
       padding:10px 20px 10px 0px;
       border-bottom:1px dotted #ccc;
       text-align:left;
}
.title1{
      border-bottom:1px solid #666;
      border-left:12px solid #666;
      border-right:12px solid #666;
      background-color:#333;
      color:#fff;
      display:block;
      line-heigt:2em;
      padding:3px 0px 3px 10px;
      font-size:18px;
      margin-bottom:26px;
}
* html .title1{/*IE6ハック*/
 height: 1%;
}
.title2{
      border-bottom:1px solid #ff6600;
      display:block;
      width:100%;
      color:#ff6600;
      padding:2px 0;
      font-size:14px;
      font-weight:bold;
      margin:10px 0 10px 0;
}
.datatable{
       border-collapse:collapse;
       margin-left:5px;
}
.datatable td{
       padding:5px 3px 5px 3px;
       border:1px solid #666;
}



