/* CSS Document */

/*==================================Šî–{Ý’è==================================*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 75%;
	line-height: 140%;
	color: #404040;
	background:url(images/bg_container.gif) repeat-y;
	background-position:center;
}

a {
	color: #333;
	text-decoration: none;
}

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

img {
	border: 0px;
}

ol {
	list-style-type: none;
}

ul {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border: none;
}

th, td {
	padding: 0px;
}

small {
	font-size:86%;
	line-height:130%;
}

strong {
	font-size:100%;
	line-height:130%;
	color:#1E5FA9;
	margin:0px 0px 5px 0px;
	display:block;
}

em {
	font-size:100%;
	line-height:130%;
	color:#1E5FA9;
	margin:0px 0px 5px 0px;
	font-style:normal;
}


/*=======================================‘å˜g=======================================*/
#container{
	width:750px;
	margin:0px auto;
	border-top:15px solid #1E5FA9;
}


/*=====================================ƒwƒbƒ_[=====================================*/
#head{
	background: url(images/head.jpg) no-repeat;
	width:100%;
	height:201px;
	margin:0px 0px 30px 0px;
}

#head h1{
	font-size:100%;
	line-height:120% ;
	font-weight:normal;
	padding:180px 0px 0px 30px;
	float:left;
	color:#ffffff;
}

#head .btReport a{
	width:203px;
	height:27px;
	display:block;
	float:right;
	margin:165px 20px 0px 0px;
	background: url(images/bt_report.gif) no-repeat;
	background-position:top;
	text-indent:-9999px;
	text-decoration:none;
}

#head .btReport a:hover{
	background-position:bottom;
	text-decoration:none;
}

/*=====================================AN-JUƒoƒi[=====================================*/
#anjuBn{
	text-align: center;
	margin: -10px 0px -20px 0px;
	padding: 0;
}
#anjuBn img{
	border: none;
}



/*====================================ƒRƒ“ƒeƒ“ƒc====================================*/
#contents{
	padding:0px 30px;
}

#contents h2{
	color:#1E5FA9;
	font-size:130%;
	font-weight:normal;
	border:1px solid #1E5FA9;
	border-left:5px solid #1E5FA9;
	padding:5px 5px 5px 8px;
	margin:30px 0px 20px 0px;
	background: url(images/bg_title.gif) repeat-y;
	background-position:right;
}

#contents h3{
	color:#1E5FA9;
	font-size:110%;
	font-weight:normal;
	margin:0px 15px 5px 15px;
	clear:left;
}

#contents p{
	margin:0px 15px 15px 15px;
	clear:left;
}

#contents .bt01{
	margin:-10px 0px 15px 15px;
}

#contents .red{
	color:#FF0000;
}

/*=====================================ƒtƒbƒ^[=====================================*/
#foot{
	line-height:20px;
	height:20px;
	margin:30px 15px 20px 15px;
	border-top:1px solid #ccc;
	text-align:right;
	font-size:89%;
	color:#666;
}