/*BODY全体に関する設定*/
body {
margin:70px;
background-color:#FFFFFF;
font-size:12px;
color:#333333;
font-weight:lighter;
background-image:url('http://blog-imgs-48.fc2.com/t/u/r/turezurekoubou/dd64be36_20111012044853.jpg');
background-position:right top;
background-repeat:repeat-y;
background-attachment: fixed; 
}

/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}

/*タイトル部分*/
h1 {  width:800px;
margin: 0% 20%;
      }

/*ブログの説明部分*/
h2 {font-size:14px;
    margin-left: 50%;
 display: none;}


/*通常のリンクの設定*/
a:link {
color:#669999;
text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#669999;
text-decoration:none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
color:#c7cce3;
text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
a:active {
color:#c7cce3;
text-decoration:none;
}



/* 横カレンダーの設定 */
/* 表示させない場合は left 属性の margin-top と、
	right 属性の top プロパティを減らして全体を底上げしてください。*/
.yokocal {
	position: absolute;
	left: 2%;
	top: 10.7em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0.2em 0.5em 0.3em 0.5em;
	text-align: center;
	margin: 0;
	font-size: 80%;
}

/* 横カレンダーの日付はリストを inline で横に並べてるので、不具合ある人もいるかも。*/
.yokocal li {
	display: inline;
	margin: 0 0.1em;
}

/* レイアウト設定 */
/* レイアウト構成は left の中に right を左側に入れ込んでるという感じ。
	そのために、left 属性では左に大きくパディングを取ってます。
	ので、left でも実際は、右側に表示されることになります。 */

/* 記事表示部分 */
#left {width: 500px;
	margin-top: 9em/* 横カレンダーを消した場合 3.7em ぐらい*/;
	margin-left: 0;
         margin-right:6em;
	padding: 0 0 0 25em;
	word-break: break-all;
}

/* メニュー表示部分 */
/* 横幅を増やした場合は left 属性の右パディングも増やしてください。 */
#right {
	width: 200px;
	position: absolute;
	padding: 0 0 2.7em 0;
	top: 7%/* 横カレンダーを消した場合 9.7em ぐらい*/;
	left: 5%;
	color: #232323;
	word-break: break-all;
        font-size: 11px;
}


/* 左メニューの見出し*/
#right h3 {
	color:#666666;
	font-size: 13px;
	

padding-top:30;
margin:30;
border-style:none;

background-image:url('http://blog-imgs-48.fc2.com/t/u/r/turezurekoubou/ppp.jpg');
background-repeat:no-repeat;
background-position:center bottom;


}

/* 自己紹介的なところのリスト要素 */
/* 下のカレンダーのために下に余白を取ってます。
	カレンダーを削除する場合はこの余白設定も削除してください。 */
#right ul.info {
	list-style-type: none;
	margin-bottom: 1.7em;
}


/* その他のメニュー内のリスト */
#right ul {display:block;
	list-style-type: none;
	padding:  0.7em 1.2em;
	margin: 0;
}

#right ul li {
	font-size: 10px;
	margin: 0 0 0 0.7em;
	list-style-position: outside;
}


/* recent entry とrecent comment の日付部分はこれで文字を少し小さく */
#right ul li span {
	margin-left: 0.3em;
}

#right p{
	color:#666666;
	margin:0.3em;
}

/* 一番下の部分(copyright) */
/* メニューの高さが記事より長くなった場合の為に一応、右寄せ */
#footer {
	margin: 5.7em 0 0 0;
	text-align: center;
}
/* footer 内に色々表示させたい場合はこの辺も一緒に弄った方が吉 */
#footer p {
	font-size: 9px;
	letter-spacing: 0.2em;
}


/* 記事の見出し(タイトル) */
#left h3 {
        text-align: left;
	font-size:14px;
        color:#450000;
	border-top: 0px dotted #661f12;
	border-bottom: 0px dotted #661f12;
	padding: 0% 0% 0% 5%;
	margin: 0 0 5 0;
}



p.dropcap:first-letter{
font-weight: bold;
font-size: 30px;
color:#ffffff;
background: #661f12;
} 


