* {
margin: 0;
padding: 0;
}

/* 全体の文字設定 */
body { 
font-family : "Tahoma","Osaka","Arial","MS UI Gothic"; 
font-size : 11px;
color : #808080;
text-align : center;
line-height : 140%;
background : #FFFFFF; /* 背景色 */
margin : 0PX;
padding : 0PX;
}



/* スクロールバー色 */
html {
scrollbar-3dlight-color : #FFFFFF;
scrollbar-arrow-color : #21bdc7;
scrollbar-darkshadow-color : #FFFFFF;
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color : #21bdc7;
scrollbar-shadow-color : #21bdc7;
scrollbar-track-color : #FFFFFF;
}


/* リンク色 */
a{
text-decoration: none;
}
a:link, a:visited{
color: #78BCD0;
}
a:hover, a:active{
color: #d49873;
}


/* blog-title */

h1 {
font-size: 20px;
font-weight: bolder;
font-family : Osaka, Verdana, "ＭＳ　ゴシック";
margin: 100px 0px 5px 10px;
padding: 0px;
color: #78BCD0;
}

h1 a,
h1 a:link,
h1 a:visited,
h1 a:active,
h1 a:hover {
color: #21bdc7;
text-decoration: none;
}

/* ブログの説明 */
.description {
font-size: 11px;
color: #808080;
padding-bottom: 30px;
padding-left: 10px;
}


/* layout */

#layout {
width: 750px;
margin-top: 10px;
margin-left : auto;
margin-right : auto;
text-align : center;
}

.contents {
text-align: left;
margin: 0px 0px 0px 0px;
}

.header {
margin: 5px 0px 3px;
padding: 20px;
border: 0px solid #000000;
height: 300px;
background-image: url('http://bean-bean.chiku-wakko.com/images/11.gif');
background-repeat: no-repeat;
background-position: CENTER ;
}

#main {
float: left;
width: 536px;
margin: 3px 14px 0px 0px;
}

#side {
float: right;
width: 200px;
margin: 3px 0px;
}
.list {
border: 1px solid #000000;
margin: 0px 0px 14px 0px;
padding: 10px 20px;
background: #ffffff;
}


/* entry*/

.entry {
background: #ffffff;
border: 1px solid #000000;
margin: 0px 0px 14px 0px;
padding: 10px 20px;
overflow: auto;
}

.entry_navi {
text-align: right;
}

.entry_title {
font-size: 16px;
font-weight: bolder;
border-bottom: 1px dashed #000000;
color: #99CC33;
line-height:170%;
}

.entry_date {
padding-top: 3px;
font-family: "MS UI Gothic";
font-size: 11px;
text-align : right;

}

.entry_body {
margin: 20px 0px;
font-size: 11px;
line-height:170%;
}

.entry_more {
margin: 10px 0px;
font-size: 11px;
line-height:170%;
}

.entry_state {
font-size: 10px;
margin: 20px 0px 0px 0px;
text-align: right;
border-top: 1px dashed #000000;
}

blockquote {
color: #555555;
padding: 20px;
}

.tb_title {
font-size: 11px;
font-weight: bolder;
color: #000000;
}


/* pict */

.pict {
margin: 15px 0px;
padding: 8px;
border: 1px solid #c0c0c0;
}


/* list */

ul {
margin: 0px;
list-style-type: none;
}




/* side-list */

.list_title {
font-family: "MS UI Gothic";
font-size: 16px;
font-weight: bolder;
color: #99CC33;
border-bottom: 1px dashed #000000;
}

.list_text {
font-family: "MS UI Gothic";
color: #666666;
padding-top: 10px;
font-size: 11px;
}



/* calendar */

.calendar {
font-family: "MS UI Gothic";
text-align: center;
color: #808080;
}

.

/* search */

.search {
line-height: 120%;
margin: 20px 0px 5px 0px;
}


/* form */

input,textarea {
border: 1px solid #000000;
font-size: 11px;
font-family: "Verdana";
}


/* footer */

.page_navi{
border: 1px solid #000000;
margin: 0px 0px 50px 0px;
padding: 10px 20px;
background: #ffffff;
}

.copyright {
line-height: 150%;
text-align: center;
}