/* スタイルをクリアする
---------------------------*/ 

*{
	font-style: normal;
}

address{
	font-size: 11px;
	color: #666666;
}
table{
	font-size: 100%;
}


/* マウスオーバーで指マーク
---------------------------*/ 

.pointer {
	cursor: pointer;
}

/* タイトル
---------------------------*/ 

td .title{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #329933;
	font-size: 85%;
	font-weight: bold;
}


/* フォント
---------------------------*/ 

.black80 {
	font-size: 80%;
	color: #333333;
}

.black75 {
	font-size: 80%;
	color: #333333;
}

.gray {
	color: #666666;
}

.lightgray {
	color: #999999;
}

.white {
	color: #FFFFFF;
}

.red100b {
	color: #FF0000;
	font-size: 100%;
	font-weight: bold;
}

.day {  font-size: 80%; line-height: 16px}
*:first-child+html .day {  font-size: 60%; line-height: 16px}

.text10 {  font-size: 60%; line-height: 16px; color: #666666} 
*:first-child+html .text10 {  font-size: 40%; line-height: 16px; color: #666666}

.text12 {  font-size: 80%; line-height: 18px}
*:first-child+html .text12 {  font-size: 60%; line-height: 18px}

.text12b {  font-size: 100%; line-height: 18px; font-weight: bold}
*:first-child+html .text12b {  font-size: 80%; line-height: 18px; font-weight: bold}

.text14b { font-size: 120%; line-height: 20px; font-weight: bold}
*:first-child+html .text14b { font-size: 120%; line-height: 20px; font-weight: bold}

a:link {  font-size: 100%; font-weight: bold; color: #339933; text-decoration: underline}
*:first-child+html .text12b {  font-size: 80%; font-weight: bold; color: #339933; text-decoration: underline}

a:visited {  font-size: 100%; font-weight: bold; color: #339933; text-decoration: underline}
*:first-child+html .text12b {  font-size: 80%; font-weight: bold; color: #339933; text-decoration: underline}

a:hover {  color: #FF9900; font-weight: bold; font-size: 100%}
*:first-child+html .text12b {  color: #FF9900; font-weight: bold; font-size: 80%}


.orange_b{
	color: #FF9900;
	font-weight: bold;
}
.red_b{
	color: #FF0000;
	font-weight: bold;
}
.blue_b{
	color: #0000FF;
	font-weight: bold;
}
.margin_top_4 {
	margin-top: 4px;
}
.margin_top_5 {
	margin-top: 5px;
}
.margin_top_17 {
	margin-top: 17px;
}
.padding_bottom_3 {
	padding-bottom: 3px;
}
.margin_bottom_7 {
	margin-bottom: 7px;
}
#qa {
	position: absolute;
	left: 443px;
	top: 180px;
}
.f_right {
	float: right;
	margin-left: 10px;
}
.border {
	padding: 10px;
	width: 574px;
	border: 1px solid #cccccc;
	background: #F5F5F5;
}
.borderRed {
	padding: 10px;
	width: 574px;
	border: 1px solid #FF0000;
}
.back_arrow {
	background: url(1-about/img/img04.jpg) no-repeat center;
}
#back_sitemap {
	background: url(5-other/img/img01.jpg) no-repeat right bottom;
}
.prize td {
	text-align: center;
	height: 127px;
	font-size: 12px;
	vertical-align: top;
}
.prize img {
	margin-bottom: 3px;
}
.prize2 td {
	text-align: center;
	vertical-align: top;
}
.prize_big {
	margin-left: 8px;
	margin-bottom: 10px;
}
.gray_line {
	border-bottom: 2px dotted #CCCCCC;
}


/***** フロート *****/

.float_r {
	float: right;
}
.float_l {
	float: left;
}


/***** アライン *****/

.align_r {
	text-align: right;
}
.align_l {
	text-align: left;
}
.align_c {
	text-align: center;
}