/* 記事表示部分のブロック要素の属性 */
.body {text-align: left;
	font-size: 12px;
	border-bottom: 1px dashed #DCDCDC;
	margin: 0 0 8em 2em;
	padding: 0 1.7em 0.7em 1.7em;
	line-height: 1.4;
	word-break: break-all;
}


/* 記事のステータス用リスト */
.sub {
	text-align: right;
	margin: 2.7em 0 0 0;
}
.sub li {
	display: inline;
}
.sub a {
	margin-right: 0.3em;






/* レスフォーム設定 */

.reaf {
	color: #000000;
	position: relative;
	width: 100%;
	margin: 1.7em 0%;
}
.reaf dt {
	letter-spacing: 0.1em;
	position: absolute;
	left: 0;
}
.reaf dd {
	padding: 0 0 0.5em 5.7em;
}
.reaf input {
	/*width: 50%;*/
}
.reaf textarea {
	width: 80%;
}
#himitsu {
	width: auto;
}

/* フォームをコンパクトにする場合は以下 */
/*
.reaf {
	color: #999;
	width: 100%;
}
.reaf dt {
	letter-spacing: 0.1em;
}
.reaf dd {
	margin: 0;
	padding: 0 0 0.5em 0;
}
.reaf input {
	width: 50%;
}
.reaf textarea {
	width: 80%;
}
#himitsu {
	width: auto;
}
*/





/* カレンダー設定 */
table.calender {
	font-size:11px;
	width: 200px;
	border-collapse: separate/*collapse*/;
	border-spacing: 0;
	padding: 0.5em 0 0.7em 0;
}
.calender caption {
	border-bottom: 1px solid #777;
	padding: 0 0 0.5em 0;
}
.calender th {
	font-weight: normal;
}
.calender td {
	font-size:12px;
	width: 14%;
	text-align: center;
	padding: 0.1em;
}
.calender td a {
	display: block;
}
th#sun {
	color: #f00;
}
th#sat {
	color: #00f;
}

/* 自己紹介的なところで画像を使用した場合の中央寄せ */
.pay {
	text-align: center;
	margin-right:2em;
}





/* コメントリストの設定 */
#commentlist {
	margin-top: 1.7em;
	margin-bottom: 7.7em;
	margin-right: 1.7em;
}

/* トラックバックリストの設定 */
#trackbacklist {display: none;
	margin: 2.7em 1.7em 0 0;
	padding: 1.7em 0 2.7em 3.7em;
	border-top: 1px solid #ddd;
}

/* トラックバックリスト内のリスト */
#trackbacklist li ul {display: none;
	margin-top: 0.7em;
	margin-bottom: 1.7em;
}

/* コメントリスト、トラックバックリストの整形 */
#commentlist a, #trackbacklist a {
	margin-right: 0.5em;
}
#commentlist li, #trackbacklist li {
	margin-bottom: 0.5em;
}

/* trackback uri 表示部分の設定 */
#trap dt {display: none;
	margin: 0 0 0.5em 0.7em;
}
#trap dd {display: none;
}
#trap dd a {
	text-decoration: underline;
display: none;
}

/* 検索 */
#right form {
	margin: 200;
}
.light {
	margin: 2.7em 0 0 0;
	padding: 0.7em 0 0 0;
}
.search {
	margin: 0 0 3.7em 0;
	padding: 0.7em 0;
}
.search input {
}

textarea,input,select {
	font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
}

img.emoji{
	vertical-align:middle;
	border:0;
}

.plugin-title{
	color:#666666;
	font-weight:bold;
	font-size: 13px;
	letter-spacing: 0.1em;
	margin: 1.7em 0 0 0;
	text-decoration: underline;
}
.plugin-content{
	color:#666666;
	font-size: 12px;
}



.plugin-content p{
	color:#666666;
	margin:0.1em 0.5em 0 0.3em;
	padding:0.5em;
	font-size: 12px;
}
.plugin-content ul,li{
	color:#666666;
	font-size: 10px;
	list-style-type:none; 
}
.plugin-content li{
	padding:0 0.3em 0.2em 0.3em;
}