@charset "utf-8";

#newsbox{
	width:545px;
	margin:0;
	padding:0 0 10px 0;
	position:relative;    /*==相対位置への配置となります。positionプロパティでstaticを指定した場合に表示される位置が基準位置となります。 ==*/
	border-top:1px solid #FFF;
	background: url(../img/newsbox_bottom.gif) no-repeat bottom;
}

#newsbox h2{
	height:28px;
	background: url(../img/news_t_bg.gif) no-repeat;
	margin:0 0 5px 0;
}

#newsbox h2 img{
	margin:0;
}

.n_bn{
	margin:0;
	top:0;
	right:0;
	position:absolute;  /*==絶対位置への配置となります  ウィンドウ全体の左上が基準位置となります。==*/
	font-size:80%;
}
 /*====サムネイル画像====*/
/*===========
ul#thumb {
 width: 480px;                    
 list-style-type: none;
}

ul#thumb li {
float: left;
margin-left: 10px;
margin-bottom: 20px;
}
=============*/
/*====サムネイル画像====*/

/*==ギャラリー==*/

ul#thumb {
	width: 500px;
	list-style-type: none;
}

ul#thumb li {
float: left;
margin-left: 4px;
margin-bottom: 10px;
}

.text .image-center .pic {

	margin: 0 auto;

	padding: 100px 0;

	text-align: center;

}

.text .image-center .pic-s .picbox {

   display: inline; /* ie win bugfix */

   position: relative;

   float: left;

   min-height: 1px;

   width: 180px;

   text-align: center;

}

 .text .image-center .pic-s .picbox-inner {

	margin: 0 15px;

}

.text .image-center .pic-s .picbox-inner .caption {

	text-align: left;

	font-size: 10px;

	color: #333;

	margin-bottom: 1em;

	

}







.text .image-center .pic-m .picbox {

   display: inline;  /* ie win bugfix */

  position: relative;

   float: left;

   min-height: 1px;

   width: 283px;

   text-align: center;

}

.text .image-center .pic-m .picbox-inner {

	margin: 0 1px;

}

.text .image-center .pic-m .picbox-inner .caption {

	text-align: left;

	font-size: 10px;

	color: #333;

	margin-bottom: 1em;

}

 .clear-fix { 

	display: inline-block;

	text-decoration: none; 

}



















/*==== 構造・設備・性能ページ　サムネイル画像====*/
ul#thum {
 width: 500px;                    
 list-style-type: none;
}

ul#thum li {
float: left;
margin-left: 4px;
margin-bottom: 15px;
}
 /*====トップページ　サムネイル画像 終了====*/
.add{
	clear:both;
	text-align:right;
	line-height:1.4em;
	font-size:85%;
}

.bana_b{
	text-align:right;
}