@charset "shift_jis";


/* 	POBLOG CSS
---------------------------------------------------

	ファイル名　：　skin/css/plugin.css;
	概要 			　：　ブログ表示画面 PLUGIN用CSS;
	サイト名　　：　POBLOG - ポブログ;
	URL 　　　　：　http://www.pageone.ne.jp/;
	COPYRIGHT 　：　(c) PAGEONE All Rights Reserved.;

--------------------------------------------------- */

/* 	plugin base setting 
---------------------------------------------------
	[プラグイン基本設定]
--------------------------------------------------- */

.plugin_frame{
	background:url('../img/plugin_body_bg.gif');
	background-color:#FFFFFF;
	width:156px;
	margin-bottom:5px;
}
h3.plugin_heading{ /* -- プラグインタイトルフォントカスタマイズ -- */
	background:url('../img/plugin_heading_bg2.gif');
	padding-top:5px;
	padding-bottom:3px;
	padding-left:26px;
	text-align:left;
}
.plugin_bottom{
	clear:both;
	display:block;
	width:156px;
	height:8px;
	background:url('../img/plugin_body_bottom.gif');
}
.plugin_bottom hr{
	display:none;
}

#plugin_a_body ul{
	margin-top:5px;
	margin-left:9px;
}
#plugin_a_body li{
	list-style:none;
}
#plugin_a_body ul li{
	padding-left:8px;
	background:url('../img/li_arrow1.gif') no-repeat 0px 6px;
}
#plugin_a_body ul  li ul{
	margin:0px;
	padding:0px;
}
#plugin_a_body ul  li ul li{
	padding-left:10px;
	background:url('../img/li_arrow2.gif') no-repeat left center;
}



/* 	calendar setting 
---------------------------------------------------
	[カレンダー設定]
--------------------------------------------------- */

/* 	plugin calendar
--------------------------------------------------- */

h3.calendar_heading{ /* -- カレンダータイトルフォントカスタマイズ -- */
	background:url('../img/plugin_heading_bg.gif');
	width:156px;
	padding-top:5px;
	padding-bottom:3px;
	text-align:center;
}
h3.calendar_heading span.month_j{
	font-weight:bold;
}
h3.calendar_heading span.month_e{
	font-size:85%;
}
h3.calendar_heading a span{
	display:none;
}
h3.calendar_heading a.month_prev{
	background:url('../img/moth_arrow_left.gif') no-repeat left center;
	text-decoration:none;
}
h3.calendar_heading a.month_next{
	background:url('../img/moth_arrow_right.gif') no-repeat left center;
	text-decoration:none;
}
table#calendar_table{
	clear:both;
	margin-top:5px;
	margin-left:9px;
	border-collapse:collapse;
}
#calendar_table th{
	width:19px;
	height:16px;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	text-align:center;
	
}
#calendar_table td{
	width:19px;
	padding:0px;
	text-align:center;
	vertical-align:middle;
}
#calendar_table th span{
	font-size:90%;
	line-height:130%;
	padding:2px;
}
#calendar_table td span{
	font-size:90%;
	line-height:130%;
	padding:2px;
}

/* 	calendar cell color
--------------------------------------------------- */

