@charset "UTF-8";
/* CSS Document */

/* Main */
body,td,th {
	font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3",  "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", sans-serif;;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
	color: #0088cc;
}
a:visited {
	color: #0088cc;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a {
	color: #660066;
}
	
/*追加body*/
body {
	background-repeat: repeat;
	background-position: center top;
}
	
/* system color */

.color_floralwhite {
	color: #fffaf0;
}
.color_indigo {
	color: #4b0082;
}

/* font */

.本文 { /* 灰10pt 1.3em LucidaGrande */
	font-size: 10pt;
	color: #111;
	line-height: 1.3em;
	font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ ゴシック";
}

.白9pt {
	font-size: 9pt;
	color: #FFFFFF;
}
.灰8pt333 {
	font-size: 8pt;
	color: #333;
}
.灰9pt444 {
	font-size: 9pt;
	color: #444;
}
.灰10pt111 {
	font-size: 10pt;
	color: #111;
}
.灰10pt111 1.5em {
	font-size: 10pt;
	color: #111;
	line-height: 1.5em;
}
.黒8pt {
	font-size: 8pt;
	color: #000;
	line-height: 1.3em;
}
.黒9pt {
	font-size: 9pt;
	color: #000;
	line-height: 1.2em;
}
.黒10pt {
	font-size: 10pt;
	color: #000;
	line-height: 1.5em;
}
.黒12pt {
	font-size: 12pt;
	color: 000;
	line-height: 1.5em;
}

.紫10pt {
	font-size: 10pt;
	color: #660066;
	line-height: 135%;
}
.紫12pt {
	font-size: 12pt;
	color: #660066;
	line-height: 135%;
	text-align: left;
}
.紫14pt {
	font-size: 14pt;
	color: #660066;
	line-height: 150%;
}

.桃10pt {
	font-size: 10pt;
	color: #ff1493;
	line-height: 135%;
}

.緑10pt {
	font-size: 10pt;
	color: #336600;
}
.緑11pt {
	font-size: 11pt;
	color: #336600;
}
.緑12pt {
	font-size: 12pt;
	color: #336600;
}

.赤10pt {
	font-size: 10pt;
	color: #990000;
}
.赤11pt {
	font-size: 11pt;
	color: #990000;
}

.赤10ptBold {
	font-size: 10pt;
	font-weight: bold;
	color: #cc0000;
	height: 1.2em;
}

.濃い赤12pt {
	font-size: 12pt;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #900;
	line-height: 1.5em;
}
.赤12ptBold {
	font-size: 12pt;
	font-weight: bold;
	color: #cc0000;
	height: 150%;
}

.waku_box_TB {
	width: 90%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #660066;
}
.ThemaColor {
	color: #fbeaff;
}

.枠上紫点線       {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #660066;
}
.枠下紫点線 {
	border-bottom-style: dotted;
	border-bottom-color: #660066;
	border-bottom-width: 1px;
}

.枠サイドマージン {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #990000;
	text-decoration: none;
}

.リンクカラー {color: #0088cc}
