@charset "shift_jis";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 13px;
	color: #272727;
	background-color: #f9f9f9;
	background-image: url(../image/body-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	list-style-type: none;
}
ol li {
	margin-left: 30px;
	margin-bottom: 8px;
}
#all {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#pagetop {
	text-align: right;
	height: auto;
	clear: both;
	margin-bottom: 10px;
}
#footer {
	height: auto;
	width: 930px;
	text-align: center;
	background-color: #6C9B9B;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #072D38;
	clear: both;
	font-size: 10px;
	letter-spacing: 0.1em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #072D38;
}
.pagetop {
	text-align: right;
	height: auto;
	clear: both;
	margin-bottom: 10px;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.font-white {
	color: #ffffff;
}
.font-green {
	color: #009933;
	letter-spacing: 0.1em;
}
.font-blue {
	color: #0066FF;
	letter-spacing: 0.1em;
}
.font-red {
	color: #FF3300;
	letter-spacing: 0.1em;
}
.font-red2 {
	color: #CC0033;
}

.font-small {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 80%;
	letter-spacing: 0.1em;
}
.font-lage {
	font-size: 16px;
	line-height: 150%;
}
.font-sanserif {
	font-family: Arial, Helvetica, sans-serif;
}

.margin-t10 {
	margin-top: 10px;
}
.margin-b10 {
	margin-bottom: 10px;
}
.margin-b5 {
	margin-bottom: 5px;
}
.margin-l10 {
	padding-left: 10px;
}
.hr01 {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #072D38;
	line-height: 0pt;
	height: 1px;
}
.float-pleft {
	float: left;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	text-align: center;
}
.float-pright {
	float: right;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	text-align: center;
}
.float-left {
	float: left;
	margin-right: 5px;
}
.float-right {
	float: right;
	margin-left: 5px;
}
.float-clear {
	clear: both;
}
