/* CSS Document */
/*インポート */
@import url("gallery.css");
@import url("exhibition.css");
@import url("inq.css");

.body{
	text-align: center;
	margin:0px;
}

#wrapper{
	width:750px;
	text-align: left;
	margin:0 auto;
	}

#header{}

#header #title {
	background: url(../img//head_01EG.gif) no-repeat;
	height: 86px;
	width: 750px;
}

/*#header #tit {
	height: 80px;
	width: 350px;
	top: 3px;
	bottom: 3px;
	left: 0px;
	}*/

#header #tab {
	width:750px;
	height:28px;
	float:left;
	margin-bottom: 10px;
}



#contents {
	width:710px;
	padding: 10px 10px 30px 20px;
	text-align:left;

}

#contents #pankuzu {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
	padding-left: 8px;
}


#footer {
	text-align: center;
	height: 80px;
	background: url(../img/foot.gif);
	font-size: 12px;
	margin-top: 10px;
	clear: both;
	line-height: 16px;
}


/*トップ*/
#contents #top {
	font-size:12px;
	}






.px12 {
font-size: 12px;
line-height: 18px;
}

.px12white {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.px12orange {
	font-size: 12px;
	line-height: 14px;
	color: #FF3300;
}

.px14 {
	font-size: 14px;
}

.bk HR {
	background: #FFFFFF center;
	border-top: 1px dashed #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bk p {
	background: #FFFFCC;
	border-top: 1px none #669999;
	border-right: 1px none #669999;
	border-bottom: 1px dashed #669999;
	border-left: 5px solid #669999;
	width: 600px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}
