﻿h2 {
    width:660px;
    height:100px;
    color:White;
    line-height:75px;
    background:url("/images/back_green.gif") left top no-repeat;
}

h2 a {
    color:White;
}

#ContentHeader {
	width:1000px;
	overflow:auto;
}

div#HeaderBody {
    background-image:url("/images/label_top_pro.gif");
}

/* コンテンツヘッダー左部 */
div#Sidehead {
    float:left;
    width:660px;
    margin-left:20px;
}

#Usage ul 
{
	float:left;
	width:363px;
	text-align:left;
	font-size:12px;
	text-indent:0;
}

#Usage li {
	list-style-type:none;
	line-height:1.8em;
}


/* カレンダー表示部分 */

div#Calender {
    float:right;
    width:285px;
    padding:10px 0;
    margin-bottom:10px;
    margin-right:20px;
    border:1px solid #CCCCCC;
    -moz-border-radius:5px;    /* Firefox用コーナー処理 */
    -webkit-border-radius:5px; /* Safari, Crome 用コーナー処理*/
}

table#CalenderView  {
    width:100%;
    border-collapse:collapse;
}

table#CalenderView th, td {
    padding:5px 3px;
    border:1px solid #CCCCCC;
}

#CalenderView th {
    background-color:#F9F9F9;
}

#CalenderView th.Sunday {
	color:#FF4DBD;
}

#CalenderView th.Saturday {
	color:Blue;
}

#CalenderView td.Sunday {
    background-color:#FFF2EC;
}

#CalenderView td.Saturday {
    background-color:#EEF7FF;
}

#CalenderView td.Other 
{
    color:#D4D4D4;	
}

#CalenderView td a {
	font-weight:normal;
	text-decoration:underline;
}


/* イベント一覧 */

#Events {
	width:964px;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:15px;
}

#Events table {
	border-collapse:collapse;
}

#Events table td {
	font-weight:normal;
	padding:5px;
}

tr.header {
	height:40px;
}

tr.header th, td {
	border:1px solid #cccccc;
}

div.event {
	font-size:1.2em;
	text-align:left;
	text-indent:10px;
	border-bottom:1px dotted #FF930F;
	margin-top:5px;
	padding:2px;
}

p.title a:visited {
	color:Blue;
}

p.title a:hover {
	color:Blue;
}

p.info {
	text-align:right;
	font-size:0.7em;
}


/* カレンダー色分け */

tr td.day {
	font-size:1.4em;
	width:40px;
}

tr td.reki {
	width:80px;
}

tr td.major {
	width:400px;
}

tr td.minor {
	width:400px;
}

tr.Sunday td.day {
	background-color:#FFE0F9;
}

tr.Saturday td.day {
	background-color:#E6E5FF;
}

tr.Holiday td.day {
	background-color:#FFE0F9;
}

tr.Holiday td.reki {
/*	background-color:#FFE0F9; */
}

p.eventPeriod {
	color:#666666;
	font-size:0.8em;
	text-align:right;
}

p.Holiday {
	color:Red;
	font-weight:bold;
	line-height:1.4em;
}

p.Program {
	color:Red;
	line-height:1.4em;
}

p.Rokuyou {
	color:#777777;
	line-height:1.4em;
}

p.Kyusei {
	color:#777777;
	line-height:1.4em;
}
