@charset "UTF-8";
body {
	font-family: trebuchet ms, arial, helvetica, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333;
}


.Red {
	color: #F00;
}
.RedBold {
	color: #F00;
	font-weight: bold;
	letter-spacing: 2px;
}


.RedbigBold {
	color: #F00;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}


.small {
	
	font-size: 9px;
}

.medium {
	
	font-size: 12px;
}

.big {
	font-size: 16px;
	color: #000;
}
.big_height {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #000;
}
.bigbold {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.bigbold_height {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #000;
}

.xbig {
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #000;
}

.xbigbold {
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #000;
}
.expanded {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #000;
}
.expandedbold {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #000;
}
.expandedbold_height {
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #000;
}
p.Line {
	border-bottom-color: #900;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
}
.expandedboldRed {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #F00;
}
.Navy {
	color: #0FF;
}

.justified {
	
	text-align: justify;
}
.bold {
	font-weight: bold;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}


.Pink {
	color: #F0F;
}
.italic {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
}


a:link{
	text-decoration: underline;
	color: #666;
}

a:active{
	text-decoration: underline;
	color: #666;
}

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

.menu {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}
.menu a:link{
	color:#000;
	text-decoration: none;
}
.menu a:visited{
	color:#000;
	text-decoration: none;
}
.menu a:hover {
	color:#FFF;
	background-color: #900;
	text-decoration: none;
}
