@charset "UTF-8";

/**
 * Property Order
 * 
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 */

/** recommend **********************************************************************/


.reco_txt {
	font-size: 14px;
	line-height: 160%;
	background-image: url(img/recommend/001.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 280px;
	margin-left: 10px;
	height: 180px;
	text-align: left;
}

.reco_txt2 {
	font-size: 14px;
	line-height: 160%;
	background-image: url(img/recommend/002.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 280px;
	margin-left: 10px;
	height: 180px;
	text-align: left;
}

.reco_txt3 {
	font-size: 14px;
	line-height: 160%;
	background-image: url(img/recommend/003.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 280px;
	margin-left: 10px;
	height: 180px;
	text-align: left;
}


.reco_txt4 {
	font-size: 14px;
	line-height: 160%;
	background-image: url(img/recommend/004.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 280px;
	margin-left: 10px;
	height: 220px;
	text-align: left;
}


.daizusann_button:hover{filter:alpha(opacity=80);opacity:0.6;}


/** trial **********************************************************************/


.tri_txt {
	font-size: 14px;
	line-height: 160%;
	background-image: url(img/trial/001.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 280px;
	margin-left: 10px;
	height: 180px;
	text-align: left;
}

.tri_txt2 {
	font-size: 14px;
	line-height: 160%;
	background-image: url(img/trial/002.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 280px;
	margin-left: 10px;
	height: 180px;
	text-align: left;
}

.tri_txt3 {
	font-size: 14px;
	line-height: 160%;
	background-image: url(img/trial/003.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 280px;
	margin-left: 10px;
	height: 180px;
	text-align: left;
}



/** daizusan **********************************************************************/

#leftmenu_daizusan  {
 float: left;
 width:650px;
 height:1100px;
 display:block;
 margin-top:40px;
 margin-left:50px;
 background-image:url(img/daizusan/daizusan.jpg);
 background-repeat:no-repeat;
 }

.daizusan_txt {
	font-size: 15px;
	line-height: 200%;
	margin-left: 20px;
	margin-top:600px;
	height: 500px;
	text-align: left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:150%;
	color:#630;
	background-image:url(img/daizusan/daizusan_image.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:100px;
}


