@charset 'UTF-8';

/* Common */

* {
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: left;
}

body {
	text-align: center;
	font-size: 13pt;
	xfont-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS PGothic", sans-serif;
	background: #f0f0f0;
}

a {
	border: none;
	text-decoration: none;
	color: #193890;
}
a:hover {
	border: none;
	text-decoration: underline;
	color: #285df3;
	opacity:0.5;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
a img {
	border: none;
}

em {
	font-weight: bold;
	font-style: normal;
}

/* Wrapper */
#wrapper {
	width: 1050px;
	background: white;
	margin: 0 auto;
	position: relative;
}
	#wrapper-inner {
		padding: 0 50px;
	}

#header {
	width: 100%;
	height: 150px;
	background: url(header_bg.gif) no-repeat;
	position: relative;
}
	#header h1 {
		text-indent: -9999px;
		position: absolute;
		top: 35px;
		left: 110px;
		width: 300px;
		height: 40px;
		background: url(title.gif) no-repeat;
	}
	#header .menu {
		position: absolute;
		top: 80px;
		right: 0;
		text-align: right;
		padding: 14px 15px;
		font-size: 11pt;
	}
	#header .menu a {
		margin-left: 1em;
	}
	

/* content */
#content {
	padding: 15px 0 0 0;
}
	#content h2 {
		border-bottom: solid 1px #bcbcbc;
		background: url(h2_bg.gif) no-repeat 15px center;
		font-size: 14pt;
		font-weight: bold;
		padding: 10px 15px 5px 40px;
		margin: 50px 0 15px 0;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS PGothic", sans-serif;
	}
	#content p {
		margin: 15px 15px 15px 30px;
		line-height: 1.8;
	}
	#content p.indent {
		margin: -10px 15px 15px 67px;
		line-height: 1.8;
	}
	#content ol.point {
		margin: 20px 0 20px 67px;
		padding: 0 0 0 30px;
		font-size: 110%;
	}
		#content ol.point li {
			line-height: 1.5;
			margin: 15px 0;
		}
	#content h3 {
		margin: 30px auto 15px auto;
		text-align: center;
	}
	#content table.sheet {
		width: 850px;
		margin: 15px auto 45px auto;
		border-collapse: collapse;
		border-top: solid 1px #bcbcbc;
	}
		#content table.sheet th, #content table.sheet td {
			vertical-align: top;
			padding: 10px;
			border-bottom: solid 1px #bcbcbc;
			line-height: 1.5;
		}
		#content table.sheet td.last {
			vertical-align: top;
			padding: 10px;
			border-bottom: solid 3px #bcbcbc;
			line-height: 1.5;
		}
		#content table.sheet th {
			font-weight: normal;
			background: #f5f5f5;
			width: 200px;
		}
		#content table.sheet td p.note {
			font-size: 80%;
			color: #193890;
			margin: 10px 0 0 0;
			padding: 0;
		}
	#content div.profile {
		clear: both;
		font-size: 85%;
		line-height: 1.5;
	}
		#content div.profile em {
			font-size: 130%;
		}
	
	#content p.next {
		margin: 30px 15px 15px 15px;
		padding: 5px 0 20px 48px;
		background: url(arrow.gif) no-repeat;
	}
	
	#content div.pagetop {
		margin: 60px 15px 0 0;
		text-align: right;
	}
		#content div.pagetop img {
			vertical-align: text-bottom;
			border: none;
		}

/* footer */
#footer {
	clear: both;
	border-top: solid 1px #bcbcbc;
	padding: 10px 15px 25px 15px;
	font-size: 9pt;
	color: #999;
	text-align: left;
}


input {
	padding: 5px;
	font-size: 12pt;
	width: 300px;
}

.txt-left {text-align:left;}
