@charset "utf-8";

/* 本文全体 */
body {
	margin: 0px;
	padding: 0px;
	font-family:"ヒラギノ角ゴPro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	color:#ffffff;
	font-size: 13px;
	line-height: 14px;	
	background-color:#140e07;
}

li{
    text-decoration:none;
	list-style:none;
}

#out{
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header{
	height: 20px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color:#140e07;	
}

a {
	color:#ffffff;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a img {
	border:0px;
}

h1{
	font-size: 13px;
	color:#ffffff;
	font-weight: normal;
	margin:0px;
	padding-left:10px;

}

#index{
	margin-left:auto;
	margin-right:auto;
}

#top{
    height: 610px;
	width: 1000px;
}


/* What's New 全体 */
#news {
	text-align:justify;
}

/* What's New のタイトル */
#whats_new {
	font-family:"Times New Roman",Times,serif;
	padding-left:0.5em;
	border-bottom:2px #ffffff solid;
}

/* 左側:ニュースの項目一覧 */
#news_left {
    padding:0px;
	margin:0px;
	width:800px;
	float:left;
	height:150px;
	overflow-y:scroll;
}

/* ニュースの見出し */
.news_title {
	background:url(../img/arrow_icon.png) no-repeat 0px 4px;
	font-size:0.9em;
	padding-left:1em;
}

/* ニュースの内容 */
.news_detail {
	padding-left:1em;
}

/* 右側 */
#news_right {
	width:190px;
	float:left;
	margin-left:10px;
}

/* ビフォーアフターに出演しました */
#beforeafter {
	line-height:100%;
}

/* フッター全体 */
#footer {
    background-color:#CCCCCC;
	width:1000px;
	height:18px;
	text-align:center;
}

/* フッターのメニュー */
#footer-menu {
	color:#000000;
}

#footer-menu a {
	color:#000000;
}

#footer-menu li {
	display:inline;
}

#copyright {
	margin-top:8px;
	text-align:center;
}

/* ヘッダー */
.fleft{
	float:left;
}

#topnavihead{
	background-image:url(../img/topnavibg.png);
	width:1000px;
	height:58px;
	margin-top: -609px;
	position: absolute;
	z-index: 99;
}

#topnaviheadl{
	padding-top:15px;
	float: left;
	}
	
#topnaviheadinq{
	float: right;
	padding-top: 7px;
	padding-right: 5px;
	}
	
#topnaviheadtel{
	float: right;
	padding-right: 10px;
	padding-top: 7px;
	}
	
#topnaviheadtel img{
	vertical-align:middle;
}

#topnavifoot{
	width:1000px;
	height:35px;
	margin-top: -45px;
	position: absolute;
	z-index: 98;
}

