/* ■■■ 基本的な設定 ■■■ */

/* ■■ ブログの横幅設定　■■ */　

#container {
width: 730px;
}

/* ■■ ２カラムの各横幅設定 ■■ */
/* ■ コンテンツ部分の横幅 ■ */　
#center {
width: 500px;
}

/* ■ サイドバーの横幅 ■ */　
#right {
width: 200px;
}

/* ■■ その他設定 ■■ */

body {
text-align: center;
background-color: #efe8ba;
}

#container {
margin-right: auto;
margin-left: auto;
text-align: left;
}

#center {
float: left;
}

#right {
float: right;
}

#footer {
clear: both;
}

/* ■■■ レイアウトのデザイン設定 ■■■ */
#container {
background-color: #ffffff;
padding-top: 0px;
}

/* ■■ 段の間隔 ■■ */
/* ■ コンテンツ部分の左右の余白 ■ */
.content {
margin-left: 10px;
margin-right: 10px;
}

/* ■ 右サイドバーの左右の余白 ■ */
#right div {
margin-left: 10px;
margin-right: 20px;
}

.content div div, #right div div {
margin-left: 0;
margin-right: 0;
}



/* ■■■ パーツのデザイン設定 ■■■ */
/* ■■ ヘッダー部分のデザイン ■■ */
/* ■ ヘッダー ■ */
#title {
background-image: url(http://www.beetle.rideonvw.com/beetle.jpg);
background-repeat: no-repeat;
background-position: 100% 0%;
background-color: #ffffff;
padding: 15px 20px 15px;
margin-bottom: 10px;
border-top: outset 3px #8fafda;
border-bottom: inset 3px #8fafda;
}

#title h1 {
font-size: 18pt;
margin-top: 30px;
margin-bottom: 20px;
}

#title h1 a {
text-decoration: none;
color: #555555;
}

#title h2 {
color: #808080;
font-size: 10pt;
margin-top: 0px;
}

/* ■■ コンテンツ部分のデザイン ■■ */
/* ■ コンテンツ部分 ■ */
#two-right{
font-size: 8pt;
color: #808080;
}

/* エントリー */

.entry a {
color: #555555;
text-decoration: none;
}

.entry a:hover{background-color:#ffffff;text-decoration:underline;}

.entry ul {
font-size: 10pt;
color: #ff850b;
list-style-position: inside;

}


#entrylink a {
font-size: 10pt;
color: #906c87;
text-decoration: underline;
}

.entry h2 {
font-size: 10pt;
color: #ff850b;
border-bottom: inset 3px #8fafda;
padding: 5px 0px 3px 35px;
background-image: url(http://5en.biz/pic/gb1.gif);
background-repeat: no-repeat;
}

.entry p.posted {
font-size: 10pt;
color: #555555;
border-top: solid 2px #d5682a;
padding-top: 6px;
}


.entry {
margin-bottom: 30px;
font-size: 10pt;
line-height: 150%;
}



/* ■■ サイドバー部分のデザイン ■■ */
/* ■ 最近の記事 ■ */
#recent h2 {
font-size: 10pt;
text-align:center;
color: #ffffff;
background-color: #8fafda;
padding: 3px 0 3px 0;
}

#recent a {
color: #555555;
text-decoration: none;
}

#recent a:hover{background-color:#efe8ba;text-decoration:underline;}

#recent ul {
font-size: 10pt;
color: #555555;
list-style-position: inside;
margin-left:0;
padding-left:0;
margin-top: 10px;
margin-bottom: 10px;
line-height: 140%;
}

/* ■ フッター ■ */
#footer {
font-family: Verdana, Arial, sans-serif;
font-size: 8pt;
color: #aaaaaa;
}

#footer a {
font-family: Verdana, Arial, sans-serif;
font-size: 8pt;
color: #aaaaaa;
text-decoration: none;
}