/*------------------------------------------------------------------------------
    CSS Document (http://www.w3.org/Style/CSS/)

    project:        KOUMEI YAMAGUCHI NATSUO
    created:        2013-04-22
    summary:
                    RESET
                    BREADCRUMB
                    HEADER
                    MODAL
                    WIDGETS
                    TEMPLATE_TOP
                    TEMPLATE_PERMALINK
                    TEMPLATE_ARCHIVE
                    TEMPLATE_PROFILE
                    TEMPLATE_ACHIEVEMENTS

----------------------------------------------------------------------------- */


/*        =RESET
----------------------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}
body {
    position: relative;
    font-size: 62.5%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
.font-down {
    font-size: 50%;
}
.font-up {
    font-size: 87.5%;
}
.font-up #profile-part-2, .font-up  #profile-part-3, .font-up #profile-part-4 { font-size: 71.4%; }
.font-down #profile-part-2, .font-down  #profile-part-3, .font-down #profile-part-4 { font-size: 125%; }
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
  display:block;
}
nav ul {
  list-style:none;
}
a {
    color: #0C376C;
    text-decoration: none;
}
a:hover {
    color: #B1CAE5;
}
.widget {
    width: 100%;
    margin: 0 0 16px 0;
}
.widget .widget-header {
    position: relative;
    padding: 10px 8px;
    border-top: 2px solid #0C376D;
    border-bottom: 1px solid #999;
}

#container {
    overflow: hidden;
    width: 100%;
}
.sharebar {
    z-index: 102;
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 50%;
}
.sharebar .share-button {
    vertical-align: top;
    display: inline-block;
    margin: 1px 0 0 20px;
    *display: inline;
    *zoom: 1;
}
.sharebar .share-twitter,
.sharebar .share-facebook {
    overflow: visible;
    width: 120px;
    margin-left: 0;
}
.sharebar .share-line {
    visibility: hidden;
    width: 88px;
    height: 20px;
    margin-left: 0;
}
.template-top .sharebar .share-line {
    display: none;
}
.ui-touch .sharebar .share-line {
    display: inline-block;
    visibility: visible;
}
.sharebar .share-gplus {
    margin-right: -40px;
}
.sharebar .share-line a {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    background: url(/img/buttons/line.png) no-repeat 0 0;
    text-decoration: none;
    text-indent: -999px;
}
.sharebar .share-button div,
.sharebar .share-button span,
.sharebar .share-button iframe,
.sharebar .share-button a {
    display: block;
    vertical-align: top;
    line-height: 1px;
}
.template-profile .sharebar,
.template-achievements .sharebar {
    right: -62px;
    bottom: -112px;
    width: 310px;
}
.template-profile .sharebar .share-button,
.template-achievements .sharebar .share-button {
    float: left;
    padding: 0 0 14px 0;
}
.template-profile .sharebar .share-facebook,
.template-achievements .sharebar .share-facebook {
    margin-left: 27px;
}
.go2top {
    overflow: hidden;
    position: relative;
    left: 50%;
    width: 984px;
    margin: 144px 0 0 -520px;
    padding: 0 28px;
    background: transparent;
}
.go2top a {
    overflow: hidden;
    display: block;
    float: right;
    width: 151px;
    height: 41px;
    background: url(/img/buttons/button-go2top.png) no-repeat 0 0;
    text-align: left;
    text-indent: -999px;
    text-decoration: none;
}
.go2top a:hover {
    background-position: 0 -70px;
}
#navbar {
    z-index: 100;
    position: relative;
    clear: both;
    left: 50%;
    width: 1060px;
    margin: -31px 0 0 -530px;
    background: transparent;
}
#navbar .wrapper {
    overflow: hidden;
    width: 1040px;
    padding: 14px 10px 0 10px;
    background: url(../img/backgrounds/navbar.png) no-repeat 0 0;
}
* html #navbar .wrapper {
    _background: url(../img/common/pix.gif);
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/backgrounds/navbar.png',sizingMethod='crop');
}
#navbar .inner {
    width: 100%;
    border-top: 1px solid #415C84;
}
#navbar nav {
    width: 100%;
    height: 43px;
    background: #fff;
    border-top: 4px solid #0C376D;
    border-bottom: 1px solid #ddd;
}
nav ul,
nav li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
nav ul {
    width: 975px;
    height: 43px;
    margin: 0 auto;
}
nav li {
    width: 195px;
    float: left;
}
nav a {
    overflow: hidden;
    display: block;
    position: relative;
    width: 195px;
    margin: -14px 0 0 0;
    padding: 14px 0 0 0;
}
nav a span {
    cursor: pointer;
    display: block;
    position: relative;
    height: 43px;
    background-image: url(../img/common/navbar.png);
    background-repeat: no-repeat;
    text-decoration: none;
    text-indent: -999px;
}
#nav1 span { background-position: -42px -86px; }
#nav2 span { background-position: -237px -86px; }
#nav3 span { background-position: -432px -86px; }
#nav4 span { background-position: -627px -86px; }
#nav5 span { background-position: -822px -86px; }
#nav1:hover span, .template-profile #nav1 span { background-position: -42px -206px; }
#nav2:hover span, .template-achievements #nav2 span, .template-achievements-detail #nav2 span { background-position: -237px -206px; }
#nav3:hover span, .template-article #nav3 span { background-position: -432px -206px; }
#nav4:hover span, .template-news #nav4 span { background-position: -627px -206px; }
#nav5:hover span, .template-mail #nav5 span { background-position: -822px -206px; }
#nav1:active span { background-position: -42px -324px; }
#nav2:active span { background-position: -237px -324px; }
#nav3:active span { background-position: -432px -324px; }
#nav4:active span { background-position: -627px -324px; }
#nav5:active span { background-position: -822px -324px; }


/*        =BREADCRUMB
----------------------------------------------------------------------------- */
.template-info #breadcrumb p {
    background: url(../img/titles/blog-info.png) no-repeat 50% 0;
}
.template-article #breadcrumb p {
    background: url(../img/titles/blog-article.png) no-repeat 50% 0;
}
.template-news #breadcrumb p {
    background: url(../img/titles/blog-news.png) no-repeat 50% 0;
}
.template-webpage #breadcrumb {
    z-index: 272px;
    position: absolute;
    padding: 31px 28px 0 28px;
    background: transparent;
}
.template-webpage #content {
    padding-top: 31px;
    background: transparent;
}
.template-profile #breadcrumb h1 {
    background: url(../img/titles/blog-profile.png) no-repeat 50% 0;
}
.template-mail #breadcrumb h1 {
    background: url(../img/titles/page-mail.png) no-repeat 50% 0;
}
.template-contact #breadcrumb h1 {
    background: url(../img/titles/blog-contact.png) no-repeat 50% 0;
}
.template-privacypolicy #breadcrumb h1 {
    background: url(../img/titles/blog-privacy-policy.png) no-repeat 50% 0;
}
.template-profile #breadcrumb,
.template-mail #breadcrumb {
    position: relative;
}
.template-mail #breadcrumb {
    padding-top: 0;
}
#breadcrumb,
.template-profile #breadcrumb,
.template-contact #breadcrumb,
.template-privacypolicy #breadcrumb {
    position: relative;
    left: 50%;
    width: 984px;
    margin: 0 0 0 -520px;
    padding: 0 28px 31px 28px;
    background: #fff;
}
.template-profile #content,
.template-contact #content,
.template-privacypolicy #content,
.template-mail #content {
    padding-top: 0;
    background: transparent;
}
#breadcrumb h1,
#breadcrumb p {
    overflow: hidden;
    display: block;
    height: 86px;
    text-indent: -999px;
}
#breadcrumb {
    font-size: 1.2em;
    line-height: 1.5;
}
#breadcrumb ul,
#breadcrumb li {
    list-style: none;
    display: inline;
}
#breadcrumb a {
    text-decoration: underline;
}


