body {
	margin: 0px 0px 0px 0px;
	background: url(img/back.jpg) repeat;
	padding: 0px 0px 0px 0px;
	background-position: center top;
	text-align: center;
	border: solid 0px;
}

.mainText:first-letter {
	float: left;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: justify;
	font-size: 400%;
	line-height: 1em;
	font-weight: bolder;
}

.cancel {
	font-weight: bold;
	color: #FF0000;
}

.name {
	text-align: right;
	padding: 5px;
}

.news {
	font-size: 1.5em;
	color: #FF0000;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
}

.newssec {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
}

#header {
	background: #669966;
	margin: 0px auto;
	height: 80px;
	width: 800px;
	padding-top: 0px;
	padding-bottom: 0px;
	
}

#mainnavi {
	color: #FFFFFF;
	height: 20px;
	width: 800px;
	padding: 0px;
	background: #666666;
	margin: 0px auto;
	text-transform: uppercase;
	font: 12px Arial, Helvetica, sans-serif;
}

#mainnavi ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

#mainnavi li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#mainnavi a {
	text-decoration:none;
	color: #FFFFFF;
	display: block;
	float: left;
	text-align: center;
	width: 74px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#mainnavi a:hover {
	color:#FF3300;
	background: #66FFFF;
}

#contents {
	height: 1500px;
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: fcfcf2;
}

#contents #navi {
	width: 160px;
	float: left;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid #666666;
	background-color: #ecf8f2;
	background-repeat: repeat-y;
	height: 1450px;
	padding-top: 50px;
}

#contents #navi li {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

#contents #navi ul {
	margin: 0px;
	padding: 0px;
}

#contents #navi a {
	text-decoration:none;
	display: block;
	text-align: center;
	background: url(img/navi1.gif);
	border: 2px solid #999999;
	width: 156px;
	height: 28px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
}

#contents #navi a:link {
	color:#333333;
	display: block;
	width: 156px;
	margin-left: 0px;
	background: url(img/navi1.gif);
	margin-top: 1px;
	border: 2px solid #999999;
	padding-top: 10px;
	height: 28px;
}

#contents #navi a:visited {
	color:#333333;
	display: block;
}

#contents #navi a:hover {
	color:#FF3333;
	background: url(img/navi2.gif) center center;
	display: block;
	border-top: 2px solid #66CCFF;
	border-right: 2px solid #6699FF;
	border-bottom: 2px solid #6699FF;
	border-left: 2px solid #66CCFF;
}

#contents #navi a:active {
	background: url(img/navi2.gif) center center;
	color: #FF3333;
	display: block;
	border-top: 2px solid #FF3333;
	border-right: 2px solid #CC0033;
	border-bottom: 2px solid #CC0033;
	border-left: 2px solid #FF3333;
}

#contents #main {
	margin: 0px;
	height: 1500px;
	width: 548px;
	font-size: 0.9em;
	line-height: 1.5em;
	border-right: 1px solid #666666;
	background-color: #fcfcf2;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
	padding-left: 45px;
	padding-right: 45px;
	background-image: url(back.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#contents #main #info {
	list-style: url(img/ball.jpg) outside;
	line-height: 1.5em;
	font-size: 1.1em;
	padding-top: 30px;
}

#contents #main #info li {
	height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#contents #main #info a.new {
	background-image: url(img/new.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 40px;
}

#contents #main #volunteerphoto {
	clear: both;
	height: 200px;
	width: 518px;
	margin-top: 20px;
	text-align: center;
	background: url(img/vol.jpg) no-repeat center center;
	padding: 20px 0px 0px;
	float: none;
}

#contents #main #maintext {
	line-height: 2em;
	letter-spacing: 0.2em;
	font-size: 1.1em;
	text-align: justify;
}

#contents #main #schedule {
	line-height: 1.5em;
	list-style: url(img/ball.jpg) outside;
	font-size: 1.1em;
}

#contents #main #schedule li {
	padding-left: 10px;
	height: 30px;
}

#contents #main #link {
	list-style: url(img/ball.jpg) none outside;
	font-size: medium;
}

#contents #main #link li {
	height: 30px;
	list-style: url(img/ball.jpg) outside;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 10px;
}

#contents #main #link a.new {
	background-image: url(img/new.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 40px;
}

#contents a {
	text-decoration:none;
	padding: 0px;
	margin: 0px;
}

#contents a:hover {
	color:#FF0000;
	background: #99FFFF;
	text-decoration: underline;
}

#contents #main h1 {
	background: url(img/h1.gif);
	letter-spacing: 0.2em;
	color: #333333;
	width: 518px;
	height: 40px;
	margin-top: 20px;
	padding-top: 8px;
	font: bold 24px Arial, Helvetica, sans-serif;
	text-indent: 1.5em;
}

#contents #main h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background: url(img/h2.gif) repeat-x;
	height: 20px;
	font-size: 1em;
}

#contents #main h3 {
	background: #c3d5cb url(img/h2.gif) repeat-x;
	font-size: 0.9em;
	color: #333333;
	text-align: center;
	height: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	font-weight: normal;
}

#contents #main h4 {
	margin: 0px;
	font-weight: normal;
}

#contents #main h5 {
	margin: 0px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#contents #main #photo {
	padding: 0px;
	float: left;
}

#contents #main #mainphoto {
	text-align: right;
	float: right;
	margin-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#contents #main #photoshirt {
	padding: 0px 0px 0px 100px;
}

#contents #main #linkcomment {
	height: 50px;
	width: 474px;
	border: 2px solid #CCCCCC;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
}

#contents #main #Attention {
	height: 290px;
	width: 474px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 20px;
	background: #FDFEEF;
	font-size: 1em;
	line-height: 1.8em;
	border-right: 2px solid #c3d5cb;
	border-bottom: 2px solid #c3d5cb;
	border-left: 2px solid #c3d5cb;
}

#contents #main  #system {
	font-size: 1em;
	line-height: 2em;
	letter-spacing: 0.1em;
	margin-top: 20px;
	padding: 5px;
}

#footer {
	height: 17px;
	width: 800px;
	padding: 3px 0px 0px;
	background: #666666;
	color: #FFFFFF;
	font: 10px Arial, Helvetica, sans-serif;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#footer a {
	text-decoration:none;
}

#footer a:link {
    color:#CCCCCC;
}

#footer a:visited {
    color:#CCCCCC;
}

#counter {
	margin: 0px;
	background: #000000;
	padding: 0px;
	float: left;
	left: 20px;
	position: relative;
}

#pic {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#contents #youtube {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}
