@charset "EUC-JP";

* {
	color: #000000;
	font-size: 12pt;
	line-height: 1.5;
}
body {
	width: 100%;
	margin: 0px 20px;
	padding: 0;
	background-image: none;
	background-color: #FFFFFF;
}

/*=======================================
  レイアウト
=======================================*/

/*--==========コンテナ==========--*/
#container {
}
/*--==========ヘッダ==========--*/
#header {
	display:none;
}

/*--検索窓---*/
#search-box {
	display: none;
}

/*--会社名---*/
#logo-company {
	float: right;
	margin-right: 10px;
}

/*--==========グローバルナビ==========--*/
#navi-global {
	display: none;
}

/*--ブレッドクラム--*/
#bread {
	display: none;
}
/*--==========コンテンツ==========--*/
#contents {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;

}

*{ box-sizing:content-box;}


/*--==========サブカラム==========--*/
#col-sub {
	display: none;
}

/*--ページトップ--*/
#gotop {
	display: none;
}


/*--==========フッタ==========--*/
#footer {
	text-align: center;
	border-top: 1px solid #999999;
}
#footer #navi-info {
	display: none;
}
#footer p {
	font-size: 9px;
}
#footer .f_upper {
	display: none;
}
#footer .pagetop {
	display: none;
}
#footer .f_lower .footer_sp_text {
	display: none;
}
#f_link {
	display: none;
}

/*--==========ニュースリリーステーブル用==========--*/
body.news table{
	width: 100%
	border-collapse: collapse;
	border-spacing: 0;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
}
body.news table td{
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
}
#news>dl:last-child>dd>a {
	display: none;
}

#pagetitle,
#pagetitle h2{
	display:block;
	width: 100% !important;
	height:29px;
	background-color:#fae4ac;
}