#content {
    z-index: 100;
    overflow: hidden;
    position: relative;
    clear: both;
    left: 50%;
    width: 977px;
    margin: 0 0 0 -521px;
    padding: 0 32px;
    background: #fff;
}
#main {
    overflow: hidden;
    float: right;
    width: 640px;
}
#sidebar {
    overflow: hidden;
    float: left;
    width: 272px;
}
#footer-info {
    position: relative;
    width: 100%;
    border-top: 4px solid #0C376D;
}
#footer-info .wrapper {
    width: 100%;
    border-top: 1px solid #fff;
    background: #fff url(../img/backgrounds/footer.png) repeat-x 0 0;
}
#footer-info .wrapper .inner {
    overflow: hidden;
    position: relative;
    width: 970px;
    left: 50%;
    margin: 0 0 0 -485px;
}
#foot-contact {
    float: left;
    width: 305px;
    padding: 16px 0 0px 0;
    border-right: 1px solid #ccc;
    font-size: 1.6em;
    line-height: 1.4;
}
#foot-contact address {
    display: block;
    margin: 0 0 8px 0;
    font-style: normal;
}
#foot-contact h5 {
    overflow: hidden;
    display: block;
    width: 238px;
    height: 67px;
    margin: 0 0 16px 0;
    background: url(../img/buttons/contact.png) no-repeat 0 0;
    text-indent: -999px;
}
* html #foot-contact h5 {
    _background: url(../img/common/pix.gif);
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/buttons/contact.png',sizingMethod='crop');
}
#foot-contact p {
    margin: 0 0 8px 0;
}
#widget-foot-sitemap {
    float: left;
    width: 634px;
    height: auto !important;
    min-height: 10px;
    height: 10px;
    margin: 0;
    padding: 20px 0 0 30px;
    border: 0;
}
#widget-foot-sitemap h5 {
    overflow: hidden;
    width: 112px;
    height: 19px;
    margin: 0 0 16px 0;
    padding: 0;
    border: 0;
    background: url(../img/titles/foot-sitemap.png) no-repeat 0 0;
    text-indent: -999px;
}
* html #widget-foot-sitemap h5 {
    _background: url(../img/common/pix.gif);
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/titles/foot-sitemap.png',sizingMethod='crop');
}
#widget-foot-sitemap .columns-3 {
    overflow: hidden;
}
#widget-foot-sitemap .column-1-3,
#widget-foot-sitemap .column-2-3,
#widget-foot-sitemap .column-3-3 {
    float: left;
    width: 212px;
}
#widget-foot-sitemap .column-3-3 {
    width: 200px;
}
#widget-foot-sitemap h6 {
    padding: 0 0 0.5em 0;
    color: #000;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.2;
}
#widget-foot-sitemap ul,
#widget-foot-sitemap li {
    list-style: none;
    width: 100%;
}
#widget-foot-sitemap ul {
    padding: 0 0 16px 0;
}
#widget-foot-sitemap li {
    line-height: 1.5;
}
#widget-foot-sitemap a {
    font-size: 1.4em;
}
footer {
    position: relative;
    width: 100%;
    background: #0C376D;
    color: #fff;
}
footer .inner {
    position: relative;
    width: 970px;
    left: 50%;
    margin: 0 0 0 -485px;
    color: #fff;
    font-size: 1.2em;
    line-height: 36px;
}
footer .inner h6 {
    float: right;
    width: 630px;
    font-size: 1.0em;
    font-weight: normal;
}
footer .inner ul,
footer .inner li {
    display: inline;
}
footer .inner li {
    padding: 0 10px 0 0;
}
footer .inner a {
    color: #fff;
}
footer .inner a:hover {
    text-decoration: underline;
}

/*        =HEADER
----------------------------------------------------------------------------- */
header {
    position: relative;
    left: 50%;
    width: 970px;
    margin: 0 0 0 -485px;
}
header .hgroup {
    width: 100%;
    margin: 0;
}
header .hgroup p {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 4px 0 0 0;
    padding: 0;
    width: 280px;
    height: 91px;
    background: url(../img/titles/logo.png) no-repeat 0 0;
}
* html header .hgroup p {
    _background: url(../img/common/pix.gif);
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/titles/logo.png',sizingMethod='crop');
}
header .hgroup p a {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-indent: -999px;
}
header #widget-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 288px;
    margin: 0;
    border: 1px solid #fff;
    border-top: 0;
    background: url(../img/buttons/button-on-large.png) no-repeat -999px -999px; /* PRELOADING */
}
header #widget-search .widget-content {
    width: 100%;
    padding: 4px 0 2px 0;
    background-image:-moz-linear-gradient(50% 0% -90deg,rgb(220,220,220) 0%,rgba(224,224,224,0.95) 10%,rgba(227,227,227,0.91) 18%,rgba(231,231,231,0.86) 28%,rgba(236,236,236,0.8) 39%,rgba(238,238,238,0.5) 100%); 
    background-image:-webkit-gradient(linear,50% 0%,50% 92%,color-stop(0, rgb(220,220,220)),color-stop(0.1, rgba(224,224,224,0.95)),color-stop(0.18, rgba(227,227,227,0.91)),color-stop(0.28, rgba(231,231,231,0.86)),color-stop(0.39, rgba(236,236,236,0.8)),color-stop(1, rgba(238,238,238,0.5)));
    background-image:-webkit-linear-gradient(-90deg,rgb(220,220,220) 0%,rgba(224,224,224,0.95) 10%,rgba(227,227,227,0.91) 18%,rgba(231,231,231,0.86) 28%,rgba(236,236,236,0.8) 39%,rgba(238,238,238,0.5) 100%);
    background-image:-o-linear-gradient(-90deg,rgb(220,220,220) 0%,rgba(224,224,224,0.95) 10%,rgba(227,227,227,0.91) 18%,rgba(231,231,231,0.86) 28%,rgba(236,236,236,0.8) 39%,rgba(238,238,238,0.5) 100%);
    background-image:-ms-linear-gradient(-90deg,rgb(220,220,220) 0%,rgba(224,224,224,0.95) 10%,rgba(227,227,227,0.91) 18%,rgba(231,231,231,0.86) 28%,rgba(236,236,236,0.8) 39%,rgba(238,238,238,0.5) 100%);
    background-image:linear-gradient(180deg,rgb(220,220,220) 0%,rgba(224,224,224,0.95) 10%,rgba(227,227,227,0.91) 18%,rgba(231,231,231,0.86) 28%,rgba(236,236,236,0.8) 39%,rgba(238,238,238,0.5) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdcdcdc,endColorstr=#7feeeeee,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdcdcdc,endColorstr=#7feeeeee,GradientType=0);
}
header #widget-search .wrapper {
    width: 192px;
    height: 28px;
    margin: 0 5px;
    padding: 0;
    background: url(../img/backgrounds/search-top.png) no-repeat 0 0;
}
* html header .hgroup #widget-search .wrapper {
    _filter:none;
}
header #widget-search .wrapper .q {
    margin: 3px 0 0 28px;
}
header #widget-search .submitor {
    width: 78px;
    height: 33px;
    margin: -3px -5px 0 0;
    background: url(../img/buttons/button-off-large.png) no-repeat 0 0;
}
* html header #widget-search .submitor {
    _background: url(../img/common/pix.gif);
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/buttons/button-off-large.png',sizingMethod='crop');
}
header #widget-search .submitor input {
    line-height: 28px;
}
header #widget-search  .ui-state-hover {
    background: url(../img/buttons/button-hover-large.png) no-repeat 0 0;
}
header #widget-search .ui-state-active {
    background: url(../img/buttons/button-on-large.png) no-repeat 0 0;
}
header #widget-fontsize {
    z-index: 200;
    position: absolute;
    top: 41px;
    right: 0;
    width: 130px;
    margin: 0;
    border-left: 1px solid #ccc;
}
header #widget-fontsize .widget-header {
    display: none;
}
header #widget-fontsize .widget-content {
    margin: 0;
    padding: 0 0 0 8px;
    border-left: 1px solid #fff;
}
header #widget-fontsize .widget-content li {
    width: 36px;
    height: 33px;
    margin: -2px 0;
    padding: 0 5px 0 0;
    background: url(../img/buttons/button-off-small.png) no-repeat 0 0;
}
header #widget-fontsize .widget-content a {
    line-height: 34px;
}
* html header #widget-fontsize .widget-content li {
    _background: url(../img/common/pix.gif);
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/buttons/button-off-small.png',sizingMethod='crop');
}
header #widget-fontsize .widget-content a:hover {
    background: url(/img/buttons/button-hover-small.png) no-repeat 0 0;
}
header #widget-fontsize .widget-content a:active {
    background: url(/img/buttons/button-on-small.png) no-repeat 0 0;
}
header #widget-fontsize .widget-content .selected {
    background: url(../img/buttons/button-hover-small.png) no-repeat 0 0;
}
* html header #widget-fontsize .widget-content .selected {
    _background: url(../img/common/pix.gif);
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/buttons/button-hover-small.png',sizingMethod='crop');
}
header .sharebar {
    bottom: 20px;
    right: 126px;
}

/*        =MODAL
----------------------------------------------------------------------------- */
#ui-overlay {
    cursor: pointer;
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
    opacity: 0;
}
* html #ui-overlay{
    _position: absolute;
    _top:expression(0+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
    _width: 100%;
    _height: 2000px;
}
#ui-modal {
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 640px;
    height: 360px;
    margin: -180px 0 0 -320px;
}
* html #ui-modal {
    _position: absolute;
    _margin-top: expression(-180+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
}
.ui-touched #ui-overlay,
.ui-touched #ui-modal {
    position: absolute;
}
body > #ui-modal {
    position: fixed;
}
#ui-modal embed,
#ui-modal object {
    display: block;
}
.ui-modal-active {
    overflow: hidden;
}

