/* ★ ブログの横幅　★ */　

#container {
width: 740px;
}

#okini {
float: right;
}

#content2 {
float: right;
}

/* ★ その他設定 ★ */

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

#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;
}

.content2 {
margin-left: 10px;
margin-right: 10px;
background-color: #E4EBDC;
width: 450px;
}

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

/* ★ ヘッダー ★ */
#title {
background-image: url(http://);
background-repeat: no-repeat;
background-position: 100% 0%;
background-color: #ffffff;
padding: 15px 20px 15px;
margin-bottom: 10px;
border-top: outset 3px #cccccc;
border-bottom: inset 3px #cccccc;
}

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

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

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

/* ★ コンテンツ部分 ★ */
#area-all{
font-size: 11pt;
color: #000000;
}

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

.entry h2 {
font-size: 10pt;
color: #000000;
border-bottom: inset 3px #ccccff;
padding: 5px 0px 3px 0px;
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%;
}

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