@charset "EUC-JP";

/* 全体の設定 */

body {
 background : #FFFFFF;
 font-size : 10px;
 font-family : "Verdana","ＭＳ Ｐゴシック","Osaka";
 color : #666666;
 line-height : 1.6;}

br {letter-spacing:normal;}

a:link {color : #2382b2;}
a:visited {color : #ffffff;}
a:hover {color : #ffffff; text-decoration : none;}
a:active {color : #ffffff; 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 : ;}

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 #666666;
 font-size : 11px;
 font-family : "Verdana","ＭＳ Ｐゴシック","Osaka";
 color : #555555;
 line-height : 1.5;}


/* ブログの名前の設定 */

.name {
 text-align : center;
 font-size : 14px;
 font-weight : bold;}

.name a:link {color : #666666; text-decoration : none;}
.name a:visited {color : #666666; text-decoration : none;}
.name a:hover {color : #666666; text-decoration : none;}
.name a:active {color : #666666; text-decoration : none;}


/* テーブルの設定 */

.tb {
 background : #FFFFFF;
 border : 1px solid #888888;
 margin-left : auto;
 margin-right : auto;
 width : 430px;}


/* 日付とエントリータイトルの設定 */

.title {
 font-size : 13px;
 font-weight : bold;
 margin : 7px;}


/* 本文の設定 */

.txt {
 margin-top : 3px;
 margin-left : 8px;
 margin-right : 8px;
 margin-bottom : 2px;}

.txt hr {
 border : 1px solid #555555;
 width : 100%;
 height : 1px;}


/* 投稿時間等の部分の設定 */

.list {
 text-align : right;
 font-size : 10px;
 margin : 7px;}

.list a:link {color : #aaff00;}
.list a:visited {color : #ffffff;}
.list a:hover {color : #ffffff; text-decoration : none;}
.list a:active {color : #ffffff; text-decoration : none;}

.list hr {
 border : 1px solid #666666;
 height : 1px;
 margin-top : 2px;}


/* トラックバックURLの設定 */

.tra {
 margin-left : 8px;
 margin-right : 8px;
 margin-bottom : 8px;}


/* ページ移動の設定 */

.navi {
 text-align : center;
 margin : 5px;}


/* フッターの設定 */

.footer {
 text-align : right;
 margin : 5px;}
