/* Default Layout:  */
/*----------------------------------------------------------------------
基本ルール
(1) color
  body background:#99CC99;  (薄い)
  header background:#77AA99; (濃い)
-----------------------------------------------------------------------*/

/*----------------------------------------------------------------------
  初期化
-----------------------------------------------------------------------*/
: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
 {
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
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;
}

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

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

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

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

blockquote{
  padding:3px;
  background:#EAF2FF;
  border:1px solid #77AA99;
}
b, strong{
  color: #800000;
}

/*----------------------------------------------------------------------
  レイアウト定義 (width, float, text-align, etc)
-----------------------------------------------------------------------*/
body {
    text-align: center;
}

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

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

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

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

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

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

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

.layout-wt #beta {
/*    width: 170px;*/
    width: 370px;
}

/*----------------------------------------------------------------------
  全体デザイン (color, background, border, etc)
-----------------------------------------------------------------------*/
body {
    font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
    background: #99CC99;
}
#container-inner {
    background:#FFFFFF;
}

/*----------------------------------------------------------------------
#headerデザイン (color, background, border, etc)
-----------------------------------------------------------------------*/
#header {
    background: #77AA99;
    margin:5px;
    background:#77AA99;
    border-width:1px;
    border-style:outset;
}

#header a {
    color: #FFFFFF;
}

#header-inner {
    position: relative;
}

#header-name {
    margin-bottom: .25em;
    line-height: 1;
    font-size: x-large;
    font-weight:bold;
    color: #FFFFFF;
}

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

#header a {
    text-decoration: none;
}

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

/*----------------------------------------------------------------------
****title デザイン
-----------------------------------------------------------------------*/
.archive-title,
.search-results-header
{
  color: #333333;
  background:#F5F5F5;
  font-size: medium;
  padding:5px 0 5px 10px;
  margin-bottom:10px;
  text-align: left;
  font-weight: bold;
  letter-spacing:.1em;
  border-width: 2px 0 1px 0;
  border-style: solid;
  border-color: #77AA99;
}

/*----------------------------------------------------------------------
.asset内 デザイン (color, background, border, etc)
-----------------------------------------------------------------------*/
.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.amazon-item-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive,
.amazon-item {
    overflow: hidden;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive,
.amazon-item {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form,
.amazon-item {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header,
.amazon-item-header,
.amazon-item-content {
    margin-bottom: .75em;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
    color: #999999;
    font-size: x-small;
}
.asset-footer a:link,
.asset-footer a:visited,
.asset-meta a:link,
.asset-meta a:visited,
.trackback-footer a:link,
.trackback-footer a:visited,
.comment-footer a:link,
.comment-footer a:visited
{
  color: #999999;
  text-decoration:underline;
}
.asset-footer a:hover,
.asset-meta a:hover,
.trackback-footer a:hover,
.comment-footer a:hover
{
  text-decoration:none;
}

.asset-meta {
    text-align: right;
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}
.asset-footer {
    margin-left:20px;
    margin-top: 1.5em;
    padding-top: .5em;
}

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

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}

.asset,
.trackbacks,
.comments,
.amazon-item
{
  padding:5px;
/*  border:1px solid black; */
}
.asset-name,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.amazon-item-header {
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: medium;
  text-align: left;
  font-weight: bold;
  margin:15px 5px 10px 0;
  border-bottom: 1px solid #99CC99;
}
.asset-name
{
  padding-left:30px;
  background-image:url(img/asset_h2.gif);
  background-repeat:no-repeat;
  background-position: left center;
}
.trackbacks-header,
{
  padding-left:20px;
  background-image:url(img/trackbacks_h2.gif);
  background-repeat:no-repeat;
  background-position: left center;
}
.comments-header,
.comments-open-header
{
  padding-left:20px;
  background-image:url(img/comments_h2.gif);
  background-repeat:no-repeat;
  background-position: left center;
}
.amazon-item-header
{
  padding-left:20px;
  background-image:url(img/books_h2.gif);
  background-repeat:no-repeat;
  background-position: left center;
}
.asset-name a{
  text-decoration:none;
}
.asset-name a:hover{
  text-decoration:underline;
}
.asset-content,
.trackbacks-info,
.trackbacks-content,
.comments-content,
.comments-open-content,
.amazon-item-content
{
  margin-left: 20px;
}
.trackback-footer,
.comment-footer
{
  border-bottom:1px dotted #99CC99;
}

/*----------------------------------------------------------------------
アーカイブ デザイン (color, background, border, etc)
-----------------------------------------------------------------------*/
.archive-content
{
  margin-left:20px;
}
.archive-header
{
  padding-left:20px;
  background-image:url(img/archive_h2.gif);
  background-repeat:no-repeat;
  background-position: left center;
}

/*----------------------------------------------------------------------
#betaのデザイン
-----------------------------------------------------------------------*/
#beta .widget{
  padding:2px;
  margin-bottom:5px;
  border-style:solid;
  border-width:0 1px 1px 1px;
  border-color:#99CC99;
}

#beta .widget-header{
  color: #333333;
  background:#99CC99;
  font-size: small;
  text-align: center;
  font-weight: bold;
  letter-spacing:.1em;
  line-height:130%;
  border-width:1px;
  border-style:solid;
  border-color:#77AA99;
}
.widget-list .widget-list {
  margin:0px;
  padding:0px;
}
.widget-list-item {
  text-align:left;
  font-size:small;
  list-style-type: none;
  margin:0px;
  margin-top:5px;
  padding-left:5px;
  padding-bottom:2px;
  border-style:dotted;
  border-width:0 0 1px 0;
  border-color:#6699CC;
}