/*        =WIDGETS
----------------------------------------------------------------------------- */
.widget .widget-header h3 {
    overflow: hidden;
    width: 100px;
    height: 17px;
    text-indent: -999px;
}
.widget .widget-header p {
    position: absolute;
    right: 8px;
    top: 10px;
    background: url(../img/common/arrow-left-hover.png) no-repeat -999px -999px;    
    font-size: 1.4em;
    line-height: 1.2;
    text-align: right;
}
.widget .widget-header p a {
    padding: 0 0 0 12px;
    background: url(../img/common/arrow-left.png) no-repeat 0 2px;
}
.widget .widget-header p a:hover {
    background: url(../img/common/arrow-left-hover.png) no-repeat 0 2px;    
}
.widget .widget-content {
    padding: 10px 0;
}
.widget .widget-content ul,
.widget .widget-content li {
    list-style: none;
    display: block;
    width: 100%;
}
#widget-search {
    background: url(../img/buttons/button-on.png) no-repeat -99px -99px;
}
#widget-search .widget-content {
    overflow: hidden;
    width: 100%;
}
#widget-search .wrapper {
    float: left;
    width: 192px;
    height: 40px;
    background: url(../img/backgrounds/search.png) no-repeat 0 0;
}
#widget-search .wrapper .q {
    display: block;
    width: 150px;
    margin: 9px 0 0 33px;
    padding: 0;
    color: #999;
    font-size: 1.6em;
    background: #fff;
    border: 1px solid #fff;
}
#widget-search .wrapper .ui-state-active {
    color: #666;
}
#widget-search .submitor {
    overflow: hidden;
    float: left;
    width: 84px;
    height: 51px;
    margin: -6px -5px 0 0;
    background: url(../img/buttons/button-off.png) no-repeat 0 0;
}
* html #widget-search .submitor {
    _background: url(../img/common/pix.gif);
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/buttons/button-off.png',sizingMethod='crop');
}
#widget-search .submitor input {
    cursor: pointer;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    color: #000;
    font-size: 1.6em;
    line-height: 51px;
    text-decoration: none;
    text-align: center;
}
#widget-search  .ui-state-hover {
    background: url(../img/buttons/button-hover.png) no-repeat 0 0;
}
#widget-search .ui-state-active {
    background: url(../img/buttons/button-on.png) no-repeat 0 0;
}
#widget-fontsize .widget-content {
    overflow: hidden;
    width: 110%;
    margin: 0 0 0 -5px;
    padding: 0 0 5px 0;
}
#widget-fontsize .widget-content ul {
    overflow: hidden;
    width: 140%;
}
#widget-fontsize .widget-content li {
    float: left;
    width: 84px;
    height: 51px;
    padding: 0 14px 0 0;
    background: url(../img/buttons/button-off.png) no-repeat 0 0;
}
#widget-fontsize .widget-content a {
    overflow: hidden;
    cursor: pointer;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #000;
    line-height: 51px;
    text-decoration: none;
    text-align: center;
}
* html #widget-fontsize .widget-content li {
    _background: url(../img/common/pix.gif);
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/buttons/button-off.png',sizingMethod='crop');
}
#widget-fontsize .widget-content a:hover {
    background: url(/img/buttons/button-hover.png) no-repeat 0 0;
}
#widget-fontsize .widget-content a:active {
    background: url(/img/buttons/button-on.png) no-repeat 0 0;
}
#widget-fontsize .widget-content .selected {
    background: url(../img/buttons/button-hover.png) no-repeat 0 0;
}
* html #widget-fontsize .widget-content .selected {
    _background: url(../img/common/pix.gif);
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/buttons/button-hover.png',sizingMethod='crop');
}
#widget-fontsize .widget-content .font-size-small { font-size: 1.3em; }
#widget-fontsize .widget-content .font-size-medium { font-size: 1.6em; }
#widget-fontsize .widget-content .font-size-large { font-size: 2.0em; }
#widget-newspaper .widget-header h3 {
    background: url("../img/titles/widget.png") no-repeat -250px 0;
}
#widget-newspaper .widget-content {
    padding: 8px 0;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.2;
}
#widget-newspaper .widget-content .wrapper {
    display: block;
    width: 100%;
    height: 188px;
    background-repeat: no-repeat;
    background-position: 0 50%;
}
#widget-banners ul,
#widget-banners li {
    list-style: none;
    display: block;
    width: 100%;
}
#widget-banners li {
    margin: 0 0 16px 0;
}
#widget-banners a {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 72px;
    background: url(../img/buttons/banners.png);
    background-repeat: no-repeat;
    text-indent: -999px;
    text-decoration: none;
}
#widget-banners .banner-facebook a { background-position: 0 0; }
#widget-banners .banner-twitter a { background-position: 0 -88px; }
#widget-banners .banner-newkomeito a { height: 120px; background-position: 0 -176px; }
.template-article #widget-yearlyarchives .widget-header,
.template-article #widget-categorycarchives .widget-header {
    border-top-color: #B9616E;
}
.template-news #widget-yearlyarchives .widget-header,
.template-news #widget-categorycarchives .widget-header {
    border-top-color: #D587A5;
}
#widget-yearlyarchives {
    margin: 0 0 21px 0;
}
#widget-yearlyarchives .widget-header,
#widget-categorycarchives .widget-header {
    padding: .2em 8px;
    border-top-width: 2px;
    border-top-style: solid;
    font-size: 1.8em;
    font-weight: normal;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝",Meiryo,"メイリオ",serif;
}
#widget-yearlyarchives .widget-content {
    padding: 0;
}
#widget-yearlyarchives .widget-content .year {
    padding: 10px;
    border-bottom: 1px dotted #999;
}
#widget-yearlyarchives .widget-content .last {
    padding: 10px 10px 0 10px;
    border-bottom: 0;
}
#widget-yearlyarchives .widget-content .year h3 {
    padding: 0 0 .3em 0;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝",Meiryo,"メイリオ",serif;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.2;
}
#widget-yearlyarchives .widget-content .year ul {
    overflow: hidden;
}
#widget-yearlyarchives .widget-content .year li {
    float: left;
    width: 16.5%;
    padding: 0.2em 0 0.5em 0;
    font-size: 1.4em;
    line-height: 1.2;
}
#widget-categorycarchives {
    border-bottom: 1px solid #999;
}
#widget-categorycarchives .widget-content {
    padding: 10px 14px 22px 14px;
    font-size: 1.4em;
}
#widget-categorycarchives .widget-content li {
    padding: .3em 0;
    line-height: 1.1;
    background: url(../img/common/arrow-left-hover.png) no-repeat -999px -999px;
}
#widget-categorycarchives .widget-content li a {
    padding: 0 0 0 12px;
    background: url(../img/common/arrow-left.png) no-repeat 0 2px;
}
#widget-categorycarchives .widget-content li a:hover {
    background: url(../img/common/arrow-left-hover.png) no-repeat 0 2px;    
}


