@charset "utf-8";

/*
*	Title: Vicuna: VegaCrystal [Calendar Module]
*	URI: http://vicuna.jp/
*	Last Modified: 2007-05-23
*	Author: wu
*
*	Description:
*	カレンダー追加スタイルモジュール
*
*	※このModuleを使用するにはカレンダーの
*	MTタグを追加する必要があります。
*
*/

/*======================================

	Calendar Style Module
	
=======================================*/

/*--------------------------------------
	1.Structure
---------------------------------------*/

div#utilities dl dd table.calendar {
	font-size: 85%;
	border-width: 1px 0 0 1px;
	border-color: #eee;
}

/*--------------------------------------
	2.前後の月へのリンク
---------------------------------------*/

div#utilities dl dd table.calendar caption a {
	padding: 0 5px;
	border: 1px solid #ccc;
	height: 1px;
	color: #333;
	background-color: #f5f5f5;
	font-weight: bold;
	text-decoration: none;
}

div#utilities dl dd table.calendar caption a:hover {
	color: #333;
	background-color: #fff;
}

/*--------------------------------------
	3.セル
---------------------------------------*/

div#utilities dl dd table.calendar th,
div#utilities dl dd table.calendar td {
	padding: 0;
	text-align: center;
	font-weight: normal;
}

div#utilities dl dd table.calendar th {
	padding: 0;
	background-color: #ddd;
}

div#utilities dl dd table.calendar td {
	color: #aaa;
}

/*--------------------------------------
	4.土日
---------------------------------------*/

div#utilities dl dd table.calendar th.sun {
	color: #333;
	background-color: #ccc;
	background: url(../images/bg/grad04.gif) repeat-x;
}

div#utilities dl dd table.calendar th.sat {
	color: #333;
	background-color: #ccc;
	background: url(../images/bg/grad04.gif) repeat-x;
}

/*--------------------------------------
	5.セル内のリンク
---------------------------------------*/

div#utilities dl dd table.calendar td a {
	display: block;
	padding: 3px 0;
	position: relative;
	line-height: 1;
	text-decoration: none;
}

div#utilities dl dd table.calendar td a:link {
	color: #000;
	background-color: #f5f5f5;
}

div#utilities dl dd table.calendar td a:visited {
	color: #333;
	background-color: #fff;
}

div#utilities dl dd table.calendar td a:hover {
	background-color: #eee;
}
