/* 雀の往来：文字コードを指定して保存 */

#body #headimg {
	margin-left: 25px;
	margin-right: 25px;
}

#body #noscript {
	text-align: center;
	font-weight: bold;
	color: #ff0000;
	height: 400;
	margin-top: 20px;
}

#body #ichiran,
#body #calender {
	margin: 0px 25px 0px 25px;
	border-left: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-right: 0px;
	border-bottom: 0px;
}

#body #ichiran th,
#body #ichiran td {
	font-size: 12px;
	line-height: 150%;
	padding: 2px 4px;
	border-left: 0px;
	border-top: 0px;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
}

#body #ichiran a.detail:link,
#body #ichiran a.detail:hover,
#body #ichiran a.detail:active,
#body #ichiran a.detail:visited,
#body #calender #caldate a.detail:link,
#body #calender #caldate a.detail:hover,
#body #calender #caldate a.detail:active,
#body #calender #caldate a.detail:visited {
	text-decoration: none;
}

#body #thisdate .thisyear {
	font-size: 20px;
	font-weight: bold;
}

#body #thisdate .monthswitch {
	font-size: 12px;
}

#body #modechange {
	width: 700px;
	margin-bottom: 0px;
}

#body #modechange #createspace {
	width: 540px;
	height: 20px;
}

#body #modechange #datelistview_a,
#body #modechange #datelistview_b {
	font-size: 10px;
	text-align: center;
	width: 70px;
}

#body #modechange #calenderview_a,
#body #modechange #calenderview_b {
	font-size: 10px;
	text-align: center;
	width: 90px;
}

#body #modechange #datelistview_a,
#body #modechange #calenderview_a {
	background-color: #AAEEFF;
}

#body #modechange #datelistview_b,
#body #modechange #calenderview_b {
	background-color: #E8E8E8;
}

#body #calender th,
#body #calender td {
	font-size: 10px;
	width: 100px;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
}

#body #calender #caldate {
	height: 100;
	padding: 3px;
	line-height: 150%;
}

#body #calender #caldate .holiday {
	margin-left: 5px;
	font-weight: bold;
}

#popUpView {
	position: absolute;
	left: 300px;
	top: 500px;
	width: 10px;
	height: 10px;
	font-size: 12px;
	line-height: 150%;
	padding: 10px;
	visibility: hidden;
	text-align: left;
	border: solid 1px #333333;
	background-color: #FFFFFF;
}

