@charset "euc-jp";
body {
	background-color: #FFFFFF;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-image: url(images/wrapper_bkg.jpg);
	background-repeat: repeat-y;
	color: #333333;
}

h1, h2, h3, h4, h5, h6, p, ol, ul {
	margin-top: 0;
}


h1 {
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #C5CEBE;
	padding-left: 10px;
	line-height: 30px;
	margin: 0px;
}


a {
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
}

a:hover {
	font-weight: bolder;
	color: #FFCC00;
	text-decoration: none;
}


#wrapper {
	background-color: #FFFFFF;
	padding: 0px;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	background-repeat: repeat-y;
}

#wrapper #head {
	padding: 0px;
	height: 100px;
	width: 970px;
	background-image: url(images/head_bkg.jpg);
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#wrapper #Main {
	padding: 5px;
	width: 948px;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


#wrapper  #menu {
	height: 30px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/menu_bkg.png);
	background-repeat: repeat-x;
	background-position: center;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: blink;
}


#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}



#wrapper #Center {
	float: left;
	width: 390px;
	margin-top: 5px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
#wrapper #Left {
	width: 190px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 5px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}


#wrapper #Right {
	width: 340px;
	margin-left: 5px;
	float: left;
	margin-top: 5px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

#wrapper #Foot {
	text-align: center;
	font-size: 10px;
	padding: 5px;
	margin-top: 2px;
	background-color: #D0D8C9;
}


white {
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
}
#wrapper #Main .white {
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
}
#wrapper #Main .red2 {
	font-size: 36px;
	font-weight: bolder;
	color: #FF0000;
}
#wrapper #Main .style4 {
	font-weight: bolder;
	color: #000000;
}
#wrapper #Main .regist {
	font-size: 18px;
	font-weight: bolder;
	color: #0000FF;
	text-decoration: underline blink;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
