@charset "utf-8";
/* CSS Document */

a img {
	border: none;
}

/*　背景　*/

body {
	height:100%;
	background-color: #45afc9;
	background-image:url(images/bg_gra.jpg);
	background-attachment:fixed;	
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height: 1.5; 
}


/*　基本幅　*/
div#page {
	width:700px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	background-color:#FFFFFF;
	text-align:left;	
}

/* old \*/
* html div#body{
	width: 700px;
}
/* end \*/

/* ヘッダー */
div#header {
	width: 700px;
	height: 40px;
	margin: 0px;
	padding:0px;
	text-align:right;
}

/* メニュー */
div#menu {
	width:700px;
	margin: 0px;
	padding:0px;
}

div#menu a:hover img {
	-moz-opacity:0.5;
	opacity:0.5;
	filter: alpha(opacity=50);
}
	
/* トップ画像 */
div#topimage {
	width:100%;
	margin:auto;
	padding:auto;
	text-align:center;
}

/* フッター */
div#footer {
	clear:both;
	width:700px;
	height:30px;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

/* 左側・メイン */
div#main {
	float:left;
	width:480px;
	margin: 0px;
	padding: 0px;
}

/* コンテンツ */
div.contents {
	width:auto;
	margin:0px;
	padding:2px;
	text-align:center;
}

/* 右側・サイトマップ */
div#sitemap {
	float:right;
	width:220px;
	margin:0px;
	padding:0px;
}

/* 文字要素 */
div.text {
	text-align:left;
	margin:5px;
	padding:5px;
}

/* 更新情報 */
div#whatsnew dl {
	margin:10px 20px;
}

div#whatsnew dl dt {
	padding-left:10px;
	border-left:solid 5px #999999;
	font-weight:bold;
}
/* ie \*/
* html div#whatsnew dl dt {
	height:1%;
}/* end */

div#whatsnew dl dd {
	padding-left:10px;
}	

/**/
H3 {
  color: #000000; /* 文字の色 */
  padding-left: 7px; /* 左の余白 */
  padding-bottom: 2px; /* 左の余白 */
  border-width: 0px 0px 1px 5px; /* 枠の幅 */
  border-style: solid; /* 枠の種類 */
  border-color: #999999; /* 枠の色 */
  line-height: 100%; /* 行の高さ */
}

/*サイトマップ*/
ul li {
	margin:0px 30px 0px -20px;
	padding: 0px 0px 0px 0px;
	line-height: 200%;
	border-bottom:dotted 1px #999999;
}
