@charset "utf-8";

/**
 * レイアウト
 */

.guide #header{
	margin-bottom: 10px;
}

.guide #main h2{
	margin-bottom: 20px;
}

.guide #container{
	overflow: hidden;
	position: relative;
}

/**
 * R-STUDIOとは
 */
#rstudioWhat{
	margin-bottom: 20px;
}
#rstudioWhat h3{
	margin-bottom: 16px;
	background-image: url(../img/ttb_what.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}

/**
 * 販売製品について
 */
#productInfo{
	margin-bottom: 20px;
}
#productInfo h3{
	margin-bottom: 16px;
	background-image: url(../img/ttb_product_info.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}

/**
 * オススメポイント
 */
#picupPoint{
	margin-bottom: 20px;
}
#picupPoint h3{
	margin-bottom: 16px;
	background-image: url(../img/ttb_point.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}
#picupPoint h4{
	margin-bottom: 10px;
}