@charset "utf-8";

@import url("base.css");

/* HOME用CSS */

#contents_box h2{
	background-image: url(img/star_dot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	line-height: 20px;
	padding-left: 22px;
	padding-bottom: 3px;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #FFCC33;
}
.h3_a{
	color:#666666;
	text-decoration: none;
}

#tokuyuchin{
	margin-top: 10px;
	margin-left: 10px;
	background-image: url(../image/obj_photo_01.jpg);
	background-repeat: no-repeat;
	background-position: 400px 40px;
}
#tokuyuchin h3{
	font-size: 14px;
	line-height: 20px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #329458;
	padding-left: 5px;
	background-image: url(img/bar1_02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
}
#tokuyuchin p{
	margin-left: 10px;
}
#tokuyuchin li{
	margin-left: 50px;
}
#urchintai{
	margin-top: 10px;
	margin-left: 10px;
	background-image: url(../image/obj_photo_05.jpg);
	background-repeat: no-repeat;
	background-position: 10px 50px;
}
#urchintai h3{
	font-size: 14px;
	line-height: 20px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #143BB2;
	padding-left: 5px;
	background-image: url(img/bar2_02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
}
#urchintai p{
	margin-left: 100px;
}
#urchintai li{
	margin-left: 140px;
}

.baner{
	margin-top: 10px;
	text-align: center;
}
.baner img{
	margin-bottom: 10px;
}
.text-right{
	text-align: right;
	padding-right: 10px;
}
