/* CSS Document */

/* @charset "UTF-8";*/

body {
	background-color: #ffffff;
	color: #333333;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	margin:0px;
	padding:0px;
	text-align:center;	/* コンテンツのセンタリング用 -> div#containerで再度左寄せする */

}

/*  -----  Link  -----  */

a{
	color: #003399;
	text-decoration: none;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #999900;
	text-decoration: none;
}

img{
	vertical-align:baseline;
}
a img{
	border:0px;
}


/* ------  div container  ------  */
#container {
	width:763px;
	height: auto;
	border-color:#666666;
	border-style:solid;
	border-width:0px 1px;
	
	margin-left:auto;	/* コンテンツのセンタリング用 */
	margin-right:auto;	/* コンテンツのセンタリング用 */
	text-align:left;	/* コンテンツのセンタリング用 -> 中央寄せから左寄せに戻す */
}



/* ------  base  ------  */
h1{
	font-size:24px;
	padding:4px 4px 4px 14px;
	margin:2px;
	line-height:120%;
	font-weight:bold;
}