@charset "Shift_JIS";
body {
	margin: 0;
	background-image: url(images/senryu_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #FDCC00;
	background-attachment: fixed;
}


.text10 {
	font-size: 10px;
	line-height: 150%;
}

.text10na {
	font-size: 10px;
	line-height: 110%;
}

.text12na {
	font-size: 12px;
	line-height: 110%;
}

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

.text10gray {
	font-size: 10px;
	line-height: 200%;
	color: #999999;
}

.text10white {
	font-size: 10px;
	color: #ffffff;
	line-height: 125%;
}

.text10blue {
	font-size: 10px;
	line-height: 200%;
	color: #007ac8;
}

.text10green {
	font-size: 10px;
	line-height: 200%;
	color: #00922c;
}

.text12green {
	font-size: 12px;
	line-height: 200%;
	color: #006633;
}

.text12bgreen {
	font-size: 12px;
	font-weight: bold;
	color: #00922c;
}


.text12 {
	font-size: 12px;
	line-height: 190%;
	color: #333333;
	letter-spacing: 1px;
}

.text12blue {
	color: #0000FF;
	font-size: 12px;
}

.text12bblue {
	color: #009bff;
	font-weight: bold;
	font-size: 12px;
}

.text12borange {
	color: #ff6600;
	font-weight: bold;
	font-size: 12px;
}

.text12white {
	color: #ffffff;
	line-height: 200%;
	font-size: 12px;
}

.text12bwhite {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.text12bpurple {
	color: #9933CC;
	font-weight: bold;
	font-size: 12px;
}

.text12byelow {
	color: #FFCC33;
	font-weight: bold;
	font-size: 12px;
}

.text14 {
	font-size: 13px;
	line-height: 140%;
	font-weight: normal;
}

.text14bblue {
	color: #0033FF;
	font-weight: bold;
	font-size: 14px;
}

.text12red {
	color: red;
	font-size: 12px;
}

.text14bred {
	color: red;
	font-weight: bold;
	font-size: 14px;
}

.text14bcream {
	color: ffff77;
	font-weight: bold;
	font-size: 14px;
}

.text16b {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px%;
	line-height: 35px;
}

.text16bred {
	color: red;
	font-weight: bold;
	font-size: 16px;
}

.text16bwhite {
	color: ffffff;
	font-weight: bold;
	font-size: 16px;
}

.text20bred {
	color: red;
	font-weight: bold;
	font-size: 20px;
	line-height: 180%;
}


/*テキストロールオーバー設定*/
a:link,a:visited,a:active {
	color:#0033cc;
	text-decoration:underline;
}

a:hover{
	color:#FFFF00;
	text-decoration:none;
}

