/* 初期化 */

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
  }

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  }

img {
  border: 0;
  }

form {
  margin: 0;
  padding: 0;
  }

ul, li, ol {
  margin: 0;
  padding: 0;
  list-style: none;
  }

dl, dt, dd {
  margin: 0;
  padding: 0;
  }

li img, 
dt img, 
dd img {
  vertical-align: top;
  }

.clear {
	clear:both;
	font-size:1px;
}


/******Font関連******/

/* --ピクセルサイズだけ指定 --*/

.f10 { font-size: 10px; }
.f12 { font-size: 12px; }
.f14 { font-size: 14px; }
.f16 { font-size: 16px; }


/* --行間だけ指定--*/

.lh120 { line-height: 120%; }
.lh140 { line-height: 140%; }
.lh160 { line-height: 160%; }
.lh180 { line-height: 180%; }


/* --ピクセルサイズと行間指定--*/

.f10lh120 { font-size: 10px; line-height: 120%; }
.f10lh140 { font-size: 10px; line-height: 140%; }
.f10lh160 { font-size: 10px; line-height: 160%; }
.f10lh180 { font-size: 10px; line-height: 180%; }
 
.f12lh120 { font-size: 12px; line-height: 120%; }
.f12lh140 { font-size: 12px; line-height: 140%; }
.f12lh160 { font-size: 12px; line-height: 160%; }
.f12lh180 { font-size: 12px; line-height: 180%; }

.f14lh120 { font-size: 14px; line-height: 120%; }
.f14lh140 { font-size: 14px; line-height: 140%; }
.f14lh160 { font-size: 14px; line-height: 160%; }
.f14lh180 { font-size: 14px; line-height: 180%; }

.f16lh120 { font-size: 16px; line-height: 120%; }
.f16lh140 { font-size: 16px; line-height: 140%; }
.f16lh160 { font-size: 16px; line-height: 160%; }
.f16lh180 { font-size: 16px; line-height: 180%; }


.mgBottom30 {
	margin-bottom:30px;
}

/* --リンクの設定（ロールオーバー時だけ下線）-- */

a:link {
  	margin: 0;
  	padding: 0;
	border: 0;
	text-decoration: none;
}
a:visited {
  	margin: 0;
    padding: 0;
	border: 0;
	text-decoration: none;
}
a:hover {
  	margin: 0;
    padding: 0;
	border: 0;
	text-decoration: underline;
}
a:active {
  	margin: 0;
    padding: 0;
	border: 0;
	text-decoration: none;
}

/* --共通フォーマット部分-- */
#wrapper {
	clear: both;
	width: 100%;
}
#wrapper #header {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 11px;
	padding-top: 15px;
	clear: both;
	width: 900px;
	height: 28px;
}
#wrapper #header h1 {
	float: left;
	margin-right: 10px;
}

#wrapper #header ul {
	margin-left: 192px;
}
#wrapper #header li {
	float: left;
	margin-left: 17px;
}

#wrapper #flashArea {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#wrapper #infoArea {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #mainArea {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 13px;
	clear: both;
	/*height: 477px;*/
}
#wrapper #mainArea h2.hiddenText {
	display: none;
}

#wrapper #mainArea ul {
	float: left;
}
#wrapper #mainArea #newsFrame h2 {
	clear:both;
	float:left;
	margin-bottom: 11px;
}

#wrapper #mainArea #newsFrame {
	width: 504px;
	margin-right: 27px;
	margin-left: 27px;
	float: left;
}

#wrapper #mainArea #newsFrame .arr_box {
	clear: both;
	float: left;
	width: 504px;
	height:25px;
	margin:25px 0 0;
	text-align:center;
}

#wrapper #mainArea #newsFrame .arr_box2 {
	clear: both;
	float: left;
	width: 504px;
	height:20px;
	margin:0px 0 0;
	text-align:center;
}

#wrapper #mainArea #newsFrame .bd_arr_black {
	float:left;
	clear:both;
	width: 504px;
	height:20px;
	border-bottom: 1px dotted #000000;
	margin-bottom: 15px;
}

#wrapper #mainArea #newsFrame .bd_arr_black2 {
	float:left;
	clear:both;
	width: 504px;
	height:20px;
	border-top: 1px dotted #000000;
}

#wrapper #mainArea #green img {
	margin-top: 3px;
}
#wrapper #footer {
	width: 900px;
	clear: both;
	margin: 15px auto;
	padding: 30px;
}
#wrapper #footer #copyright {
	text-align: right;
	width: 900px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.wd230 {
	float:left;
	width:230px;
}

.wd230_list {
	float:left;
	width:230px;
	margin-top:10px;
}

.wd270 {
	float:left;
	width:270px;
}

.sol_menu {
	clear:both;
	float:left;
	width:253px;
	margin-top:15px;
}
.sol_menu_li {
	float:left;
	width:83px;
}