/*★各ページ共通フォント用CSS★*/



/*左揃え*/
.left {
	text-align: left;
	padding: 0px;
	margin: 0px;
}

/*フロート左*/
.left2 {
	text-align: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	float: left;
}

/*フロート右*/
.right {
	text-align: right;
	padding: 0px;
	margin: 0px;
}


/*タイトル*/
.title_orange {
	font-size: 28px;
	font-weight: bolder;
	width: 728px;
	border-top: 0px dotted #0000CC;
	border-right: 0px dotted #0000CC;
	border-bottom: 2px dotted #FF9933;
	border-left: 0px dotted #0000CC;
	color: #FF9933;
	text-align: left;
	line-height: 32px;
	padding: 0px;
	height: auto;
	margin: 0px 0px 5px;
}

.title_green {
	font-size: 28px;
	font-weight: bolder;
	width: 728px;
	border-top: 0px dotted #0000CC;
	border-right: 0px dotted #0000CC;
	border-bottom: 2px dotted #009900;
	border-left: 0px dotted #0000CC;
	color: #009900;
	text-align: left;
	line-height: 32px;
	padding: 0px;
	height: auto;
	margin: 0px 0px 5px;
}

.title_hc {
	font-size: 28px;
	font-weight: bolder;
	width: 728px;
	border-top: 0px dotted #0000CC;
	border-right: 0px dotted #0000CC;
	border-bottom: 2px dotted #227ACD;
	border-left: 0px dotted #0000CC;
	color: #227ACD;
	text-align: left;
	line-height: 32px;
	padding: 0px;
	height: auto;
	margin: 0px 0px 5px;
}

.title_deepred {
	font-size: 28px;
	font-weight: bolder;
	width: 728px;
	border-top: 0px dotted #0000CC;
	border-right: 0px dotted #0000CC;
	border-bottom: 2px dotted #CC0033;
	border-left: 0px dotted #0000CC;
	color: #CC0033;
	text-align: left;
	line-height: 32px;
	padding: 0px;
	height: auto;
	margin: 0px 0px 5px;
}

.title_blue {
	font-size: 28px;
	font-weight: bolder;
	width: 728px;
	border-top: 0px dotted;
	border-right: 0px dotted;
	border-bottom: 2px dotted #0000CC;
	border-left: 0px dotted;
	color: #0000CC;
	text-align: left;
	line-height: 32px;
	padding: 0px;
	height: auto;
	margin: 0px 0px 5px;
}

.title_kimidori {
	font-size: 28px;
	font-weight: bolder;
	width: 728px;
	border-top: 0px dotted;
	border-right: 0px dotted;
	border-bottom: 2px dotted #88C329;
	border-left: 0px dotted;
	color: #88C329;
	text-align: left;
	line-height: 32px;
	padding: 0px;
	height: auto;
	margin: 0px 0px 5px;
}



/*見出し（下線有り）*/
.midashi {
	font-size: 18px;
	font-weight: bolder;
	width: 728px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-top: 0px dotted #009900;
	border-right: 0px dotted #009900;
	border-bottom: 1px dotted #009900;
	border-left: 0px dotted #009900;
	margin-bottom: 5px;
	color: #009900;
	text-align: left;
	line-height: 20px;
	height: 22px;
}
.midashi_deepred {
	font-size: 18px;
	font-weight: bolder;
	width: 728px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-top: 0px dotted;
	border-right: 0px dotted;
	border-bottom: 1px dotted #CC0033;
	border-left: 0px dotted;
	margin-bottom: 5px;
	color: #CC0033;
	text-align: left;
	line-height: 20px;
}
.midashi_hc {
	font-size: 18px;
	font-weight: bolder;
	width: 728px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-top: 0px dotted #227ACD;
	border-right: 0px dotted #227ACD;
	border-bottom: 1px dotted #227ACD;
	border-left: 0px dotted #227ACD;
	margin-bottom: 5px;
	color: #227ACD;
	text-align: left;
	line-height: 20px;
}
.midashi_blue {
	font-size: 18px;
	font-weight: bolder;
	width: 728px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-top: 0px dotted #0000CC;
	border-right: 0px dotted #0000CC;
	border-bottom: 1px dotted #0000CC;
	border-left: 0px dotted #0000CC;
	margin-bottom: 5px;
	color: #0000CC;
	text-align: left;
	line-height: 20px;
}

.midashi_orange {
	font-size: 18px;
	font-weight: bolder;
	width: 728px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-top: 0px dotted #0000CC;
	border-right: 0px dotted #0000CC;
	border-bottom: 1px dotted #FF9933;
	border-left: 0px dotted #0000CC;
	margin-bottom: 5px;
	color: #FF9933;
	text-align: left;
	line-height: 20px;
}
.midashi_pink {
	font-size: 18px;
	font-weight: bolder;
	width: 728px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-top: 0px dotted #0000CC;
	border-right: 0px dotted #0000CC;
	border-bottom: 1px dotted #FF66CC;
	border-left: 0px dotted #0000CC;
	margin-bottom: 5px;
	color: #FF66CC;
	text-align: left;
	line-height: 20px;
}

.midashi_kimidori {
	font-size: 18px;
	font-weight: bolder;
	width: 728px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-top: 0px dotted #0000CC;
	border-right: 0px dotted #0000CC;
	border-bottom: 1px dotted #88C329;
	border-left: 0px dotted #0000CC;
	margin-bottom: 5px;
	color: #88C329;
	text-align: left;
	line-height: 20px;
}

.midashi_df {
	font-size: 18px;
	font-weight: bolder;
	width: 728px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #3DB183;
	text-align: left;
	line-height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #3DB183;
}




/*見出し（下線なし）*/
.midashi2 {
	font-size: 18px;
	font-weight: bolder;
	width: 728px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 22px;
}


/*小見出し*/
.komidashi {
	text-align: left;
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #FF9933;
}


/*小さい文字*/
.small
 {
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

/*文字黄各色*/
.yellow {
	color: #FFCC00;
}
.blue {
	color: #0000FF;
}

.green {
	color: #009900;
}
.red {
	color: #FF0000;
}
.orange {
	color: #FF9933;
}
.pink {
	color: #FF66CC;
}

.mizuiro {
	color: #0099FF;
}

.kimidori {
	color: #88C329;
}

.deepred {
	color: #CC0033;
}

.hc {
	color: #227ACD;
}

.df {
	color: #3DB183;
}




/*リンク(赤)*/
a.red:link   {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.red:visited   {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.red:hover  {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a.red:active  {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

/*リンク(緑)*/
a.green:link   {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}
a.green:visited   {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}
a.green:hover  {
	color: #009900;
	text-decoration: underline;
	font-weight: bold;
}
a.green:active  {
	color: #009900;
	text-decoration: underline;
	font-weight: bold;
}

/*リンク(グレー～緑)*/
a.gray:link   {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.gray:visited   {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.gray:hover  {
	color: #009900;
	text-decoration: underline;
	font-weight: bold;
}
a.gray:active  {
	color: #009900;
	text-decoration: underline;
	font-weight: bold;
}
