@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;

	font-size: x-small;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}
html>body * {
	font-size: small;
}

body {
	padding: 20px;

	background-color: #c1e4e9;

	text-align: center;
}

h1 {
	margin-bottom: 5px;

	font-size: 20px;
}
h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
	text-align: center;
}
p, li, dt, dd, address {
	color: #444444;

	line-height: 1.4;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
}
dl {
	margin-bottom: 20px;
}
dl dt {
}
dl dd {
	margin-left: 30px;
}

em {
	font-weight: bold;
}
img {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;
}
address {
/*	margin-top: 5px;
	padding-top: 10px;
	border-top: 1px solid #999999;

	text-align: center;
*/

	width: 800px;
	background-color: #003f8e;
	background-repeat: no-repeat;
	text-align:right;
	padding: 2px 0px 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #ffffff;
	clear: both;
	margin: auto;
	border: solid 1px #FFFFFF;


}

form dl {
	margin-bottom: 15px;
}
form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
form dl dd {
}
form dl dd textarea {
	margin-top: 2px;
}
form ul {
	margin: 0px 0px 20px 0px;
}
form ul li {
	list-style-type: none;
}
form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;

	font-size: 90%;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;

	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}

table {
	margin-bottom: 0px;
	border: 1px solid #666680;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;

	background-color: #EEEEEE;

	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}
table tr td input {
	margin: -2px;
}

a:link, a:visited {
	color: #0000CC;


	text-decoration: none;
/*	text-decoration: underline;*/
}
a:active, a:hover {
	color: #FF7700;

	text-decoration: none;
	/*	text-decoration: underline;*/
}

/*.kanri a:link, {
	color: #6b8e23;
	text-decoration: none;
}
.kanri a:visited {
	color: #6b8e23;
	text-decoration: none;
}
.kanri a:active {
	color: #6b8e23;
	text-decoration: none;
}
.kanri a:hover {
	color: #6b8e23;
	text-decoration: none;
}
*/

/* ----- 基本構造 -------------------------------------- */

div#container {
	float: top;
	width: 800px;

	margin: 0px auto;
	padding: 1px 20px 20px 20px;

	background-color: #FFFFFF;
	border: solid 1px #FFFFFF;
}
html>body div#container {
	width: 760px;
}

.header {
	width: 800px;
	margin: 0px auto;
	height: 100px;
	background-image: url("../../img/header_20180221.jpg");
	background-repeat: no-repeat;
	border: solid 1px #FFFFFF;
}


div#menu {
/*	border-top: 1px solid #999999;*/
}

div#work {
	margin-bottom: 5px;
}

/* ----- メニュー -------------------------------------- */

div#menu ul {
	margin: 0px 0px 5px 0px;
	text-align: right;
}
div#menu ul li {
	display: inline;

	margin-left: 10px;
}

/* ----- カレンダー ------------------------------------ */

div#calendar table tr td {
	vertical-align: top;

	width: 108px;
}
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;
}

div#calendar .day {
	color: #555555;
	font-weight:bold;
}
div#calendar .satday {
	color: #4444CC;
	font-weight:bold;
}
div#calendar .sunday {
	color: #CC4444;
	font-weight:bold;
}
div#calendar .plan {
	color: #447744;
}
div#calendar .today {
	background-color: #f6e5cc;
}

/*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 dl.info {
	padding: 10px;

	background-color: #EEEEEE;
}
div#view dl.info dt {
	float: left;
	clear: left;
	width: 5em;
}
div#view dl.info dd {
}

/* ----- コメント -------------------------------------- */

div#comment h3 {
	margin: 5px 5px 10px 5px;
	padding: 5px;
}

div#comment .comment {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #AAAAAA;
}
div#comment p {
	margin: 10px;
}

/* ----- 処理選択 -------------------------------------- */

div#work form {
	margin: 10px 0px;
}
div#work form dl {
	margin: 0px;
}
div#work form dl dt {
	display: none;
}
div#work form dl dd {
	float: left;

	margin-left: 0px;
}
div#work form input {
	padding: 0px;
}

.sun {
	background-color: #fbdac8;
	text-align: center;
	color: #942343;
}
.wek {
	background-color: #e6eae6;
	text-align: center;
}
.sat {
	background-color: #d1e8ff;
	text-align: center;
	color: #003f8e;
}

.navi {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
	border: 0px;
}
.left {
	text-align: left;
	border: 0px;
}
.right {
	text-align: right;
	border: 0px;
}