/* This is the StyleCatcher theme addition. Do not remove this block. */
/*@import url(https://www.omi-lo.com/mt/mt-static/themes-base/blog.css);*/
/*@import url(https://www.omi-lo.com/mt/mt-static/support/themes/professional-blue/professional-blue.css);*/
/* end StyleCatcher imports */




/*@import url(https://www.omi-lo.com/mt/mt-static/themes-base/blog.css);*/

/* 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;
    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 {
background-color: #fff;
margin:0;
padding:0;
text-align:center;
font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
line-height:150%;
}

a {
    color: #069;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}


/* 全体枠 ----------------------------------------------------------------- */
#container{
    background: url(https://www.omi-lo.com/images/bg.jpg) repeat-y center;
width:940px;
margin:0 auto;
padding:0;
text-align:center;
}

/* 全体インナー */
#container-inner{
width:905px;
background-color:#fff;
margin:0 auto;
padding:0;
text-align:left;
}

/* ヘッダー ----------------------------------------------------------------- */
#header{
margin:0;
padding:0;
position:relative;
background-color:#fff;
}

#header a {
    text-decoration: none;
    color: #fff;
}

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

#header-content {
    background:url(https://www.omi-lo.com/images/header_top3.jpg) no-repeat 0 0;
    height:248px;
    padding:0;
    margin:0;
}

#header-name{
    visibility:hidden;
}

/* メイン部分 ----------------------------------------------------------------- */
#content {
    margin-top: 25px;  
    margin-bottom: 30px;  
}


/* Bread Crumbs Nav パンくず ----------------------------------------------------------------- */

#breadcrumbs{
width:570px;
margin:0 0 10px 0;
padding:0;
}

#breadcrumbs-inner{
margin:0;
padding:0;
}

#breadcrumbs-content {
    margin: 10px auto 3px 10px;
    font-size: 95%;
    line-height: 1.3;
}

#breadcrumbs-content .current {
    color: #000;
}

/* Blog Header */

#blog-name {
    margin-bottom: 0;
    padding: 0 20px;
    font-size: 22px;
}

#blog-name a {
    color: #fff;
}

#blog-description {
    margin-top: 5px;
    padding: 0 20px;
    color: #fff;
    font-size: 95%;
}

/* Content */

.asset-name {
    
}

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

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

.page-asset {
    margin: 0;
padding:0;
    width: 570px;
}

.asset-content {
    margin: 5px 0;
    padding-left:10px;
    width: 540px;
}

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

.asset-content li{
    margin: 5px 0 5px 15px;
list-style-type:disc;
}

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

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

.asset-footer a,
.comment-footer a {
    font-weight: normal;
}

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


/* 記事内h1見出し */
#alpha-inner h1#page-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
text-align:left;
margin-bottom:10px;
}

#alpha-inner .asset-header h1#page-title {
    background: url(https://www.omi-lo.com/images/h1page-title.jpg) no-repeat 0 0;
    margin: 0 0 15px 0;
    padding: 10px 0 3px 20px;
    height: 40px;
    width: 570px;
    font-weight: bold;
    font-size: 16px;
}


.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}

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

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

.asset-more-link,
.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    
}

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

/* Navigation 上部メニュー ----------------------------------------------------------------- */

#main-navigation {
    /*background:url(https://www.omi-lo.com/mt/mt-static/support/themes/professional-blue/nav-bg.gif) repeat-x 0 0;*/
background-color:#eee;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    font-family: verdana;
    text-align:center;
    margin:0;
    padding:0;
position:relative;
height:34px;
}

#main-navigation-inner {
    margin:0;
    padding:0;
}

#main-navigation ul {
    margin:0;
    padding:0;
}

#main-navigation ul li {
float:left;
display:block;
list-style-type:none;
}

#main-navigation ul li a {
    display: block;
    text-decoration: none;
    padding: 7px 15px 7px 16px;
    border-left: 1px solid #ccc;
}

#main-navigation ul li a:hover {
    text-decoration: underline;
}

#main-navigation ul li.on a {
    color: #000;
    background: #fff url(https://www.omi-lo.com/mt/mt-static/support/themes/professional-blue/nav-arrow-on.gif) no-repeat center bottom;
}

#main-navigation ul li.last {
    border-right: 1px solid #ccc;
}

/* Search ---------------------------------------------------------------- */

