html {
	margin: 0;
	padding: 0;
	font-family: 'ＭＳ Ｐゴシック', 'Verdana', sans-serif;
	}

/* ボディ */
body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #FFFFFF;
	font-size: 9pt;
}

/* リンク */
a { color: #0000ff; text-decoration: underline; }
a:hover { color: #5050ff; text-decoration: underline; }

#banner a { color: #000; text-decoration: none; }
#banner a:hover { color: #aaaacc; text-decoration: none; }
#footer a { color: #0000ff; text-decoration: none; }
#footer a:hover { color: #5050ff; text-decoration: none; }

.module-content a,
.entry-footer a { color: blue; text-decoration: none; }
.module-content a:hover,
.entry-footer a:hover { color: #a3b8cc; text-decoration: underline; }

.entry-header a { color: #000; text-decoration: none; }
.entry-header a:hover { color: #aaaacc; text-decoration: underline; }

.a1 a { color: #0000ff; text-decoration: none;}
.a1 a:hover { color: #5555ff; text-decoration:underline; }

a img { border: 0; }


/* 段落タグ */
h3, h4, h5, h6 { font-weight: normal; }
h1	{ 	margin:0px;padding:0px;
	}
h2	{font-size:12px;
	padding-right:5px;
	margin:0px}

p.title	{ font-size:9pt;padding-left:22px;margin-top:5px}
p.menu	{ font-size:10pt;margin:0px;padding-left:10px;font-weight:bold}
p	{ font-size:10pt;margin:0px}
#footer p { font-size:10px;margin:0px}

td {
    font-size : 9pt;
}




/* コンテナ */
#container {
    margin: 5px 5px 5px 5px;
    text-align: left;
    width: 780px;
}

/* バナー */
#banner {
    width :100%;
    background-color : #87ceeb;

}
#banner-inner {
    width :100%;
    margin-bottom:6px;
    border-top : 1px solid #000;
    border-bottom : 1px solid #000;
    background-image: url(http://sirends.memo-memo.info/img/blog_bg0.gif);
    background-repeat: repeat-y;
    background-position: left top;
}

#banner:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#banner-inner:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#banner-a {
    float: left;
    width: 350px;
}
#banner-a p {
    padding:0px 5px 0px 5px;
}
#banner-a h1 {
    padding: 8px 0px 5px 5px;
    font-size:19pt;font-weight:bold;
    color: #000;
}
#banner-b {
    float : left;
    width : 430px;
}
#banner-b p{
    text-align: center;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
}


/* フッター */
#footer
{
    background: #FFF;
    color: #555;
    text-align: right;
    clear: both;
    font-size: 10px;
    margin-top: 6px;
    width:100%;
}

#footer-inner {
    border: 2px solid #C0C0C0;
    padding: 5px 10px 5px 10px;
}


/* ページボディ */
#pagebody {
    clear:both;
    width: 100%;
    background-image: url(http://sirends.memo-memo.info/img/blog_bg.gif);
    background-repeat: repeat-y;
    background-position: left top;
    border-bottom:2px solid #000;
}


/* ナビ */
.content-nav {
    font-size: 10px;
    margin: 0px 0px 10px 0px;
    text-align: center;
}


/* 日付 */
.date-header {
    position: static;
    clear: both;
    margin-bottom: 2px;
    font-size: 10px;
    text-align: right;
    padding: 3px;
    color: #999;
}


/* エントリー・アーカイブ */
.entry,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}
.entry-lists {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 0px;
}

.entry-content,
.archive-content {
    position: static;
    clear: both;
    line-height: 150%;
    padding: 5px 5px 10px 5px;
}

.entry-body,
.entry-more {
    clear: both;
}

.entry-more-link {
    clear: both;
    font-size: 10px;
}

.entry-header {
    margin: 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 4px 10px 4px 10px;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    background : #cedcff;
}

.entry-footer {
    clear: both;
    margin: 0 0 2px 0;
    padding-top: 3px;
    border-top: 1px solid #cccccc;
    color: #555;
    font-size: 10px;
    text-align: right;
}

.entry-lists-header {
    margin: 0;
    padding: 3px 10px 4px 10px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}
.entry-lists-footer {
    clear: both;
    margin: 0 0 0px 0;
    padding-top: 3px;
    border-bottom: 1px solid #aaa;
    color: #444;
    font-size: 10px;
    text-align: right;
}


.entry-tags {
    margin: 0 0 10px 5px;
}

.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }

.entry-tags-list {
    list-style:none;
    padding: 0px;
}

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


/* コメント・トラックバック */
.comments,
.trackbacks {
    position: static;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}

#trackbacks-info {
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: center;
}

.comments-header,
.comments-open-header,
.trackbacks-header {
    position: relative;
    margin: 10px 0px 15px 0px;
    border: 1px solid #AAA;
    padding: 5px;
    color: #666;
    background: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-transform: nomal;
}

