body {
	background-image: url(image/bl.gif);
background-repeat: repeat;
	background-color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
margin-top:0;
marign-bottom:0;
margin-right:auto;
margin-left:auto;
width:800px;

}


/* ##### メイン ##### */


/* メニュー */
ul	{
	font-size:12px;
	text-align: left;
	line-height:170%;
	list-style:none;
	margin:0;
	padding-left:10px
	}

li	{
	border-bottom:solid 1px #ffffff
	}

li a	{
	color:#ffffff;
	text-decoration:none
	}

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


/* コンテンツ */

.contents {
	background-color: #FFFFCC;
	text-align: left;
	}

.contents2 {
	text-align: left;
	}

/* カレンダー */

#calendar {
	line-height: 120%;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 1px;
	text-align: center;
	margin-bottom: 0px;
	}

#calendar table {
	padding: 0px;
	border: 0px;
	width: 160px;
	}

#calendar caption {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}
	
#calendar A:link {text-decoration: underline;color: #FF6600;}
#calendar A:visited {text-decoration: underline;color: #FF0000;}
#calendar A:active {text-decoration: underline;color: #FF0000;}
#calendar A:hover {text-decoration: underline;color: #FF0000;}



.white {background-color: #FFFFFF;}
.oringe {background-color: #FF6600;}
.oringe1 {background-color: #CC9900;}
.black {background-color: #000000;}
.grey {background-color: #999999;}
.yellow {background-color: #FFFFCC;}

A:link {text-decoration: none;color: #FF6600;}
A:visited {text-decoration: none;color: #FF0000;}
A:active {text-decoration: none;color: #FF0000;}
A:hover {text-decoration: underline;color: #FF0000;}

input ,select {font-size:13 px; color:black;  background-color: white;}