.widget-search {
    float: right;
    width: 250px;
    /*position: absolute;
    top: 2px;
    right: 0;*/
    text-align: right;
    margin-right:15px;
    display:none;
}

.widget-search h3 {
    display: none;
}

#search {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px;
}

#search-submit {
    border: 1px solid #036;
    border-top: 1px solid #80b3cc;
    border-left: 1px solid #80b3cc;
    background: #069;
    color: #fff;
    padding: 0px 5px 1px 5px;
    font-size: 11px;
}


/* Sign In ----------------------------------------------------------------- */

#header .widget-sign-in {
    position: absolute;
    right: 15px;
    top: 5px;
    text-align: center;
    color: #777;
    font-family: verdana;
    font-size: 11px;
    margin: 0;
    padding: 0;
    display:none;
}

#header .widget-sign-in .widget-header {
    display: none;
}

#header .widget-sign-in .widget-content {
    background-color: #000;
    margin: 0;
    padding: 5px 15px 10px 15px;
    float: right;
    overflow: hidden;
}

#header .widget-sign-in a {
    color: #777;
    text-decoration: underline !important;
}
#header .widget-sign-in a:hover {
    color: #fff;
}



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


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


#beta{
width:280px;
}



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

.widget-header,
.widget-content {
margin:0;
}

.widget-header {
    height: 28px;
    margin-bottom: 8px;
    background: url(https://www.omi-lo.com/images/header-side.jpg) no-repeat 0 0;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 3px 0 0 10px;
    line-height: 20px;
    font-family: verdana;
    text-transform: uppercase;
    font-size: 14px;
}

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

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

/*.layout-wm .widget-header {
    background-image: url(https://www.omi-lo.com/mt/mt-static/support/themes/professional-blue/header-arrow-medium.gif);
}*/

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

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

.widget-content li.folder ul{
    margin-left: 15px;
    list-style-image: url('https://www.omi-lo.com/images/icon-side.gif');
}

.widget-content li.folder li{
margin:5px 0;
paddong:0;
}


.widget-content ul.widget-list{
    margin-left: 15px;
    list-style-image: url('https://www.omi-lo.com/images/icon-side.gif');
}



/* "Powered By" Widget */

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


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

/* 2010.11.5 table装飾 */
#alpha-inner table.table01{
border-top:#ffffff 1px solid;
border-left:#ffffff 1px solid;
margin:0px;
}

#alpha-inner table.table01 th{
font-size:14px;
text-align:center;
font-weight:bold;
padding:3px;
border-bottom:1px solid #ffffff;
border-right:1px solid #ffffff;
background-color:#EEEEEE;
}

#alpha-inner table.table01 td{
font-size:14px;
text-align:left;
padding:3px;
border-bottom:1px solid #ffffff;
border-right:1px solid #ffffff;
background-color:#F5F5F5;
}


/* 2010.11.4 */
#alpha-inner h4 {
    background: url(https://www.omi-lo.com/images/icon.gif) no-repeat left center;
    margin: 15px 0 10px 0;
    padding: 2px 0 2px 20px;
    height: 18px;
    width: 570px;
    font-weight: bold;
    font-size: 14px;
}

/* 2010.11.5 */
#alpha-inner dl.about {
    margin-top: 10px;
    margin-left: 30px;
}

#alpha-innre dl.about dt {
    margin-top: 30px;
}

#alpha-inner dl.about dd {
    margin-left: 20px;
}

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

#footer .widget,
#footer .widget-content {
    margin: 0;
    padding: 0;
}

#footer .widget-footer-links {
    width: 50%;
}

#footer .widget-powered {
    float: right;
    width: 157px;
    text-align: right;
    clear: none;
}

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

#footer .widget-powered .widget-content span {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

#footer .widget-powered .widget-content span a {
    display: block;
    float: right;
    height: 41px;
    width: 158px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(https://www.omi-lo.com/mt/mt-static/support/themes/professional-blue/powered-by-mt-logo.gif) no-repeat 0 0;
}


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

#footer {
    background: #eee url(https://www.omi-lo.com/mt/mt-static/support/themes/professional-blue/nav-bg.gif) repeat-x 0 0;
    color: #777;
clear:both;
height:60px;
}

#footer a {
    color: #069;
}

#footer .widget-header {
    display: none;
}

#footer-content {
    padding: 15px;
margin:0;
}

#footer-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width:320px;
}

#footer-content ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#footer #footer-copy{
    margin: 0;
    padding: 0;
    float: left;
}

