@charset "UTF-8";






/* 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;
}
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;*/
    text-decoration: none;
    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;
}


/* 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:url("img/common/common_bg_03.png") repeat-x 0px 110px; */
	font-family: "メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",sans-serif !important;
	font-family: verdana,"ＭＳ Ｐゴシック", sans-serif;

	font-size:10px !important;
	font-size:59.5%;



}

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

   
   background-color: transparent;
/* border: solid 1px #bbbbbb; */ /* test */
}

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


}

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

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


}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;


}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    /*padding-right: 16px;
    padding-left: 8px;*/


}

/* ========================================================= */
/* ========================================================= */
/* ========================================================= */
/* ========================================================= */
/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 530px;
}

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

.layout-wtt #gamma {
/*    right: 190px; */
/*    width: 190px; */
    right: 160px;
    width: 220px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 195px;
    width: 500px;
}

.layout-twt #beta {
    left: -483px;
    width: 170px;
}

.layout-twt #gamma {
	left: 40px;
    width: 220px;
}


/* Wide-Thin */

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

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


/* Thin-Wide */

.layout-tw #alpha {
    left: 190px;
    width: 750px;
}

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


/* Medium-Wide */

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

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

/* Wide-Medium */

.layout-wm #alpha {
    width: 610px;
}

.layout-wm #beta {
    width: 330px;
}


/* 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: .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: 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;
}

.posts dl {
margin-bottom:30px;
font-size:1em;
}

.posts dt {
float:left;
clear:left;
width:6em;
line-height:1.6em;
}

.posts dd {
margin-left:7em;
line-height:1.6em;
}

.posts dd a {
display:inline-block;
text-decoration:none;
line-height:1.6em;
}

p.back-number {
font-size:1em;
}

img.new {
	margin-left:7px;
	vertical-align:middle;
}

.link ul {
list-style-type:none;
display:inline;
float:right;
height:1.6em;
margin:30px 0 18px;
}

.link ul li {
float:left;
padding-left:2em;
}

.link ul li a {
text-decoration:none;
}

#product01 {
clear:both;
margin-bottom:10px;
}

#product01 .div02 {
height:52px;
background:#FFF2E0;
padding:10px;
margin-bottom:10px;
font-size:12px;
}

#product01 .div02 .img01 {
width:52px;
height:52px;
border:1px solid #bbb;
float:left;
}

#product01 .div02 dl {
width:260px;
float:left;
margin-left:10px;
}

p.back-number a {
text-decoration:none;
}

.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: 0px 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;*/
    font-size: 1.1em;
}

.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; */
    border: 1px solid #fff;
    background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px;
    font-size: 12px;
	font-family: "メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",sans-serif !important;
	font-family: verdana,"ＭＳ Ｐゴシック", sans-serif;

    color: #666;
    margin: 0;
    padding: 0 10px 10px !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;
    }
}

/* =============================================================== */
/* =============================================================== */
/* =============================================================== */

/*

A Six Apart theme adapted for Movable Type default templates 
name: Minimalist Red  
designer: Lilia Ahner  
designer_url: http://lilia.vox.com 
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
*/


/* Default ---------------------------------------------------------------- */

/* Global */

body {
    font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}


/* Header */

#header {
    border-top-width: 10px;
    border-top-style: solid;
}

#header-inner {
    position: relative;
}

#header-name {
    margin: 0 0 5px;
    line-height: 1;
}

#header-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.125;
}

#header a {
    text-decoration: none;
}

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


/* Content */

.asset-name {
/*    font-size: 22px; */
    font-size: 18px;
    font-weight: bold;
}

.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 #ccc; */
    border-top: 1px solid #fff;
}

.asset-footer {
/*    border-top: 1px solid #ccc; */
    border-top: 1px solid #fff;
}

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

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    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;
}

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

.asset-more-link,
.asset-meta,
.typelist-thumbnailed {
    font-size: 11px;
}