/*        =TEMPLATE_TOP
----------------------------------------------------------------------------- */
.template-top {
    background: url(../img/backgrounds/top.jpg) no-repeat 50% 0;
}
.template-top header {
    height: 570px;
    margin-bottom: -10px;
}
.template-top header .sharebar {
    bottom: 2px;
    right: -20px;
}
.template-top hgroup h1 {
    overflow: hidden;
    float: left;
    width: 453px;
    height: 167px;
    margin: 28px 0 0 0;
    background: url(../img/titles/yamaguchi-natsuo.png) no-repeat 0 0;
    text-decoration: none;
    text-indent: -9999px;
}
* html .template-top hgroup h1 {
    _background: url(../img/common/pix.gif);
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/titles/yamaguchi-natsuo.png',sizingMethod='crop');
}
.template-top hgroup h1 strong {
    z-index: 99;
    display: block;
    position: absolute;
    top: 12px;
    left: 463px;
    width: 576px;
    height: 656px;
    background: url(../img/titles/yamaguchi-natsuo-picture.png) no-repeat 0 0;
    
}
* html .template-top hgroup h1 strong {
    _background: url(../img/common/pix.gif);
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/titles/yamaguchi-natsuo-picture.png',sizingMethod='crop');
}
.template-top hgroup h2 {
    overflow: hidden;
    float: right;
    width: 105px;
    height: 346px;
    margin: 49px 0 0 0;
    background: url(../img/titles/top-desc.png) no-repeat 0 0;
    text-decoration: none;
    text-indent: -9999px;
}
* html .template-top hgroup h2 {
    _background: url(../img/common/pix.gif);
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/titles/top-desc.png',sizingMethod='crop');
}
.template-top .facebook-likebox {
    position: absolute;
    top: 201px;
    left: -1px;
    border: 2px solid #333333;
    background: #fff url(/img/backgrounds/loader.gif) no-repeat 50% 50%;
    width: 462px;
    height: 400px;
}
.ui-loaded .template-top .facebook-likebox {
    background-image: none;
}
.template-top #navbar {
    margin-top: 0;
}
.template-top #main {
    float: left;
    padding: 16px 0 0 0;
}
.template-top #sidebar {
    float: right;
    width: 304px;
}
#widget-news .widget-header h3 {
    background: url(../img/titles/widget.png) no-repeat 0 0;
}
#widget-news .widget-content a {
    display: block;
    position: relative;
    height: auto !important;
    min-height: 10px;
    height: 10px;
    padding: 0 0 14px 125px;
    text-decoration: none;
}
#widget-news .widget-content a:hover {
    background: #F7F7F7;
}
#widget-news .widget-content .cat {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 117px;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.7;
    text-align: center;
}
#widget-news .widget-content .blog-2 {
    background: #5F73A3;
}
#widget-news .widget-content .blog-3 {
    background: #B9616E;
}
#widget-news .widget-content .blog-4 {
    background: #D587A5;
}
#widget-news .widget-content a .title {
    display: block;
    width: 100%;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.5;
}
#widget-news .widget-content a .date {
    display: block;
    width: 100%;
    color: #666;
    font-size: 1.4em;
    line-height: 1.5;
}
#widget-video .widget-header h3 {
    background: url(../img/titles/widget.png) no-repeat -120px 0;
}
#widget-video .widget-content {
    overflow: hidden;
    width: 100%;
}
#widget-video .widget-content ul {
    overflow: hidden;
    width: 140%;
}
#widget-video .widget-content li {
    float: left;
    width: 200px;
    padding: 10px 26px 0 0;
}
#widget-video .widget-content .ui-state-hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
    opacity: 0.7;
}
#widget-video .widget-content img {
    cursor: pointer;
    display: block;
    width: 200px;
    height: 150px;
}
#widget-video .widget-content span,
#ui-modal span {
    cursor: pointer;
    display: block;
    padding: 4px 0 0 0;
    color: #0C376C;
    font-size: 1.4em;
    font-weight: bold;
}
#site-settings {
    width: 100%;
    margin: 1px 0 0 0;
    background-image:-moz-linear-gradient(50% 0% -90deg,rgb(220,220,220) 0%,rgba(224,224,224,0.95) 10%,rgba(227,227,227,0.91) 18%,rgba(231,231,231,0.86) 28%,rgba(236,236,236,0.8) 39%,rgba(238,238,238,0.5) 100%); 
    background-image:-webkit-gradient(linear,50% 0%,50% 92%,color-stop(0, rgb(220,220,220)),color-stop(0.1, rgba(224,224,224,0.95)),color-stop(0.18, rgba(227,227,227,0.91)),color-stop(0.28, rgba(231,231,231,0.86)),color-stop(0.39, rgba(236,236,236,0.8)),color-stop(1, rgba(238,238,238,0.5)));
    background-image:-webkit-linear-gradient(-90deg,rgb(220,220,220) 0%,rgba(224,224,224,0.95) 10%,rgba(227,227,227,0.91) 18%,rgba(231,231,231,0.86) 28%,rgba(236,236,236,0.8) 39%,rgba(238,238,238,0.5) 100%);
    background-image:-o-linear-gradient(-90deg,rgb(220,220,220) 0%,rgba(224,224,224,0.95) 10%,rgba(227,227,227,0.91) 18%,rgba(231,231,231,0.86) 28%,rgba(236,236,236,0.8) 39%,rgba(238,238,238,0.5) 100%);
    background-image:-ms-linear-gradient(-90deg,rgb(220,220,220) 0%,rgba(224,224,224,0.95) 10%,rgba(227,227,227,0.91) 18%,rgba(231,231,231,0.86) 28%,rgba(236,236,236,0.8) 39%,rgba(238,238,238,0.5) 100%);
    background-image:linear-gradient(180deg,rgb(220,220,220) 0%,rgba(224,224,224,0.95) 10%,rgba(227,227,227,0.91) 18%,rgba(231,231,231,0.86) 28%,rgba(236,236,236,0.8) 39%,rgba(238,238,238,0.5) 100%);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdcdcdc,endColorstr=#7feeeeee,GradientType=0)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdcdcdc,endColorstr=#7feeeeee,GradientType=0);
}
#site-settings .widget, #site-settings .widget-header {
    margin: 0;
    border: 0;
}
#site-settings .widget {
    width: 272px;
    margin: 0 auto;
}
* html #site-settings .widget {
    overflow: hidden;
}
#site-settings #widget-search {
    border-top: 1px solid #fff;
}
#site-settings #widget-fontsize {
    border-bottom: 1px solid #DCDCDC;
}
#site-settings #widget-fontsize .widget-header {
    padding: 10px 0 0 0;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝",Meiryo,"メイリオ",serif;
    font-size: 1.4em;
    font-weight: normal;
}
#widget-map {
    border: 0;
}
#widget-map .widget-header {
    margin: 0;
    padding: 0;
    border-top: 1px solid #ccc;
    border-bottom: 4px solid #A8102C;
}
#widget-map .widget-header h3 {
    width: 100%;
    height: 120px;
    background: url(/img/titles/title-gmap.png) no-repeat 0 0;
}
#widget-map .widget-content {
    overflow: hidden;
    width: 638px;
    padding: 0;
    border: 1px solid #ccc;
    border-top: 0;
}
#widget-map #widget-map-locations {
    overflow: auto;
    float: left;
    width: 222px;
    height: 450px;
    border-right: 1px solid #ccc;
}
.foursquare-placemark {
    cursor: pointer;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.foursquare-placemark .datetime {
    float: left;
    width: 70px;
    padding: 4px 0 3px 0;
    background: #B9616E;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.3;
    text-align: center;
}
.foursquare-placemark h4 {
    clear: both;
    height: auto !important;
    min-height: 10px;
    height: 10px;
    padding: 12px 14px 7px 14px;
    color: #0C376C;
    font-size: 1.4em;
    line-height: 1.5;
}
.foursquare-placemark .comment {
    height: auto !important;
    min-height: 10px;
    height: 10px;
    padding: 0 14px 12px 14px;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝",Meiryo,"メイリオ",serif;
    font-size: 1.2em;
    font-style: italic;
    line-height: 1.3;
}
.foursquare-placemark .comment img {
    margin-top: -2px;
    vertical-align: middle;
}
.foursquare-active {
    background: #eee;
}
#widget-map #widget-map-google {
    float: left;
    width: 415px;
    height: 450px;
}
.infoBox img {
    display: none;
}
.infoBox .foursquare_info_window {
    padding: 5px 5px;
    background: #fff;
    background: rgba( 255, 255, 255, 0.85 );
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝",Meiryo,"メイリオ",serif;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.3;
}


/*        =TEMPLATE_PERMALINK
----------------------------------------------------------------------------- */
.wysiwyg {
    width: 100%;
    color: #333;
}
.wysiwyg p,
.wysiwyg li {
    margin: 0 0 2em 0;
    font-size: 1.6em;
    line-height: 1.5;
}
.wysiwyg ul,
.wysiwyg li {
    list-style: none;
    display: block;
    width: 100%;
}
.wysiwyg ul {
    margin: 0 0 2em 0;
}
.wysiwyg li {
    margin: 0;
    padding: 0 0 .5em 16px;
    background-position: 0 .5em;
    background-repeat: no-repeat;
}
.wysiwyg li a {
    padding: 0 0 0 12px;
    background: url(../img/common/arrow-left.png) no-repeat 0 3px;
}
.wysiwyg li a:hover {
    background: url(../img/common/arrow-left-hover.png) no-repeat 0 3px;    
}
.wysiwyg h2 {
    border-left-width: 4px;
    border-left-style: solid;
    margin: 0 0 0.5em 0;
    padding: 0 0 0 .4em;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝",Meiryo,"メイリオ",serif;
    font-size: 2.4em;
    font-weight: bold;
    line-height: 1.5;
}
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
    margin: 0 0 0.5em 0;
    padding: 0 0 0 .5em;
    border-left-width: 4px;
    border-left-style: solid;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝",Meiryo,"メイリオ",serif;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.5;
}
.wysiwyg blockquote {
    margin: 0 0 2em 0;
    height: auto !important;
    min-height: 10px;
    height: 10px;
    padding: 18px;
    border-left: 8px solid #808080;
    background: #E1E1E1;
}
.wysiwyg blockquote p {
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 1.4em;
    font-style: italic;
    line-height: 1.5;
}
.wysiwyg .mt-image-right,
.wysiwyg .mt-image-left {
    display: block;
    padding: 7px 7px 0 7px;
    border: 1px solid #D2D2D4;
}
.wysiwyg .mt-image-right figcaption ,
.wysiwyg .mt-image-left figcaption {
    display: block;
    width: 100%;
    padding: 2px 0;
    color: #000;
    font-size: 0.75em;
    text-align: left;
}
.wysiwyg .mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}
* html .wysiwyg .mt-image-right {
    _display: inline;
}
.wysiwyg .mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}
* html .wysiwyg .mt-image-left {
    _display: inline;
}
.wysiwyg .table-vmode,
.wysiwyg .table-hmode {
    width: 100%;
    margin: 0 0 2em 0;
    padding: 0;
    border-collapse: separate;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 1.4em;
}
.wysiwyg .table-vmode td,
.wysiwyg .table-hmode td,
.wysiwyg .table-vmode th,
.wysiwyg .table-hmode th {
    vertical-align: top;
    padding: 8px 12px;
    border-spacing: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    line-height: 1.2;
}
.wysiwyg .table-vmode .header {
    font-weight: bold;
    border-top-width: 4px;
    border-top-style: solid;
}
.wysiwyg .table-hmode .header {
    font-weight: bold;
    border-left-width: 4px;
    border-left-style: solid;
}
.wysiwyg .table-hmode .header-0 {
    width: 64px;
    padding-right: 0;
    border-right: 0;
}
.wysiwyg .table-hmode .header-1 {
    width: 60px;
    padding-right: 0;
    border-left: 0;
    border-right: 0;
}
.wysiwyg .table-hmode .header-2 {
    width: 40px;
    padding-left: 0;
    border-left: 0;
    text-align: right;
}
.wysiwyg .table-vmode .odd,
.wysiwyg .table-hmode .odd { background: #E1E1E1; }
.wysiwyg .table-vmode .even,
.wysiwyg .table-hmode .even { background: #F3F3F3; }
.template-info #main h1,
.template-info .wysiwyg h2,
.template-info .wysiwyg h3,
.template-info .wysiwyg h4,
.template-info .wysiwyg h5,
.template-info .wysiwyg h6,
.template-webpage #main h1,
.template-webpage .wysiwyg h2,
.template-webpage .wysiwyg h3,
.template-webpage .wysiwyg h4,
.template-webpage .wysiwyg h5,
.template-webpage .wysiwyg h6 {
    border-color: #5F73A3;
}
.template-info .wysiwyg .table-vmode .header,
.template-info .wysiwyg .table-hmode .header,
.template-webpage .wysiwyg .table-vmode .header,
.template-webpage .wysiwyg .table-hmode .header {
    border-top-color: #5F73A3;
    border-left-color: #5F73A3;
}
.template-article #main h1,
.template-article .wysiwyg h2,
.template-article .wysiwyg h3,
.template-article .wysiwyg h4,
.template-article .wysiwyg h5,
.template-article .wysiwyg h6 {
    border-color: #B9616E;
}
.template-article .wysiwyg .table-vmode .header,
.template-article .wysiwyg .table-hmode .header {
    border-top-color: #B9616E;
    border-left-color: #B9616E;
}
.template-news #main h1,
.template-news .wysiwyg h2,
.template-news .wysiwyg h3,
.template-news .wysiwyg h4,
.template-news .wysiwyg h5,
.template-news .wysiwyg h6{
    border-color: #D587A5;
}
.template-news .wysiwyg .table-vmode .header,
.template-news .wysiwyg .table-hmode .header {
    border-top-color: #D587A5;
    border-left-color: #D587A5;
}
.template-mail #main h1,
.template-mail .wysiwyg h2,
.template-mail .wysiwyg h3,
.template-mail .wysiwyg h4,
.template-mail .wysiwyg h5,
.template-mail .wysiwyg h6{
    border-color: #92814C;
}
.template-mail .wysiwyg .table-vmode .header,
.template-mail .wysiwyg .table-hmode .header {
    border-top-color: #92814C;
    border-left-color: #92814C;
}
.template-article .wysiwyg li {
    background-image: url(../img/backgrounds/bullet-article.png);
}
.template-permalink,
.template-archive,
.template-profile,
.template-achievements,
.template-archivestop {
    background: url(../img/backgrounds/default.png) no-repeat 50% -117px;
}
.template-permalink #main h1,
.template-archivestop #main h1 {
    padding: 0 0 0 .4em;
    border-left-width: 8px;
    border-left-style: solid;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝",Meiryo,"メイリオ",serif;
    font-size: 3.2em;
    font-weight: bold;
    line-height: 1.4;
}
.template-permalink #main .metas,
.template-archivestop #main .metas {
    padding: 1em 0;
    font-size: 1.6em;
    line-height: 1.1;
    text-align: right;
}
.template-permalink #main .metas .cat,
.template-archivestop #main .metas .cat {
    margin: 0 1em 0 0;
    color: #0C376C;
}
.template-permalink #main .metas .date,
.template-archivestop #main .metas .date {
    color: #666;
}
.template-archivestop .article {
    width: 100%;
    margin: 0 0 32px 0;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #999;
}
.template-permalink .sharebar,
.template-archivestop .sharebar {
    clear: both;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: -12px 0 0 0;
}

