
/* user custom */


/*
メインビジュアルの背景画像です
--------------------------------*/	
div#mainVisual{
	background:url(../image/mainVisual.jpg) no-repeat;
	height:180px;
	}
	
div#mainVisualBusiness{
	background:url(../image/mainVisualBusiness.jpg) no-repeat;
	height:180px;
	}
div#mainVisualKaigaiehon{
	background:url(../image/mainbanner.jpg) no-repeat;height: 180px;
	}
/*
テキストリンクの色指定です
--------------------------------*/	
a:link{color:#2267aa;}/* リンクの色 */	
a:visited{color:#2267aa;}/* 訪問済リンクの色 */	
a:hover,
a:active{color:#ff3333;}/* カーソルをあわせた時のリンクの色 */	


/*
お客さまの声の背景色指定です
--------------------------------*/	
.voiceAreaB{background-color:#E4F6FF;}/* 青 */
.voiceAreaY{background-color:#FFFFDD;}/* 黄 */
.voiceAreaG{background-color:#EEEEEE;}/* グレー */


/*
表組の背景色指定です
--------------------------------*/
.tableB{background-color:#E4F6FF;}/* 青 */
.tableY{background-color:#FFFFDD;}/* 黄 */
.tableG{background-color:#EEEEEE;}/* グレー */

/*テーブルの横幅指定*/
table {
  width: 500px;
}
/*
SNS
 ------------------------------
--*/

 div#rightArea ul.snsb {
     overflow: hidden;
     height:20px;
     vertical-align:bottom;
 }
 div#rightArea ul.snsb li {
     float: left;
     margin-right: 10px;
     background:none;
 }
 div#rightArea ul.snsb iframe {
     margin: 0 !important;
 }