.comment-content,
.comments-open-content,
.trackback-content {
    clear: both;
    margin: 0;
    line-height: 1.5;
    margin-left: 10px;
}

.comment-footer,
.comments-open-footer,
.trackback-footer {
    clear: both;
    margin: 0 0 20px 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #AAA;
    color: #666;
    font-size: 10px;
    text-align: right;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
    font-family: Verdana, Arial, sans-serif; 
    font-size: 11px;
}

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

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

img.image-full { width: 100%; }


/* フォーム */
form { margin: 0; padding: 0; }
form textarea#comment-text { width: 90%; }


/* サイドバー */
.module {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin:5px 0px 0px 0px;
    font-size : 9pt;
    line-height : 180%;
}
.module *{
    margin:0px 4px 0px 8px;
}
module td{
    margin:0px;
}
.weight-b {
   font-weight:bold;
}


.module-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin:0 0 5px 0;
    background:white;
    border: 1px solid #a0a0a0;
}
.menu-adsense {
    margin: 10px 0px 10px 5px;
}

.menu-table{
    font-weight:bold;
    line-height : 180%;
    margin:0px 4px 0px 8px;
}

.module-content {
    position: relative;
    margin: 5px 5px 5px 5px;
    padding: 0px 0px 0px 0px;
    font-size: 11px;
    line-height: 130%;
}
.module-text {
    position: relative;
    margin: 0px 0px 0px 5px;
    padding: 0px 0px 0px 0px;
    font-size: 11px;
    line-height: 130%;
}

.menu-comment {
    font-size: 8pt;
}

.module-comment {
    margin: 5px 5px 5px 8px;
    padding: 0px 0px 0px 0px;
    font-size: 9pt;
}

.module-header {
    position: relative;
    margin: 5px 0px 0 0px;
    padding: 2px 0px 2px 0;
    background: #e8e8fc;
    font-size: 10pt;
    font-weight: bold;
    line-height: 1;
    text-transform: nomal;
    text-align: center;
}

.module-box-header {
    position: relative;
    margin: 0px;
    padding: 2px 0px 2px 0;
    color: #000;
    background: #f1f1fc;
    font-size: 10pt;
    font-weight: bold;
    line-height: 1;
    text-transform: nomal;
    text-align: center;
}
.module-center {
    text-align: center;
}


.module-list {
    margin: 5px 0 0 0;
    padding-left: 5px;
    list-style: none;
}
.module-list-item {
    margin-top: 2px;
    margin-bottom: 3px;
    color: #666;
    line-height: 130%;
}
.module-search input { font-size: 9pt; }
.module-search #search { width: 65%; }
.module-search #search { _width: 74%; }

/* カレンダー */
.module-calendar table {
    border-collapse: collapse;
    font-size: 10px;
}

.module-calendar th,
.module-calendar td {
    width: 17%;
    text-align: center;
}



/* サイドバータグ */
.module-tagcloud .module-list {text-align: left; }
.module-tagcloud .module-list { list-style: none; }
.module-tagcloud .module-list-item { display: inline; }
.module-tagcloud li.taglevel1 { font-size: 19px; }
.module-tagcloud li.taglevel2 { font-size: 17px; }
.module-tagcloud li.taglevel3 { font-size: 15px; }
.module-tagcloud li.taglevel4 { font-size: 13px; }
.module-tagcloud li.taglevel5 { font-size: 11px; }
.module-tagcloud li.taglevel6 { font-size: 9px; }


#alpha {
    display: inline;
    position: relative;
    float: left;
    width: 135px;
}

#alpha-inner {
    position: static;
    margin-left: 2px;
    border-top : 2px solid #000;
    padding: 0px 0px 0px 0px;
}

#beta {
    display: inline;
    position: relative;
    overflow: hidden;
    float: left;
    width: 643px;

}

#beta-inner {
    position: static;
    border-top : 2px solid #000;
    margin-left: 2px;
    padding: 5px 5px 0px 5px;
}
#pagebody:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



/* 追加 */
.tb3{
	border: solid #000;
	border-width : 2px 1px 1px 2px;  
	background-color : #000;
	line-height:1.05em;
}
.tb3 td{
   border-style: solid;
   border-width : 0px 1px 1px 0px;
   background-color : #ffffff;
   line-height:1.2em;
   font-size:10pt;
}

