@charset "utf-8";

/* ------------------------------------------------------------------
 textsettings.css
 ------------------------------------------------------------------*/
/* ------------------------------------------------------------------
 テキストに関する設定
 ------------------------------------------------------------------*/
/* ---------- フォントサイズ ---------- */
/* 全体基本 */
body {
	color: #000000;
	font-family: Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 78%;
	font-style: normal;
	line-height: 150%;
}

.size12 {
	font-size: 12px;
	line-height: 140%;
}

.size14 {
	font-size: 14px;
	line-height: 140%;
}

.size16 {
	font-size: 130%;
	line-height: 140%;
}

.size18 {
	font-size: 148%;
	line-height: 140%;
}

.size20 {
	font-size: 160%;
	line-height: 140%;
}

/* 空行 */
p.space {
	font-size: 0.1em;
	line-height: 0;
	margin: 20px 0;
}


/* ---------- フォントカラー ---------- */
.text_blue {
	color: #3366CC;
}

.text_red {
	color: #CC0000;
}

.text_lightred {
	color: #FF3333;
}

.text_darkred {
	color: #990000;
}

.text_green {
	color: #339966;
}

.text_white {
	color: #FFFFFF;
}

.text_purple {
	color: #993366;
}


/* ---------- テキストリンク ---------- */
a:link {
	color: #3366CC;
	text-decoration: none;
}

a:visited {
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	color: #9C250D;
	text-decoration: underline;
}

a:active{
	color: #3399CC;
	text-decoration: none;
}


/* ---------- テキストリンク・ヘッダ ---------- */
a:link {
	color: #10296F;
	text-decoration: none;
}

a:visited {
	color: #10296F;
	text-decoration: none;
}

a:hover {
	color: #9C250D;
	text-decoration: underline;
}

a:active{
	color: #10296F;
	text-decoration: none;
}

/* ---------- テキストリンク・HOMEお知らせ ---------- */
div#home_contents .info_list .txt a:link {
	color: #FFFFFF;
	text-decoration: none;
}

div#home_contents .info_list .txt a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div#home_contents .info_list .txt a:hover {
	color: #9C250D;
	text-decoration: underline;
}

div#home_contents .info_list .txt a:active{
	color: #FFFFFF;
	text-decoration: none;
}

/* ---------- テキストリンク・HOMEリンクリスト ---------- */
div#linkListBox a:link {
	color: #666666;
	text-decoration:none;
}

div#linkListBox a:visited {
	color: #999999;
	text-decoration:none;
}

div#linkListBox a:hover {
	color: #9C250D;
	text-decoration: underline;
}

div#linkListBox a:active{
	color: #999999;
	text-decoration:none;
}

/* ---------- テキストリンク・フッタボックス ---------- */
div#footer .link_list a:link {
	color: #FFFFFF;
	text-decoration: none;
}

div#footer .link_list a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div#footer .link_list a:hover {
	color: #9C250D;
	text-decoration: underline;
}

div#footer .link_list a:active{
	color: #FFFFFF;
	text-decoration: none;
}


/* ---------- パンくずリンク ---------- */
div#page_list a:link {
	color: #000000;
	text-decoration: none;
}

div#page_list a:visited {
	color: #000000;
	text-decoration: none;
}

div#page_list a:hover {
	color: #9C250D;
	text-decoration: underline;
}

div#page_list a:active{
	color: #000000;
	text-decoration: none;
}
