/* ページ全体のテキスト色 */
html {color:#003333}

/* ページ全体 */
body {
	width:100%;
	text-align:left;
	font-size:15px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	line-height:1.6em;
	background-color:#ffffff;
	background-image:url(http:// );  
	background-repeat:no-repeat;  
	background-position:right top;
	background-attachment:scroll;
}

/* ページ全体のリンク色 */
a:link {color:#003333;text-decoration:underline;}
a:visited {color:#003333}
a:hover {color:#ff69b4}
a:active {color:#ff0066;text-decoration:none;}



/* ------------------------------------- 
 *	ページレイアウト
--------------------------------------- */

/*　ページ全体の幅　*/
#wrapper {
	width:800px; /* A */
	margin:0px auto;
	padding:0 20px;
	text-align:left;
	}


/*　ヘッダー　*/
#header {
	width:800px;  /* B */
	height:80px;
	clear:left;
	margin:0 0 0 0px;
	padding:20px 0 0 0px ;
	background-repeat:no-repeat;  
	background-position:bottom center;
	background-attachment:scroll;
	font-size:16px;
	}

/*　まんなか　*/
#main {
	width:800px;  /* D */
	padding:0 0 5px 0;
	margin-left : auto ; margin-right : auto ; text-align : center ;
	}

h1 {
	font-size:25px;
	font-weight:bolder;
	margin:0 0 0 10px;
	}

h2 {
	font-size:15px;
	font-weight:bolder;
	margin:0 0 0 10px;
	}

h3 {
	font-size:12px;
	margin:0 0 0 10px;
	}
	
	
/*　画像　*/
img {
	border-style:none;
	}

/*　説明文　*/
.description {
	font-size:15px;
	margin:20px 0 20px 0;
	text-align:left;
	}	
	
/*　メニュー　*/
#menu {
	border-top:bottom 1px #999999; /* 下線 */
	margin:0 20px 10px 40px;padding:0;
	}

	
.topMenu{
	float:left;
	margin-right:3px;
	}

	
/*　インラインフレーム　*/
iframe {
	}


/*　フッター　*/
#footer {
	margin:0px 0px 0px 0px;
	text-align:center;
	}
	

#copyright {
	clear:both;
	font-size:10px;
	margin:0 0 20px 10px;
	padding:0;
	}
