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

:link,:visited {
    text-decoration: none;
}
html {background: #eee;} /* Footer の下の空白をごまかす */
html,body,div,ul,ol,li,dl,dt,dd,form,fieldset,input,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: #ccc;
    color: #333;
}
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;
}
#container-inner {
    width: 960px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}
#header, #content, #alpha, #beta, #footer {
    position: relative;
}
#alpha, #beta {
    display: inline;
    float: left;
}
#header-inner, #content-inner, #footer-inner, #alpha-inner, #beta-inner {
    position: static;
}
/*#header-inner, #content-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}*/
#header-inner, #footer-inner, #alpha-inner, #beta-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}


/* Wide-Thin */

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


/* Thin-Wide */

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


/* 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;
}
ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name {
    margin-bottom: 0em;
}
#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,
.archive-content {
    clear: both;
}
.asset,
.comments,
.archive {
    overflow: hidden;
    width: 100%;
}
.asset,
.asset-content,
.comments,
.archive {
    position: static;
    clear: both;
}
.asset,
.comments,
.comments-content,
.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,
.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: 13px;
}
.asset-meta {
    margin-top: .3em;
    padding-top: 2px;
    padding-bottom: .4em;
    font-weight: normal;
    color: #666;
/*    text-align: right; */
}
.asset-meta a {
	color:#666;
}
.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}
.content-nav {
    text-align: center;
}
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-categories ul li {
    display: inline;
}


/* 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;
}
#top-comment-nav, #comment-nav {
  list-style: none;
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0;
  text-align: center;
}
#top-comment-nav li, #comment-nav li {
  display: inline;
  padding: 0;
}
#top-prev-comments, #prev-comments {
  text-align: left;
  margin: 0 1em 0 0;
}
#top-next-comments, #next-comments {
  text-align: right;
  margin: 0 0 0 1em;
}
#top-num-comments, #num-comments {
  text-align: center;
}
#comment-submit {
    font-weight: bold;
}
.comment {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}
.comment .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: 5px 0 20px;
}
.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-content ul ul {
    margin-left: 15px;
}
.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #666;
    line-height: 1.5;
}
.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;
}
.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 100% arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}


/* Header */

#header {
/*    border-top-width: 0px;
    border-top-style: solid; */
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
#header-inner {
    position: relative;
}
#header-name {
    margin: 0 0 5px;
    line-height: 1;
    float: left;
}
#header-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.125;
}
#header a {
    text-decoration: none;
}
#header a:hover {
    text-decoration: underline;
}


/* Footer */

#footer-content, #footer-content a {
    color: #666;
}
#footer {
    border-top: 1px solid #ccc;
}
#footer {
    background-color: #eee;
}
#footer-content {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
}


/* Content */

.asset-name {
    font-size: 18px;
    font-weight: bold;
}
.asset-name a {
    text-decoration: none;
}
.asset-name a:hover {
    text-decoration: underline;
}
.asset-content {
    margin: 5px 0;
    line-height: 1.6;
}
.asset-more-link {
    font-weight: bold;
}
.asset-meta {
    border-top: 1px solid #ccc;
}
.asset-footer {
    border-top: 1px solid #ccc;
}
.content-nav {
    margin: 5px 0 2px;
    font-size: 13px;
}
.archive-title {
    margin: 5px 0 30px;
    font-size: 15px;
    font-weight: bold;
}
.widget-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-size: 15px;
    font-weight: bold;
}

/* 追加 */
.comments-header {
    border-top: 1px solid #D5D5D5;
    padding-bottom: 30px;
}
/* 以上 */

.search-results-header {
    margin-bottom: .25em;
}
.asset-more-link,
.asset-meta,
.typelist-thumbnailed {
    font-size: 13px;
}


/* Utility */

.widget-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: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif, "trebuchet ms";
    background-color: #fff;
}
a {
    color: #3333ff;
}
a:hover {
    text-decoration: none;
    color: #0000ff;
}


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

#container-inner, #content {
    background-color: #fff;
}
#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}
#header-inner, #beta-inner {
    padding-right: 0;
    padding-left: 0;
}
#content {
    margin-top: 20px;
    margin-bottom: 10px;
}
#container-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
#header-inner, #content-inner, #footer-inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
}


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

