@charset "UTF-8";
/* コンテンツ */
#doc_page h2 {
	background-image:url(../img/title.png);	
}
.sub1 {
	background-image:url(../img/sub1.gif);
}
.gallery {
	margin-left:10px;
}
.gallery div.gbox {
	float:left;
	width:245px;
	height:235px;
}
.gallery table {
	width:220px;
	height:210px;
	background-image:url(../img/box_bg.gif);
}
.gallery table td.gbox1 {
	text-align:center;
	vertical-align:middle;
	height:155px;
}
.gallery table td.gbox2 {
	text-align:center;
	vertical-align:top;
	height:55px
}
.gallery table img {
	margin:auto;
}
.gallery table p {
	font-size:85%;
	line-height:1.5;
}

