/* コンテナ */
div#container	{
	width: 761px;
	margin-left: auto;
	margin-right: auto;
}
body {
	margin-top: 0px;
	background-image: url(../img/bg.gif);
	background-attachment: fixed;
}

/* ヘッダ */
div#header	{
	height : 70px;
	margin-top: 0px;
 }

/* メニュー */

#menu img {
	text-decoration: none;
	float: right;
}

ul#menu	{
	font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 0px;
	height: 30px;
	background-color: #990000;
	background-image: url(../img/rollover.png)
}

ul#menu li	{list-style-type: none;
	float: left}

ul#menu li a	{
	display: block;
	width: 102px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #990000;
	background-image: url(../img/rollover.png);
	border-right: solid 1px #ffffff
}

ul#menu li a:hover	{background-color: #990000;
	background-position: left bottom}
#footer {
	font-size: 0.78em;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	text-align: center;
	padding-top: 3px;
	width: 760px;
}
#content {
	float: right;
	font-size: 0.8em;
	width: 640px;
	clear: right;
}
#content table {
	clear: left;
}

div#content h2 {
	background-color: #e0e0e0;
	background-image: url(../img/bar-red.png);
	background-repeat: repeat-x;
	font-size: 1em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 25px;
	margin-bottom: 0;
}
div#content h1 {
	background-color: #990000;
	background-image: url(../img/red-blue.png);
	background-repeat: repeat-x;
	font-size: 1.2em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 25px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.red {
color: #FF0000;
}

a {
	color: #017acd;
	text-decoration: none;
}
.center {
	text-align: center;
}
h5 {
	margin-bottom: 10px;
	margin-top: 0px;
}

div#content p	{
	line-height: 1.3;
	margin-top: 10px;
	margin-left: 15px;
}
#pdf {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
.uesmall {
	vertical-align: text-top;
	font-size: 80%;
	line-height: 100%;
}
.bigcenter {
	font-size: large;
	font-weight: bold;
	text-align: center;
}

.new {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
	font-size: 80%;
	font-style: italic;
}