/* -- カレンダー：デフォルト -- */
#calendar_table th.sun{color:#FF6666;font-weight:bold;}
#calendar_table th.sat{color:#0099CC;font-weight:bold;}
.sun{color:#FF6666;}
.mon{}
.tue{}
.wed{}
.thu{}
.fri{}
.sat{color:#0099CC;}

/* -- カレンダー：今日のセル指定 -- */
.sun_today{background-color:#FCEFBC;color:#FF6666;font-weight:bold;}
.mon_today{background-color:#FCEFBC;font-weight:bold;}
.tue_today{background-color:#FCEFBC;font-weight:bold;}
.wed_today{background-color:#FCEFBC;font-weight:bold;}
.thu_today{background-color:#FCEFBC;font-weight:bold;}
.fri_today{background-color:#FCEFBC;font-weight:bold;}
.sat_today{background-color:#FCEFBC;color:#0099CC;font-weight:bold;}

/* -- カレンダー：記事がある今日のセル指定 -- */
.sun_today_link{background-color:#FCEFBC;border:1px solid #A6D279;font-weight:bold;}
.mon_today_link{background-color:#FCEFBC;border:1px solid #A6D279;font-weight:bold;}
.tue_today_link{background-color:#FCEFBC;border:1px solid #A6D279;font-weight:bold;}
.wed_today_link{background-color:#FCEFBC;border:1px solid #A6D279;font-weight:bold;}
.thu_today_link{background-color:#FCEFBC;border:1px solid #A6D279;font-weight:bold;}
.fri_today_link{background-color:#FCEFBC;border:1px solid #A6D279;font-weight:bold;}
.sat_today_link{background-color:#FCEFBC;border:1px solid #A6D279;font-weight:bold;}

/* -- カレンダー：記事がある今日のフォント指定 -- */
.sun_today_link a{display:block;color:#FF6666;}
.mon_today_link a{display:block;}
.tue_today_link a{display:block;}
.wed_today_link a{display:block;}
.thu_today_link a{display:block;}
.fri_today_link a{display:block;}
.sat_today_link a{display:block;color:#0099CC;}

/* -- カレンダー：記事がある日付のセル指定 -- */
.sun_link{background-color:#F5FAF1;border:1px solid #A6D279;}
.mon_link{background-color:#F5FAF1;border:1px solid #A6D279;}
.tue_link{background-color:#F5FAF1;border:1px solid #A6D279;}
.wed_link{background-color:#F5FAF1;border:1px solid #A6D279;}
.thu_link{background-color:#F5FAF1;border:1px solid #A6D279;}
.fri_link{background-color:#F5FAF1;border:1px solid #A6D279;}
.sat_link{background-color:#F5FAF1;border:1px solid #A6D279;}

/* -- カレンダー：記事がある日付のフォント指定 -- */
.sun_link a{display:block;color:#FF6666;}
.mon_link a{display:block;}
.tue_link a{display:block;}
.wed_link a{display:block;}
.thu_link a{display:block;}
.fri_link a{display:block;}
.sat_link a{display:block;color:#0099CC;}



/* 	counter setting 
---------------------------------------------------
	[カウンター設定]
--------------------------------------------------- */

#counter_body{
	margin-top:3px;
	margin-left:9px;
	margin-right:9px;
}
#counter_body table{
	padding:0px;
	margin:0px;
	width:139px;
}
#counter_body td{
	border:1px solid #A7B2A2;
	padding:1px;
	text-align:right;
}
#counter_body td.total{
	background:url('../img/counter_total.gif') no-repeat 1px 1px;
}
#counter_body td.today{
	background:url('../img/counter_today.gif') no-repeat 1px 1px;
}
#counter_body td.yesterday{
	background:url('../img/counter_yesterday.gif') no-repeat 1px 1px;
}


/* 	profile setting 
---------------------------------------------------
	[プロフィール設定]
--------------------------------------------------- */

#profile_body{
	margin-top:3px;
	margin-left:9px;
	margin-right:9px;
	text-align:center;
}
#profile_body p.picture{
	width:140px;
	overflow:hidden;
	text-align:center;
}
#profile_body p.name{ /* -- プロフィール：自分の名前フォントカスタマイズ -- */
	width:140px;
	font-weight:bold;
	color:#336600;
	overflow:hidden;
	text-align:center;
}
#profile_body p.description{
	width:140px;
	overflow:hidden;
	text-align:left;
}



/* 	rss setting 
---------------------------------------------------
	[RSS設定]
--------------------------------------------------- */

#rss_body{
	margin-top:3px;
	margin-left:9px;
	margin-right:9px;
	text-align:center;
}