.asset-more-link,
.asset-meta,
.typelist-thumbnailed a{
    font-size: 11px;
}

*html .asset-more-link a {
/*    color: #666; */
    color: #a73227;
    font-size: 100%; /* 68 */
    text-decoration: none;
}
*:first-child+html .asset-more-link a {
/*    color: #666; */
    color: #a73227;
    font-size: 100%;
    text-decoration: none;
}
.asset-more-link a {
/*    color: #666; */
    color: #a73227;
    font-size: 100%;
    text-decoration: none;
}
*:first-child+html .asset-more-link a:link    { color:#a73227; text-decoration: none;}
*:first-child+html .asset-more-link a:visited { color:#a73227; text-decoration: none;}
*:first-child+html .asset-more-link a:hover   { color:#666; text-decoration: underline;}
*:first-child+html .asset-more-link a:active  { color:#a73227; text-decoration: none;}

.asset-more-link a:link    { color:#a73227; text-decoration: none;}
.asset-more-link a:visited { color:#a73227; text-decoration: none;}
.asset-more-link a:hover   { color:#666; text-decoration: underline;}
.asset-more-link a:active  { color:#a73227; text-decoration: none;}

.asset-meta a:link    { color:#a73227; text-decoration: none;}
.asset-meta a:visited { color:#a73227; text-decoration: none;}
.asset-meta a:hover   { color:#666; text-decoration: underline;}
.asset-meta a:active  { color:#a73227; text-decoration: none;}

.typelist-thumbnailed a:link    { color:#a73227; text-decoration: none;}
.typelist-thumbnailed a:visited { color:#a73227; text-decoration: none;}
.typelist-thumbnailed a:hover   { color:#666; text-decoration: underline;}
.typelist-thumbnailed a:active  { color:#a73227; text-decoration: none;}


/* 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;  
	font-family: "メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",sans-serif !important;
	font-family: verdana,"ＭＳ Ｐゴシック", sans-serif;

    background-color: #fff;
} 

a {
    color: #ab0404; 
}

a:hover {
    text-decoration: none;
}


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

#container-inner,
#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;
}

#content { 
    margin-top: 20px;
    margin-bottom: 30px;
}

#container-inner {
/*    width: 100%; */
/*    margin-right: 0; */
/*    margin-left: 0; */
}

#header-inner,
#content-inner,
#footer-inner {
    position: relative;
    width: 950px;
    margin: 0 auto;
}


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

#header { 
    border-color: #470101;  
    background: #ad0404 url(header.gif) repeat-x bottom right; 
}

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

#header-content {
    width: 842px; 
    margin: 30px 0 40px 20px;
}

#header-name {
    color: #fff; 
    font-size: 34px;
    font-weight: bold;
}

#header-description {
    color: #fff;  
}


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

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

.asset-footer {
   /*border-top-color: #ddd;*/

}

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

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


 .asset-name a {
    margin-bottom: 8px;
}

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


.asset-name a:link    { color:#000; text-decoration: none;}
.asset-name a:visited { color:#000; text-decoration: none;}
.asset-name a:hover   { color:#666; text-decoration: underline;}
.asset-name a:active  { color:#000; text-decoration: none;}

.asset-body a:link    { color:#a73227; text-decoration: none;}
.asset-body a:visited { color:#a73227; text-decoration: none;}
.asset-body a:hover   { color:#666; text-decoration: underline;}
.asset-body a:active  { color:#a73227; text-decoration: none;}


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



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

.widget-header,
.widget-content {
    /*margin-right: 15px;
    margin-left: 15px;*/
}

.widget-header { 
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #ccc;
/*    border-color: #fff; */
    border-bottom: #ccc;
    background-color: #fcf1d6;
    padding: 0;
    font-size: 14px; 
	font-family: "メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",sans-serif !important;
	font-family: verdana,"ＭＳ Ｐゴシック", sans-serif;

    margin-bottom: 8px;
    padding-bottom: .3em;
    color: #000;
}

.widget-header,
.widget-header a {
/*    color: #333; */
    color: #000;
/*    font-weight: normal; */
  padding: 3px 0 0 5px;
}

*html .widget-content a {
/*    color: #666; */
    color: #a73227;
    font-size: 100%; /* 68 */
    text-decoration: none;
}
*:first-child+html .widget-content a {
/*    color: #666; */
    color: #a73227;
    font-size: 1.1em;
    text-decoration: none;
}
.widget-content a {
/*    color: #666; */
    color: #a73227;
    font-size: 100%;
    text-decoration: none;
}

.widget-content a:hover {
    text-decoration: underline;
    color: #666;
}

*:first-child+html .widget-content a:link    { color:#a73227; text-decoration: none;}
*:first-child+html .widget-content a:visited { color:#a73227; text-decoration: none;}
*:first-child+html .widget-content a:hover   { color:#666; text-decoration: underline;}
*:first-child+html .widget-content a:active  { color:#a73227; text-decoration: none;}

.widget-content a:link    { color:#a73227; text-decoration: none;}
.widget-content a:visited { color:#a73227; text-decoration: none;}
.widget-content a:hover   { color:#666; text-decoration: underline;}
.widget-content a:active  { color:#a73227; text-decoration: none;}



*html entry-categories a {
/*    color: #666; */
    color: #a73227;
    font-size: 100%; /* 68 */
    text-decoration: none;
}
*:first-child+html entry-categories a {
/*    color: #666; */
    color: #a73227;
    font-size: 100%;
    text-decoration: none;
}
.entry-categories a {
/*    color: #666; */
    color: #a73227;
    font-size: 100%;
    text-decoration: none;
}

.entry-categories a:link    { color:#a73227; text-decoration: none;}
.entry-categories a:visited { color:#a73227; text-decoration: none;}
.entry-categories a:hover   { color:#666; text-decoration: underline;}
.entry-categories a:active  { color:#a73227; text-decoration: none;}



#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

.widget-header {
/*    font-size: 14px; */
	border-bottom: 1px solid #CFB7AD;
    font-size: 12px;
    line-height: 25px;
}

.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: left;
}


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

#footer { 
/*    background-color: #470101; */
    background-color: #ffffff;
    border-top: dotted 1px #ccc;
}

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


/* 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;
    line-height: 0;
}


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


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

#header-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}




/* */
/* Creaters css ====================================================== */
/* */

.inner01 {
 margin: 0;
 padding: 0;
 text-align:left;
}

*html #consul_box {
 display:inline;
 background:url("img/consulBlog.jpg") bottom no-repeat #fff;
 width: 281px;
 height: 96px;
 margin: 0 0 0 10px;
 padding: 0;
 float: left;
}
*:first-child+html #consul_box {
 background:url("img/consulBlog.jpg") bottom no-repeat #fff;
 width: 281px;
 height: 96px;
 margin: 0 0 0 20px;
 padding: 0;
 float: left;
}
#consul_box {
 background:url("img/consulBlog.jpg") bottom no-repeat #fff;
 width: 281px;
 height: 83px;
 margin: 0px 0 0 10px;
 padding: 0;
 float: left;
}
.clear{
	clear:both;
	line-height:0;
	height:0;
	margin: 0;
	padding: 0;
}


/* */
/* User common css ====================================================== */
/* */

img{
vertical-align:bottom;
}

body{
background:url("img/common/common_bg_03.png") repeat-x 0px 110px;
color:#666;
}

a{
color:#A73227;
text-decoration:none;
}

a:hover{
color:#574447;
text-decoration:underline;
}

#wrapper01{
/* clear:both; */
 width:950px;
/* width:100%; */
/* margin:0px auto; */
 margin: -20px auto 0 auto;
 background:url("img/common/common_bg_02.png") !important;
background:url("img/common/common_bg_02ie6.png");
padding:0px 5px;
text-align: left;
/*  border: solid 1px #000000; */ /* test */
}

#wrapper02{
 background:none #fff !important;
 background:url("img/common/bread_bg_02.png") repeat-x 0px 0px #fff;

/* border: solid 1px #ff0000; */ /* test */
 width:100%;
}

#content01{
display:inline;
clear:both;
width:910px;
height:100%;
padding:5px 20px 0;
/*   background:#fff url(img/common/content_bg_01.png) right top repeat-y; */
}

*html #content01 {
 margin-top: -10px;
}
*:first-child+html #content01 {
margin-top: -10px;
}
#content01 {
margin-top: -30px;
}

#main {
float:left;
width:677px;
background-color:#fff;
}

.top01{
clear:both;
margin-right:40px;
text-align:right;
}

.top01 a{
color:#8D7075;
font-size:10px;
padding-left:8px;
background:url("img/common/common_bg_11.png") no-repeat 0px 50%;
}



/* */
/* User header css ====================================================== */
/* */
#header01{
min-width:950px;
width:950px;
width:auto !important;
height:73px;
margin:0 auto 1px;
background:#fff url("img/common/header_bg_11.png") left top repeat-x;
}
#header01 .div01{
width:950px;
height:73px;
margin:0px auto;
text-align: left;
}

/* logo */
#header01 .div01 h1 a{
float:left;
width:158px;
height:36px;
overflow:hidden;
margin-top:20px;
margin-left:12px;
background:transparent url("img/common/header_bg_01.png") left top no-repeat;
text-indent:-9999px;
}

/* site navi box */
#header01 .div01 .ul01{
float:right;
width:360px;
margin-top:13px;
}
#header01 .div01 .ul01 li{
float:left;
padding-left:10px;
}
#header01 .div01 .ul01 li a{
display:block;
float:left;
height:13px;
overflow:hidden;
text-indent:-9999px;
}
#header01 .div01 .ul01 .li01 a{
width:101px;
background:transparent url("img/common/header_bg_02.png") left top no-repeat;
}
#header01 .div01 .ul01 .li02 a{
width:79px;
background:transparent url("img/common/header_bg_03.png") left top no-repeat;
}
#header01 .div01 .ul01 .li03 a{
width:71px;
background:transparent url("img/common/header_bg_04.png") left top no-repeat;
}
#header01 .div01 .ul01 .li04 a{
width:69px;
background:transparent url("img/common/header_bg_05.png") left top no-repeat;
}

/* members box */
*html #header01 .members {
clear:right;
float:right;
width:511px;
/* margin-top:13px; */
 margin:0 -50px 0 0;
}
#header01 .members {
clear:right;
float:right;
width:511px;
/* margin-top:13px; */
 margin:13px -128px 0 0;
}

#header01 .members p,
#header01 .members ul li a {
overflow:hidden;
text-indent:-9999px;
}
#header01 .members p {
visibility:hidden;
float:left;
width:151px;
height:28px;
margin-right:7px;
background:transparent url(img/common/header_bg_06.png) left top no-repeat;
}
#header01 .members ul {
float:left;
}
#header01 .members ul li {
float:left;
}
#header01 .members ul li a {
display:block;
height:28px;
}
#header01 .members ul li.li01 a {
width:102px;
background:transparent url(img/common/header_bg_07.png) left top no-repeat;
}
#header01 .members ul li.li02 a {
width:110px;
background:transparent url(img/common/header_bg_08.png) left top no-repeat;
}
#header01 .members ul li.li03 a {
width:141px;
background:transparent url(img/common/header_bg_09.png) left top no-repeat;
}

