.text {
	font-family: Arial, "MS UI Gothic", "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #666666;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	padding-left: 20px;/*左インデント*/
	padding-right: 20px;/*右インデント*/
	clear: both;
	float: none;
	width: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: circle;
	position: relative;
	cursor: auto;
	text-decoration: none;
	text-align: justify;
	top: auto;
}

.text_strong {
	font-family: Arial, "MS UI Gothic", "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #666666;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	padding-left: 20px;/*左インデント*/
	padding-right: 20px;/*右インデント*/
	clear: both;
	float: none;
	width: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: circle;
	position: relative;
	cursor: auto;
	text-decoration: none;
	text-align: justify;
	top: auto;
}


/*ホームページ更新日付*/
.text_date {
	font-family: Arial, "MS UI Gothic", "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #666666;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	padding-left: 0px;/*左インデントなし*/
	padding-right: 5px;/*右インデント*/
	clear: both;
	float: none;
	width: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: circle;
	position: relative;
	cursor: auto;
	text-decoration: none;
	text-align: right;
	top: auto;
}

.text_headfoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	letter-spacing: normal;
	word-spacing: normal;
	width: auto;
}

a:link { color: #3399ff; }/*リンクの文字色*/
a:visited { color: #3399CC } /*訪問済みリンクの文字色*/
a {text-decoration: none;}/*リンクの下線なし*/

