@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom; }

/* hr 要素は不可視で使う */
hr { display: none; }

/*リンク*/

a:link {
	color: ;
}
a:visited {
	color: ;
}
a:hover {
	color: ;
}
a:active {
	color: ;
}


/*//////////////////////////////*/

#section2{
	width:523px;
	padding:5px;
	border: 1px dotted #E0E0E0;
	background-image: url(../../images/section_bg.gif);
	float: left;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 6px;
	display: inline;
}

/*当番/////*/

div.touban{
	background-color: #FFFFFF;
	background-image: url(../images/kyara03.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.touban p.t_text{
	margin:5px 0px 5px 15px;
}

div.touban p.t_text2{
	margin:5px 10px 0px 0px;
	padding:0px 0px 5px 0px;
	text-align: right;
}

div.touban table{
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 0px;
	border: 1px solid #5FD211;
	border-collapse:collapse;
}

div.touban th{
	margin:0px 0px 0px 0px;
	padding:3px 3px 3px 3px;
	background-color: #F2FFD0;
	text-align: center;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FBFFF0;
	border-right-color: #FCFFF4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5FD211;
	background-image: url(../../images/th_bg.gif);
}

div.touban td{
	margin:0px 0px 0px 0px;
	padding:3px 3px 3px 3px;
	text-align: center;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5FD211;
}

.red{
	font-weight: bold;
	color: #FF3333;
}

