@charset "UTF-8";
/*基本設定
------------------------------*/

* {
	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;
}
#faq {
	background-image: url(../img/faq.jpg);
	background-repeat: no-repeat;
	height: 1760px;
	width: 570px;
	padding-top: 20px;
}
#faq h3 {
	font-size: 100%;
	line-height: 50px;
	height: 50px;
	width: 550px;
	text-align: center;
	background-image: url(../img/titelber.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#faq h4 {
	height: 50px;
	width: 550px;
	margin-left: 10px;
	font-size: 75%;
	line-height: 20px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}
#faq h5 {
	line-height: 50px;
	margin-top: 10px;
	margin-left: 70px;
	width: 500px;
	font-size: 75%;
	font-weight: normal;
}
#faq h5 a:link {
	color: #0093D3;
	text-decoration: underline;
}
#faq h5 a:hover {
	color: #CCCCCC;
}
#faq h6 {
	font-size: 75%;
	line-height: 30px;
	color: #0093D3;
	font-weight: normal;
	width: 500px;
	margin-left: 70px;
}
#faq p {
	font-size: 75%;
	line-height: 20px;
	font-weight: normal;
	width: 470px;
	margin-left: 70px;
	margin-bottom: 20px;
}
#faq ul {
	text-align: right;
	width: 550px;
	margin-right: 10px;
	margin-top: 80px;
}
#faq li {
	font-size: 75%;
	line-height: 20px;
	font-weight: normal;
	list-style: none;
}
#faq a:link {
	color: #FFFFFF;
}
#faq a:hover {
	color: #0093D3;
}
#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;
}
