@charset "utf-8";
/* CSS Document */

#uniWidth800{
	width: 745px;
	padding:0;
	margin: auto;
	background:#FFF;
	padding-bottom: 40px;
	
}
#uniWidth800 div.section{
	width: 670px;
}
#uniWidth800 div.section p{
	width: 670px;
	color:#666;
	line-height: 170%;
	font-size: 14px;
}
#uniWidth800 img{margin:0 ;}

a {
	color:#FC0;
}

span.no{
	display: none;
}
b.no{
	display: none;
}

#uniWidth {
	width: 780px;
	margin: 0 auto;
}

div.section{
	width: 745px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 140%;
}
/* ページ内リンク用 ////////////*/
div.section ul{
	display: block;
	width:554px;
	height: 37px;
	margin:0;
}
div.section ul li{
	display: block;
	height: 37px;
	float: left;
	padding:0;
}
div.section ul li a{
	display: block;
	height: 37px;
}
div.section ul li img{
	margin:0;
}

/* コンセプト01 */
div.section ul li.concept01{
	width: 204px;
	background: url(img/nv01_on.jpg) no-repeat left top;
}
div.section ul li.concept01 a{
	width: 204px;
	background: url(img/nv01.jpg) no-repeat left top;
}
div.section ul li.concept01 a:hover{
	background: url(img/nv01_r.jpg);
}
/* コンセプト02 */
div.section ul li.concept02{
	width: 210px;
	background: url(img/nv02_on.jpg) no-repeat left top;
}
div.section ul li.concept02 a{
	width: 210px;
	background: url(img/nv02up.jpg) no-repeat left top;
}
div.section ul li.concept02 a:hover{
	background: url(img/nv02up_r.jpg);
}
div.section ul li.concept02_2 a{
	width: 210px;
	background: url(img/nv02down.jpg) no-repeat left top;
}
div.section ul li.concept02_2 a:hover{
	background: url(img/nv02down_r.jpg);
}
/* コンセプト03 */
div.section ul li.concept03{
	width: 140px;
	background: url(img/nv03_on.jpg) no-repeat left top;
}
div.section ul li.concept03 a{
	width: 140px;
	background: url(img/nv03.jpg) no-repeat left top;
}
div.section ul li.concept03 a:hover{
	background: url(img/nv03_r.jpg);
}

/*　段落と画像 */
div.section p{
	margin: 10px auto 0 0;
}

div.section img{
	margin: 15px 0 10px 15px;
}
div.section img.secMain{
	margin: 0 0 10px 0;
}