@charset "utf-8";
/* CSS Document */
a:link {
  color: #444444;
  text-decoration: none;
}

a:visited {
  color: #444444;
  background: transparent;
  text-decoration: none;
}

a:hover, a:active {
  color: #3399CC;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 100%;
	background-image: url(img/bg_b.gif);
	background-repeat: repeat;
} 

#wrapper {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 800px;
	text-align: left;
	background-color: #FFF;
} 

#title{
	margin: 20px 0px 30px 0px;
} 

#content {
	font-size: 90%;
	text-align: left;
	line-height: 2.0;
} 

#content td {
	font-size: 90%;
	line-height: 1.5;
} 

#content table {
	margin-top: 20px;
	margin-bottom: 20px;
} 

.float-right {
	float: right;
	margin-left: 10px;
} 

.right {
	text-align: right;
	font-size: 80%;
	margin-bottom: 20px;
} 

.clear {
	float: both;
} 

/*-- ヘッダー部分 --*/ 

#header {
	width: 100%;
} 

/*-- フッター部分 --*/ 
#footer {
	font-size: 80%;
	color: #333;
	text-align: right;
	letter-spacing: 1px;
	background-color: #BFCAD9;
	line-height: 2.0;
}
