/* CSS Document */

#header #image{
	background-image:url(images/top_image.jpg);
}

#body #title{
	background-image:url(images/title.gif);
}

.caution{
	margin:20px;
	font-weight:bold;
	color:#a40000;
	
}

#body .service-list{
}

#body .service-list li{
	padding:0px;
}

#body #body-back #contents .service-list li h3{
	padding:10px;
}

#body #body-back #contents .service-list li h3 .sub{
	font-size:12px;
	font-weight:normal;
}

#body #body-back #contents .service-list li p{
	margin:0px;
	padding:10px;
	padding-top:0px;
	line-height:16px;
}

#body .service-list li.left1{
	float:left;
	width:310px;
	height:267px;
	clear:both;
	margin-left:10px;
	margin-bottom:20px;
	background-image:url(images/back1.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#body .service-list li.right1{
	float:left;
	width:310px;
	height:267px;
	margin-left:20px;
	margin-bottom:20px;
	background-image:url(images/back3.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	color:#000000;
}
#body .service-list li.left2{
	float:left;
	width:310px;
	height:267px;
	clear:both;
	margin-left:10px;
	margin-bottom:20px;
	background-image:url(images/back4.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	color:#000000;
}

#body .service-list li.right2{
	float:left;
	width:310px;
	height:267px;
	margin-left:20px;
	margin-bottom:20px;
	background-image:url(images/back2.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#body #body-back #contents p{
	
}

.ex{
	margin:10px;
	margin-left:20px;
	border:1px solid #cfa972;
	background-color:#8b2e2d;
	color:#FFFFFF;
	padding:10px;
}

.ex2{
	margin:10px;
	margin-left:20px;
	border:2px solid #8b2e2d;
	padding:10px;
	background-color:#f3eae9;
	background-image:url(images/image001.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

img.right{
	float:right;
	border:2px solid #220000;
	margin-left:10px;
	margin-bottom:5px;
}

.button{
	clear:both;
	margin:20px;
	text-align:center;
}

.button input{
	padding:10px;
	border:1px solid #cfa972;
	background-color:#8b2e2d;
	color:#FFFFFF;
	font-weight:bold;
}
