/*基本設定
------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../img/back1.jpg);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
#maincontte a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#maincontte a:hover {
	background-image: url(../img/topmenubt2.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
#maincontte a:visited {
	color: #F3F3F3;
	text-decoration: none;
}
#maincontte a:active {
	text-decoration: none;
	background-color: #0093D3;
}
#sideconte a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#sideconte a:hover {
	color: #6DC3E3;
	text-decoration: none;
}
#form {
	height: 1000px;
	width: 570px;
	padding-top: 20px;
	background-image: url(../img/form.jpg);
	background-repeat: no-repeat;
}
#form h3 {
	font-size: 100%;
	line-height: 50px;
	background-image: url(../img/titelber.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 50px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
#form h4 {
	font-size: 75%;
	line-height: 20px;
	font-weight: normal;
	width: 550px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
}
#Ppegetop {
	clear: both;
	height: 20px;
	width: 900px;
	margin: 20px auto 0px;
}
#footer {
	height: 110px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(../img/under.jpg);
	background-repeat: repeat;
	list-style: none;
	margin-top: 0px;
}
#footer ul {
	height: 110px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#footer li {
	line-height: 110px;
	text-align: center;
	list-style: none;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 75%;
	font-weight: normal;
}
form#mailform {
	padding: 5px;
	width: 100%;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #999999;
	padding: 7px 5px;
}
table.mailform tr th {
	width: 150px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 400px;
	height: 120px;
}
