/* CSS Document */
/*--トップページ-----------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	font-size: small;
	text-align: left;
	background: black url(images/bk_main.jpg) top left no-repeat fixed;
}
.bk_jo {
	background: black url(images/bk_jo.jpg) top left no-repeat fixed;
}
.bk_std {
	background: black url(images/bk_std.jpg) top left no-repeat fixed;
}

#container {
	width: 860px;
	text-align: left;
	clear: both;
}

h3 {
	color: #33cc00;
	font-weight: bold;
	font-size: medium;
	text-align: right;
	padding: 20px 5px 0 0;
	border-bottom: solid 1px #666666;
}

/*--右メインコンテンツ--*/

#rgt {
	float: right;
	text-align: left;
	width: 510px;
}

/*-- JO-ZERO ----------------*/

.motto {
	font-size: 117%;
	font-weight: bold;
	padding: 30px 0 0 20px;
}

/*-- inq --------------------*/

.pp {
	padding: 30px 0 10px 0;
	color: #F24B2F;
}
	
ol {
	padding-left: 30px;
	font-size: 86%;
	line-height: 1.1;
}
ol li {
	padding-bottom: 5px;
}
