@charset "utf-8";
/* CSS Document */


body {
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../img/bg_top.png);
	background-repeat: repeat-x;
	color: #505050;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5;
	text-align: center;
}

#branding { margin-bottom: 35px;}

#news_area {
	float: left;
	width: 510px;
}

.title { position: relative; margin-bottom: 5px;}

div#press{
 margin-bottom:10px;

}

.more {
	position: absolute;
	top: 5px;
	right: 10px;
}

.title .more a {
	background-image: url(../img/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #505050;
}

.news_tbl {	margin-bottom: 22px;}
.news_tbl td {
	text-align: left;
	vertical-align: top;
}

#news_area p { margin: 5px 10px;}

#banner_area {
	float: right;
	width: 222px;
}

#banner_area li {
	list-style: none;
	margin: 0 0 2px 0;
}

#contact {
	border: 1px solid #D4D4D4;
	background-color: #F4F4F4;
	padding: 11px;
	line-height: 1.2;
}

#contact img { margin-bottom: 5px;}

#foot {
	clear: both;
	margin-top: 30px;
	padding: 12px 1px 5px;
	border-top: 1px solid #B9B9B9;
}

#foot table {
	float: left;
	width: 475px;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
}

#address {
	float: right;
}

/* ===== Link ===== */
a:link, a:visited { color: #0073C3; text-decoration: none;}
a:hover, a:active { color: #0073C3; text-decoration: underline;}

/* ===== Clearfix ===== */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

