/* CSS Document */



/* テキスト
---------------------------------------------------- */
.f12g {
	margin: 0;
	color: #534A47;
	line-height: 1.65em;
}
.cap {
	margin: 0;
	font-size: 0.80em;
	color: #666666;
	line-height: 1.3em;
}
.copy {
	margin: 0;
	font-size: 0.80em;
	color: #999999;
	line-height: 1.3em;
}
.cap a { color: #6C564E;	line-height: 1.3em; text-decoration: none;}
.cap a:hover { color: #834548;	line-height: 1.3em; text-decoration: underline;}
.cap a:visted { color: #6C564E;	line-height: 1.3em; text-decoration: underline;}

/* タイトル
---------------------------------------------------- */
#canvas_wrapper {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}
#top_header {
  margin-left: 20px;
  width: 760px;
  padding-top: 30px;
}
.top_left {
  width: 495px;
  float: left;
}
.top_right {
  width: 201px;
  float: right;
}



/* コンテンツ
---------------------------------------------------- */
#top_contents {
  margin-left: 20px;
  margin-right: 20px;
  width: 760px;
  margin-top: 40px;
  padding-bottom: 60px;
}

/* float set */
br.clear {
	font-size: 1px;
	line-height: 100%;
	clear: both;
	}
