@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../img/background/Body.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 80%;
	line-height: 145%;
	color: #222;
	font-family: "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", Geneva, Arial, Helvetica, sans-serif;
	background-color: #000;
}
.clear{
	clear: both;
	margin-bottom: 5px;
}
.Line{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
}
.Space{
	height: 20px;
}
a img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link{
	color: #0099FF;
	text-decoration: none;
}
a:visited{
	color: #0099FF;
	text-decoration: none;
}
a:hover{
	color: #FF9900;
	text-decoration: underline;
}
span.PositionRight a{
	color: #999999;
	text-decoration: none;
}
span.PositionRight a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
.bold{
	font-weight: bold;
}
.little{
	font-size: 80%;
}
.small{
	font-size: 90%;
	line-height: 120%;
}
.large{
	font-size: 130%;
	line-height: 120%;
}
.big{
	font-size: 160%;
	line-height: 120%;
}
.gray {
	color: #666666;
}
.gray a{
	color: #666666;
}
.orange{
	color: #FF6600;
}
.red{
	color: #f00;
	padding-left: 5px;
}
.pink{
	color: #FF6666;
}

.blue{
	color: #66CCFF;
	padding-left: 5px;
}
/*カレンダー*/
.Sat{
	color: #3366CC;
}
.Sat a{
	color: #3366CC;
}

.Sun{
	color: #CC0000;
}

.Sun a{
	color: #CC0000;
}
.Today{
	color: #66CC00;
}
.Today{
	color: #66CC00;
}
.Operation{
	margin-top: 20px;
	margin-bottom: 5px;
}
.Last{
	background-image: url(../img/icon/sign08.gif);
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 18px;
	background-position: left center;
	line-height: 100%;
}
.This{
	font-size: 180%;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 100%;
}
.Next{
	background-image: url(../img/icon/sign09.gif);
	background-repeat: no-repeat;
	height: 15px;
	padding-right: 18px;
	background-position: right center;
	line-height: 100%;
}


/**/

.BlockCenter dl{
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.BlockCenter dt{
	width:7em;
	float:left;
	clear:both;
	_width:7em;
	white-space:nowrap;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0.5em;
	text-align: center;
	margin-bottom: 10px;
}
.BlockCenter dd{
	margin-left:8em;    /* = dt.width + dt.padding */
	padding:1ex;
	color: #FFFFFF;
	margin-bottom: 10px;
}