#header {
    border-color: #ccc;
    background-color: #eee;
}
#header a {
    color: #000;
    font-weight: bold;
}
#header-content {
    margin: 12px 0 10px 18px;
}
#header-name {
    color: #000; 
    font-size: 18px;
    font-weight: bold;
}
#header-description {
    color: #333;
}


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

.asset-name,
.asset-name a,
.archive-title {
    color: #000;
}
.asset-footer {
    border-top-color: #ddd;
}
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #333;
}
.comment {
    border-color: #ddd;
}
.asset-name a {
    margin-bottom: 8px;
}
.asset-name a:hover {
    text-decoration: underline;
}
.archive-list-item {
    margin-bottom: 5px;
}


/* Widget header 変更　--------------------------------------------------------- */
.widget-header, .widget-content {
    margin-right: 15px;
    margin-left: 15px;
}
.widget-header {
    border-width: 1px 16px 1px 1px;
    border-style: solid;
    border-color: #ddd;
    margin-bottom: 8px;
    padding-top: .3em;
    padding-bottom: .3em;
    padding-left: .6em;
    color: #333;
}
.widget-content {
    margin-top: 5px;
    margin-bottom: 40px;
    font-size: 13px;
}
.widget-content a {
    text-decoration: underline;
    color: #666;
}
.widget-content a:hover {
    text-decoration: none;
    color: #0000ff;
}


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

#header:after, #header-inner:after, #content:after, #alpha-inner:after, #beta-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;
}


/* 追加編集 ---------------------------------------------------------- */
#alpha-inner {
    border-right: 1px solid #ddd;
}
.entry-categories {
    margin-top: 1.5em;
}
.adlist {
    margin-top: 30px;
    margin-bottom: 3.5em;
}
.roja {
     color: red;
     padding: 40px 0px;
}
.roja img {
     vertical-align: top;
}
.img_L {
     float: left; border: none; margin-top:3px; margin-right:20px; margin-bottom:10px;
}
big {
     font-weight: bold;
     font-size: 22px; 
}
small {
     font-weight: normal;
     font-size: 14px;
     color: #666666;
}
del {
     color: #666666;
}
blockquote {
     font-size: 14px;
     margin-left: 10px;
     font-family: Arial, sans-serif;
     padding-top: 16px;
     padding-right: 32px;
     padding-bottom: 4px;
     padding-left: 32px;
     background-color: #eee;
     background-image : url(http://japonyol.net/editor/asi.gif);
     background-repeat : no-repeat;
     background-position : left top;
     line-height: 1.6;
}
pre {
     font-family: Arial, 'Courier', sans-serif;
     font-size: 14px;
     color: #555555;
     line-height: 1.2;
     margin: 10px;
     padding: 10px 10px;
     background-color: #eaeaea;
}
textarea {
     overflow: auto;
     font-family: Arial, sans-serif;
     font-size: 14px;
     color: #666666;
     line-height: 1.2;
     padding: 4px;
     background-color: #f9f9f9;
}
form {
     font-family: Arial, "trebuchet ms", hirakakupro-w3, osaka;
}
input {
     font-family: Arial, "trebuchet ms", hirakakupro-w3, osaka;
}
.feed {
    margin-top: .5em;
    padding-top: 15px;
    border-top: 10px solid #D5D5D5;
}

.archive-content ul li {
  line-height: 1.5;
}

/* 画像調整 */
p img {
     vertical-align: middle;
}
.msdos {
	font-family: 'Courier', Arial, sans-serif;
	font-size: 90%;
	color: #ffffff;
	line-height: 1.2;
	margin: 10px;
	padding: 10px 10px;
	background-color: #1b1b1b;
}
.new {
	color: red;
	font-weight: bold;
}

/* ヘッダ右に追加 ---------------------------------------------------------- */

#header-right {
    color: #333;
    font-size: 13px;
    margin: 0 0 5px;
    line-height: 1;
    margin-bottom: .25em;
    text-align: right;
    padding-right: 14px;
}
