@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-image: url(top-img/bg.jpg);
}
#wraper {
	margin-right: auto;
	margin-left: auto;
	width: 1100px;
}

#header {
	margin: 0px;
	height: 110px;
	padding-top: 0px;
	padding-right: 135px;
	padding-bottom: 0px;
	padding-left: 130px;
}

#header .logo{
	float: left;
	height: 81px;
	padding-top: 10px;
}
#main_img {
	background-image: url(top-img/bg_img.jpg);
	background-repeat: no-repeat;
	padding-right: 155px;
	padding-left: 155px;
	padding-top: 33px;
}

#linkarea {
	height: 20px;
	font-size: 80%;
	color: #9b9491;
	padding-top: 55px;
	text-align: left;
	padding-left: 30px;
	padding-bottom: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#linkarea a{
	color: #9b9491;
	text-decoration: none;
}
#linkarea a:hover{
	color: #9b9491;
	text-decoration: underline;
}

#contents_area {
	background-repeat: no-repeat;
	height: 365px;
	background-image: url(top-img/bg_img2.jpg);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 155px;
	padding-right: 155px;
	padding-top: 5px;

}
.news_arealeft {
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 155px;
	width: 788px;
}
.banner_arearight {
	width: 262px;
	float: right;
}
#footer {
	width: 1100px;
	padding-right: 130px;
	padding-left: 160px;
	height: 80px;
	background-image: url(top-img/bg-footer.jpg);
	background-repeat: no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	margin: 0px;
	padding-top: 25px;
	color: #666;
}
#footer a {
	color: #666;

}
#footer a:hover {
	color: #33C;

}
.clear {
	clear:both;
	}
.news {
	height: 126px;
	overflow: auto;
	line-height: 110%;
}
.info {
	width: 520px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.info p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 120%;
	text-decoration: underline;
}
.info ul {
	font-size: 13px;
	line-height: 15px;
	color: #333;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
.info li {
	padding-bottom: 6px;
	background-image: url(top-img/icon_info.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 18px;
}
.info strong {
	color: #ed6c00;
	font-weight: normal;
}


.icon_right {
	float: right;
	margin-right: 30px;
}

/* PHPのスタイル */

.info_title {
	font-size: 80%;
	line-height: 100%;
	color: #666;
	background-image: url(top-img/icon_info.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
	margin: 0px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 4px;
}
.info_title a {
	color: #666;
}
.info_title a:hover {
	color: #03F;
}
