@charset "utf-8";

/*フォント*/

.PC本文
{
	color: #002f5f;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: 0px;
	font-weight: normal;
}

.PC本文詩
{
	color: #002f5f;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: 0px;
	font-weight: normal;
	font-style: oblique;
	text-align: center;
}

.PC本文赤
{
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: 0px;
	font-weight: normal;
	color: #be0022;
}

.PC本文タイトル
{
	color: #002f5f;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: 0px;
	font-weight: bold;
}

.PC本文タイトル赤
{
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: 0px;
	font-weight: bold;
	color: #be0022;
}

.PC本文中
{
	color: #002f5f;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: 0px;
	font-weight: normal;
}

.PC本文小
{
	color: #002f5f;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: 0px;
	font-weight: normal;
}

.PC本文小インライン
{
	color: #002f5f;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: 0px;
	font-weight: normal;
	padding-top: 6px;
	margin-bottom: -12px;
}

.PC本文小タイトル
{
	color: #002f5f;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: 0px;
	font-weight: bold;
}

/*リンクボタン*/

a.buttonTypeA
{
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: 0px;
	font-weight: normal;
	color: #002f5f !important;
	font-style: normal !important;
	text-decoration: none !important;
	border-style: solid;
	border-color: #be0022;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 25px;
	padding-bottom: 0px;
	padding-top: 3px;
	padding-left: 8px;
	border-radius: 0px;
	display: block;
}

a.buttonTypeA:link
{/*未訪問のリンク*/
}

a.buttonTypeA:visited
{/*訪問後のリンク*/
}

a.buttonTypeA:hover
{/*マウスをのせたとき*/
	background-color: #ffcc00;
}

a.buttonTypeA:active
{/*クリック中*/
}

/*リンクボタン テーブル内*/

a.buttonTypeT
{
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: 0px;
	font-weight: normal;
	color: #002f5f !important;
	font-style: normal !important;
	text-decoration: none !important;
	border-radius:0px;
	border-style: solid;
	border-color: #be0022;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 16px;
	
	
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right:0px;
	padding-left: 8px;
	margin-top:12px;
	

	
	display: block;
}

a.buttonTypeT:link
{/*未訪問のリンク*/
}

a.buttonTypeT:visited
{/*訪問後のリンク*/
}

a.buttonTypeT:hover
{/*マウスをのせたとき*/
	background-color: #ffcc00;
}

a.buttonTypeT:active
{/*クリック中*/
}

/*テーブル 〜 div.tableA*/

div.tableA table, div.tableA td, div.tableA th
{
	border: 2px #ffffff solid;
}

div.tableA td, div.tableA th
{
	padding: 12px;
	background-color: #dddddd;
}

div.tableA td.tableBlank
{
	background-color: #ffffff;
}

div.tableA td.tableYellow
{
	background-color: #ffcc00;
}

/*リスト 〜 div.tableA*/

ul.listA
{
	color: #002f5f;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: 0px;
	font-weight: normal;
}
