@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;

	font-size: x-small;
	font-style: normal;
	font-family: Verdana,Arial,Helvetica,Sans-Serif,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","Osaka";
	text-align: left;
}
html>body * {
	font-size: small;
}

body {
	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;
}
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: 2px;
	margin-bottom: 0;
	border: 0px;
}
address {
	margin-top: 5px;
	padding-top: 10px;
	border-top: 1px solid #999999;

	text-align: center;
}

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: Verdana,Arial,Helvetica,Sans-Serif,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","Osaka";
	line-height: 1.2;
}

table {
	margin-bottom: 10px;
	border: 1px solid #666680;
	border-collapse: collapse;
	background-color: #ffecee;
}
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 {
	color: #f86;
	text-decoration: none;
}
	
a:visited {
	color: #f86;
	text-decoration: none;
}

a:hover {
	color: #f86;
	text-decoration: underline;
}

a:active {
	color: #f86;
	text-decoration: underline;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 712px;
	background-image: url(../../img/popup_bg.gif);
	margin: 0px auto;
	padding: 20px;
}
html>body div#container {
	width: 712px;
}

div#g-navi {
	border-top: 1px solid #999999;
}

div#work {
	margin-bottom: 5px;
}

/* ----- メニュー -------------------------------------- */

div#g-navi ul {
	margin: 5px 0px;
}
div#g-navi ul li {
	display: inline;

	margin-right: 10px;
}

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

div#calendar table tr td {
	vertical-align: top;
	width: 14.3%;
}
div#calendar table tr td ul {
	margin: 5px 0px;
}
div#calendar table tr td li {
	font-size: 0.9em;
	line-height: 1.3;
	padding: 5px 0px;
	border-top: 1px dotted #999999;
	list-style-type: none;
}

div#calendar table tr td li a {
	letter-spacing: -0.1em;
}

div#calendar .day {
	color: #444444;
}
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 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;
}

/* ----- カスタム -------------------------------------- */

#copyright {
	font-size: 0.9em;
	color: #f86;
	text-align: center;
	border-top: 1px solid #999999;
	margin-top: 5px;
	padding-top: 10px;
}

#icon-caption {
	text-align: right;
}

table.t-reservation {
	font-size: 0.9em;
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
}

table.t-reservation tr {
	line-height: 2;	
}

table.t-reservation th {
	font-weight: normal;
	width: 13em;
	text-align: left;
	line-height: 1.5;
	border: 1px dotted #ccc;
	padding: 3px 8px;
}

table.t-reservation td {
	border: 1px dotted #ccc;
	padding: 3px 8px;
}

table.t-reservation select {
	color: #666;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	line-height: 1.0;
	border: 1px solid #ccc;
	margin: 0;
	padding: 4px 4px 2px 4px;
}

table.t-reservation textarea {
	font-size: 0.9em;
	letter-spacing: 0.1em;
	line-height: 1.8;
	vertical-align: middle;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0 4px 0 4px;
}

table.t-list {
	width: 100%;
}

table.t-list .th01{
	width: 14em;
}

.msg {
	color: #f03;
}

select {
	max-width: 400px;
}
