body {
	background-color:#ffffff;
	background-image:url(../img/back_kasuri.jpg);
	margin:15px;
	padding:0px;
}

/*本文部分　背景色あり*/
div.body {
	color:#161616;
	background-color:#ffffff;
	font-size:11pt;
	line-height:14pt;
	text-align:left;
	margin-top:20px;
	margin-left:auto;
	margin-bottom:20px;
	margin-right:auto;
	padding:20px;
	border:3px;
	border-color:#ffbe7d;
	border-style:groove;
	width:700px;
}

/*見出し　大*/
div.h {
	color:#ffffff;
	background-color:#006000;
	margin:0px 0px 30px 0px;
	padding:10px 10px 10px 10px;
	border-color:#008000;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}

h1 {
	font-size: 15pt;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
	margin: 10px 0px 0px 20px;
}

h3 {
	color:#ffffff;
	background-color:#008000;
	font-size:12pt;
	font-weight:bold;
	text-align:left;
	margin:40px 0px 10px 0px;
	padding:3px 3px 3px 10px;
	border-color:#009700;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}

h4 {
	color: 009900;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	margin: 40px 0px 10px 10px;
	padding: 0px 3px 1px 10px;
	border-color: #009900;
	border-style: solid;
	border-width: 0px 0px 1px 7pt
}


/*リンク*/
a:link {
	color: #3300ff;
	background-color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #3333ff;
	background-color: #ffffff;
	text-decoration: none;
}
a:active {
	color: #ff00ff;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	background-color: #3300ff;
	text-decoration: underline;
} 

/*本文*/
p {
	margin:7pt 0px 7pt 30px;
	padding:0px 0px 0px 0px;
}



p.next {
	font-size: 10pt;
	text-align: center;
	margin-top: 40px
}

/*罫線*/
hr {
	atext-align:center;
	width:70%;
	border:2px;
	border-color:#ffccff;
	border-style:dotted;
}

/*リスト*/
dt {
	margin: 10px 0px 0px 25px;
}
dd {
	margin: 2px 0px 0px 50px;
}

li {
	margin: 2px 0px 0px 35px;
}




/*リンク情報*/
div.navi_top {
	text-align:right;
	margin:10px 20px 10px auto;
	padding:0px 0px 0px 0px;
}
div.navi_bottom {
	text-align:left;
	margin:50px 0px 0px 0px;
	padding:10px 10px 10px 20px;
	border-color:#008000;
	border-style:dotted;
	border-width:1px 0px 0px 0px;
}

/*囲み記事　通常*/
div.column {
	background-color:#d9ffd9;
	margin:20px 0px 20px 40px;
	padding:5px 5px 5px 5px;
	border-color:#00f200;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}

/*囲み記事　通常　背景白*/
div.column_white {
	background-color:#ffffff;
	margin:20px 0px 20px 40px;
	padding:5px 5px 5px 5px;
	border-color:#00f200;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}

/*囲み記事　注*/
div.column2 {
	color:#ff0080;
	background-color:#ffffff;
	font-size:10pt;
	font-weight:bold;
	line-height:14pt;
	margin:20px 0px 20px 40px;
	padding:5px 5px 5px 5px;
	border-color:#ff0080;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}

/*寄せ方　box*/
.box_right {
	float: right;
	margin: 10px 10px 10px 10px;
}
.box_left {
	float: left;
	margin: 10px 10px 10px 10px;
}

/*寄せ方　in line*/
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}

/*表　枠有り*/
table.line {
	font-size:11pt;
	line-height:12pt;
	margin:20px auto 10px 30px;
	padding:0px 0px 0px 0px;
	border-style:none;
	border-width:0px 0px 0px 0px;
	border-collapse:collapse;
}
table.line td {
	font-size:11pt;
	line-height:12pt;
	text-align:left;
	vertical-align:middle;
	padding:3px 5px 3px 5px;
	border-color:#004000;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}



