@charset "utf-8";
/* CSS Document */

/*ジェルネイルのイメージ*/
#gelnail h1{
}
/*見出し１*/
#gelnail h2{
font-size: 16px;
	font-weight: bold;
	color: #CC0066;
	margin-bottom:30px;
}
/*見出し２*/
#gelnail h3{
font-size: 14px;
	color: #CC6666;
	font-weight: bold;
	margin-top: 5px;
}
}
/*コンテンツ全体の位置調整*/
#gelnail{
	margin-bottom:100px;
}
/*文章と写真１*/
.class01 {
	clear:both;
	background:url(gelnail_01.gif) no-repeat top right;
	height:166px;
	width:320px;
	padding-right:210px;
}
/*文章と写真２*/
.class02 {
	clear:both;
	height: 180px;
	width: 320px;
	padding-right:200px;
	background:url(gelnail_03.jpg) no-repeat top right;
	
	
}
