@charset "UTF-8";
body {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #032358;
	margin: 00px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper .nittei {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 5px;
}
#wrapper h1 {
	background-image: url(blue/images/title.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 133px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper ul {
	list-style-type: none;
}
#wrapper h2,h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
#wrapper p {
	margin-top: 0px;
	line-height: 1.5em;
}
#wrapper a {
	color: #FFFFFF;
	text-decoration: underline;
}
#wrapper #ticket {
	color: #333333;
	background-color: #FFFFFF;
	padding: 5px;
}
#wrapper #ticket a {
	color: #000000;
	text-decoration: underline;
}
.redfont {
	font-weight: bold;
	color: #FF0000;
}

