/* ■■■ 基本的な設定 ■■■ */
/* ■■ ブログの横幅設定　■■ */
body {
text-align: center;
background-image: url(http://sesame-club.com/image/kabe54.gif);
}

#two-right{
font-size: 9pt;
color: #333333;
}

#container-1 {
width: 730px;
}

/* ■■ ２カラムの各横幅設定 ■■ */
/* ■ コンテンツ部分の横幅 ■ */
/* ■■ その他設定 ■■ */
#container {
width: 730px;
border-left: 1px solid #65a217;
border-right: 1px solid #65a217;
border-top: 1px solid #65a217;
border-bottom: 1px solid #65a217;
background-color: #FFFFFF;
padding-top: 0px;
margin-right: auto;
margin-left: auto;
text-align: left;
}

#center {
float: left;
width: 510px;
}

#right {
float: left;
width: 200px;
margin-right: -10px;
}

#footer {
clear: both;
}

/* ■■■ レイアウトのデザイン設定 ■■■ */
/* ■■ 段の間隔 ■■ */
/* ■ コンテンツ部分の左右の余白 ■ */
.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-repeat: no-repeat;
background-position: 100% 0%;
background-color: #d84bff;
padding: 15px 20px 15px;
margin-top: 0px;
margin-bottom: 10px;
border-top: outset 2px #65a217;
border-bottom: inset 2px #65a217;
}

#title h1 {
font-size: 19pt;
margin-top: 20px;
margin-bottom: 15px;
padding: 15px 0px 0px 20px;
}

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

#title h2 {
color: #FFFFFF;
font-size: 11pt;
margin-top: 0px;
margin-bottom: 10px;
padding: 0px 0px 0px 20px;
}

#m-url {
padding: 0px 20px 0px 0px;
text-align: right;
}


/* ■■ コンテンツ部分のデザイン ■■ */
/* ■ コンテンツ部分 ■ */

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

.entry h2 {
font-size: 12pt;
color: #642F00;
border-bottom: inset 3px #d84bff;
padding: 5px 0px 3px 0px;
background-repeat: no-repeat;
}

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


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

#top-k {
line-height: 150%;
}




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

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

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

#recent ul {
font-size: 10pt;
color: #004a84;
list-style-position: inside;
margin-left: 3px;
margin-left:0;
padding-left:0;
margin-bottom: 3px;
margin-top: 0px;
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;
}

#CateTit {
font-size: 11pt;
margin: 0px;
padding: 5px 0px;
background-color: #FAFAFA;
text-align: left;
margin-top: 15px;
margin-bottom: 15px;
}

#EntTit {
font-size: 10pt;
margin: 0px;
padding: 5px 0px;
background-color: #FAFAFA;
text-align: left;
margin-top: 15px;
margin-bottom: 15px;
}


#pankuzu {
margin: 0;
padding: 5px 20px;
background-color: #FAFAFA;
text-align: left;
}

#powered_by {
float: left;
margin: 10px 0px 0px 10px;
font-size: 10px;
color: #999999;
}

#powered_by a {
color: #999999;
font-weight: bold;
}