@charset "utf-8";
/* ===================================================================
CSS information

 file name  :voice.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */
/*--- reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

object,
embed {
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*----------------------------------------------------
	コメントシート表示ページ基本設定
----------------------------------------------------*/

body#voice_sheet {
	width: 100%;
	background: #FFF;
}

#voice_sheet #page {
	width: 516px;
	margin: 0 auto;
	padding: 135px 0 0 0;
	background: url(../voice/images/voice_sheet.jpg) center top no-repeat;
}

/*写真表表示*/

#voice_photo{
	width: 280px;
	height: 210px;
	margin: 0 auto;
	padding: 5px;
	background-color: #C97F73;
}

#bt_close{
	width: 85px;
	height: 30px;
	margin: 330px auto 0 auto;
	text-indent: -9999px;
	background: url(../voice/images/bt_close.gif) center top no-repeat;
}

#bt_close a{
	width: 85px;
	height: 30px;
	display: block;
	overflow: hidden;
	
}


/*----------------------------------------------------
	#content
----------------------------------------------------*/
#content {
	width: 540px;
}

/* お客様の声
----------------------------------- */
#content .customer {
	width: 140px;
	height: 190px;
	margin: 0 10px 20px 0;
	padding: 0 15px 0 15px;
	background: url(../voice/images/bg_customer.jpg) center top no-repeat;
	float: left;
}

.customer h4{
	width: 85px;
	height: 20px;
	padding: 10px 0 0 55px;
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 2px;
	display: block;
}

.customer img{
	width: 136px;
	height: 106px;
	border: 2px solid #FFF;
	margin: 0 0 10px;
}

.customer p{
	width: 140px;
	height: 20px;
	text-indent: -9999px;
	background: url(../voice/images/bt_comment.gif) left top no-repeat;
}

.customer p a{
	width: 140px;
	height: 20px;
	display:block;
	overflow: hidden;
}


/* ページ送り
----------------------------------- */
#content .pagenav{
    width: 540px;
	font-size: 12px;
	color: #724136;
	clear: both;
}

#content .pagenav a:link,
#content .pagenav a:visited{
	color: #724136;
	text-decoration: underline;
}

#content .pagenav a:hover,
#content .pagenav a:active{
	color: #724136;
	text-decoration: none;
}

.pagenav p{
    float: left;
	display: block;
}

/*前へ*/
/*（先頭ページ用）リンクなし表示*/
.pagenav p#preview{
	width: 125px;
	height: 35px;
	text-indent: -9999px;
	background: url(../voice/images/no_preview.gif) left top no-repeat;
}

/*リンクあり*/
.pagenav p#preview a{
	width: 125px;
	height: 35px;
	background: url(../voice/images/bt_preview.gif) left top no-repeat;
	display: block;
	overflow: hidden;
}

/*ページリンク表示*/
.pagenav p.pagenum{
	width: 240px;
	height: 35px;
	padding: 0 20px;
	text-align: center;
	line-height: 1.5;
}

/*表示中ページ*/
.pagenav p.pagenum a{
	font-weight: normal;
}

/*次へ*/
/*（末端ページ用）リンクなし表示*/
.pagenav p#next{
	width: 125px;
	height: 35px;
	text-indent: -9999px;
	background: url(../voice/images/no_next.gif) left top no-repeat;
}

/*リンクあり*/
.pagenav p#next a{
	width: 125px;
	height: 35px;
	background: url(../voice/images/bt_next.gif) left top no-repeat;
	display: block;
	overflow: hidden;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}



/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
*html .customer h4{
	width: 140px;
	height: 30px;
	padding: 10px 0 0 55px;
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
	display: block;
}