* { font : 100%/100% Verdana,Osaka;
 margin : 0;
 padding : 0;
}

/* ********************************** */
/* レイアウト                         */
/* ********************************** */

#wrapper {
 background-color : #FFFFFF;
 background-image : url('');
}

#layout {
 background-color : #FFFFFF;
 background-image : url('');
 margin           : 0 auto;
 padding          : 0 20px;
 text-align       : left;
 width            : 320px;
}

#main {
 float            : left;
 width            : 100%;
}

/* ********************************** */
/* フォントスタイル                   */
/* ********************************** */

body {
 color            : #000;
 font-size        : 10px;
 text-align       : center;
}

/* ================================== */
/* text-align : center は消さないこと */
/* ================================== */

/* ********************************** */
/* リンクスタイル                     */
/* ********************************** */

a {
 color            : #000000;
 text-decoration  : none;
}

a:hover {
 color            : #cccccc;
 text-decoration  : none;
}

/* ********************************** */
/* リスト                             */
/* ********************************** */

ul {
 list-style-type  : none;
}

li {
 border-bottom    : 1px solid #000000;
 line-height      : 150%;
}

/* ********************************** */
/* サイトタイトル                     */
/* ********************************** */

.site_title {
 font-size        : 15px;
 letter-spacing   : 0px;
 margin-top       : 35px;
 margin-bottom    : 5px;
}

.description {
 margin-bottom    : 10px;
}

/* ********************************** */
/* リンクメニュー                     */
/* ********************************** */

.linktitle {
 margin-top       : 40px;
}

/* ********************************** */
/* エントリー                         */
/* ********************************** */

.entry_navi {
 margin-bottom    : 10px;
}
#prev {
 text-align       : right;
}

.entry {
 margin-bottom    : 60px;
}

.entry_date {
 color            : #026489;
 font-family      : Georgia,Verdana,Osaka;
 font-size        : 19px;
 font-weight      : bolder;
 margin-bottom    : -1px;
 text-align       : right;
}

.entry_title,
.page_navi {
 background-color : #026489;
 font-weight      : bolder;
 letter-spacing   : 2px;
 padding          : 3px;
}

.entry_body,
.entry_more {
 line-height      : 180%;
 margin-top       : 18px;
}

.entry_state {
 margin-top       : 18px;
 text-align       : right;
 clear            : both;
}

.page_navi {
 text-align       : center;
}

#ad {
 margin-top       : 30px;
}

/* ********************************** */
/* 引用                               */
/* ********************************** */

blockquote {
 color            : #999;
 line-height      : 130%;
}

/* ********************************** */
/* 画像                               */
/* ********************************** */

img {
 border           : none;
}

.pict_amazon {
 margin-left      : 25px;
 margin-top       : 10px;
 margin-bottom    : 33px;
}

.amaz {
 float            : left;
 margin-right     : 10px;
 margin-bottom    : 10px;
}

/* ********************************** */
/* カスタマイズはご自由にどうぞ。     */
/* ↑後の再配布はご遠慮ください。     */
/*                           by rira. */
/* ********************************** */