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

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


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */
/*グローバルメニューオン表示*/
#voice #header #gnav li.nav_voice a{
	background: url(../images/gnav.gif) -315px 35px;
}

/*サブメニューオン表示*/
#voice #sub #subnav li.sub_voice a{
	background: url(../images/subnav.gif) -220px -86px;
}

/*ページタイトル*/
#voice #main h2{
	background: url(../voice/images/title.gif) left top no-repeat;
}



/* お客様の声表示部分
----------------------------------------------------------- */

#voice .incont_voice{
	margin: 0 0 20px;
	background: url(../voice/images/dotline.gif) left bottom no-repeat;
}

#voice .incont_voice h3{
	margin: 0 0 15px;
	font-size: 14px;
}

#voice .incont_voice img{
	float:right;
	margin: 0 0 20px 20px;
}

#voice .question{
	margin: 0 0 10px;
	font-weight: bold;
}


#voice .answer{
	padding: 0 0 20px;
}

/*  */













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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

