/*Honda USER'S VOICE STYLE*/

/*
1_____基本
2_____トップページ（/enjoy/hobby/square/index.html）
2-1____PAGE NAVI
2-2____List Box
2-3____BTN LINK
3_____clear Fix
*/


/*________________________________ 1.基本 ________________________________*/

#huv-contents h2 {
	width: 686px;
	margin: 12px 0 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#huv-contents {
	text-align: center;
	line-height: 1.4;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}



/*________________________________ 2.トップページ ________________________________*/

/*__ 2-1.PAGE NAVI ________________________________*/

.page-navi {
	width: 660px;
	margin: 0 auto;
}


/*__ 2-2.List Box ________________________________*/

#listbox_head {
	width: 660px;
	height: 33px;
	background: url(../img/listbox_top.gif) no-repeat;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	clear: both;
}

#listbox_body {
	width: 660px;
	background: url(../img/listbox_bg.gif) repeat-y;
	margin: 0 auto;
	padding: 0 0 10px 0;
	text-align: left;
	clear: both;
}

#listbox_foot {
	width: 660px;
	height: 10px;
	margin: 0 auto;
	padding: 0;
}


.label_photo {
	width: 125px;
}

.label_name {
	width: 235px;
}

.label_type {
	width: 140px;
}

.label_date {
	width: 130px;
}


#listbox_head ul {
	width: 505px;
	margin: 0 0 0 145px;
	padding: 0;
	list-style: none;
}

#listbox_head ul li {
	margin: 0;
	padding: 7px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	float: left;
}

#listbox_body table {
	width: 630px;
	margin: 0 0 0 20px;
	padding: 0 0 1px 0;
	background: url(../img/listbox_border.gif) bottom no-repeat;
}

#listbox_body td {
	margin: 0;
	padding: 10px 0;
	font-size: 12px;
}

#listbox_body td.label_name {
	font-weight: bold;
	color: #000;
}

#listbox_body td img {
	border: 3px solid #bbb;
}


/*__ 2-3.BTN LINK ________________________________*/

.btn_link {
	width: 672px;
	height: 26px;
	margin: 10px 0 30px 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	list-style: none;
}

.btn_link li {
	width: 210px;
	height: 26px;
	margin: 0;
	padding: 0 7px;
	list-style: none;
	float: left;
}
