/***************************************************************************************/
/* ファイル名：Common.css
/* 機能概要  ：共通で使用するCSSの設定
/***************************************************************************************/

/*-- 共通 -----------------------------------------------------------------------------*/

/*-- 本体 --*/
body {
	background-color: ffffff;
}
/*-- 画像 --*/
img {
	border: 0;
}
/*-- Introduce -----------------------------------------------------------------------*/
.intro {
	font-size		: 1px;
	color			: #ffffff;
	display			:none;
}
/*-- Copyright ------------------------------------------------------------------------*/
.Copyright {
	font-size		: 10px;
	color			: #9966ff;
	font-family		: Georgia;
}
/*-- Counter --------------------------------------------------------------------------*/
.Counter {
	font-size		: 13px;
	color			: #cc99ff;
	font-family		: Georgia;
	font-style		: Italic;
}
/*-- TopPageへのリンク -------------------------------------------------------------------*/
.toplink {
	font-size		: 10px;
	color			: #3333ff;
	font-family		: Georgia;
	text-decoration	: none;
}
/*-- カレンダー --------------------------------------------------------------------------*/
.calEMonth {
	font-size		: 10px;
	color			: #cc99ff;
	font-weight		: bold;
	font-family		: Georgia;
	padding			: 1px;
	text-decoration	: none;
}
.calBlogDay {
	background-color: #cceeff; 
	text-decoration	: none;
	padding			: 0px;
}
.calWeekSun {
	font-size		: 10px;
	color			: #ff0000;
	font-family		: Georgia;
	padding			: 0px;
	text-decoration	: none;
}
.calWeekSat {
	font-size		: 10px;
	color			: #3333ff;
	font-family		: Georgia;
	padding			: 0px;
	text-decoration	: none;
}
.calWeekDay {
	font-size		: 10px;
	color			: #666666;
	font-family		: Georgia;
	padding			: 0px;
	text-decoration	: none;
}
.calBottomLine {
	border-bottom	: dashed 1px #99ccff;
}
