div#left_block {
	width: 130px;
	float: left;
	height: 80px;
	margin-bottom: 10px;
}
.standard_bloci {
	clear: both;
	height: auto;
	width: 540px;
	text-align: left;
}
div#photo_block {
	height: auto;
	width: 90px;
	float: left;
	margin-bottom: 10px;
	text-decoration: none;
	margin-right: 10px;
	text-align: center;
	border: 1px solid #86A7EA;
}


div#right_block {
	width: 410px;
	float: right;
	height: 80px;
	margin-bottom: 10px;
	text-align: left;
}
div.center {
	background-color: #FFFFFF;
	padding: 0px;
	height: auto;
	width: 520px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

/* タイトル文字　*/

.title {
	height: 68px;
	width: 750px;
	background-color: #FFFFFF;
}

/* 文字サイズと行間設定　*/

.text10{
	font-size: 10pt;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	line-height: 13pt;
	text-decoration: none;
}

.text11 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11pt;
	line-height: 14pt;
	color: #333333;
}


.text10_5{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10.5pt;
	color: #333333;
	line-height: 13.5pt;
}

.text12 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12pt;
	color: #333333;
}

/*テキストカラー設定。上記のテキストサイズと組み合わせ可　*/
.text_green {
	color: #006666;
	text-decoration: none;
}

.text_white {
	color: #FFFFFF;
	text-decoration: none;
}

/*　団体名用 */
.corp_name {
	font-size: 10.5pt;
	color: #006666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
}
.banner_link {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 5px;
}
.banner_line {
	height: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #8E8E46;
	margin-top: 4px;
}
.banner_link img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}