/**/


.logobox {
float:left;
width:158px;
height:36px;
overflow:hidden;
margin-top:20px;
margin-left:12px;
}

.h1box {
width:950px;
margin-right:auto;
margin-left:auto;
}

.h1pos {
width:940px;
text-align:right;
font-size:10px;
font-weight:normal;
color:#666666;
position:absolute;
top:520px;
z-index:1;
}

/*asta*/


.h1possub {
width:928px;
text-align:right;
font-size:10px;
font-weight:normal;
color:#666666;
position:absolute;
top:142px;
z-index:1;

}

/* */
/* User gnave css =================================================== */
/* */
#gnavi01{
position:relative;
clear:both;
min-width:950px;
/*width:950px; */
width:975px;
width:auto !important;
height:36px;
margin-bottom:-21px;
padding-bottom:21px;
background:url("img/common/common_bg_01.png") repeat-x 0px bottom !important;
background:none;
margin:0px auto;
}
#gnavi01 .div01{
height:36px;
background:#a00 url("img/common/gnavi_bg_01.png") left top repeat-x;
}
#gnavi01 .div01 .ul01{
width:975px;
height:36px;
margin:0px auto;
}
#gnavi01 .div01 .ul01 li{
float:left;
}
#gnavi01 .div01 .ul01 li a{
display:block;
height:36px;
overflow:hidden;
text-indent:-9999px;
}
#gnavi01 .div01 .ul01 li.on a,
#gnavi01 .div01 .ul01 li a:hover{
background-position:0 -36px;
}
#gnavi01 .div01 .ul01 .li01 {
 padding-left:14px;
