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



/* **************Index.html CSS*************** */

h2{
	width:705px;
	height:61px;
	background:url(../images/main_title.jpg) no-repeat 0 0;
	font-size:0;
	line-height:100%;
	text-indent:-9999px;
}
h3{
	font-size:1.2em;
	font-weight:bold;
	margin:7px 5px;
}
#contents{

}

.box{
	background:url(../images/ind_box_btm.gif) no-repeat 0 bottom;
	padding:0 0 13px;
	width:225px;
	text-align:center;
	background-color:#fff;
	float:left;
	margin:0 10px 10px 0;
	display:inline;
}
.box div{
	width:223px;
	border-left:1px solid #d2d1c6;
	border-right:1px solid #d2d1c6;
}
.box div img{
	padding:4px;
	border:1px solid #e6e3d4;
}
.btn a{
	width:115px;
	height:21px;
	display:block;
	text-indent:-9999px;
	font-size:0;
	line-height:100%;
	margin:0 auto;
	background:url(../images/ind_btn_detail.gif) no-repeat 0 0;
}
.photo{
	width:192px;
	height:180px;
	padding:5px 0;
	margin:0 auto;
	text-align:center;
	border:1px solid #e6e3d4;
}
.photo a{
	width:180px;
	height:180px;
	display:block;
	margin:0 auto;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:50% 50%;
}




/*************** Meiryo ***************/
body #content_left .box h3{
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