/*        =TEMPLATE_ARCHIVES
----------------------------------------------------------------------------- */
.template-archive #widget-archives .widget-header {
    border-bottom: 0;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝",Meiryo,"メイリオ",serif;
    text-align: center;
}
.template-archive #widget-archives .widget-content {
    margin: 0;
    padding: 0;
}
.template-archive #widget-archives .widget-footer {
    width: 100%;
    padding: 32px 0;
    border-top: 1px solid #999;
    font-size: 1.4em;
    line-height: 1.1;
    text-align: center;
}
.template-archive #widget-archives .widget-footer ul,
.template-archive #widget-archives .widget-footer li {
    list-style: none;
    display: inline;
}
.template-archive #widget-archives .widget-footer a {
    cursor: pointer;
}
.template-archive #widget-archives .widget-footer .prev a {
    visibility: hidden;
}
.template-archive #widget-archives .widget-footer .top {
    margin: 0 10px;
    padding: 0 10px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}
.template-archive .page {
    display: none;
}
.template-archive .item {
    height: auto !important;
    min-height: 10px;
    height: 10px;
    padding: 7px 14px;
    border-top: 1px solid #999;
    background: #fff;
}
.template-archive .page .ui-state-hover {
    cursor: pointer;
    background: #F7F7F7;
}
.template-archive .item h3 {
    padding: 0.3em 0;
    color: #0C376C;
    font-size: 1.6em;
    line-height: 1.5;
}
.template-archive .ui-state-hover h3 {
    color: #B1CAE5;
}
.template-archive .item p {
    padding: 0 0 0.3em 0;
    background: url(../img/common/arrow-left-hover.png) no-repeat -999px -999px; 
    color: #888;
    font-size: 1.4em;
    line-height: 1.5;
}
.template-archive .item p a {
    margin: 0 0 0 12px;
    padding: 0 0 0 12px;
    background: url(../img/common/arrow-left.png) no-repeat 0 2px;
}
.template-archive .item p a:hover,
.template-archive .ui-state-hover p a {
    color: #B1CAE5;
    background: url(../img/common/arrow-left-hover.png) no-repeat 0 2px;    
}
.template-archive .item .metas {
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    line-height: 1.1;
}
.template-archive .item .metas .cat {
    color: #0C376C;
    margin: 0 16px 0 0;
}
.template-archive .ui-state-hover .metas .cat {
    color: #B1CAE5;
}
.template-archive .item .metas .date {
    padding: 0 1em 0 0;
    color: #666;
}


