@charset "UTF-8";
.style4 {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

.style8 {
	font-size: 9pt;
	line-height: 12pt;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

.style9 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 9pt;
}

.style10 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 9pt;
	line-height: 15px;
}

.style11 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 11pt;
}

img.InfoPhoto {
	display:block;
	margin:0;
	padding:0;
}

/* ヘッダ */

div#Header {
	width:800px;
	margin:10px auto;
}

div#Header:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	overflow: auto;
}

div#Header h1 {
	font-size:10px;
	color:#333333;
	margin:0 0 10px 0;
	padding:0;
}

div#Header p#PolustecLogo {
	margin:0;
	width:400px;
	float:left;
}

div#Header p#PolustecName {
	margin:10px 0 0 0;
	width:400px;
	float:right;
	font-size: 12px;
	color:#333333;
	text-align:right;
}

/* 本文 */

div#Hombun {
	width:800px;
	margin:10px auto 10px auto;
	clear:both;
}

div#Hombun:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	overflow: auto;
}

/* フッタ */

div#Footer {
	width:800px;
	margin:10px auto 20px auto;
}
div#Footer p {
	color:#333333;
	text-align:center;
	font-size:12px;
}


