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

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

#container {
width: 730px;
}

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

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

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

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

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

#center {
float: left;
}

#right {
float: right;
}

#footer {
clear: both;
}

/* ■■■ レイアウトのデザイン設定 ■■■ */
#container {
background-color: #7d613a; /* ブログの背景色を変えます */
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://bvlga.5en.biz/bvl.JPG); */
background-repeat: no-repeat;
background-position: 100% 0%;
background-color: #000000;
padding: 15px 20px 15px;
margin-bottom: 10px;
border-top: outset 3px #cccccc;
border-bottom: inset 3px #cccccc;
}

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

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

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

/* ■■ コンテンツ部分のデザイン ■■ */
/* ■ コンテンツ部分 ■ */
#two-right{
font-size: 8pt;
color: #ffffff; /* 150文字の色を変えます */
}

/* エントリー */
#entrylink a {
font-size: 10pt;
color: #ffffff;
text-decoration: underline;
}

.entry h2 {
font-size: 10pt;
color: #ffffff;
border-bottom: inset 3px #cccccc;
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: #aaaaaa;
border-top: solid 2px #eaf7ff;
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: #555555;
padding: 3px 0 3px 0;
}

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

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

#recent ul {
font-size: 10pt;
color: #9ae4e7;
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: #666666;
}

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

/* エントリー categori*/

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

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

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

}