@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;
}

/*=== サブナビ ===*/
#subNavi {
	width: 860px;
	background: #FFFFFF;
	height: 36px;
	float: left;
}
#subNavi 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;
	width: 602px;
	padding-right: 30px;
	padding-left: 30px;
	overflow: visible;
	padding-bottom: 8px;
	margin-bottom: 4px;
}

.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;
	font-family: Arial, Helvetica, sans-serif;
}

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

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

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

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

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

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

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

/*===作品情報===*/
.mainArea .main .specArea {
	padding-bottom: 20px;
}

.mainArea .main .specArea .spec {
	font-size: 90%;
	line-height: 120%;
	text-align: right;
}

/*===作品解説===*/
.mainArea .main .guide {
	background: #EAEAEA;
	width: 602px;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 24px;
	padding-left: 30px;
}

.guide p.indentTxt {
	font-size: 90%;
	line-height: 160%;
	padding-bottom: 14px;
	text-align: justify;
}

.guide table.subTxt {
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	line-height: 120%;
}

.guide table.subTxt td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

/*==================ページトップ==================*/
.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;
}

