@charset "utf-8";

/*=== 1.Universal selector ===*/
* {
	margin: 0; 
	padding: 0;
	line-height: 100%;
	font-weight: normal;
	font-style: normal;
}

/*=== 2.Body ===*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #333333;
	font: normal 90%/140% sans-serif;
}

/*=== 3.Text ===*/
h1,h2,h3,h4,h5,h6,p,address {
	font-size: 100%;
	line-height: 140%;
}

.red {color: #FF0000;}
.orange {color: #FF6600;}
.blue {color: #0000CC;}
.green {color: #009900;}
.boldTxt {font-weight: bold;}

/*=== 4.Hypertext===*/
a:link {
	color: #0000FF;
	text-decoration: none;
	line-height: 100%;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
	line-height: 100%;
}

a:hover {
	color: #FF3333;
	text-decoration: underline;
}

a img { border-style: none; }

/*==================ページ全体==================*/
#all {
	width: 860px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

/*==================ヘッダ==================*/
#header {
	width: 860px;
	background: #FFFFFF;
	height: 30px;
}
#header div {
	float: left;
}

/*==================サイドエリア==================*/
.sideArea {
	width: 128px;
	padding-top: 16px;
	padding-left: 18px;
	float: left;
	margin-bottom: 20px;
	clear: both;
}

.sideArea .logo {
	margin-bottom: 16px;
}

.sideArea .floor {
	margin-bottom: 4px;
}

.sideArea .address {
	padding-top: 6px;
}

/*==================メインエリア==================*/
.mainArea {
	float: left;
	width: 662px;
	padding-left: 26px;
	padding-top: 16px;
	margin-bottom: 20px;
}

/*===ページ（展示）タイトル===*/
.mainArea .pageTitle {
	background: url(../common/title_bg.gif) repeat-y;
	height: 4.1em;
	width: 602px;
	padding-right: 30px;
	padding-left: 30px;
	overflow: visible;
}

.mainArea .pageTitle_e {
	background: url(../common/title_bg.gif) repeat-y;
	height: 4.1em;
	width: 602px;
	padding-right: 30px;
	padding-left: 30px;
	overflow: visible;
}
.mainArea .pageTitle h2 {
	color: #FFFFFF;
	line-height: 100%;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 6px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 3px;
	letter-spacing: 0em;
}

.mainArea .pageTitle h3 {
	color: #FFFFFF;
	line-height: 100%;
	letter-spacing: 0em;
	padding-left: 0.2em;
}

/*===（展示）解説===*/
.mainArea .comment {
	background: #EAEAEA;
	padding: 8px 26px 8px 30px;
	width: 606px;
	margin-bottom: 12px;
}

.mainArea .comment p {
	line-height: 130%;
	font-size: 90%;
}

/*===作者・作品===*/
.mainArea .main {
	float: left;
	width: 420px;
}

/*===アーチスト===*/
.mainArea .main .artist {
	background: url(../common/artist_bg.gif) no-repeat;
	height: 38px;
	width: 420px;
	margin-bottom: 10px;
}

.artist .floor {
	float: left;
	height: 37px;
	width: 38px;
}

.artist h2 {
	float: left;
	margin-left: 10px;
	margin-top: 7px;
	font: bold 160%/100% serif;
}

.artist h3 {
	float: left;
	margin-top: 7px;
	margin-left: 10px;
}

.artist .profileBtn {
	float: right;
	margin-top: 23px;
}

/*===作品===*/
.mainArea .main .art {
	margin-bottom: 10px;
}

/*===作品解説===*/
.mainArea .main .guide {
	background: #EAEAEA;
	padding: 8px 12px 10px 16px;
	width: 392px;
}

.guide p.spec {
	text-align: right;
	letter-spacing: 0em;
	margin-bottom: 12px;
}

.guide p {
	font-size: 90%;
	line-height: 135%;
}

/*==================カテゴリエリア==================*/
.mainArea .category {
	float: right;
	width: 218px;
}

.category p.categoryTitle1 {
	background: #999999;
	line-height: 120%;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 0.5em;
	font-size: 90%;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 6px;
}

.category p.titleDate {
	font-size: 90%;
	line-height: 120%;
	font-weight: bold;
	color: #CC0000;
	padding-left: 6px;
	border-left: 3px solid #999999;
	padding-bottom: 6px;
}

.category h2 {
	line-height: 110%;
	color: #CC0000;
	letter-spacing: 0em;
	padding-left: 6px;
	border-left: 3px solid #999999;
}


.category .exhibitionUnit {
	padding-bottom: 6px;
	border-bottom: 2px dotted #CCCCCC;
	margin-bottom: 6px;
}

.exhibitionUnit p.floor {
	float: left;
	margin: 0px;
	padding: 0px;
	color: #708DC6;
	font-size: 100%;
	font-weight: bold;
	line-height: 100%;
}

.exhibitionUnit p.date {
	font-size: 90%;
	margin: 2px 0px 6px;
	padding: 0px 0px 0px 1.8em;
	color: #003399;
	line-height: 100%;
}

.exhibitionUnit h3 {
	clear: both;
	font-size: 90%;
	margin: 0px;
	padding: 0px 0px 0px 3.1em;
	color: #003399;
	letter-spacing: 0em;
	background: url(../common/exhibit_arrow.gif) no-repeat 2em 1px;
	line-height: 100%;
}

.exhibitionUnit h3 a,
.exhibitionUnit h3 a:visited {
	font-size: 100%;
	margin: 0px;
	color: #003399;
	text-decoration: none;
	padding: 0px;
	letter-spacing: 0em;
	line-height: 100%;
}

.exhibitionUnit h3 a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/*==================ページトップ==================*/
.pageTop {
	text-align: right;
	width: 820px;
	background: url(../common/totop_arrow.gif) no-repeat right 1px;
	padding-right: 16px;
	letter-spacing: 0em;
	margin-bottom: 16px;
	clear: both;
	padding-bottom: 4px;
}

.pageTop a,
.pageTop a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 90%;
	line-height: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}

.pageTop a:hover {
	color: #333333;
	text-decoration: underline;
}

/*===クリア===*/
.clear {
	clear: both;
	width: 100%;
}

/*==================フッタ==================*/
#footer {
	width: 860px;
}

#footer a,
#footer a:visited {
	color: #666666;
}

#footer a:hover {
	color: #0000FF;
	text-decoration: underline;
}
