@charset "utf-8";

/*
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSstylesheet;
 :title "Vicuna - Calendar Style Module";
 :created "2008-01-03";
 :release [:revision "1.0"; :created "2008-01-04"];
 :author [:name "wu"; :homepage <http://vicuna.jp/>; :mbox "3ping.org@gmail.com"];
 :license <http://creativecommons.org/licenses/by/3.0/>;
 :description "カレンダーHTML用のスタイル定義";
 :note "このモジュールを有効にする前に、カレンダー用のHTMLが追加されている必要があります。" .
*/

/*======================================

	Calendar Style Module
	
=======================================*/

div#utilities dl dd table.calendar {
	margin: 0 5px 0.5em;
	font-size: 12px;
	border-collapse: collapse;
	border-width: 0;
	border-color: #eee;
}

/*--------------------------------------
	2.前後の月へのリンク
	Month Links
---------------------------------------*/

div#utilities dl dd table.calendar caption a {
	padding: 0 5px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	background-image: none;
}

div#utilities dl dd table.calendar caption a:hover {
	color: #fff;
	background-color: #000;
}

/*--------------------------------------
	3.Cell
---------------------------------------*/

div#utilities dl dd table.calendar th,
div#utilities dl dd table.calendar td {
	padding: 0;
	text-align: center;
}

div#utilities dl dd table.calendar th {
	color: #fff;
	background-color: #ccc;
	border-color: #ddd;
}

/*--------------------------------------
	4.土日
	Weekend
---------------------------------------*/

div#utilities dl dd table.calendar th.sun {
	background-color: #aaa;
}

div#utilities dl dd table.calendar th.sat {
	background-color: #aaa;
}

/*--------------------------------------
	5.セル内のリンク
	Link in cell
---------------------------------------*/

div#utilities dl dd table.calendar td {
	color: #bbb;
}

div#utilities dl dd table.calendar td a {
	padding: 0.4em 0;
	display: block;
	position: relative;
	line-height: 1;
	text-decoration: none;
	background-image: none;
}

div#utilities dl dd table.calendar td a:link {
	color: #00a0dd;
	background-color: #f5f5f5;
}

div#utilities dl dd table.calendar td a:visited {
	color: #aaa;
	background-color: #f5f5f5;
}

div#utilities dl dd table.calendar td a:hover {
	color: #fff;
	background-color: #666;
}
