@charset "EUC-JP";

/* 全体の設定 */

body {
 background : #FFFFFF;
 font-size : 11px;
 font-family : "Verdana","ＭＳ Ｐゴシック","Osaka";
 color : #555555;
 line-height : 1.7;}

br {letter-spacing:normal;}

a:link {color : #555555;}
a:visited {color : #555555;}
a:hover {color : #555555; text-decoration : none;}
a:active {color : #555555; text-decoration : none;}

html {
 scrollbar-face-color : ;
 scrollbar-highlight-color : ;
 scrollbar-track-color : ;
 scrollbar-shadow-color : ;
 scrollbar-3dlight-color : ;
 scrollbar-arrow-color : ;
 scrollbar-darkshadow-color : ;}

hr {
 border : 1px solid #555555;
 width : 99%;
 height : 1px;}

img {
 margin-top : 3px;
 margin-left : 2px;
 margin-right : 2px;
 margin-bottom : 3px;}

.emoji {
 margin-top : 3px;
 margin-bottom : -3px;}

input,textarea{
 background-color : #FFFFFF;
 border : 1px solid #555555;
 font-size : 11px;
 font-family : "Verdana","ＭＳ Ｐゴシック","Osaka";
 color : #555555;
 line-height : 1.5;}


/* ブログの名前の設定 */

.name {
 text-align : center;
 font-size : 13px;
 font-weight : bold;
 margin-bottom : 8px;}

.name a:link {text-decoration : none;}
.name a:visited {text-decoration : none;}


/* メニューの設定 */

.menu {
 text-align : center;}


/* テーブルの設定 */

.tb {
 background : #FFFFFF;
 margin-left : auto;
 margin-right : auto;
 width : 420px;}

.tb2 {
 background : #FFFFFF;
 border : 1px solid #555555;
 margin-bottom : 20px;
 width : 100%;}


/* エントリータイトルの設定 */

.title {
 font-weight : bold;}


/* 日付の設定 */

.date {
 text-align : right;}


/* 本文の設定 */

.txt {
 margin-top : 6px;
 margin-left : 5px;
 margin-right : 5px;
 margin-bottom : 8px;}

.txt hr {
 border : 1px solid #555555;
 width : 100%;
 height : 1px;}


/* 投稿時間等の部分の設定 */

.list {
 text-align : right;
 font-size : 10px;
 margin-right : 5px;
 margin-bottom : 5px;}


/* ページ移動の設定 */

.navi {
 text-align : center;}


/* フッターの設定 */

.footer {
 text-align : right;
 margin : 5px;}