td.c0{
	border-style: solid;
	border-width : 0px 1px 1px 0px;
	padding : 0px 2px 0px 2px;
	font-size:9pt;
}
td.c0_b{
	border-style: solid;
	border-width : 0px 1px 2px 0px;
	padding : 0px 2px 0px 2px;
	font-size:9pt;
}
td.c0r_{
	border-style: solid;
	border-width : 0px 0px 1px 0px;
	padding : 0px 2px 0px 2px;
	font-size:9pt;
}
td.c0b_{
	border-style: solid;
	border-width : 0px 1px 0px 0px;
	padding : 0px 2px 0px 2px;
	font-size:9pt;
}
td.c0_l{
	border-style: solid;
	border-width : 0px 1px 1px 2px;
	padding : 0px 2px 0px 2px;
	font-size:9pt;
}
td.c0_lp5{
	border-style: solid;
	border-width : 0px 1px 1px 0px;
	padding : 0px 2px 0px 5px;
	font-size:9pt;
}
td.c0_lp0{
	border-style: solid;
	border-width : 0px 1px 1px 0px;
	font-size:9pt;
}


td.c1 {
   border-style: solid;
   border-width : 0px 1px 1px 0px;
   background-color : #ffffff;
   line-height:1.2em;
   font-size:10pt;
}
td.c1_l {
  border-style: solid;
  border-width : 0px 1px 1px 1px;
  background-color : #ffffff;
  line-height:1.2em;
  font-size:10pt;
}
td.c1w_r_{
  border-style: solid;
  border-width : 0px 0px 1px 0px;
  background-color : #ffffff;
  line-height:1.2em;
  font-size:10pt;
}
td.c1w_br_{
  border-style: solid;
  border-width : 0px 0px 2px 0px;
  background-color : #ffffff;
  line-height:1.2em;
  font-size:10pt;
}
td.c1wb_{
  border-style: solid;
  border-width : 0px 1px 0px 0px;
  background-color : #ffffff;
  line-height:1.2em;
  font-size:10pt;
}
td.c1y{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width : 0px 1px 1px 0px;
	background-color: #ffffd2;
	}
td.c1y_l{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width : 0px 1px 1px 1px;
	background-color: #ffffd2;
	}
td.c1b{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width : 0px 1px 1px 0px;
	background-color : #e8ffff;
	}
td.c1r{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width : 0px 1px 1px 0px;
	background-color : #ffdfdf;
	}
td.c1b_l{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width : 0px 1px 1px 1px;
	background-color : #e8ffff;
	}
td.c1wb{
	border-style: solid;
	border-width : 0px 1px 2px 0px;
	background-color : #ffffff;
	font-size:10pt;

}
td.c1yb{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width : 0px 1px 2px 0px;
	background-color: #ffffd2;
	}
td.c1bb{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width : 0px 1px 2px 0px;
	background-color : #e8ffff;
	}
.tb0{
	border-style: solid;
	border-color : black;
	border-width : 0px 1px 1px 0px;  
	background-color : #cedcff;
}
.tb1{
	border: solid #000;
	border-width : 2px 1px 1px 2px;  
	background-color : #000;
	line-height:1.05em;
}
.tb2{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color : black;
	border-right-color : black;
	border-bottom-color : black;
	border-left-color : black;
	border-width : 1px 0px 0px 1px;  
	background-color : black;
}
div.TITLETXT {
	PADDING : 10PX 10PX;
	FONT : 9PT;
	}
div.list_s { 
        PADDING : 2PX 10PX;
	FONT : 9PT;
}
.padding_s{
	padding : 8px 7px
}
.padding_ud{
	padding : 5px 0px
	}
.padding_hs{
	padding : 0px 4px
	}
table.t_t_font_s td{
	font-size:9pt;
	}
fs	{
	font-size:9pt;
}
.box_y{
	border-style: solid;
	border-color: #000;
	border-width : 1px 1px 1px 1px;
	background-color : #ffffbb;
	font-size:9pt;
}
.box_b{
	border-style: solid;
	border-color: #000;
	border-width : 1px 1px 1px 1px;
	background-color : #d7ffff;
	font-size:9pt;
}
.box_r{
	border-style: solid;
	border-color: #000;
	border-width : 1px 1px 1px 1px;
	background-color : #ffdfdf;
	font-size:9pt;
}
.box_w{
	border-style: solid;
	border-color: #000;
	border-width : 1px 1px 1px 1px;
	background-color : #ffffff;
	font-size:9pt;
}
.link1	{
	text-decoration:none;
	font-size:8pt;
}
ul,ol{
	margin:0;
	list-style-position : outside;
	padding: 0 0 0 20px;
}
.entry-content li{
	padding: 2px 0 2px 0;
}
.entry-content ul,.entry-content ol{
	padding: 0 0 0 26px;
}
table.common{
	border-collapse:collapse;
	border:#333 2px solid;
	background:#fff;
}
table.common tr th,
table.common tr td{
	padding:1px 8px;
	border:#333 1px solid;
	font-size:12px;
	line-height:1.3em;
}
table.common tr th{
	text-align:center;
	font-size:13px;
}
table.common tr.row-top td{
	text-align:center;
	border-bottom-width:2px;
}
