#art_mainContainer {
	width: 760px;
	height: auto;
	margin: 0;
	padding: 0;
	color: #eee;
	text-align: left;
}
/*左*/
#art_mainContents {
	width: 480px;
	height: auto;
}
/*ページヘッダ部分*/
.art_pageHeadContents {
}
.art_pageHeadContents .topText1 {
	width: 480px;
	height: 114px;
	margin-bottom: 30px;
	background: url(../img/art_culture/004/topText1.png) no-repeat 0 0;
}
.art_pageHeadContents .topText1 p {
	text-indent: -9999px;
}
.art_pageHeadContents .topText2 {
	width: 480px;
	height: 76px;
	margin-bottom: 30px;
	background: url(../img/art_culture/004/topText2.png) no-repeat 0 0;
}
.art_pageHeadContents .topText2 p {
	text-indent: -9999px;
}

/*記事メインタイトル部分*/
.art_sectionTitle {
}

/*記事ヘッダ部分*/
.art_sectionHead {
}
.art_sectionHead p {
}
/*記事1段落分*/
.art_section {
	width: 480px;
	height: auto;
	margin-bottom: 30px;
}
.art_section p.title {
	width: 480px;
	height: auto;
	margin-bottom: -17px;
}
.art_section p {
	letter-spacing: 0.15em;
	line-height: 2;
}
.art_section p.small_section {
}
/*記事下段コンテンツ部分*/
.art_sectionBottom {
	width: 480px;
	height: auto;
	margin-bottom: 30px;
}
.art_sectionBottom p {
}

/*右*/
#art_subContents {
}