body {
margin: 0px;
padding: 0px;
text-align:center;
}
/* 文字 */
body,td,th{
font-family: "ＭＳ ゴシック", "Osaka−等幅", sans-serif;
font-size: 14px;
line-height: 140%;
color: #333333;
}

.clear{
clear:both;
}


/* リンク */
a:link {
	color: #0000CC;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #FF3333;
}
a:active {
	color: #FF9933;
}


/* メニュー */
#menu{
width:757px;
height:85px;
margin:auto;
padding-top:49px;
background-color: #FFFFFF;
background-image: url(img/menu_bg.jpg);
background-repeat: no-repeat;
background-position:top center;
}

#menu img{
margin:1px;
}

/* コンテンツ */
#contents{
width:757px;
margin:auto;
text-align:left;
}

/* フッター */
#footer{
	clear:both;
	width:757px;
	margin:0;
	text-align:left;
	padding-top: 30px;
}

#footer p{
font-size:16px;
margin:0;
}
#footer p a{
text-decoration:none;
}

#footer address{
	font-style: normal;
	font-weight: normal;
	font-size:12px;
}
#footer #copyright{
	background-image: url(img/footer_base.jpg);
	background-repeat: repeat-y;
	background-position: right;
	color: #000000;
	text-align:right;
}

/* 最少高さ */
#minhei{
height:586px;
width:200px;
/*float:left;*/
}

/* メイン */
#main{
width:550px;
/* margin:0 20px 0 200px; */
text-align:left;
float:right;
}

/* ページトップへのリンク */
.gotop{
text-align:right;
margin: 10px;
font-size:12px;
}
h2 {
	background-image: url(img/h2_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 60px;
	font-size: 18px;
}
h3 {
	color: #003333;
	background-color: #CCFF99;
	padding: 3px;
}
strong {
	font-weight: bold;
	color: #880000;
}