background:transparent url(img/common/gnavi_bg_02.png) left top no-repeat;
}
#gnavi01 .div01 .ul01 .li06 {
padding-right:11px;
background:transparent url(img/common/gnavi_bg_03.png) right top no-repeat;
}
#gnavi01 .div01 .ul01 .li01 a{
width:161px;
background:transparent url(img/common/gnavi_img_01.png) left top no-repeat;
}
#gnavi01 .div01 .ul01 .li02 a{
width:214px;
background:transparent url(img/common/gnavi_img_02.png) left top no-repeat;
}
#gnavi01 .div01 .ul01 .li03 a{
width:108px;
background:transparent url(img/common/gnavi_img_03.png) left top no-repeat;
}
#gnavi01 .div01 .ul01 .li04 a{
width:121px;
background:transparent url(img/common/gnavi_img_04.png) left top no-repeat;
}
#gnavi01 .div01 .ul01 .li05 a{
width:184px;
background:transparent url(img/common/gnavi_img_05.png) left top no-repeat;
}
#gnavi01 .div01 .ul01 .li06 a{
width:162px;
background:transparent url(img/common/gnavi_img_06.png) left top no-repeat;
}


/* */
/* bread css ========================================================== */
/* */

*html #bread01{
position:relative;
display:inline;	/* peekaboo */
float:left;
/* width:750px; */
width:720px;
height:30px;
margin-bottom:20px;
margin-left:20px;
border-bottom:1px dotted #ccc !important;
border-bottom:1px dotted #e0e0e0;
text-align: left;
}
#bread01{
position:relative;
display:inline;	/* peekaboo */
float:left;
/* width:750px; */
width:720px;
height:30px;
margin-bottom:20px;
margin-left:20px;
border-bottom:1px dotted #ccc !important;
border-bottom:1px dotted #e0e0e0;
text-align: left;
}

