* {
	margin:0;
	padding:0;
}
body {
	background:#dedede;
	font-size:100%;
	color:#333;
	margin-left:auto;
	margin-right:auto;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS UI Gothic', sans-serif;
}
img {
	border:0;
}
ul {
	list-style:none;
}
ol {
	margin-left:30px;
}
#wrapper {
	width:900px;
	margin:0 auto;
}
#contents {
	width:800px;
	margin:0 auto;
	padding:50px;
	background:#fff;
	font-size:90%;
	line-height:1.8;
}
#header {
	background:#ffffff;
}
h1 {
	text-align:center;
}
h2 {
	margin:15px 0;
}
dt {
	margin:10px 0 10px 0;
	padding:3px 0 3px 10px;
	background:url(imgs/arrow2.gif) no-repeat left center;
	border-bottom:1px solid #333333;
	font-weight:bold;
	color:#333333;
}
#attention dt {
	margin:10px 0;
	padding-bottom:3px;
	border-bottom:1px dashed #000000;
	font-weight:bold;
	color:#000000;
}
#flow {
	margin:0 15px;
}
#flow dt {
	margin-bottom:0;
	padding:5px;
	background:#FFBD9D;
	border-bottom:0;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
#flow dd {
	padding:10px 15px;
	border:1px solid #b78855;
}
.list li, #flow li, .list2 {
	padding-left:13px;
	background:url(imgs/list_bg.gif) no-repeat 0 6px;
}
.sample li {
	padding-left:13px;
	background:url(imgs/spacer.gif) no-repeat 0 6px;
}
#bank {
	margin-bottom:10px;
	padding:10px;
	border:1px solid #ccc;
}
#bank2 {
	margin-bottom:10px;
	padding:20px;
	border:1px solid #ccc;
}
#footer dl {
	margin:15px;
}
#footer dt {
	margin-bottom:8px;
	padding-bottom:3px;
	border-bottom:1px dashed #333;
	font-weight:bold;
	color:#333;
}
#footer dd {
}
#knt {
	position:relative;
}
#knt_logo {
	position:absolute;
	top:40px;
	right:25px;
}
/*util*/

.toTop {
	text-align:right;
}
.large {
	font-size:130%;
}
.small {
	font-size:12px;
}
.att {
	color:#f00;
}
.arr {
	margin:10px 0;
	text-align:center;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.margin10 {
	margin:10px 0;
}
.marginT10 {
	margin-top:10px;
}
.marginL8 {
	margin-right:8px;
}
.op {
	color:#006633;
	font-weight:bold
}
table.border {
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:5px;
}
table.border th, table.border td {
	padding:5px 12px;
	border:1px solid #b78855;
}
table.border th {
	text-align: center;
	font-weight: normal;
	background-color: #f0e9c9;
}
#sch_btn li {
	display:inline;
	width:194px;
}
.strong {
	font-weight:bold;
	color:#FF3300;
}
.box {
	padding:5px 10px;
	border:1px solid #666;
}
.box2 {
	padding:15px;
	border:2px solid #ccc;
	background:#eee;
}
#title {
	position:relative;
	width:760px;
	height:604px;
}
#title span {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background:url(imgs/spacer.gif)
}
#attention {
	BORDER-RIGHT: #ff0000 2px solid;
	PADDING-RIGHT: 15px;
	BORDER-TOP: #ff0000 2px solid;
	MARGIN-TOP: 5px;
	PADDING-LEFT: 15px;
	BACKGROUND: #fbeeee;
	PADDING-BOTTOM: 15px;
	BORDER-LEFT: #ff0000 2px solid;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #ff0000 2px solid
}
.red_line {
	color: #000000;
	text-decoration: line-through;
}
.point {
	font-weight: bolder;
	padding: 5px;
	text-align: center;
	color: #000000;
	background-color: #fdfa00;
	margin-bottom: 6px;
}
.sample2 li {
	padding-left:13px;
	background:url(imgs/a.gif) no-repeat 0 6px;
}
.doubleline {/*二重取り消し線*/
	background-image:url(imgs/line.gif);
	background-repeat:repeat-x;
	background-position: center;
}
