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

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

#container {
width: 730px;
}

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

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

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

body {
text-align: center;
background-color: #f9e0dc; /* 土台の背景色を薄い桃色に変えます */
}

#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(img/samantha11b.jpg);
background-repeat: no-repeat;
background-position: 100% 0%;
background-color: #ffffff;　　　　/* バナーの背景色を白色に変えます */
padding: 25px 20px 25px;
margin-bottom: 10px;
border-top: outset 3px #cccccc;
border-bottom: inset 3px #cccccc;
}

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

#title h1 a {
text-decoration: none;
color: #000000;　　　　　　　　　/* バナーの色を黒色に変えます */
}

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

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

/* エントリー */
#entrylink a {
font-size: 10pt;
color: #2a2a2a;　　　/* 個別記事の前後リンクの色を黒灰色に変えます */
text-decoration: underline;
}

.entry h2 {
font-size: 10pt;
color: #2a2a2a;　　　/* 右サイドバーのタイトルの色を黒灰色に変えます */
border-bottom: inset 3px #cccccc;
padding: 5px 0px 3px 35px;
background-image: url(img/gb1.gif);
background-repeat: no-repeat;
}

.entry p.posted {
font-size: 10pt;
color: #aaaaaa;
border-top: solid 2px #e7e7e7; /* 記事の境界線の色を薄い灰色に変えます */
padding-top: 6px;
}


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


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

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

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


/* ■■ サイドバー部分のデザイン ■■ */
/* ■ 最近の記事 ■ */
#recent h2 {
font-size: 10pt;
text-align:center;
color: #2a2a2a;　　　/* 右サイトバーの「ブルガリ商品」の色を黒灰色に変えます */
background-color: #f9e0dc; /* 背景色を薄い桃色に変えます */
padding: 3px 0 3px 0;
}

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

#recent a:hover{background-color:#ccffff;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;
}
