/* テキスト　CSS */


/*--▼a  開始▼------------------------------------------------*/
a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	color: #000066;
	text-decoration: underline;
}

/*--▼ｈタグ 開始▼------------------------------------------------*/
h1 {
	margin: 0;
	text-indent: -9999px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}

h3 {
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 13px;
	color: #333333;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
}

/*--▼text1 開始▼------------------------------------------------*/
.text1 {
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

/*--▼text2 開始▼------------------------------------------------*/
.text2 {
	color: #333333;
	font-size: 14px;
	line-height: 22px;
}

/*--▼text3 開始▼------------------------------------------------*/
.text3 {
	color: #333333;
	font-size: 16px;
	line-height: 22px;
}

/*--▼text4 開始▼------------------------------------------------*/
.text4 {
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	padding: 5px;
}

/*--▼text5 開始▼------------------------------------------------*/
h3.text5 a {
	font-weight: bold;
	color: #401F00;
}

h3.text5 a:hover {
	font-weight: bold;
	color: #990000;
}

/*--▼text6 開始▼------------------------------------------------*/
h3.text6 {
	text-decoration: none;
	padding: 0px;
}

h3.text6 a {
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}

h3.text6 a:hover {
	font-weight: bold;
	color: #000066;
}

/*--▼text7 開始▼------------------------------------------------*/
.text7 {
	color: #FF3300;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.text7 a {
	color: #333333;
}

.text7 a:hover {
	color: #000033;
}

/*--▼text8 開始▼------------------------------------------------*/
.text8 {
	font-size: 12px;
	color: #333333;
	margin: 2px 5px 5px 5px;
	text-align: left;
}

/*--▼text9 開始▼------------------------------------------------*/
.text9 {
	float: left;
	width: 43px;
	font-size: 14px;
	color: #333333;
	padding-left: 5px;
	margin-right: 5px;
	text-align: left;
	font-weight: bold;
	line-height: 18px;
}

