@charset "utf-8";

@import url("../css/import.css");

/* ■ＴＯＰオリジナルレイアウト設定
--------------------------------------*/
/*　▽レイアウト別設定
--------------------------------------*/
#pHome #wrapper {
	background: url(../images/top/top_back_base.jpg) repeat-y center;
}
#pHome #header {
	background: url(../images/top/top_header_base.jpg) repeat-x top;
	height: 243px;
	position: relative;
}
#pHome #main {
	width: 750px;
	float: left;
	margin: 5px 0px 5px 5px;
	position: relative;
}

/*　▽ヘッダ別設定
--------------------------------------*/
#pHome #topImage{
	width: 680px;
	position: absolute;
	top:71px;
	left: 120px;
	margin: 0;
}

#pHome #gNavi,#gNavi li,#gNavi li a {
	display: block;
	height: 65px;
}
#pHome #gNavi {
	width: 680px;
	position: absolute;
	top: 178px;
	left: 120px;
}
#pHome #gNavi li {
	float: left;
	width: 170px;
}

/* ▼ＴＯＰメインオリジナル書式
--------------------------------------*/
/* ご案内
	position: absolute;
	top:25px;
	left: 30px;
--------------------------------------*/
#topNews {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	width: 520px;
	height: 132px;
	border: thin solid #999;
	margin-bottom: 20px;
	position: relative;
	clear:left;
}
#topNews h2 {
	font-size: 110%;
	font-weight:bold;
	letter-spacing:0.2em;
	text-indent: 5px;
	line-height: 25px;
	height: 25px;
	border-bottom: 1px dotted #666;
	margin: 0px 10px;
	color: #42241E;
}
#topNews dl {
	font-size: 90%;
	height: 102px;
	margin-left: 5px;
	overflow: auto;
}
#topNews dt {
	width: 9em;
	margin-top: 0.4em;
}
#topNews dd {
	line-height: 1.3;
	margin-top: -1.5em;
	padding-left: 7em;
}

/*　▽リンクボタン
	position: absolute;
	top:300px;
	right: 20px;
--------------------------------------*/
#pHome .yuzenLink {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}

/*　▽注記
	border-top: 1px dotted #999;
--------------------------------------*/
#pHome .comment{
	font-size: 95%;
	float: left;
	width:520px;
	display: block;
	margin:10px 10px;
	padding-top: 5px;

}

