@charset "UTF-8";
/* CSS Document */

a:link {
	color: #59AF0D;
}
a:visited {
	color: #58AE0C;
}
a:hover {
	color: #95D332;
}
a:active {
	color: #59AF0D;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: disc;
	line-height: 25px;
	list-style-position: inside;
}

textarea {
	font-size: 100%;
}



hr { display: none; }

html,body{
	margin:0;
	padding:0;
	font-family:"?ｭ?ｳ ?ｰ繧ｴ繧ｷ繝?け", "繝偵Λ繧ｮ繝惹ｸｸ繧ｴ Pro W4", "Hiragino Maru Gothic Pro";
	letter-spacing: 0em;
	font-size: 90%;
	line-height: 180%;
	text-align:center;
	color: #333333;
	font-weight: normal;
	background-color: #dbdbdb;
	height: 100%;
}
#dodai{
	width: 880px;
	margin: auto;
}

.header{
	height: 47px;
	width: 880px;
}
.maintitle{
	width: 880px;
	margin-top: 11px;
	height: 172px;
}
.subtitle{
	height: 40px;
	width: 880px;
	margin-top: 11px;
}
.txt{
	background-color: #FFFFFF;
	width: 836px;
	padding-top: 22px;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-left: 22px;
	text-align: justify;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.txt ul{
	margin-top: 10px;
}


.top{
	width: 880px;
	background-image: url(images/top.gif);
	background-repeat: repeat;
	height: 5px;
	margin-top: 11px;
}

.cap{
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.name{
	background-color: #FFFFFF;
	width: 836px;
	padding-right: 22px;
	padding-bottom: 17px;
	padding-left: 22px;
	text-align: left;
	height: 100px;
	padding-top: 22px;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 11px;
}
.name p{
	line-height: 160%;
}


.footer{
	background-color: #FFFFFF;
	width: 836px;
	padding-top: 17px;
	padding-right: 22px;
	padding-bottom: 13px;
	padding-left: 22px;
	text-align: left;
	height: 180px;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 11px;
}
.footer p{
	line-height: 160%;
}



.bottom{
	height: 5px;
	width: 880px;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
div.cap p{
	color:blue;
}
div.txt p{
	font-size:100%;
	margin-bottom:2em;
	
}
p.copyright{
	font-size:10px;
	color:#555;
	text-align:right;
	clear:both;
	margin-top:60px;
}