*html #bread01 ul li{
display:inline;
margin-left:2px;
padding-left:5px;
background:transparent url("img/common/bread_bg_01.png") left center no-repeat;
line-height:30px;
font-size:100%;
}
*:first-child+html #bread01 ul li{
display:inline;
margin-left:2px;
padding-left:5px;
background:transparent url("img/common/bread_bg_01.png") left center no-repeat;
line-height:30px;
font-size:100%;
}
#bread01 ul li{
display:inline;
margin-left:2px;
padding-left:5px;
background:transparent url("img/common/bread_bg_01.png") left center no-repeat;
line-height:30px;
font-size:100%;
}
#bread01 ul .li01{
margin:0px;
padding:0px;
background:none;
}


/* */
/* tools  css ================================================== */
/* */

*html #tools {
position:relative;
display:inline;	/* peekaboo */
float:right;
/*width:160px; */
width:190px;
height:30px;
/* height:30px; */
 margin-right:20px;
border-bottom:1px dotted #ccc !important;
border-bottom:1px dotted #e0e0e0;
}
#tools {
position:relative;
display:inline;	/* peekaboo */
float:right;
/*width:160px; */
width:190px;
height:30px;
 margin-right:20px;
border-bottom:1px dotted #ccc !important;
border-bottom:1px dotted #e0e0e0;
}
#tools p,
#tools ul li {
overflow:hidden;
text-indent:-9999px;
}
#tools p {
display:inline;
float:left;
width:86px;
height:10px;
margin-top:10px;
margin-right:5px;
background:transparent url(img/common/tools_bg_01.png) left top no-repeat;
}
#tools ul {
display:inline;
float:left;
margin-top:3px;
}
#tools ul li {
float:left;
width:23px;
height:24px;
cursor:pointer;
}
#tools ul li.li01 {
background:transparent url(img/common/tools_bg_02.png) left top no-repeat;
}
#tools ul li.li02 {
background:transparent url(img/common/tools_bg_03.png) left top no-repeat;
}
#tools ul li.li03 {
background:transparent url(img/common/tools_bg_04.png) left top no-repeat;
}


