@charset "utf-8";

/*
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSstylesheet;
 :title "Vicuna - Calendar Style Module";
 :created "2008-04-10";
 :release [:revision "1.0"; :created "2008-04-10"];
 :author [:name "wu"; :homepage <http://vicuna.jp/>; :mbox "3ping.org@gmail.com"];
 :license <http://www.opensource.org/licenses/mit-license.php>;
 :description "カレンダーHTML用のスタイル定義";
 :note "このモジュールを有効にする前に、カレンダー用のHTMLが追加されている必要があります。" .
*/

/*======================================

	Calendar Style Module
	
=======================================*/

/*--------------------------------------
	1.Structure
---------------------------------------*/

table#wp-calendar {
	width:236px;
	font-size: 85%;
	border: none;
background-color:#3B3B3B;
}

/*--------------------------------------
	2.前後の月へのリンク
---------------------------------------*/

#calendar_wrap caption {
	text-align: center;
	background-color:#3B3B3B;
	color:#fff;
	font-weight:bold;
	padding:3px 0;
}

#calendar_wrap caption a {
	padding: 0 5px;
	color: #01b0f0;
	font-weight: bold;
}

#calendar_wrap caption a:hover {
	background-color: #000;
}

/*--------------------------------------
	3.セル
---------------------------------------*/
#calendar_wrap th,
#calendar_wrap td {
	padding: 0;
	border: none;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}

#calendar_wrap th {
	background-color:#3B3B3B;
	color:#F1AC48;
	font-weight:bold;
}

#calendar_wrap td {
	color: #fff;
	height: 2;
}

/*--------------------------------------
	5.セル内のリンク
---------------------------------------*/


#calendar_wrap td a:link {
	color:#F1AC48;
}

#calendar_wrap td a:visited {
	color: #FF9999;
}

#calendar_wrap td a:hover {
	color: #FF0000;
}