/*        =TEMPLATE_PROFILE
----------------------------------------------------------------------------- */
.template-profile #breadcrumb {
    padding-top: 0;
    padding-bottom: 10px;
}
.template-profile #content {
    padding-top: 31px;
}
#widget-profile {
    width: 100%;
    border-top: 2px solid #5F73A3;
}
#widget-profile .widget-footer,
#widget-profile .widget-footer p {
    width: 100%;
    padding: 7px 0;
    font-size: 14px;
    background: url(../img/common/arrow-left-hover.png) no-repeat -999px -999px;
}
#widget-profile .widget-footer p a {
    padding: 0 0 0 12px;
    background: url(../img/common/arrow-left.png) no-repeat 0 2px;
}
#widget-profile .widget-footer p a:hover {
    background: url(../img/common/arrow-left-hover.png) no-repeat 0 2px;    
}
#profile-menu {
    z-index: 12;
    left: 50%;
    margin: 0 0 0 -490px;
    width: 112px;
    height: 359px;
}
.waypoint {
    overflow: hidden;
    display: block;
    width: 1px;
    height: 1px;
    border: 1;
    font-size: 0;
    line-height: 0;
}
#profile-menu a { background-image: url(../img/buttons/profile-hover.png); background-repeat: no-repeat; background-position: -999px -999px; }  /* PRELOADING */
#profile-menu #profile-menu-1:hover, #profile-menu .selected #profile-menu-1 { background-position: -4px -40px; }
#profile-menu #profile-menu-2:hover, #profile-menu .selected #profile-menu-2 { background-position: -4px -100px; }
#profile-menu #profile-menu-3:hover, #profile-menu .selected #profile-menu-3 { background-position: -4px -160px; }
#profile-menu #profile-menu-4:hover, #profile-menu .selected #profile-menu-4 { background-position: -4px -220px; }
#profile-menu a:active { background-image: url(../img/buttons/profile-active.png); background-repeat: no-repeat; }  /* PRELOADING */
#profile-menu #profile-menu-1:active { background-position: -4px -40px; }
#profile-menu #profile-menu-2:active { background-position: -4px -100px; }
#profile-menu #profile-menu-3:active { background-position: -4px -160px; }
#profile-menu #profile-menu-4:active { background-position: -4px -220px; }
.menu-static {
    position: absolute;
    top: 204px;
}
.menu-fixed {
    position: fixed;
    top: 10px;
}
* html .menu-fixed {
    _position: absolute;
    _top:expression(10+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
}
#profile-menu .wrapper {
    width: 100%;
    background: url(../img/buttons/profile.png) no-repeat 0 0;
}
* html #profile-menu .wrapper {
    _background: url(../img/common/pix.gif);
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/buttons/profile.png',sizingMethod='crop');
}
#profile-menu .wrapper ul,
#profile-menu .wrapper li {
    list-style: none;
    display: block;
    width: 100%;
}
#profile-menu .wrapper ul {
    padding: 40px 0;
    background: url(../img/buttons/profile-active.png) no-repeat -999px -999px; /* PRELOADING */
}
#profile-menu .wrapper li {
    width: 100%;
    height: 59px;
    margin: 0 0 1px 0;
}
#profile-menu .wrapper a {
    overflow: hidden;
    display: block;
    position: relative;
    cursor: pointer;
    width: 96px;
    height: 100%;
    margin: 0 0 0 4px;
    text-decoration: none;
    text-indent: -999px;
}
.profile {
    position: relative;
    width: 100%;
}
.profile .inner {
    position: relative;
    left: 50%;
    width: 825px;
    margin: 0 0 0 -485px;
    padding: 0 0 0 125px;
}
.profile h2 {
    position: relative;
    height: 96px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    font-size: 0;
    line-height: 0;
    text-indent: -999px;
}
.profile h3 {
    padding: 0 0 .4em 0;
    font-size: 2.2em;
    line-height: 1.5;
}
.profile img {
    display: block;
}
.profile p {
    margin: 0 0 1.5em 0;
    font-size: 1.4em;
    line-height: 1.5;
    background: url(../img/common/arrow-left-hover.png) no-repeat -999px -999px;
}
.profile a.more {
    display: block;
    float: right;
    clear: both;
    padding: 0 0 0 12px;
    background: url(../img/common/arrow-left.png) no-repeat 0 2px;
    line-height: 1.2;
    text-align: right;
}
.profile a.more:hover {
    background: url(../img/common/arrow-left-hover.png) no-repeat 0 2px;
}
#profile-part-1 p a {
    overflow: hidden;
    display: block;
    float: right;
    width: 152px;
    height: 36px;
    padding: 0 0 0 12px;
    background: url(../img/buttons/button-history.png) no-repeat -2px -2px;
    font-weight: bold;
    line-height: 1.1;
    text-indent: -999px;
    text-align: left;
}
#profile-part-1 p a:hover {
    background-position: -2px -51px;    
}
#profile-part-1 p a:active {
    background-position: -2px -100px;    
}
.profile .columns-2 {
    width: 100%;
    padding: 20px 0 0 0;
}
.profile .columns-2:after {
    overflow: hidden;
    clear: both;
    display: block;
    content: " ";
    width: 1px;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.profile .column-2-1 {
    float: left;
    width: 303px;
}
.profile .column-2-1 p {
    height: auto !important;
    min-height: 10px;
    height: 10px;
}
.profile .column-2-2 {
    float: right;
    width: 280px;
    padding: 0 23px 0 0;
}
.profile .column-2-2 p {
    overflow: hidden;
    width: 100%;
}
#profile-part-1 {  background: url(/img/backgrounds/loader.gif) no-repeat 50% 200px; }
.ui-loaded #profile-part-1 { background: none; }
#profile-part-1 h2 { background: #5F73A3; }
#profile-part-1 h2 img {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 8px 0 0 -389px;
}
#profile-part-1 .extra {
    position: absolute;
    top: -167px;
    left: 50%;
    width: 192px;
    height: 652px;
    margin: 0 0 0 -54px;
    background: url(../img/backgrounds/yamaguchi-natsuo.png) no-repeat 0 0;
}
* html #profile-part-1 .extra {
    _background: url(../img/common/pix.gif);
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/backgrounds/yamaguchi-natsuo.png',sizingMethod='crop');
}
#profile-part-1 .extra2 {
    position: absolute;
    top: -96px;
    left: 50%;
    width: 980px;
    height: 96px;
    margin: 0 0 0 -490px;
    background: url(../img/titles/profile-1.png) no-repeat 4px 0;
}
* html #profile-part-1 .extra2 {
    background: url(../img/titles/profile-1.png) no-repeat 5px 0;
}
#profile-part-1 h3 {
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝",Meiryo,"メイリオ",serif;
    font-weight: normal;
}
#profile-part-1 .inner {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
    opacity: 0;
    padding-right: 20px;
    background: #fff url(../img/backgrounds/profile-1.png) repeat-y -1px 0;
}
* html #profile-part-1 .inner {
    background: #fff url(../img/backgrounds/profile-1.png) repeat-y 0 0;
}
#profile-part-2 { height: 1168px; background: #EBBACE url(../img/backgrounds/profile-2.png) repeat-y 50% 96px; } 
#profile-part-2 h2 { background: #D587A5 url(../img/titles/profile-2.png) repeat-y 50% 0; }
#profile-part-2 h2 img {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top: 120px;
    left: 50%;
    margin: 0 0 0 231px;
}
#profile-part-2 .inner {
    padding-top: 250px;
}
#section2-waypoint2 {
    margin-bottom: 150px;
}
#profile-part-2 h3 {
    color: #ca2a68;
    font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuProN-W6","ＭＳ Ｐゴシック", "メイリオ";
    font-size: 2.4em;
    font-weight: bold;
}
#profile-part-2 h4 {
    padding: 0 0 .4em 0;
    color: #000;
    font-size: 1.8em;
    line-height: 1.4;
}
#profile-part-2 p {
    z-index: 4;
    position: relative;
    margin: 0 0 .5em 0;
    color: #333;
}
#profile-part-2 .section {
    position: absolute;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
    opacity: 0;
}
#profile-part-2 .section img {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
    opacity: 0;
}
#profile-part-2 .mt-image-left {
    float: left;
    margin: -8px 0 15px -15px;
    padding: 0 0 10px 10px;
}
#profile-part-2 .mt-image-right {
    float: right;
    margin: -10px -15px 0 0;
    padding: 0 10px 0 0;
}
#profile-part-2 .section-1 img {
    margin-top: 20px;
}
#profile-part-2 .section-2 img {
    margin-top: -20px;
    position: absolute;
    top: 47px;
    left: 272px;
}
#profile-part-2 .section-3 p {
    overflow: visible;
    width: 250px;
}
#profile-part-2 .section-3 .mt-image-right {
    display: block;
    overflow: hidden;
    width: 176px;
    height: 122px;
    margin: 0 -75px 0 0;
}
#profile-part-2 .section-3 .mt-image-right img {
    margin-left: 20px;
}
#profile-part-2 .section-4 img {
    position: absolute;
    top: -60px;
    left: 241px;
    margin-top: -20px;
}
#profile-part-2 .section-5 .mt-image-left {
    width: 182px;
    padding: 0 5px 0 0;
}
#profile-part-2 .section-5 .mt-image-left img {
    margin-left: -20px;
}
#profile-part-2 .section-1 { top: 63px; left: 204px;  width: 450px; }
#profile-part-2 .section-2 { top: 304px; left: 174px; width: 400px; }
#profile-part-2 .section-3 { top: 536px; left: 111px; width: 320px; }
#profile-part-2 .section-4 { top: 492px; left: 670px; width: 305px; }
#profile-part-2 .section-5 { top: 748px; left: 582px; width: 350px; }
#profile-part-2 .section-6 { top: 854px; left: 359px; width: 240px; }
#profile-part-3 { height: 572px; background: #D0C49E url(../img/backgrounds/profile-3.png) no-repeat 50% 0; }
#profile-part-3 .section { position: absolute; }
#profile-part-3 .section-1 { top: 30px; left: 194px;  width: 282px; }
#profile-part-3 .section-2 { top: 264px; left: 571px; width: 388px; }
#profile-part-3 .section-3 { top: 336px; left: 127px; width: 390px; }
#profile-part-3 h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#profile-part-3 h2 img {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top: 22px;
    left: 50%;
    margin: 0 0 0 240px;
}
#profile-part-3 .section {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
    opacity: 0;
}
#profile-part-4 { height: 1174px; margin: 0; background: #AFD29E url(../img/backgrounds/profile-4.png) no-repeat 50% 0; }
#profile-part-3 h2 {
    position: absolute;
    width: 100%;
}
#profile-part-3 h3 {
    color: #46340B;
    font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuProN-W6","ＭＳ Ｐゴシック", "メイリオ";
    font-size: 2.4em;
    font-weight: bold;
}
#profile-part-3 h4 {
    padding: 0 0 .4em 0;
    color: #000;
    font-size: 1.8em;
    line-height: 1.4;
}
#profile-part-4 .section {
    position: absolute;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
    opacity: 0;
}
#profile-part-4 img {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
    opacity: 0;
}
#profile-part-4 h2 img {
    position: absolute;
    top: 25px;
    left: 50%;
    margin: 0 0 0 179px;
}
#profile-part-4 h3 {
    padding: 0 0 0.2em;
    color: #245B0B;
    font-size: 2.4em;
    line-height: 1.4;
}
#profile-part-4 h4 {
    padding: 0.4em 0;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.4;
}
#profile-part-4 .mt-image-left {
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
}
#profile-part-4 .section-1 { top: -38px; left: 128px; width: 330px; }
#profile-part-4 .section-2 { top: 44px; left: 630px; width: 345px; }
#profile-part-4 .section-3 { top: 249px; left: 128px; width: 330px; }
#profile-part-4 .section-4 { top: 274px; left: 630px; width: 345px; }
#profile-part-4 .section-5 { top: 540px; left: 128px; width: 330px; }
#profile-part-4 .section-6 { top: 508px; left: 630px; width: 345px; }
#profile-part-4 .section-7 { top: 731px; left: 630px; width: 345px; }
#profile-part-4 .section-1 .mt-image-left,
#profile-part-4 .section-3 .mt-image-left,
#profile-part-4 .section-6 .mt-image-left {
    width: 130px;
}
#profile-part-4 .section-1 img,
#profile-part-4 .section-3 img,
#profile-part-4 .section-6 img {
    margin: 0 0 0 -30px;
}
#profile-part-4 .section-2 .mt-image-left,
#profile-part-4 .section-4 .mt-image-left,
#profile-part-4 .section-5 .mt-image-left,
#profile-part-4 .section-7 .mt-image-left {
    width: 128px;
}
#profile-part-4 .section-2 img,
#profile-part-4 .section-4 img,
#profile-part-4 .section-6 img,
#profile-part-4 .section-7 img {
    margin: 0 0 0 30px;
}
#profile-part-4 .section-3 .mt-image-left {
    width: 128px;
}
#profile-part-4 .section-3 img {
    margin: 0 0 0 -30px;
}
#profile-part-5 {
    position: relative;
    height: 560px;
    margin: 0 0 -204px 0;
    background: url(/img/backgrounds/profile-5.png) no-repeat 50% 0;
}
#profile-part-5 .extra {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 368px;
    height: 529px;
    margin: 0 0 0 -390px;
    background: url(/img/backgrounds/yamaguchi-natsuo2.png) no-repeat 0 0;
}
#profile-part-5 .inner {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
    opacity: 0;
    position: relative;
    left: 50%;
    width: 950px;
    margin: 0 0 0 -485px;
    padding: 0;
}
#profile-part-5 .inner p {
    padding: 82px 0 45px 468px;
}
#profile-part-5 .inner2 {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
    opacity: 0;
    position: relative;
    height: 144px;
    background: #5F73A3;    
}
#profile-part-5 .inner2 p {
    position: absolute;
    top: 22px;
    left: 50%;
    margin: 0 0 0 -16px;
}
#profile-part-5 .inner2 ul,
#profile-part-5 .inner2 li {
    display: block;
    margin: 0;
    padding: 0;
}
#profile-part-5 .inner2 ul {
    overflow: hidden;
    position: absolute;
    top:50px;
    left: 50%;
    margin: 0 0 0 -16px;
    width: 508px;
    height: 68px;
}
#profile-part-5 .inner2 li {
    float: left;
    width: 254px;
    height: 68px;
}
#profile-part-5 .inner2 a {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/img/buttons/button-social.png);
    background-repeat: no-repeat;
    text-decoration: none;
    text-indent: -999px;
}
#profile-part-5 .inner2 .facebook a { background-position: 0 0; }
#profile-part-5 .inner2 .twitter a { background-position: -254px 0; }
.hr2d2 {
    position: absolute;
    top: 36px;
    right: 5px;
    width: 64px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    background: #D25083;
}
.msie6 .profile .inner,
.msie6 .profile .inner img,
.msie6 #profile-part-1 .inner,
.msie6 #profile-part-2 .section,
.msie6 #profile-part-3 .section,
.msie6 #profile-part-4 .section,
.msie6 #profile-part-5 .inner,
.msie6 #profile-part-5 .inner2 {
    -ms-filter: none;
	filter: none;
    opacity: 1;
}
.msie6 #profile-part-1 h2 img { margin-left: -359px; }
.msie6 #profile-part-2 .section-2 img { margin-top: 0; }
.msie6 #profile-part-3 h2 img { margin-left: 170px; }
.msie6 #profile-part-4 h2 img { margin-left: 179px; }
.msie6 #profile-part-4 .section img { margin: 0; }
.msie6 #profile-part-2 .section-3 .mt-image-right img { margin-top: 0; }