/* */
/* */
/* */
#sidebar01 {
display:inline;
float:right;
width:220px;
font-size:12px;
text-align:left;
margin: 48px 20px 0 0;
padding:0;
}


#sidebar01 a {
font-weight: bold;
bkackground-color: #fcf1d6;

}
#sidebar01 a:link    { color:#a73227; text-decoration: none;}
#sidebar01 a:visited { color:#a73227; text-decoration: none;}
#sidebar01 a:hover   { color:#666; text-decoration: underline;}
#sidebar01 a:active  { color:#a73227; text-decoration: none;}

/* */
/* */
/* */

#footer01{
clear:both;
width:930px;
height:75px;
margin:10px 10px 0;
border-top:1px dotted #ccc !important;
border-top:1px solid #e0e0e0;
background-color:#fff;
font-size:10px;
line-height:10px;
}

/* footer logo */
#footer01 dl.dl01 dt.dl01{
float:left;
width:80px;
height:25px;
overflow:hidden;
margin-top:10px;
background:transparent url("http://www.astacure.com/common/footer_bg_01.png") left top no-repeat;
text-indent:-9999px;
}
#footer01 dl.dl01 dt.dl01 a{
display:block;
width:135px;
height:25px;
}

/* about navi */
#footer01 dl.dl01 dd.dl01 .ul01{
float:left;
margin-top:20px;
margin-left:20px;
}
#footer01 dl.dl01 dd.dl01 .ul01 li{
display:inline;
margin-right:8px;
padding-right:7px;
background:url("img/common/common_bg_04.png") right center no-repeat;
}
#footer01 dl.dl01 dd.dl01 .ul01 li a{
font-size:10px;
line-height:14px;
}
#footer01 dl.dl01 dd.dl01 .ul01 li.last{
margin-right:0;
background:none;
}

/* inquire box */
#footer01 dl.dl01 .box01{
float:right;
width:321px;
margin-top:22px;
}
#footer01 dl.dl01 .box01 .a01{
display:block;
float:left;
width:110px;
height:17px;
margin-bottom:7px;
background:transparent url("img/common/footer_bg_02.png") left top no-repeat;
overflow:hidden;
text-indent:-9999px;
font-size:0px;
}
#footer01 dl.dl01 .box01 .p01{
display:block;
float:right;
width:180px;
height:24px;
margin-bottom:5px;
background:transparent url("img/common/footer_bg_03.png") left top no-repeat;
overflow:hidden;
text-indent:-9999px;
font-size:0px;
}
#footer01 dl.dl01 .box01 .p02{
display:block;
clear:both;
width:321px;
height:9px;
background:transparent url("img/common/footer_bg_04.png") left top no-repeat;
overflow:hidden;
text-indent:-9999px;
font-size:0px;
}

