body{
font-size : 12px;
text-align : center;
color : #808080;
background-color:#dcdcdc;
margin : 0px auto 0px auto;
scrollbar-arrow-color: #b0c4de;
scrollbar-face-color: #ffffff;
scrollbar-track-color: #dcdcdc;
scrollbar-highlight-color: #b0c4de;
scrollbar-shadow-color: #dcdcdc;
scrollbar-3dlight-color: #dcdcdc;
scrollbar-darkshadow-color: #b0c4de;
background-image : url(http://blog-imgs-29-origin.fc2.com/f/f/3/ff365/kabe.gif);
}
A{
color : #0080ff;
text-decoration : none;
}
A:VISITED{
color : #0080ff;
text-decoration : none;
}
A:HOVER{
color : #ffffff;
background-color : #004080;
text-decoration : none;
}
A:ACTIVE{
color : teal;
text-decoration : none;
}
/*メインコンテナ*/
#maincontainer{
margin : 0px auto 0px auto;
background-color:#ffffff;
width : 768px;
text-align : center;
}
/*左寄せ*/
#left{
margin : 0px auto 0px auto;
width : 610px;
float : left;
}
/*ブログタイトル*/
#header{
background-image : url(http://blog-imgs-29-origin.fc2.com/f/f/3/ff365/aqua6.jpg);
background-repeat : no-repeat;
width : 610px;
height : 210px;
margin :10px auto 0px auto;
}
.blogtitle{
font-size : 16px;
font-family : "Comic Sans MS";
font-weight : bold;
margin :75px auto 0px 50px;
text-align : left;
}
.introduction{
color : #ffffff;
font-size : 10px;
margin :3px 70px 0px 50px;
text-align : left;
}
#header A{
color : #ffffff;
text-decoration : none;
}
#header A:ACTIVE{
color : #ffffff;
text-decoration : none;
}
#header A:VISITED{
color : #ffffff;
text-decoration : none;
}
/*内容表示部*/
#sub_maincontainer{
margin : 0px auto 0px auto;
width : 750px;
text-align : center;
}
/*カレンダー*/
.calender{
margin : 10px 10px 0px auto;
font-family : "Comic Sans MS";
background-color : #f0f8ff;
}
.day{
margin : 0px 2px 0px 2px;
}
/*プラグイン　左*/
#leftcontainer{
text-align : left;
width : 140px;
float : left;
margin : 0px auto 0px auto;
}
/*エントリー入れ物*/
#centercontainer{
text-align : center;
width : 460px;
float : left;
margin : 0px auto 0px auto;
}
/*プラグイン　右*/
#rightcontainer{
text-align : left;
width : 140px;
float : right;
margin : 0px auto 0px auto;
}
/*プラグイン　タイトル*/
.p_title{
font-weight : bold;
font-family : "Comic Sans MS";
margin : 40px 5px 0px 5px;
border-bottom : 1px solid #4169e1;
}
/*プラグイン　内容*/
.p_body{
margin : 5px 5px 10px 5px;
font-size : 10px;
line-height : 1.3;
}
/*エントリー*/
#topentrycontainer{
text-align : left;
margin : 0px 15px 15px 15px;
}
/*エントリー　タイトル*/
.t_title{
font-family : "Comic Sans MS";
margin : 40px 10px 0px 10px;
border-bottom : 1px solid #4169e1;
font-weight : bold;
}
/*エントリー　本文*/
.t_body{
margin : 5px 10px 10px 10px;
line-height : 1.5;
}
/*エントリー　フッター*/
.t_foot{
margin : 5px 10px 10px 10px;
text-align : right;
font-size : 10px;
border-top : 1px solid #4169e1;
}
/*コメント*/
.comment{
width : 98%;
}
/*トラックバック*/
.trackback{
width : 98%;
margin : 5px auto 10px auto;
border-bottom : 1px dotted silver;
}
/*左右寄せ解除*/
.floatend{
clear : both;
}
/*フッター*/
#footer{
font-size : 10px;
margin : 0px auto 10px auto;
}

BLOCKQUOTE{
margin : 5px 1px 5px 15px;
}

HR{
color : silver;
border-style : dotted;
height : 1px;}

INPUT,SELECT,TEXTAREA {
color : #696969;
background-color : #f0f8ff;
border-color : #c0c0c0;
border-width : 1px;
border-style : solid;
}

TABLE,TR,TD{
font-size : 12px;
line-height : 1.5;
}

/*メニューをリスト化する時はここを調整してください*/
UL,LI{
margin:0px 0px 0px 0px;
line-height : 1.3;
list-style-type : none;
}