@charset "UTF-8";

/*main*/
body {
	text-align: center;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 150%;
	color: #666666;
	margin: 0;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:link {
	color: #71b8ff;
	text-decoration: none;
}
a:visited {
	color: #71b8ff;
	text-decoration: none;
}
a:hover {
	color: #71b8ff;
	text-decoration: underline;
}
a:active {
	color: #71b8ff;
	text-decoration: underline;
}
a.type2:link {
	color: #999999;
	text-decoration: none;
}
a.type2:visited {
	color: #999999;
	text-decoration: none;
}
a.type2:hover {
	color: #999999;
	text-decoration: underline;
}
a.type2:active {
	color: #999999;
	text-decoration: underline;
}
a.type3:link {
	color: #333399;
	text-decoration: none;
}
a.type3:visited {
	color: #333399;
	text-decoration: none;
}
a.type3:hover {
	color: #333399;
	text-decoration: underline;
}
a.type3:active {
	color: #333399;
	text-decoration: underline;
}
img {
	border: 0;
}
#header {
	width: 852px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: url(img/bg-header.gif) no-repeat left top;
}
#container {
	width: 849px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 13px;
}
#footer {
	clear: both;
	width: 849px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	padding-top: 50px;
}

/*header*/
h1 {
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px auto;
}
h2 {
	margin: 0px;
	padding: 0px;
	float: left;
}

/*leftColumn*/
.navi ul {
	margin: 0px;
	padding: 14px 0px 0px;
	list-style-type: none;
	font-size: 0px;
	line-height: 0px;
	background: url(img/index.gif) no-repeat left top;
}

/*rightColumn*/
h3 {
	margin: 0px;
	padding: 0px;
}


/*footer*/
.pageup {
	clear: both;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
address {
	clear: both;
	text-align: right;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	font-style: normal;
	padding-top: 3px;
	margin-left: auto;
	margin-right: auto;
}
#copy {
	clear: both;
	text-align: right;
	font-size: 10px;
	line-height: 150%;
	color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
}

/*decoration*/
.font16 {
	font-size: 16px;
	line-height: 150%;
}
.font14 {
	font-size: 14px;
	line-height: 150%;
}
.font12 {
	font-size: 12px;
	line-height: 150%;
}
.font10 {
	font-size: 10px;
	line-height: 150%;
}
.marker01 {
	color: #71B8FF;
	margin: 3px;
}
.marker02 {
	color: #D08E4E;
}
.marker03 {
	color: #CC0000;
}

.normal {
	font-weight: normal;
}
.cap {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
	visibility: hidden;
}
.pdgALL10 {
	padding: 10px;
}
.pdgLR10 {
	padding-left: 10px;
	padding-right: 10px;
}
.pdgTB10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pdgL10 {
	padding-left: 10px;
}
.pdgR10 {
	padding-right: 10px;
}
.pdgT10 {
	padding-top: 10px;
}
.pdgB10 {
	padding-bottom: 10px;
}
.mid01 {
	vertical-align: middle;
	margin-left: 5px;
}
.mid02 {
	vertical-align: middle;
	margin-right: 5px;
}
.mid03 {
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}
.algC {
	text-align: center;
}
.algL {
	text-align: left;
}
.algR {
	text-align: right;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.ptFloatL {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.ptFloatR {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
.dotBlue {
	background: url(img/dot-blue.gif) repeat-x left bottom;
	padding-bottom: 7px;
}
.dotGray {
	background: url(img/dot-gray.gif) repeat-x left bottom;
	padding-bottom: 7px;
}
.enclose01 {
	border: 1px solid #d08e4e;
	padding: 10px;
}
.enclose02 {
	border: 1px dotted #71B8FF;
	padding: 10px;
}
.enclose03 {
	background: #FFFFFF;
	text-align: left;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.enclose04 {
	background: #F5E8DA;
	padding: 3px 5px;
}
.enclose05 {
	padding: 10px;
	border: 1px solid #71B8FF;
}
.markList li {
	list-style-type: none;
	background: url(img/mark01.gif) no-repeat 0px 3px;
	padding-left: 20px;
}

