/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	background-color: #CCCCCC;
}

#box1 {
	width: 850px;
	background-color: #FFFFFF;
	border: 1px solid #C40001;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav1 {
	text-align: left;
	vertical-align: bottom;
	padding-top: 52px;
	font-size: 120%;
	padding-left: 160px;
	font-weight: bold;
	background-image: url(image/index1.jpg);
	height: 47px;
	color: #CCCCCC;
}
#nav1 a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav1 a:hover {
	color: #FF0000;
	text-decoration: none;
}
#nav2 {
	width: 180px;
	height: 400px;
	background-image: url(image/index2.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 85%;
}
#nav2-1 {
	font-size: 120%;
	padding-top: 35px;
	padding-left: 20px;
	color: #FFFFFF;
	padding-bottom: 5px;
	font-weight: bold;
}

#nav2-1 a {
	color: #CCCCCC;
	text-decoration: none;
}
#nav2-1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#nav2-2 {
	font-size: 110%;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#nav2-2 a {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
	padding-left: 5px;
}
#nav2-2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#bo3 {
	width: 670px;
	text-align: justify;
}
#bo3-1 {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 1px;
	text-align: left;
}
#info {
	font-size: 75%;
	border: 1px solid #FFFFFF;
	background-color: #C40001;
	color: #FFFFFF;
}
#info a {
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

#info a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h1 {
	font-size: 130%;
	font-weight: bold;
}
h2 {
	font-size: 110%;
	font-weight: bold;
}
li {
	margin: 2px;
	padding: 2px;
	background-color: #FFE1E1;
	text-align: left;
}
#list {
	font-size: 80%;
}
a {
	color: #9C100F;
	text-decoration: none;

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