/*        =TEMPLATE_ACHIEVEMENTS
----------------------------------------------------------------------------- */
.template-achievements #breadcrumb h1 {
    background: url(../img/titles/blog-achievements.png) no-repeat 50% 0;
}
.template-achievements #section1 h2 {
    position: relative;
    height: 72px;
    background: #AFD29E;
}
.template-achievements #section1 h2 img {
    position: absolute;
    top: 14px;
    left: 50%;
    margin: 0 0 0 -485px;
}
.template-achievements #section1 .inner {
    overflow: hidden;
    position: relative;
    left: 50%;
    width: 970px;
    margin: 0 0 0 -485px;
}
.template-achievements #section1 p {
    width: 470px;
    padding: 1em 0 0 0;
    color: #333;
    font-size: 1.6em;
    line-height: 1.5;
}
.template-achievements #section1 .mt-image-right {
    float: right;
    width: auto;
    padding: 0;
}
.template-achievements #section1 .mt-image-right img {
    display: block;
}
.template-achievements #section1 .last-child {
    padding: 0 0 64px;
}
.template-achievements #section2 h2 {
    position: relative;
    height: 168px;
    background: #AFD29E;
}
.template-achievements #section2 h2 img {
    position: absolute;
    top: 50px;
    left: 50%;
    margin: 0 0 0 -140px;
}
.template-achievements #section2 h2 .pic {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 50%;
    margin: 0 0 0 -437px;
}
.template-achievements #section2 .inner {
    overflow: hidden;
    position: relative;
    left: 50%;
    width: 970px;
    margin: 0 0 70px -485px;
}
.template-achievements #section2 .column-1-3,
.template-achievements #section2 .column-2-3,
.template-achievements #section2 .column-3-3 {
    float: left;
    width: 309px;
    padding: 24px 0 0 14px;
}
.template-achievements #section2 h3 {
    margin: 0 0 14px 0;
    padding: 0 0 0 6px;
    border-left: 4px solid #64954C;
    color: #245C0B;
    font-size: 2.4em;
    font-weight: normal;
    line-height: 1.2;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝",Meiryo,"メイリオ",serif;
}
.template-achievements #section2 ul,
.template-achievements #section2 li {
    display: block;
    list-style: none;
    height: auto !important;
    min-height: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
}
.template-achievements #section2 li {
    padding: 0 0 0 14px;
    background: url(../img/backgrounds/bullet-profile.png) no-repeat 0 .4em;
    color: #333;
    font-size: 1.6em;
    line-height: 1.5;
}
.font-up .template-achievements #section2 li {
    background-position: 0 .5em;
}
.template-achievements #section3 h2 {
    position: relative;
    height: 168px;
    background: #AFD29E;
}
.template-achievements #section3 h2 img {
    position: absolute;
    top: 50px;
    left: 50%;
    margin: 0 0 0 -446px;
}
.template-achievements #section3 h2 .pic {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 50%;
    margin: 0 0 0 240px;
}
.template-achievements #section3 .inner {
    overflow: hidden;
    position: relative;
    left: 50%;
    width: 970px;
    margin: 0 0 0 -485px;
    padding: 0 0 60px 0;
}
.template-achievements #section3 .columns-3 {
    overflow: hidden;
    width: 100%;
}
.template-achievements #section3 .column-1-3,
.template-achievements #section3 .column-2-3,
.template-achievements #section3 .column-3-3 {
    float: left;
    width: 309px;
    padding: 24px 0 0 14px;
}
.template-achievements #section3 h3 {
    margin: 0 0 14px 0;
    padding: 0 0 0 6px;
    border-left: 4px solid #64954C;
    color: #245C0B;
    font-size: 2.4em;
    font-weight: normal;
    line-height: 1.2;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝",Meiryo,"メイリオ",serif;
}
.template-achievements #section3 p {
    width: 290px;
    color: #333;
    font-size: 1.6em;
    line-height: 1.5;
}

.template-achievements #section4 .inner {
    overflow: hidden;
    position: relative;
    left: 50%;
    width: 882px;
    margin: 0 0 0 -482px;
    padding: 41px;
    border: 5px solid #eee;
}
.template-achievements #section4 .columns-3 {
    overflow: hidden;
    width: 100%;
}
.template-achievements #section4 .column-1-3,
.template-achievements #section4 .column-2-3,
.template-achievements #section4 .column-3-3 {
    float: left;
    width: 304px;
    padding: 24px 0 0 0;
}
.template-achievements #section4 .column-3-3 {
    width: 274px;
}
.template-achievements #section4 .column-3-3 p {
    margin: 0;
    padding: 12px 0 0 0;
    font-size: 1.6em;
    line-height: 1.5;
}
.template-achievements #section4 .column-3-3 a {
    display: block;
    width: 172px;
    height: 36px;
    background: url(/img/buttons/button-achievement-report.png) no-repeat -2px -2px;
    text-decoration: none;
    text-indent: -999px;
}
.template-achievements #section4 .column-3-3 a:hover {
    background-position: -2px -54px;
}
.template-achievements #section4 .column-3-3 a:active {
    background-position: -2px -104px;
}
.template-achievements-detail #breadcrumb {
    position: relative;
    left: 0;
    width: 100%;
    margin:0;
    padding: 0;
}
.template-achievements-detail #breadcrumb ul {
    position: relative;
    left: 50%;
    margin: 0 0 0 -480px;
}
.template-achievements-detail #breadcrumb h1 {
    background: url(../img/titles/blog-achievements.png) no-repeat 50% 0;
}
.template-achievements-detail #breadcrumb h2 {
    overflow: hidden;
    width: 100%;
    height: 71px;
    margin: 14px 0 0 0;
    background-color: #AFD29E;
    background-repeat: no-repeat;
    background-position: 50% 0;
    text-indent: -999px;
}
.template-landmine #breadcrumb h2 {
    background-image: url(../img/titles/landmine.png);
}
.template-island #breadcrumb h2 {
    background-image: url(../img/titles/island.png);
}
.template-achievements-detail #sidebar p {
    margin: 0;
    padding: 0 0 20px 0;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}
