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

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

#container {
width: 730px;
}

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

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

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

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

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

#center {
float: right;
}

#right {
float: right;
}

#footer {
clear: both;
}

/* ■■■ レイアウトのデザイン設定 ■■■ */
#container {
border-style: solid;
border-color: #bed1f5 #83a1d7;
border-width: 1pt;
background-color: #ffffff; /* ブログの背景色を水色に変えます */
padding-top: 0px;

}

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

/* ■ 右サイドバーの左右の余白 ■ */
#right div {
}

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



/* ■■■ パーツのデザイン設定 ■■■ */
/* ■■ ヘッダー部分のデザイン ■■ */
/* ■ ヘッダー ■ */
#title {
background-image: url(title.gif);/* 画像を入れる場合はこのカッコ内に */
background-repeat: no-repeat;
background-position: 100% 0%;
background-color: #0000ff;
padding: 15px 20px 15px;
margin-bottom: 10px;
}

#title h1 {
font-size: x-large;
margin-top: 0px;
margin-bottom: 0px;
}

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

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

/* ■■ コンテンツ部分のデザイン ■■ */
/* ■ コンテンツ部分 ■ */
#two-right{
font-size: 10pt;
color: #333333;/* ブログの詳細の色を黒に変えます */
}

/* エントリー */
#entrylink a {
color: #0000ff;/* 個別記事の前後リンクの色を青色に変えます */
text-decoration: underline;
}

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

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


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


/* ■■ サイドバー部分のデザイン ■■ */

#right {
background-color: #ebebeb;
}


#right h2 {
background-color: #1b51b3;
text-align: center;
font-size: small;
color: #ffffff;
}

#right h3 {
font-size: medium;
line-height: 0%;
}

#right li {
font-size: medium;
line-height: 0%;
}

#categories {
font-size: 10pt;
}

/* ■ フッター ■ */
#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: underline;
}