#beta .category-name,
#beta .article-name
{
  padding-left: 20px;
  margin-left:3px;
  background-repeat:no-repeat;
  background-position: left center;
}

#beta .category-name
{
  background-image:url(img/cat.gif);
}
#beta .article-name
{
  background-image:url(img/article.gif);
}
/*----------------------------------------------------------------------
#footerのデザイン
-----------------------------------------------------------------------*/
#footer-inner
{
}
#footer-content
{
  text-align:center;
  padding:5px;
  border-top:1px solid #CCCCCC;
}
#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

/*----------------------------------------------------------------------
未検討
-----------------------------------------------------------------------*/


/* 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: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}


/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
 }

.widget-content {
    position: relative;
}

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



.widget-tag-cloud .widget-list {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-list-item {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
    border:none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }



.widget-assets .widget-content .widget-list {
    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 .search-options,
.widget-syndicate .blog-feeds  {
    list-style: none;
    margin: 5px 0;
}

.widget-mydefault{
    margin:0 3px;
    line-height:150%;
}



/*----------------------------------------------------------------------
asset-content内のデザイン　（コンテンツのデザイン）
-----------------------------------------------------------------------*/
.asset p {
  font-size: small;
  font-weight: normal;
  line-height: 140%;
  text-align: left;
  margin:0.5em 0px;
}
.asset h3
{
  color: #333333;
  font-size: medium;
  text-align: left;
  font-weight: bold;
  margin:15px 5px 10px 0;
  padding-left:20px;
  background-image:url(img/asset_h3.gif);
  background-repeat:no-repeat;
  background-position: left center;
  border-bottom: 1px dotted #99CC99;
}

.asset table.tb_type1{
  background: #77AA99;
  font-size:small;
  border-collapse: separate;
  empty-cells: show;
  margin:10px 0 10px 0;
  line-height:120%;
}
.asset table.tb_type1 th{
  background:#EAF2FF;
  color:#333333;
}
.asset table.tb_type1 td{
  background: #FFFFFF;
}
.asset ul{
  margin:1em 0 1em 2em;
}
.asset ul li {
  line-height: 150%;
  list-style-type: square;
}

/*----------------------------------------------------------------------
◆広告用
-----------------------------------------------------------------------*/
.adlink{
  border-style:solid;
  border-width:1px 0;
  border-color:#77AA99;
  margin:0 5px 5px 5px;
}
.googleTop{
  background:#EAF2FF;
  padding-left:10px;
  border-top:1px solid #99CC99;
  border-bottom:1px solid #99CC99;
}
.google,
.amazonbooks {
  margin-top:10px;
  border-style:dotted;
  border-width:1px 0 0 0;
  border-color:#99CC99;
}
div.aws_review{
  margin-top:5px;
  padding-top:5px;
  border-top:1px dotted #C0C0C0;
}

/*----------------------------------------------------------------------
-----------------------------------------------------------------------*/
.asset ul.newentry{
  margin:5px;
}
.asset .newentry li{
  border-bottom: 1px solid #99CC99;
  list-style-type: none;
  background-image:url(img/newentry.gif);
  background-repeat:no-repeat;
  background-position: left center;
  padding-left: 20px;
  padding-bottom: 2px;
  margin-top: 5px;
}

.toplinks h3, .topcontents h3{
  margin:0;
  font-size: small;
}

.toplinks ul, .topcontents ul{
  margin: 5px 10px 10px 0px;
}
.toplinks li{
  list-style-type: none;
  background-image:url(img/site.gif);
  background-repeat:no-repeat;
  background-position: left center;
  padding-left: 15px;
  margin-top: 0px;
}
.topcontents li{
  list-style-type: none;
  background-image:url(img/list1.gif);
  background-repeat:no-repeat;
  background-position: left center;
  padding-left: 20px;
  margin-top: 5px;
}

.information{
 border-top: 2px solid #99CC99;
}

.footermenu{
  text-align:center;
}

.blogpeople-linklist{
  color: #800000;
  font-weight: bold;
}
