@charset "shift_jis";




div.calendar	{
	width:100%;
	height: auto;
	/*margin-right: auto;
	margin-left: auto;*/
	margin:20px auto;
}

div#cal_area {
	display:block;
	margin:20px 0;
	/*height:430px;*/
	overflow:hidden;
}


div.calendar table	{
	width:100%;
}

/* 1週間の汎用スケジュール表示用スタイルシート */
kyuushin {
	color: #8b8f93;
	background-color: #ffffff;
}

div.week td.bordercolor	{
	background-color: #3a3c40;
}
div.week th {
	font-size: 10px;
	color: #3a3c40;
	background-color: #3a3c40;
	text-align: center;
}
div.week td {
	font-size: 10px;
	color: #3a3c40;
	background-color: white;
}
div.week th.week {
}
div.week th.where {
}
div.week th.lecture {
}


/* カレンダー予定表表示用スタイルシート */

div.calendar caption {
	font-size: 12px;
	color: #360;
	text-align: left;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.3em!important;
}
div.calendar th.kyuushin {
	color: #ffffff;
	text-align: center;
}

div.calendar td.calendarborder {
	background-color: #336600;
	width: 100%;
}
div.calendar th {
	padding:1px 0 1px!important;
	font-size: 12px;
	background-color: #336600;
	background-image:none!important;
	text-align: center;

}
div.calendar th.weekdays {
	color: #ffffff;
}
div.calendar th.sunday {
	color: #ffffff;
	background-color: #336600
}
div.calendar th.saturday {
	color: #ffffff;
	background-color: #336600;
}



div.calendar td {
	width: 14%;
	height: 46px;
	color: #336600;
	background-color: #ecf7d6;
	font-size: 10px;
	text-align:left!important;
	line-height: 1.3em!important;

}
div.calendar td.weekdays {
	color: #336600;
	background-color: #ecf7d6;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
div.calendar td.sunday {
	color: #8b8f93;
	background-color: #ffffff;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
div.calendar td.saturday {
	color: #336600;
	background-color: #ecf7d6;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
/* ●休診日● */
div.calendar td.kyuushin {
	color: #9e8d67;
	background-color: #ffffff;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}


/* ●祝日● */
div.calendar td.holiday {
	color: #9e8d67;
	background-color: #ffffff;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

div#cal_area div.colors {
    clear: both;
    margin: 10px 0;
}

div#cal_area div.colors ul li {
    float: left;
    list-style: none outside none;
    margin: 0 5px 0 0;
}

div#cal_area div.colors ul span {
    border: 1px solid #664429;
    height: 1em;
    margin: 0 2px 0 0;
    width: 1em;
}
.kyushin {
	background-color: #fff;
}

.mt10 {
	margin-top:10px;
}

span.holname {
	font-size: 10px;
	padding-left: 2px;
}

div.calendar td.kara {
	background-color: #f1f1f1;
}
/* 長期予定表表示用スタイルシート */
div.longrange td.bordercolor {
	background-color: #336600;
}
div.longrange th {
	font-size: 10px;
	color: #D19134;
	background-color: #ffffcc;
}
div.longrange td {
	font-size: 10px;
	color: #336600;
	background-color: white;
}
div.longrange th.date {
}
div.longrange th.contents {
	width: 30em;
}



/* ページデザイン関連スタイルシート */
/* ---------------------------------------------------------------------------------------------------- */
/* これ以下は、スキンファイル（テンプレートHTMLファイル）を書き換えた場合には不要になる場合があります。 */
/* ---------------------------------------------------------------------------------------------------- */
a:hover	{
	color: red;
}
div.blocklink a:hover	{
	background-color: transparent;
	color: blue;
}
div.domainname	{
	font-size: large;
	font-family: "Times New Roman",Verdana;
	font-style: italic;
	background-color: darkgreen;
	color: white;
	padding: 3px;
}
h1	{
	text-align: center;
	font-weight: normal;
}
h2	{
}
div.modifydate	{
	font-size: 10px;
}
p.copyright	{
	font-family: Verdana, Arial, Helvetica;
	font-size: xx-small;
}

div.schedule div.notice	{
}
b.imp	{
	color: blue;
}
.cgi-copyright,.cgi-copyright a {
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: auto;
}

div.calendar .dayno {
	margin-left:-2px;
	padding:2px;
	/*border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	background-color: rgba(255,255,255,0.7);
}

div.calendar td.shoni_kyuushin .dayno {
	margin-left:-2px!important;
}
