@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;
}
#chirashi {
	height: 1110px;
	width: 570px;
	background-image: url(../img/tirashi.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
}
#chirashi h3 {
	height: 50px;
	width: 550px;
	background-image: url(../img/titelber.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 100%;
	line-height: 50px;
}
#chirashi h4 {
	font-size: 75%;
	line-height: 20px;
	font-weight: normal;
	width: 550px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
}
#chirashi h5 {
	width: 500px;
	margin-left: 70px;
	line-height: 50px;
	margin-top: 10px;
	font-size: 75%;
	font-weight: normal;
	color: #0093D3;
}
#chirashi h6 {
	font-size: 75%;
	line-height: 44px;
	font-weight: normal;
	width: 500px;
	margin-left: 70px;
}
#chirashi ul {
	width: 490px;
	margin-left: 70px;
}
#chirashi li {
	font-size: 75%;
	line-height: 20px;
	font-weight: normal;
	list-style: none;
}
#chirashi p {
	width: 420px;
	margin-left: 140px;
	font-size: 75%;
	line-height: 20px;
	font-weight: normal;
}
#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;
}
