@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}

.twoColFixLt #container {
	width: 1100px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#left   {
	width: 300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 1500px;
	background-image: url(../image/top02.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#left h1 {
	background-color: #FFCC99;
	width: 280px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 20px;
	font-weight: bolder;
}
#left h2 {
	background-color: #FFCC99;
	margin: 0px;
	float: left;
	width: 280px;
	font-size: 14px;
	text-align: center;
	color: #000066;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#left h3 {
	background-image: url(../image/top01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	margin: 0px;
	float: left;
	height: 90px;
	width: 280px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	line-height: 20px;
}
#left .graph {
	margin: 0px;
	float: left;
	width: 240px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0%;
	padding-left: 20px;
}
#left ul {
	margin: 0px;
	float: left;
	width: 280px;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#left li {
	float: left;
	height: 20px;
	width: 215px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(../image/top04.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-left-style: none;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	color: #006633;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#left   a:link {
	color: #006633;
	text-decoration: none;
}
#left  a:visited {
	color: #006633;
	text-decoration: none;
}
#left  a:hover {
	color: #0000FF;
	text-decoration: none;
}
#left  a:active {
	color: #FF0000;
	text-decoration: none;
}


#left  .txt  {
	float: left;
	height: 20px;
	width: 215px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-style: none;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFCB99;
	background-image: url(../image/top05.gif);
	background-repeat: no-repeat;
	text-align: center;
}



#right  {
	background-color: #BBFFBB;
	padding: 0px;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin: 0px;
	height: 1500px;
	background-image: url(../image/top03.gif);
	background-repeat: no-repeat;
}
#right a:link {
	color: #333333;
	text-decoration: none;
}
#right a:hover {
	color: #0000FF;
	text-decoration: none;
}
#right a:visited {
	color: #333333;
	text-decoration: none;
}
#right a:active {
	color: #FF0000;
	text-decoration: none;
}




ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
}
li {
	font-size: 12px;
	font-weight: bold;
	width: 102px;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #BBFFBB;
	margin: 0px;
	float: left;
	list-style-type: none;
	height: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}
#rl {
	width: 100px;
	height: 1300px;
	float: left;
	margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#rl ul {
	float: left;
	width: 95px;
	padding-top: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 600px;
	margin: 0px;
}
#rl li {
	background-image: url(../image/top06.gif);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 90px;
	list-style-type: none;
	font-size: 14px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#rr {
	width: 700px;
	height: 1300px;
	float: left;
	margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#rr ul {
	width: 700px;
	margin: 0px;
	float: left;
	list-style-type: none;
	padding: 0px;
}
#rr li {
	width: auto;
	margin: 0px;
	float: left;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rr a:link {
	text-decoration: underline;
	color: #000000;
}
#rr a:visited {
	text-decoration: underline;
	color: #000000;
}
#rr a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
#rr a:active {
	text-decoration: underline;
	color: #FF0000;
}
#rr h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	float: left;
	width: 665px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 30px;
	background-image: url(../image/top07.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	background-color: #FFFFFF;
}
#rr p {
	background-color: #FFFFFF;
	width: 660px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 1230px;
	font-size: 16px;
	background-image: url(../image/top08.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 26px;
	margin: 0px;
	float: left;
}
#rr    .graph1   {
	margin: 0px;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rr .graph2 {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.und {
	margin: 0px;
	padding: 0px;
	float: left;
}






.acc {
	height: 14px;
	width: 92px;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 150px;
}
#rr table {
	background-color: #FFFFFF;
	width: 680px;
	font-size: 14px;
	background-image: url(../image/top08.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 26px;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rr  td.l11 {
	margin: 0px;
	padding: 0px;
	width: 400px;
	border: 1px solid #FFCB99;
	height: 20px;
	text-align: center;
}
#rr  td.l12 {
	margin: 0px;
	padding: 0px;
	width: 150px;
	border: 1px solid #FFCB99;
	height: 20px;
	text-align: center;
}
#rr   td.l13 {
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFCB99;
	height: 20px;
	text-align: center;
}

#rr td.l21 {
	margin: 0px;
	padding: 0px;
	width: 150px;
	border: 1px solid #FFCB99;
	text-align: center;
	height: 15px;
}
#rr td.l22 {
	margin: 0px;
	padding: 0px;
	width: 250px;
	border: 1px solid #FFCB99;
	text-indent: 10px;
	height: 15px;
}
#rr td.l23 {
	margin: 0px;
	width: 130px;
	border: 1px solid #FFCB99;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 15px;
}
#rr td.l24 {
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFCB99;
	text-align: center;
	height: 15px;
}
#rr td.l3 {
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
