/* CSS Document */
/*背景や色々についての設定*/
body{
	margin:0;
	padding:0;
	background-color: #3D9EEF;
}

#main{
	background:#3D9EEF;
}

/*about font*/
	.txtw12{
	font-size:12px;
	color:#FFFFFF;
	}
	.txtw16{
	font-size:16px;
	color:#FFFFFF;
	line-height: 24px;
	}
	.txtg12{
	font-size:12px;
	color:#333333;
	line-height: 14px;
	}
	.txtg10{
	font-size:10px;
	color:#333333;
	}


/*about link*/
	a{
	color:#AC6A6A;
	}
	a:hover,a:active{
	color:#FFFFFF;
	background-color:#9BAB6B;
	}

h1 {
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: right;
	margin: 4px;
}
.yado90 {
	height: 460px;
	overflow: auto;
}
