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

#service{
	width:100%;
	margin:0 auto;
	text-align:center;
	background-image:url(images/img_back.jpg);
	background-repeat:repeat-x;
}
#pan{
	width:665px;
	height:20px;
	line-height:20px;
	background-color:#999;
	font-size:12px;
	color:#FFF;
	padding-left:15px;
	margin-right:10px;
}
#pan a{
	color:#FFF;
	text-decoration:none;
}
#pan a:hover{
	text-decoration:underline;
}
#pan span{
	font-weight:bold;
}
	

.case{
	width:615px;
	margin:10px auto;
	margin-bottom:30px;
	color:#000;
}
.case img{
	float:left;
	display:block;
}
.case_in{
	width:450px;
	float:right;
}
.name{
	width:450px;
	font-size:18px;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,arial,helvetica,clean,sans-serif;
	border-bottom:2px solid #ccc;
}
.site{
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,arial,helvetica,clean,sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#555;
	margin-top:3px;
}

.site a{
	font-size:10px;
}
.ex{
	font-size:13px;
	color:#666;
	line-height:18px;
	margin-top:5px;
}
