/* 汎用テキスト設定 */
.txt_s	{font-size:11px;line-height:15px;font-family:ＭＳ Ｐゴシック;}
.txt	{font-size:12px;line-height:16px;font-family:ＭＳ Ｐゴシック;}
.txt_b	{font-size:14px;line-height:18px;font-family:ＭＳ Ｐゴシック;}
.txt_m	{font-size:18px;line-height:18px;font-family:ＭＳ Ｐゴシック;}
.txt_t	{font-size:22px;line-height:22px;font-family:ＭＳ Ｐゴシック;}

/* リンク色 */
a		{text-decoration:none;}
a:link		{color:#006bb4;}
a:visited	{color:#666666;}
a:hover		{color:#ff6600;text-decoration:underline}

/* 基本設定 */
body	{
	margin:0;
	padding:0px;
	background-color:#eeebe2;
	color:#666666;
}

.con_back{
	background-image:url("img/back_contents.jpg");
	background-repeat:repeat-y;
	background-position:right top;
}

.main_back{
	background-image:url("img/back_main.jpg");
	background-repeat:repeat-y;
	background-position:left top;	
}

/* お客様の声 */

#voice .head_logo{
	height:66px;
	vertical-align:bottom;
	padding:0 10px 0 0;
}

#voice .head_text{
	height:66px;
	vertical-align:bottom;
	border-left:solid 1px #4f7951;
	padding:0 10px 0 10px;	
}

#voice h1{
	width:560px;
	font-size:12px;
	line-height:15px;
	font-family:ＭＳ Ｐゴシック;
	text-align:left;
	color:#4f7951;
	border:solid 1px #4f7951;
	margin:30px 0 15px 0;
	padding:5px;
}

#voice .main_txt{
	font-size:12px;
	line-height:20px;
	font-family:ＭＳ Ｐゴシック;
	padding:0 0 0 20px;
	vertical-align:top;
}

#voice .tenpo_txt{
	font-size:11px;
	line-height:15px;
	font-family:ＭＳ Ｐゴシック;
	color:#ffffff;
	padding:10px;
	background-color:#4f7951;
}

/* 商品紹介 */

.p01_back01{
background-image:url(img/products/01_img01.gif);
background-position:right top;
background-repeat:no-repeat;
}
.p01_center{
background-image:url(img/products/01_img06.gif);
background-position:center top;
background-repeat:repeat-y;
}