.template-achievements-detail #content {
    padding: 16px 32px 0 32px;
}
.template-achievements-detail #main {
    margin-top: -16px;
    padding-top: 290px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.template-landmine #main {
    background-image: url(../img/titles/landmine.jpg);
}
.template-island #main {
    background-image: url(../img/titles/island.jpg);
}
#widget-achievements {
    border-bottom: 1px solid #999;
}
#widget-achievements .widget-header {
    border-top-color: #AFD29E;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.1;
}
#widget-achievements .widget-content {
    padding: 10px 14px 22px 14px;
    font-size: 1.4em;
}
#widget-achievements .widget-content li {
    padding: .3em 0;
    line-height: 1.1;
    background: url(../img/common/arrow-left-hover.png) no-repeat -999px -999px;
}
#widget-achievements .widget-content li a {
    padding: 0 0 0 12px;
    background: url(../img/common/arrow-left.png) no-repeat 0 2px;
}
.box-wrapper {
    overflow: hidden;
    width: 120%;
}
.box-wrapper .box-landmine,
.box-wrapper .box-island {
    position: relative;
    float: left;
    width: 270px;
    height: 230px;
    margin: 0 28px 28px 0;
    padding: 16px;
    border: 1px solid #ccc;
}
.box-wrapper .box-island {
    height: auto !important;
    min-height: 10px;
    height: 10px;
}
* html .box-wrapper .box-landmine { display: inline; }
* html .box-wrapper .box-island { display: inline; }
.box-island .box-item {
    margin: 0 0 12px 0;
}
.box-landmine .box-header,
.box-island .box-header {
    margin: 0 0 16px 0;
    padding: 0 0 0 6px;
    border-left: 4px solid #64954C;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}
.box-landmine .box-content,
.box-island .box-content {
    width: 100%;
}
.box-island .wysiwyg h3 {
    border: 0;
    color: #0C376C;
    font-size: 1.4em;
    line-height: 1.4;
}
.box-landmine .wysiwyg .mt-image-left,
.box-island .wysiwyg .mt-image-left  {
    margin: 0 12px 4px 0;
    padding: 0;
    border: 0;
}
.box-landmine .wysiwyg p,
.box-island .wysiwyg p {
    color: #333;
    font-size: 1.4em;
    line-height: 1.4;
}
.box-landmine .box-footer {
    position: absolute;
    bottom: 12px;
    right: 21px;
    width: 100%;
}
.box-island .box-footer .more {
    overflow: hidden;
    width: 100%;
    padding: 0 0 12px 0;
    border-bottom: 1px dotted #333;
}
.box-island .box-last-item,
.box-island .box-last-item .more {
    margin-bottom: 0;
    border-bottom: 0;
}
.box-landmine .box-footer .more a,
.box-island .box-footer .more a {
    display: block;
    float: right;
    clear: both;
    padding: 0 0 0 12px;
    background: url(../img/common/arrow-left.png) no-repeat 0 2px;
    font-size: 1.4em;
    line-height: 1.2;
    text-align: right;
}
.box-landmine .box-footer .more a:hover {
    background: url(../img/common/arrow-left-hover.png) no-repeat 0 2px;
}
/* TMP */
.box-island .wysiwyg p,
.box-landmine .wysiwyg p {
    margin: 0;
}



/* etc */
/*
.template-profile .sharebar .share-line:not(:target),
.template-achievements .sharebar .share-line:not(:target) {
    clear: left;
    float: left;
    padding: 0 0 14px;
}
*/
.template-permalink .pic_right, .right{
   float:right;
   padding: 0 0 15px 15px;
}

.template-archivestop .page {
    display: none;
}

.template-archivestop #widget-archives .widget-footer {
    width: 100%;
    padding: 0 0;
    font-size: 1.4em;
    line-height: 1.1;
    text-align: center;
}
.template-archivestop #widget-archives .widget-footer ul,
.template-archivestop #widget-archives .widget-footer li {
    list-style: none;
    display: inline;
}
.template-archivestop #widget-archives .widget-footer a {
    cursor: pointer;
}
.template-archivestop #widget-archives .widget-footer .prev a {
    visibility: hidden;
}
.template-archivestop #widget-archives .widget-footer .top {
    margin: 0 10px;
    padding: 0 10px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

.template-article .wysiwyg .table-vmode,.template-article .wysiwyg .table-hmode {
    border-collapse: collapse;
}

.template-article .wysiwyg .table-vmode td,.template-article .wysiwyg .table-hmode td {
    background: none repeat scroll 0 0 #FFF;
    padding: 24px 0px;
    text-align:center;
}

.template-article .highslide-caption{
    font-size: 12px;
    color: #666;
}

.template-article .wysiwyg .table-hmode li {
	background-image: none;
	font-size: 11px;
	padding:0 10px 10px 5px;
	text-align:left;
}
.template-permalink .widget-footer {
    font-size: 1.4em;
    line-height: 1.1;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
.template-permalink .widget-footer ul, .template-permalink .widget-footer li {
    display: inline;
    list-style: none outside none;
}
.template-permalink .widget-footer a {
    cursor: pointer;
}

.template-permalink .widget-footer .top {
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    margin: 0 10px;
    padding: 0 10px;
}

/* pagenation */

.template-archivestop .split .page {
display: block ;
}
.current_page,
.link_page,
.link_next,
.link_before,
.current_page {
  padding: 2px 11px 2px 6px;
  font-size: 1.6em;
border-right: solid 1px #cccccc;
}
.current_page span {
  background-color: #0C376C;
  color: #ffffff;
  font-weight: bold;
  padding: 2px 6px;
}
.link_next {
border: none;
}
.split-box {
text-align: center;
}

/* mygr entry patch */

.import .wysiwyg {
  font-size: 1.6em;
}

.import .wysiwyg p,
.import .wysiwyg li {
  font-size: 1em;
}


/* header */

header .hgroup {
  height: 91px;
}

.template-profile .share-line,
.template-achievements .share-line {
  clear: both;
}


/*        =TEMPLATE_CONTACT
----------------------------------------------------------------------------- */
.template-contact #sidebar .widget {
    border-top: 2px solid #5F73A3;
    border-bottom: 0;
}
.mailform {
    height: auto !important;
    min-height: 10px;
    height: 10px;
    margin: 0 0 1.4em 0;
    padding: 18px 16px;
    background: #EEEEEE;
}
.mailform h3 {
    padding: 0 0 .5em 0;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.2;
}
.mailform form {
    width: 100%;
    margin: 0;
    padding: 0;
}
.mailform form p {
    overflow: hidden;
    width: 100%;
    padding: 8px 0;
    border-top: 1px solid #ccc;
}
.mailform .mailform-field-label,
.mailform .mailform-field-checkboxes label {
    overflow: hidden;
    display: block;
    float: left;
    width: 217px;
    color: #666;
    font-size: 1.4em;
    line-height: 1.9em;
}
.mailform .mailform-field-checkboxes label {
    width: auto;
    padding: 0 1em 0 0;
}
.mailform .mailform-field-text-preview {
    color: #666;
    font-size: 1.4em;
    line-height: 1.9em;
}
.mailform .mailform-field-label .required {
    color: #DF3F33;
    font-size: 0.85em;
}
.mailform .mailform-field-text,
.mailform .mailform-field-textarea {
    overflow: hidden;
    display: block;
    float: left;
    width: 390px;
    background: #fff url(/img/backgrounds/form-field.png) no-repeat 0 0;
}
.mailform .mailform-field-text input,
.mailform .mailform-field-textarea textarea {
    display: block;
    width: 386px;
    height: auto !important;
    min-height: 1.9em;
    height: 1.9em;
    margin: 0;
    padding: 0 0 0 6px;
    border: 0;
    background: transparent;
    color: #666;
    font-size: 1.4em;
    line-height: 1.9em;
}
.mailform .mailform-field-textarea textarea {
    height: auto !important;
    min-height: 18em;
    height: 18em;
    padding: 6px 0 0 6px;
    line-height: 1.2em;
}
.mailform #mail-form-footer span input {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #000;
    font-size: 1.6em;
    line-height: 48px;
    text-align: center;
}
.mailform .mailform-preview-button {
    _display: inline;
    float: left;
    width: 149px;
    height: 48px;
    margin: 0 0 0 217px;
    padding: 0;
    background: url(/img/backgrounds/bg-form-button-1.png) no-repeat 0 0;
}
.mailform .mailform-reset-button,
.mailform .mailform-back-button,
.mailform .mailform-submit-button {
    _display: inline;
    float: left;
    width: 99px;
    height: 48px;
    margin: 0 0 0 20px;
    padding: 0;
    background: url(/img/backgrounds/bg-form-button-2.png) no-repeat 0 0;
}
.mailform .mailform-back-button {
    margin: 0 0 0 217px;
}
.mailform #mail-form-error {
    display: none;
    margin: -7px 0 14px 0;
}
.mailform .mailform-field-text-preview input,
.mailform .mailform-field-text-preview textarea {
    position: absolute;
    top: -9999px;
}
.mailform #mail-form-error em {
    display: block;
    height: auto !important;
    min-height: 10px;
    height: 10px;
    padding: 0 12px;
    background: #F9F9F9;
    color: #DF3F33;
    font-size: 1.6em;
    font-style: normal;
    font-weight: bold;
    line-height: 1.5em;
}