@charset "UTF-8";
/* CSS Document */
*{
	 border-style:none;
	 text-decoration:none;
	 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}

BODY {
  background-attachment:fixed;             /* 背景画像を固定する */
   min-height: 100%;
  /* Set up proportionate scaling */
  width:100%;
  margin:0px;
  overflow-x : hidden;
  overflow-y:scroll;
  text-decoration:none;
   font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


a{
	color:#666;
}

::selection {
background: #D6EACA; /* CSS3 */
}
::-moz-selection {
background: #D6EACA; /* Firefox */
}

.boxA{
	width:650px;
	height:auto;
	margin:32px 0px 0px 338px;/*!*/
	padding:0px;
	text-align:left;
}

.sen{
	margin:0 0 0 -5px;
	height:1px;
	width:"100%"+"50px";
	margin:0px;
	padding:0px;
	background-image:url(../tokyoinprogress/img/line1.jpg);
}

.honbun{
	width:400px;
	height:auto;
	margin:0px;
	padding:0px;
	text-align:left;
	float:left;
	margin-bottom:32px;/*!*/
}

.bun{
	width:370px;
	float:right;
	height:auto;
	font-weight:bold;
	font-size: 12px;
	color:#333333;
	letter-spacing: 0.1em;
	line-height: 186%;
}

.ph{
	width:250px;
	height:auto;
	margin:0px;
	padding:0px;
	text-align:right;
	float:left;
	font-weight:bold;
	font-size: 12px;
	color:#333333;
	letter-spacing: 0.1em;
	line-height: 186%;
}

.keisen{
	padding:3px 0px 0px 0px;
	width:30px;
	float:right;
	height:auto;
}

.b_l{
	margin-left:5px;
}

.b_tb{
	margin-top:-22px;
	margin-bottom:10px;
}

.b_b{
	margin-bottom:32px;
}

.b_bb{
	margin-bottom:53px;
}

.b_t{
	margin-bottom:22px;
}

.news{
	height:auto;
	margin:15px 0px 0px 0px;
	padding:8px 0 20px 0;
	text-align:left;
	float:left;
	margin-bottom:32px;/*!*/
	font-size: 12px;
	font-weight:900;
	position:relative;
	left:50px;
	text-decoration:none;
}

.s{
	margin-top:280px;
	float:right;
}

.z1
{
	z-index:1;
}

.z3
{
	z-index:3;
}

.z4
{
	z-index:4;
}

.z5
{
	z-index:5;
}

.z6{
	z-index:6;
}

.fleft { float: left; margin: 0 20px 0 0; }
			
.cboth { clear: both; }

	#LINKBLOCK{
position:relative;/*リンクの相対位置を得るのに必要！*/
	}