@charset "utf-8";
/* CSS Document */

/*　パンクズ2（背景が若干違う）　*/
#pankuzu_outside2{
	width:100%;
	background-image:url(../image/tmp/bg_pankuzu.png);
	background-repeat:repeat-x;
	background-position:lef top;
}

#pankuzu_outside2 ul{
	overflow:hidden;
	width:950px;
	margin:0 auto;
	background-image:url(../image/tmp/bg_pankuzu.png);
	background-repeat:no-repeat;
	background-position:right top;
}

#pankuzu_outside2 ul li{
	line-height:26px;
	list-style-type:none;
	float:left;
	overflow:hidden;
	background-image:url(../image/tmp/li_pankuzu.png);
	background-repeat:no-repeat;
	background-position:left 0.75em;
	padding-left:10px;
	margin-right:20px;
	margin-left:10px;
}

#pankuzu_outside2 ul li a{
	color:#333;
}

/*　パンクズ　*/
#pankuzu_outside{
	width:100%;
	background-image:url(../image/tmp/bg_pankuzu.png);
	background-repeat:repeat-x;
	background-position:lef top;
}

#pankuzu_outside ul{
	overflow:hidden;
	width:950px;
	margin:0 auto;
	background-image:url(../image/tmp/bg_pankuzu_content.png);
	background-repeat:no-repeat;
	background-position:right top;
}

#pankuzu_outside ul li{
	line-height:26px;
	list-style-type:none;
	float:left;
	overflow:hidden;
	background-image:url(../image/tmp/li_pankuzu.png);
	background-repeat:no-repeat;
	background-position:left 0.75em;
	padding-left:10px;
	margin-right:20px;
	margin-left:10px;
}

#pankuzu_outside ul li a{
	color:#333;
}

/*　ブログコンテンツコンテナ　*/
#blog_contens_container{
	width:950px;
	margin:0 auto;
	padding:20px 0px 20px 0;
}

/*　サイドバー　*/
#sidebar{
	float:left;
	width:198px;
	margin-left:10px;
}

/*　カレンダーコンテナ　*/
#cal_container{
	width:190px;
	margin:10px auto 50px auto;
	background-image:url(../image/tmp/bg_cal.png);
	background-repeat:no-repeat;
	background-position:left top;
}

#cal_inside{
	width:125px;
	margin:0px auto;
	padding:10px 0px;
}

#cal_inside table{
	width:100%;
}

/*　カテゴリコンテナ　*/
#cat_container{
	width:198px;
	background-color:#FFCACA;
	padding-bottom:12px;
	margin:0 0 40px 0;
}

#cat_container ul{
	margin:0px;
	padding:0px;
}

#cat_container ul li{
	background-image:url(../image/tmp/bt_cat.png);
	background-repeat:no-repeat;
	list-style-type:none;
	line-height:35px;
	padding-top:5px;
	padding-left:35px;
}

#cat_container ul li a{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

/*　アーカイブコンテナ　*/
#arc_container{
	width:198px;
	background-color:#C8EDB6;
	padding-bottom:12px;
	margin:0 0 40px 0;
}

#arc_container ul{
	marign:0;
	padding:0;
}

#arc_container ul li{
	list-style-type:none;
	background-image:url(../image/tmp/bt_arc.png);
	background-repeat:no-repeat;
	line-height:35px;
	padding-top:5px;
	padding-left:35px;
}

#arc_container ul li a{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

/*　最新の記事　*/
#ent_container{
	width:198px;
	background-color:#D2F1F1;
	padding-bottom:12px;
	margin:0 0 40px 0;
}

#ent_container ul{
	marign:0;
	padding:0;
}

#ent_container ul li{
	list-style-type:none;
	background-image:url(../image/weblog/bt_entry.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-top:13px;
	padding-bottom:13px;
	padding-left:35px;
	border-top:3px solid #61D1CE;
}


#ent_container ul li a{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

/*　記事内容　*/
#entry_container{
	float:right;
	width:702px;
	margin-right:22px;
}

/*　記事タイトル　*/

#entry_container h2{
	background-image:url(../image/tmp/bg_entry_title.png);
	background-repeat:no-repeat;
	background-position:left top;
	line-height:30px;
	padding-top:5px;
	padding-left:40px;
	font-size:130%;
	color:#333;
}

#entry_container h2 a{
	color:#333;
	text-decoration:none;
}

/*　投稿時間　*/
.post_time{
	display:block;
	line-height:26px;
	padding-left:40px;
	font-size:90%;
}

/*　エントリー内容　*/
.entry_mass{
	width:658px;
	margin:0 auto;
	background-image:url(../image/tmp/bg_entry.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:20px 0px;
}

.entry{
	width:615px;
	margin:0px auto;
}

.entry p{
	padding:1em 0px;
}

/*　ポストメタ　*/
.post_meta{
	display:block;
	line-height:24px;
	padding-left:40px;
	font-size:90%;
	margin:20px 0px;
}

/*　ログイン　*/
.login{
	margin-left:0em;
}

.login li{
	float:left;
	margin-right:1em;
	list-style-type:none;
}
