/*----------cleafix-hack----------*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Hides from IE-mac ＼*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/*------------各マージン設定初期化------------*/
h1,h2,h3,h4,h5,h6,p,ul,ol,img,div{
	margin:0px;
	padding:0px;
	list-style-type:none;
	line-height:100%;
	border:none;
}

/*------------body------------*/
body{
	
	/*background:url(../tp/gateway/common/images/bg.gif);
	background-repeat:repeat-x;*/
	margin:0;
	color:#333;
	font-size:12px;
	font-family: "Verdana", "ＭＳ Ｐゴシック";
}
	a:link{color:#333;text-decoration:none;}
	a:visited{color:#333;text-decoration:none;}
	a:hover{color:#a82351;text-decoration:underline;}

h2{
	padding:10px 0px 10px 0px;
	clear:both;
}

h3{
	padding:10px 0px;
	clear:both;
}



/*------------container------------*/

#bg{
	width:810px;
	height:100%;
	margin:0px auto 0px auto;
	/*background:url(../tp/gateway/common/images/bg_repeat.gif);*/
	clear:both;
}

#container{
	height:100%;
	width:810px;
	margin:0px auto 0px auto;
	/*background:url(../tp/gateway/common/images/bg_top.gif);
	background-repeat:no-repeat;*/
}

.top_btn{
	width:800px;
	text-align:right;
}
.top_btn img{
	margin:10px 10px 10px 0px;
}

/*------------root_contents------------*/

#root_contents{
	font-size:12px;
	height:100%;
	margin:0px auto 20px auto;
	width:780px;
	}

/*------------left_area------------*/

#left_area{
	float:left;
	width:560px;
	margin:0px;
	padding:0px;

}
/*------------right_area------------*/

#right_area h2{
	padding:10px 0px;
}
#right_area{
	float:right;
	padding:0px 5px 0px 15px;
	line-height:140%;
}

#right_space{
	vertical-align:top;
	width:190px;
	background-image:url(../tp/gateway/common/images/right_bg.gif);
	background-repeat:repeat-y;
	margin:-3px 0px;
	}

/*------------root_footer------------*/

#root_footer{
	margin:10px auto 0px auto;
	width:800px;
	background-color:#FFFFFF;
	clear:both;
}

/*------------topics------------*/
.topics{
	font-size:11px;
	padding:3px;
}

.tp_body{
	background-image:url(../tp/gateway/common/images/arrow_tpcs.gif);
	background-position:0% 4px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 15px;
	line-height:140%;
}
.tp_body a:link{color:#333;text-decoration:none;}
.tp_body a:visited{color:#333;text-decoration:none;}
.tp_body a:hover{color:#a82351;text-decoration:underline;}

.tp_day{
	color:#A82351;
	padding:0px 0px 12px 15px;
	background-image:url(../tp/gateway/common/images/tp_border.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	line-height:160%;
}

.notice table td.date,
.others table td.date{
font-size:11px;
width:70px;"
}
