/*ページの基本デザイン*/

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 5px;
	padding: 5px;
	font-style: normal;
	text-align:center;
	font-size: 12px;
	background-color:#FFFFFF;
	color:#333333;
	 }
h2   {
	color:#000066;
	margin:0px;
	clear: both;
	font-size: 12px;
      }
h3   {
      color:#000066;
      font-size: 12px;
      clear: both;
      }
h4   {
      color: #000033;
      font-size: 70%;
      margin:0.5em 0px;
      clear: both;
      }
td {
      font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
      line-height: 150%;
	  }
address {
      font-family: Arial, Helvetica, sans-selif;
      font-size: 70%;
      font-style: normal;
      text-align: center;
      margin-top: 10px;
      clear: both;
      }
a    {
      color:#0000FF;
      text-decoration: none;
      }
a:visited {
	  color: #0000FF;
      }
a:hover {
	  color: #FFCC00;
      }
a:active {
	  color: #3399CC;
      }
#main p  {
line-height:150%;
padding:10px;
}	  
#main td {
    line-height:150%;
	vertical-align:middle;
	}
#main ul {
	line-height:150%;
	}
#main ol {
    line-height:150%;
	}
#main li {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
	line-height:150%;
	text-align: left;
	margin-left:-5px;
	  }
#main table {
      margin:5px;
	  }
#lside {line-height:40%;
}