#footer01 dl.dl01 dd.dl01 address{
display:block;
clear:left;
float:left;
width:279px;
line-height:11px;
font-size:11px;
	font-family: "メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",sans-serif !important;
	font-family: verdana,"ＭＳ Ｐゴシック", sans-serif;

margin-top:15px;
/*background:transparent url("img/common/footer_bg_05.png") left top no-repeat;
text-indent:-9999px;
font-size:0px;*/
}


*html #footer01 a {
/*    color: #666; */
    color: #a73227;
    font-size: 68%;
    text-decoration: none;
}
*:first-child+html #footer01 a {
/*    color: #666; */
    color: #a73227;
    font-size: 68%;
    text-decoration: none;
}
#footer01 a {
/*    color: #666; */
    color: #a73227;
    font-size: 100%;
    text-decoration: none;
}

#footer01 a:hover {
    text-decoration: underline;
    color: #666;
}

*:first-child+html #footer01 a:link    { color:#a73227; text-decoration: none;}
*:first-child+html #footer01 a:visited { color:#a73227; text-decoration: none;}
*:first-child+html #footer01 a:hover   { color:#666; text-decoration: underline;}
*:first-child+html #footer01 a:active  { color:#a73227; text-decoration: none;}

#footer01 a:link    { color:#a73227; text-decoration: none;}
#footer01 a:visited { color:#a73227; text-decoration: none;}
#footer01 a:hover   { color:#666; text-decoration: underline;}
#footer01 a:active  { color:#a73227; text-decoration: none;}


.page-title, .archive-title {
     font-size: 18px;
     font-style: normal;
     font-weight: bold;
}

/* */
/* */
/* */


.userdiv01 {
 border: solid 1px #a73227;
 width: 155px;
 margin: 0;
 padding: 0;
 text-align: center;
 padding: 5px 3px;
}
.userdiv02 {
/* border: solid 1px #a73227; */
 width: 155px;
 margin: 0;
 padding: 0;
 text-align: center;
 padding: 5px 3px;
}

.user01 {
 margin: 10px 0 0 0;
 line-height:1.7;
 text-align: left;
}
*html .user01 {font-size: 100%; line-height:1.7;}
*:first-child+html .user01 {font-size: 100%; line-height:1.7;}
.user01 {font-size: 110%; line-height:1.7;}

/* ============================================================ */
/* */
/* */
/* Redefine =================================================== */
/* */
/* */
/* ============================================================ */

.widget-content ul {
    list-style: disc;
    margin-left: 20px;
}


.asset-header h2{
/* margin-bottom:10px; */
border-bottom:1px dotted #ccc;
padding-top:2px;
padding-bottom:5px;
padding-left:45px;
/* padding-right:30px; */
padding-right:15px;
/* background: transparent url("img/index_icon_logo_new.png") left top no-repeat #fcf1d6; */
background: url("img/index_icon_logo.png") left top no-repeat #fcf1d6;
/* color:#333; */
font-size:1.34em;
}

.asset-header h1{
/* margin-bottom:10px; */
border-bottom:1px dotted #ccc;
padding-top:5px;
padding-bottom:5px;
padding-left:45px;
/* padding-right:30px; */
padding-right:15px;
/* background: transparent url("img/index_icon_logo.png") left top no-repeat #fcf1d6; */
background: url("img/index_icon_logo.png") left top no-repeat #fcf1d6;
/* color:#333; */
/* font-size:1.34em; */
}

*html .asset-body {
font-size: 105%;
line-height: 1.8;
}
.asset-body {
font-size: 1em;
line-height: 1.7;
}
.more {
margin:25px 0 18px;
text-align:right;
}
.byline {
 display: none;
}

