@charset "Shift_JIS";

/* 列を作るときの親ボックス */
#topcontainer {
	position:relative;
    height: 100%;
	min-height: 100%;
	width:800px;
	margin:0 2px;
	padding:0;
	clear:both;
}

/* メインボックス */
#main_box {
	margin:0;
	width:516px;
	padding:0px;
	float:left;
}
#main_box img {
	margin:0;
}
#wnew {
	border:solid 1px #99CC99;
	width:488px;
	margin-top:20px;
	margin-left:26px;
	line-height:150%;
}
#wnew_title {
	width:488px;
	height:20px;
	background:url(../img/top_wnew.gif) no-repeat;
}
#wnew span {
	display:none;
}
#wnew li {
	width:468px;
	border-bottom:dotted 1px #CCCCCC;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:3px;
}
/*#wnew li img {
	padding-top:2px;
}*/

/* サブボックス */
#sub_box {
	position:absolute;
	left: 516px;
	top:0px;
	width:284px;
	overflow:hidden;
	background: #FFFFFF url("../img/subbox_bg.jpg") no-repeat;
}

#banabox {
	margin-top:30px;
	margin-bottom:30px;
	margin-left:20px;
	background:url(../img/bana_bg.gif) repeat-y;
	width:242px;
}
#banabox p {
	padding:0;
}
#banabox ul {
	padding-left:16px;
	width:242px;
}
#banabox li {
	margin-bottom:2px;
}


/* 社名テキスト */
#syameitxt {
	width:200px;
	margin-top:40px;
	margin-left:24px;
	margin-bottom:20px;
	border-left:solid 6px #157528;
	padding-left:6px;
	font-size:90%;
	line-height:150%;
}
.name {
	font-size:110%;
	font-weight:bold;
}


/* 下部テキストナビ */
#toptxtnavi {
	position:relative;
	margin:0px 2px;
	width:800px;
	height:80px;
	font-size:smaller;
	font-size:84%;
	line-height:130%;
	
	clear:both;
	overflow:hidden;
}
#txtnavi {
	position:absolute;
	top:20px;
	left:100px;
	width:600px;
}
#txtnavi li {
	float:left;
	display:block;
	white-space:nowrap;
}
#txtnavi a ,#txtnavi a:visited{
	color:#333333;
	text-decoration:underline;
}

#txtnavi a:hover {
	color:#157528;
	text-decoration:none;
}