@charset "UTF-8";

/*
 *
 * FPsoudan.com Top Page (index.html) CSS File
 * トップページ用 CSS 定義ファイル
 *
 */

/*******************************************/
/****** Replace Design by Common CSS *******/
/*******************************************/

#center_contents {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#center_contents h2 {
  margin: 15px 5px;
	font-size: large;
}

#pageguide_box table {
	border: 0;
	background: #fff;
}
#pageguide_box td {
  width: 50%;
  padding: 0;
  text-align: center;
}

.go_next_subbox {
	border: 0;
	background: #fff;
}

/*******************************************/
/*********** Top Page Own Design ***********/
/*******************************************/

.topstep_table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
.topstep_item {
	padding: 0px 2px 15px 2px;
	border-style: none none dashed none;
	border-bottom: 1px dashed #999;
}
.topstep_image {
	text-align: center;
}
.notestring {
	font-size: small;
}
.topbanner_string {
  clear: both;
	font-weight: bold;
	color: #00f;
}

#topbanner_box {
  width: 475px;
  margin: 0 auto;
  padding: 0;
}
#topbanner_left {
  width: 237px;
  height: 180px;
  border: 0;
  float:left;
}
#topbanner_right1 {
  width: 238px;
  height: 49px;
  border: 0;
  float:left;
}
#topbanner_right2 {
  width: 238px;
  height: 131px;
  border: 0;
  float:left;
}
