@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(images/bg2.gif) repeat;
}
centering1  {
        /* IE用の中央寄せ */
    width:800px;                /* 幅 */
                  }
centering2  {
    margin-left:auto;           /* IE以外用の中央寄せ */
    margin-right:auto;          /* IE以外用の中央寄せ */
    text-align:left;            /* 中身を左寄せに戻す */
    width:250px;                /* 幅 */
    height:125px;               /* 高さ */
    border:solid 3px #0000ff;   /* 枠線 */
    background-color:#3366cc;   /* 背景色 */
    color:#ffffff;              /* 文字色 */
                  }
ul {
	text-align: left;
	list-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
li {
	padding-top: 12px;
	padding-bottom: 12px;
	border-right: 1px solid #003300;
	border-bottom: 1px solid #003300;
	padding-left: 20px;
	margin: 0px;
	padding-right: 0px;
}
h2 {
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 22px;
	color: #009900;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bolder;
}
h3 {
	font-size: 10px;
	font-weight: normal;
	margin-top: 10px;
}

h4 {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#header {
	width: 735px;
	text-align: left;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
	padding-left: 12px;
}
#main {
	margin: 0px;
	padding: 0px;
	width: 750px;
	overflow: hidden;
	border: 1px solid #003300;
	background-color: #FFFFFF;
}
#main #sidebar {
	float: left;
	width: 150px;
	background: #CDE1AC;
	height: 100%;
	padding-bottom: 32768px;
    margin-bottom: -32768px;

}
#main #sidebar a:link,#main #sidebar a:visited{
	font-size: 12px;
	font-weight: normal;
	color: #003300;
	text-decoration: none;
}
#main #sidebar a:hover,#main #sidebar a:active{
	font-size: 12px;
	font-weight: normal;
	color: #009900;
	text-decoration: none;
}
#main #footer {
	height: 15px;
	width: 750px;
	margin-top: 10px;
	background-color: #003300;
}
#main #right {
	float: right;
	width: 580px;
	height: auto;
	padding-bottom: 32768px;
    margin-bottom: -32768px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
#main #right a:link,#main #right a:visited{
	color: #FF6600;
	text-decoration: none;
}
#main #right a:hover,#main #right a:active{
	color: #FF6600;
	text-decoration: none;
}
