* {
	margin: 0;
	padding: 0;
}

body {
	font: 13px "ＭＳ Ｐゴシック",Osaka,sans-serif;
	text-align: center;
	background: #15da39;
}
a:link {
	color: #0000cc;
}
a:visited {
	color: #800080;
}
a:hover {
	color: #ff0000;
}
h1 {
	font-size: 1.8em;
	margin: 0 0 30px 0;
	padding: 2px 0 2px 0;
	border: 1px #000000 solid;
	background: #ccffbb;
}
h2 {
	font-size: 1.3em;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px #000000 dashed;
}
h3 {
	font-size: 1em;
	color: #144f00;
	margin: 0 0 0.3em 0;
	padding: 1px 0 1px 3px;
	border-bottom: 1px #399E18 solid;
	background: #91E276;
}
h4 {
	font-size: 1em;
	color: #144f00;
	margin: 0 0 0.3em 0;
	border-bottom: 1px #399E18 solid;
}
strong {
	color: #990000;
}
em {
	color: #009900;
	font-weight: bold;
	font-style: normal;
}
ol {
	margin: 0 0 1em 3em;
	line-height: 130%;
}
dl {
	margin: 0 0 1em 0;
}
dt {
	font-size: 1.1em;
	margin: 0 0 0.3em 0;
}
dd {
	line-height: 130%;
	margin: 0 0 1em 1em;
}

/*** ヘッダーエリア ***/
#header {
	margin: 0 auto 25px auto;
	width: 740px;
}
#header p {
	font-size: 0.8em;
	text-align: left;
	margin: 0 0 1px 0;
}
#navi li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 2px 0 2px 0;
	width: 100%;
	border: 1px #000000 solid;
	background: #ccffbb;
}
a:link.list {
	color: #000000;	text-decoration: none;
}
a:visited.list {
	color: #000000;	text-decoration: none;
}

/*** メインエリア ***/
#content {
	text-align: right;
	margin: 0 auto 5px auto;
	padding: 5px 0 5px 0;
	width: 740px;
	border: 1px #000000 solid;
	background: #ccffbb;
}
#main {
	text-align: left;
	margin: 0 15px 0 15px;
}
#ml {
	margin: 0 0 5px 0;
	width: 345px;
	float: left;
}
#mr {
	margin: 0 0 5px 0;
	width: 345px;
	float: right;
}
#totop {
	clear:both;
	text-align: right;
	margin: 1em ;
}
.text {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 1em 0;
}
.textli {
	line-height: 130%;
	margin: 0 0 1em 3em;
}
.textli ul {
	margin: 0 0 0 30px;
}

/*** フッターナビ ***/
#footNavi {
	text-align: right;
	margin: 0 auto 30px auto;
	width: 740px;
}
#footNavi ul {

}
#footNavi li {
	display: inline;
}

/*** フッターエリア ***/
#footer {
	font-size: 0.8em;
	margin: 0 auto 0 auto;
	padding: 3px 0 2px 0;
	width: 740px;
	border: 1px #000000 solid;
	background: #ccffbb;
}
#pr {
	margin: 0 0 3px 0;
}
#pr a {
	color: #000000;
	text-decoration: none;
}
#pr a.line {
	text-decoration: underline;
}
#pr a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #2A5D00;
}
.cm{
	clear:both;
	margin: 10px;
	padding:10px;
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	font-size: 0.9em;
	text-align:left;
}
.cm p a{
	text-decoration:none;
	color: inherit;
}
.cm ul{
	margin-left:2em;
	margin-bottom:0;
}

#main dl.cm2 dt,#main dl.cm2 dd{
	color: #333333;
}
#main dl.cm2 a{
	color: #333333;
	text-decoration:none;
}
#pr_text{
	margin: 20px 10px;
	font-size: 11px;
	text-align: left;
	clear: both;
}
ul.textli_m {
	line-height: 120%;
	margin: 0 0 1em 2.5em;
	width: 650px;
	list-style-type: disc;
}
.textli_m li {
	float: left;
	margin-right: 50px;
	width: 150px;
}

.relatedLink {
	font-size: 11px;
	margin: 10px 0;
	text-align: right;
}
