@charset "utf-8";


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

li {
	list-style-type: none;
}


em{
	font-weight: bold;
	font-style: normal;
	color: #006600;
}

h4{
	font-size:16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
	color: #006600;
	margin-bottom: 10px;
	line-height: 25px;
}

/* ----- フォーム -------------------------------------- */
form{
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;

}
fieldset{
	padding:10px;
	border: 1px solid #999999;
}
form dt, form dd , form li , form p{
	padding: 5px;
}

table{
	width:550px;
	text-align:left;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	margin: 0px auto;
	padding: 0px;
}

td, th{
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #999999;
	border-right-color: #999999;
	margin: 0px;
	padding: 5px;
	text-align:left;
}
td {
	background-color: #f6f6f6;
}
th {
	background-color: #CCCCCC;
}

/* ----- コピーライト -------------------------------------- */
address {
	font-size: 10px;
	color: #999900;
	font-style: normal;
	clear:both;
	margin-top: 30px;
	margin-left: 20px;
}
address a{text-decoration: none;}
address a:link{	color: #999900;}
address a:visited{	color: #999900;}



/* ----- メニュー -------------------------------------- */
div#div_schedule_menu{
	width:450px;
	text-align: center;
	border: 3px dotted #999999;
	padding: 5px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #F6F6F6;
}
div#div_schedule_menu ul {
	margin: 5px 0px;
}
div#div_schedule_menu ul li {
	display: inline;
	margin-right: 20px;
}


/* ----- カレンダー ------------------------------------ */

#calendar h3{ text-align:left;}

div#calendar{
	text-align:center;
}
div#calendar table{
	width:595px;
	text-align:left;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	margin: 0px auto;
	padding: 0px;
}

div#calendar table tr td, div#calendar table tr th{
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #666666;
	border-right-color: #666666;
	margin: 0px;
	padding: 5px;
	width: 75px;
}
div#calendar table tr td {
	vertical-align: top;
	background-color: #f6f6f6;
}
div#calendar table tr th {
	background-color: #CCCCCC;
	color: #333333;
}
div#calendar table tr td ul {
	margin: 5px 0px;
}
div#calendar table tr td li {
	padding: 5px 0px;
	border-top: 1px dotted #999999;
	list-style-type: none;
	color: #333333;
}

div#calendar .day {
	color: #000000;
}
div#calendar .satday {
	color: #4444CC;
}
div#calendar .sunday {
	color: #CC4444;
}
div#calendar .plan {
	color: #447744;
}
div#calendar .today {
	background-color: #EEFFEE;
}

div#calendar ul.navi {
	margin: 15px 0px;
}
div#calendar ul.navi li {
	display: inline;

	margin-right: 10px;
}

/* ----- 予定表示 -------------------------------------- */

div#view h3 {
	margin-bottom: 20px;
}
div#view p {
	margin-left: 20px;
	margin-right:10px;
}
div#view dl.info {
	padding: 5px;
	background-color: #eeeeee;
	border: 1px solid #CCCCCC;
	color: #666666;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	clear: both;
	font-size: 10px;
	line-height: 1.2em;
}
div#view dl.info dt {
	float: left;
	clear: left;
	width: 5em;
}
div#view dl.info dd {
}

/* ----- コメント -------------------------------------- */

div#comment h4 {
	margin: 5px 5px 10px 5px;
	font-size:14px;
	line-height: 18px;
	color: #003300;
}
div#comment h4 a{
	font-weight: normal;
	font-size:12px;
}
div#comment .comment {
	padding: 10px;
	border: 1px solid #999999;
	color: #333333;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	font-size: 90%;
}
div#comment p {
	margin: 10px;
}

/* ----- 処理選択 -------------------------------------- */

div#work form dl dt {
	display: none;
}
div#work form dl dd {
	float: left;
	margin-left: 0px;
}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.red{
	color:#CC0000;
}
.blue{
	color:#003399;
}
.green{
	color:#006600;
}


#view img {
	margin: 1px;
}
