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

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

#container {
width: 780px;
}

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

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

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

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

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

#center {
float: left;
}

#right {
float: right;
}

#footer {
clear: both;
}

/* ■■■ レイアウトのデザイン設定 ■■■ */
#container {
background-color: #f7f3e7;
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://probodydress.select1.info/ga/pro3.jpg);
background-repeat: no-repeat;
background-position: 50% 50%;
background-color: #f7f3e7;
padding: 10px 10px 10px;
margin-bottom: 10px;
border-top: outset 3px #efe3bd;
border-bottom: inset 3px #efe3bd;
}

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

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

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

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

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

.entry h2 {
font-size: 10pt;
color: #000000;
border-bottom: inset 3px #efe3bd;
padding: 5px 0px 3px 35px;
background-image: url(http://www.select1.info/gtagu/aicon86.gif);
background-repeat: no-repeat;
}

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

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

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

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

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

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