@charset "Shift_JIS";
/*-------------------------------------
ページ全体
-------------------------------------*/
body{
    background-image:url(/voice/img/dot01.gif);
    height:100%;
	font-size:0.75em;
    margin:0px auto;
}

div#naiyo	{
			border:solid 1px #996;
			border-width:0px 1px;
			padding:20px;
			background-color:#fff;
			width:720px;
			height:100%;
    		min-height: 100%;
			margin:0px auto;
}

p	{line-height:2.0;}

/*-------------------------------------
リンク
-------------------------------------*/
a	{color:#3a8;}

a:hover		{background-color:#fa0;}

/*-------------------------------------
TOP画像
-------------------------------------*/
img	{
		text-align:center;
		margin-bottom:5dpx;
		border:none;
}

/*-------------------------------------
ページ数
-------------------------------------*/	
ul#page		{
			list-style-type:none;
			float:right;	
			background-color:#fff;
			font-size:1.5em;
			margin:2px;
}
			
#page li	{
			float:left;
			margin-right:5px;
			margin-bottom:5px;
			display:inline;
}

/*-------------------------------------
左メニュー
-------------------------------------*/
#left		{
			background-color:#6c0 ;
			margin-top:32px;
			margin-left:1px;
			padding-left:0;
			padding:2px;
			width:160px; 
			float:left;
			font-weight:bold;
			color:#fff;
}

#left p	{
			margin:0;
			padding:0;
}

p.left	{
			margin:0;
			padding:0;
			font-color:#fff;
}

.left_menu{
			margin-bottom:20px;
			width:160px; 
}

/*-------------------------------------
右　プルダウンメーカー名
-------------------------------------*/
#menu_l	{
	margin-top:10px;
	margin-bottom:0;
	padding:0;
	text-align:left;
	width:450px;
	float:left;
}

#menu_r	{
	margin-top:10px;
	margin-bottom:0;
	padding:0;
	text-align:right;
	width:270px;
	float:right;
}

/*-------------------------------------
右　本文
-------------------------------------*/
div#right	{
			margin-top:60px;
			margin-left:180px;
			margin-right:7px;
			line-height:1.8;
}

*div#right	{
			margin-top:30px;
			margin-left:180px;
			margin-right:7px;
			line-height:1.8;
}

/*-------------------------------------
右　商品名
-------------------------------------*/
h1	{	
			background-color:#6c0 ;
			border: 3px double #fff;
			margin:0 0 5px 0;
			padding-left:4px;
			font-size:1.2em;
			color:#fff;
			line-height:1.8;
}

h1 a {
			text-decoration:none;
			color:#fff;
}

h1.b_name{
	background-image: url(/voice/img/b_name.gif);
	}


/*-------------------------------------
お客様の声　強調
-------------------------------------*/
#right em	{
			font-style: normal;
			color:#f00;
}

/*-------------------------------------
▲ページトップへ戻る
-------------------------------------*/
.top{text-align:right;}

a.top	{float:right;}

/*-------------------------------------
フッター
-------------------------------------*/
/*------------------------
ご利用ガイド
------------------------*/
.footer-menu{
	clear: both;
	margin: 10px 0;
	width: 720px;
	text-align: center;
	background-color: #fff;
	border-top: solid 1px #ccc;
}

ul.footer	{
			list-style-type:none;
			background-color:#fff;
			font-size:1.0em;
			margin:2px;
			padding: 5px 0 ;
			width: 720px;
			text-align: center;
}
			
.footer li	{
			margin-right:7px;
			display:inline;
}


/*------------------------
アドレス
------------------------*/
#copyright{
	clear: both;
	padding: 10px 0;
	width: 720px;
	text-align: center;
	background-color: #6c0;
	color: #fff;
}

address	{
		padding:5px;
		font-style:normal;
		font-weight:bold;
		text-align:center;
		letter-spacing:3px;
		color:#fff;
		background-color:#6c0;
		
}

address a {
			text-decoration:none;
			color:#fff;
}

/*-------------------------------------
ライン（hr）
-------------------------------------*/
hr	{
	width:100%;
	border:dotted thin #000;
}

*hr	{
	width:100%;
	border:dotted thin #000;
}