.besa {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.report_text {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}

.besa01 {
	height: 250px;
}
.besa2 {
	width: 942px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#waku {
	border: 1px solid #1a9fda;
	background-position: bottom;
	height: 59px;
}

.scroll	{ 
	overflow:auto;
	width:195px;
	height:170px;
}

#waku_01 {
	background-position: bottom;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1a9fda;
	border-right-color: #1a9fda;
	border-bottom-color: #1a9fda;
	border-left-color: #1a9fda;
	width: 896px;
}


/* ----- font ----- */

.TextSmall {
	font-size: 10px;
	line-height: 14px;
}
.TextSmall_Gray {
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}
.TextBase {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.TextBase_S {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	
}
.TextBase_S2 {
	font-size: 13px;
	line-height: 16px;
	color: #000000;
}
.TextBase_Red {
	font-size: 12px;
	line-height: 16px;
	color: #CC0000;
}
.TextBase_Green {
	font-size: 12px;
	line-height: 16px;
	color: #336633;
}
.TextBaseB {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.TextBig {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

.TextBigB {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.sloganBigB {
	font-size: 65px;
	font-weight: bold;
	color: #000000;
	font-family: "ＤＦＧ祥南行書体W5";
}

.sloganS_B {
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	font-family: "ＤＦＧ祥南行書体W5";
}

.links12 {
	font-size: 12px;
	line-height: 14px;
}

.TextBig_report {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

.TextBig_report a:hover	{
	color:#FFFFFF;
	background-color: #1A9FDA;
}



/*初期設定
----------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

/*背景設定
----------------------------------------------*/
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}
