@charset "utf-8";

html{ background-color: #fff; }
	
body{ font-size: 0.8em; color: #666; font-family: "メイリオ",meiryo; width: 900px; text-align: center; margin-left: auto; margin-right: auto; }

#main{ position: absolute; top: 355px; text-align: left; }

#side{ position: absolute; top: 0; left: 0; width: 210px; }
#side a{ float: left; width: 185px; height: 55px; background: url(../images/menu.gif); margin: 0 0 4px 0; padding: 15px 0 0 25px; color: #0e2954; font-weight: bold; }

#contents{ position: absolute; top: 0; left: 225px; width: 675px; }
#contents h1,
#contents h2{ color: #fff; font-size: 1.2em; background: url(../images/h2.gif); height: 35px; width: 660px; padding: 15px 0 0 15px; margin: 0 0 10px 0; }
#contents p{ margin: 10px 0 10px 0; }
#contents p a{ color: #666; text-decoration: none; }

/*ヘッダー*/
#header{ position: absolute; top: 40px; text-align: left; height: 300px; width: 900px; }
#header a{ float: left; }
#header img{ float: right; }


/*広告文字色*/
ul a{ color: #666; }

ul.sitemap li a{ display: block; margin: 10px 0 30px 0; }
