body {
	font-family: "MS Pゴシック";
	background: #eee;
	background-image: url(http://templates.blog.fc2.com/template/life/bacck6.gif);
	background-position: 0 0;
	background-attachment: scroll;
	background-repeat: repeat;
	font-size: 83%;
	line-height: 1.6;
	margin:0;
	
	color:#232323;
}


a:link {
	color:#0000FF;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none
}
a:visited {
	color: #990099;
	text-decoration: none
}
a:hover {
	color: #d00;
	text-decoration: underline;
}




/* h1 を大きくとって、背景画像を見せてます。 */
/* 出来る人は div 要素なんか使って、テンプレ弄った方がいろいろいいかも */
h1 {
	background: #070;

/* 背景を差し込む場合は高さ 150px ぐらい推奨 */
	background-image: url(http://templates.blog.fc2.com/template/life/siba.jpg);
	background-position: 0 100%;
	background-attachment: scroll;
	background-repeat: repeat;

	margin: 0;
	font-size: 150%;

/* 文字の位置を変える場合、上下合わせて 6em 取るといいかも */
	padding: 3em 0.7em;

/* 位置を真ん中にしない場合は以下で文字位置設定 */
/*
	padding: 3em 0.7em 3em 0.7em;
*/

	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
h1 a:link {
	color: #fff;
	text-decoration: none;
}

/* h2 要素は現時点で、横向きカレンダーで被せてるんで擬似背景設定になってます */
h2 {
	background: #000;
	background-image: url(http://templates.blog.fc2.com/template/life/back2.gif);
	background-position: 0 0;
	background-attachment: scroll;
	background-repeat: repeat;
	margin: 0;
	padding: 0.5em;
	text-align: center;
	font-size: 100%;
	font-style: normal;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #fff;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}


/* h2 要素に被る横カレンダー設定 */
.yokocal {
	position: absolute;
	left: 10%;
	top: 16em;
	border: 1px solid #000;
	background: #777;
	padding: 0.3em;
	text-align: center;
	margin: 0;
	font-size:75%;
}

/* 背景色透過で、h1 要素最下部に表示する場合や、横カレンダーを表示させない場合は、
	以下の設定の方がしっくりきます。*/
/* 背景画像によって、文字色の変更 */
/* この場合は h2 要素が見えるようになります */
/* h2 要素の上下のパディング 0.5em が大きくて気になる場合は減らす */
/* 参考までに h2 要素の上下パディングを 0 にした場合、
	以下で記述の right 属性の top のプロパティを 14.5em から 13.4em へ変更 */
/*
.yokocal {
	position: absolute;
	left: 10%;
	top: 13em;
	padding: 0.3em;
	text-align: center;
	margin: 0;
	font-size:75%;
}
*/


/* 横カレンダーの日付はリストを inline で横に並べてるので、不具合ある人もいるかも。*/
.yokocal li {
	color: #000;
	display: inline;
	margin: 0 0.1em;
}

.yokocal a{
	font-weight: bold;
}
.yokocal a:link {
	color: #fff;
	text-decoration: underline;
}
.yokocal a:visited {
	color: #999;
	text-decoration: underline;
}
.yokocal a:hover {
	color: #f00;
	text-decoration: none;
}



/* レイアウト設定 */
/* レイアウト構成は left の中に right を左側に入れ込んでるという感じ。
	そのために、left 属性では左に大きくパディングを取ってます。
	ので、left でも実際は、右側に表示されることになります。*/

/* 記事表示部分 */
.left {
	margin: 0;
	margin-left:1px;
	padding: 0 0 0 18.7em;
	border: 1px solid #000;
	background: #fff;
}

/* メニュー部分 */
.right {
	background: #ffe;
	background-image: url(http://templates.blog.fc2.com/template/life/back3.gif);
	background-position: 0 0;
	background-attachment: scroll;
	background-repeat: repeat;
	width: 15.5em;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	position: absolute;
	padding: 1.7em 0.7em;
	top: 14.5em;
	left: 0;
	color: #232323;

/* left 属性のボーダーを使うためその分の余白 */
	margin-left: 1px;
}

.right p{
	margin: 0.3em;
	font-size: 80%;
}

.right a:link {
	color:#333;
	text-decoration: none;
}
.right a:active {
	color: #999;
	text-decoration: none
}
.right a:visited {
	color: #666;
	text-decoration: none
}
.right a:hover {
	color: #d00;
	text-decoration: underline;
}

/* メニューの見出し*/
.right h3 {
	font-size: 80%;
	font-family: Verdana ,sans-serif,Osaka;
	font-weight: normal;
	color: #000;
	letter-spacing: 0.1em;
	margin: 1.7em 0 0 0;
	padding: 0.2em 0.2em 0.2em 0.7em;
	background: #ffd;
	border: 1px solid #770;
}


/* 自己紹介的なところのリスト要素 */
/* 下のカレンダーのために下に余白を取ってます。
	カレンダーを削除する場合はこの余白設定も削除してください。*/
.right ul.info {
	list-style-type: circle;
	margin-bottom: 1.7em;
}


/* その他のメニュー内のリスト */
.right ul {
	font-size: 90%;
	list-style-type: square;
	padding:  0.7em 1.2em;
	margin: 0;
}


.right ul li {
	margin: 0 0 0 0.7em;
	list-style-position: outside;
}

/* recent entry とrecent comment の日付部分はこれで文字を少し小さく */
.right ul li span {
	font-size: 85%;
	margin-left: 0.3em;
}


/* 一番下の部分(copyright) */
/* メニューの高さが記事より長くなった場合の為に一応、右寄せ */
#footer {
	background: #000;
	background-image: url(http://templates.blog.fc2.com/template/life/back2.gif);
	background-position: 0 0;
	background-attachment: scroll;
	background-repeat: repeat;
	margin: 0;
	margin-left:1px;
	padding: 0.7em 2.7em;
	text-align: right;
	color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}
/* footer 内に色々表示させたい場合はこの辺も一緒に弄った方が吉 */
#footer p {
	font-size: 85%;
	letter-spacing: 0.2em;
}


/* 記事の見出し(タイトル) */
.left h3 {
	font-size: 100%;
	color: #000;
	border-bottom: 1px solid #000;
	padding: 0.1em;
	margin: 1.7em 1em 0 0;
}

/* 記事表示部分を囲うブロック要素の属性 */
.body {
	margin: 0 0 5.7em 0;
	padding: 0.7em 1.7em 0.7em 0.7em;
	line-height: 1.4;
}

/* 記事内に画像があった場合、左に滑り込ませる。*/
.body img {
	border: 3px double #777;
	margin: 0 0.7em 0 0;
}

/* 記事のステータス用リスト */
.sub {
	text-align: right;
	font-size: 80%;
	margin: 2.7em 0 0 0;
	border: 1px solid #000;
	background: #557;
	padding: 0.1em;
}
.sub li {
	display: inline;
	color: #fff;
}
.sub a {
	margin-right: 0.3em;
}
.sub a:link {
	color: #fff;
	text-decoration: none;
}
.sub a:visited {
	color: #bbb;
	text-decoration: none;
}
.sub a:hover {
	color: #f00;
	text-decoration: none;
}



/* レスフォーム設定 */
/* 全体の左右に 10% の余白を取ってる為、
	ディスプレイ環境に左右される恐れがある為なるべくコンパクトに。*/
.reaf {
	color: #000;
	width: 70%;
}
.reaf dt {
	letter-spacing: 0.1em;
}
.reaf dd {
	font-size: 90%;
	margin: 0;
	padding: 0 0 0.5em 0;
}


/* label を生かしたい場合や、横スクロールが気にならない場合、
	全ての pc のディスプレイの横の解像度が 800xp 以上だと信じてやまない人は、
	以下の設定を。オススメ出来ません。 */
/*
.reaf {
	color: #333;
	position: relative;
	width: 70%;
	margin: 1.7em 0%;
}
.reaf dt {
	letter-spacing: 0.1em;
	position: absolute;
	left: 0;
}
.reaf dd {
	font-size: 90%;
	padding: 0 0 0.5em 5.7em;
}
*/



/* カレンダー設定 */
table.calender {
	font-size: 80%;
	width: 100%;
	border-collapse: separate/*collapse*/;
	border-spacing: 0;
	padding: 0.5em 0 0.7em 0;
}
.calender caption {
	font-size: 100%;
	border-bottom: 1px solid #000;
	padding: 0.7em 0 0.5em 0;
}
.calender th {
	font-weight: normal;
}
.calender td {
	width: 14%;
	text-align: center;
	padding: 0.1em;
}
.calender td a {
	display: block;
}
th#sun {
	color: #f00;
}
th#sat {
	color: #00f;
}
.calender td a:link {
	background: #007!important;
	color: #fff;
	text-decoration: none;
	border: 1px solid #00f;
}
.calender td a:visited {
	background: #707!important;
	color: #fff;
	border: 1px solid #f0f;
	text-decoration: none;
}
.calender td a:hover {
	background: #700!important;
	color: #fff;
	border: 1px solid #f00;
	text-decoration: none;
}





/* 自己紹介的なところで画像を使用した場合の中央寄せ */
.pay {
	text-align: center;
}

/* trackback uri 表示部分の設定 */
#trap dt {
	margin: 0 0 0.5em 0.7em;
}
#trap dd {
	font-size: 110%;
	font-family: "Courier New", Courier, "Times new roman",  sans-serif,Osaka;
}
#trap dd a {
	text-decoration: underline;
}

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;
}