@charset "utf-8";

body, table, th, td, h1, h2, h3, h4, h5, h6 {
	line-height: 135%;
	font-size: small;
	_font-size: x-small;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-weight: normal;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ol {
	margin-left: 2.0em;
	*margin-left: 2.5em;
}
ul {
	margin-left: 1.2em;
}

html {
	height: 100%;
}

body {
	height: 100%;
}

a:link, a:visited {
	color: #41751a;
	text-decoration: none;
}
a:hover, a:active {
	color: #41751a;
	text-decoration: underline;
}

.ro {
	/* ----- */
}

.blank {
	/* ----- */
}

/* clerfix ----- */
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix { display: inline-block; }
/* no ie mac \*/
* html .clearfix { height: 0.1%; }
.clearfix { display: block; }
/* */
/* for IE7 \*/
*:first-child+html .clearfix { display: inline-block; }
/* */
/* ----- clerfix */

body {
	background: #ffffff url(../img/bdy_bg.gif) repeat-x;
	color: #555555;
}

.txBlack {
	color: #222222;
}

.txBrown {
	color: #923030;
}

.txGreen {
	color: #366713;
}

.txBlue {
	color: #003366;
}

.txSmall {
	font-size: 84%;
	line-height: 135%;
}

.txLarge {
	font-size: 110%;
	line-height: 140%;
}

.txRed {
	color: #ff0000;
}

.txBold {
	font-weight: bold;
}

.fL {
	float: left;
}
.fR {
	float: right;
}
.fClear {
	clear: both;
}

.alnCenter {
	text-align: center !important;
}
.alnLeft {
	text-align: left !important;
}
.alnRight {
	text-align: right !important;
}

.marginReset {
	margin: 0px !important;
}
.margin01 {
	margin-bottom: 20px !important;
}
.margin02 {
	margin-top: 10px !important;
}
.margin03 {
	margin-top: 30px !important;
}
.margin04 {
	margin-bottom: 30px !important;
}
.margin05 {
	margin-top: 50px !important;
}
.margin06 {
	margin-bottom: 50px !important;
}
.margin07 {
	margin-top: 30px !important;
	margin-bottom: 50px !important;
}

a.noLnk01:link, a.noLnk01:visited, a.noLnk01:hover, a.noLnk01:active {
	color: #222222;
	text-decoration: none;
}
a.noLnk02:link, a.noLnk02:visited, a.noLnk02:hover, a.noLnk02:active {
	color: #555555;
	text-decoration: none;
}

.lnkIc01 {
	padding-left: 16px;
	background: url(../img/ic_lnk01.gif) no-repeat left center;
}
#main a.lnkIc01:link, #main a.lnkIc01:visited {
	color: #222222;
	text-decoration: none;
}
#main a.lnkIc01:hover, #main a.lnkIc01:active {
	color: #41751a;
	text-decoration: underline;
}

.lnkIc02 {
	padding-right: 18px;
	background: url(../img/ic_lnk01.gif) no-repeat right center;
}
#main a.lnkIc02:link, #main a.lnkIc02:visited {
	color: #222222;
	text-decoration: none;
}
#main a.lnkIc02:hover, #main a.lnkIc02:active {
	color: #41751a;
	text-decoration: underline;
}


#wrapper {	
	background: #FFFFFF url(../img/cnts_bg.gif) no-repeat left bottom;
	width: 960px;
	min-height: 100%;
	position: relative;
	left: 0px;
	top: 0px;
}

#main, #main th, #main td {
	font-size: 110%;
	line-height: 145%;
}

#header {
	background: url(../img/bdy_bg.gif) repeat-x;
	width: 960px;
	min-height: 74px;
	_height: 74px;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: right;
}
#header h1 {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	padding-bottom: 4px;
	width: 520px;
	background: url(../img/h_bg.gif) no-repeat left bottom;
}
#header ul {
	position: absolute;
	right: 0px;
	bottom: 32px;
	list-style-type: none;
	margin: 0px;
}
#header ul li {
	display: inline;
	padding-left: 10px;
	line-height: 110%;
}
#header ul li a {
	padding-left: 16px;
	background: url(../img/ic_lnk01.gif) no-repeat left center;
}

#header ul li a:link, #header ul li a:visited {
	color: #222222;
}
#header ul li a:hover, #header ul li a:active {
	color: #41751a;
}


#footer {
	width: 960px;
	position: absolute;
	left: 0px;
	bottom: 1px;
	min-height: 52px;
	_height: 52px;
	background: url(../img/f_bg.gif) no-repeat;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 16px 14px 16px;
	position: absolute;
	left: 0px;
	top: 24px;
	z-index: 110;
}
#footer ul li {
	display: inline;
	padding-right: 10px;
	line-height: 110%;
}
#footer ul li a {
	padding-left: 16px;
	background: url(../img/ic_lnk01.gif) no-repeat left center;
}

#footer ul li a:link, #footer ul li a:visited {
	color: #222222;
}
#footer ul li a:hover, #footer ul li a:active {
	color: #41751a;
}

#footer #fToPagetop {
	position: absolute;
	left: 16px;
	top: -26px;
}
address {
	position: relative;
	left: 0px;
	top: 24px;
	display: block;
	text-align: right;
	padding-right: 15px;
	line-height: 0.1em;
	font-size: 0.1em;
	z-index: 100;
}


#gnavi {
	list-style-type: none;
	margin: 0px;
	background: #f3f3f3 url(../img/gnavi_bg.gif) repeat-x;
	line-height: 0.1em;
	font-size: 0.1em;
	width: 960px;
	height: 42px;
}
/* clerfix ----- */
#gnavi:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #gnavi { display: inline-block; }
/* no ie mac \*/
* html #gnavi { height: 0.1%; }
#gnavi { display: block; }
/* */
/* for IE7 \*/
*:first-child+html #gnavi { display: inline-block; }
/* */
/* ----- clerfix */

#gnavi li {
	float: left;
	line-height: 0.1em;
	font-size: 0.1em;
}


.category {
	background-color: #f3f3f3;
	background-repeat: no-repeat;
	border-bottom: 4px solid #cbcbcb;
	position: relative;
	left: 0px;
	top: 0px;
	width: 960px;
}

#category-about {
	background-image: url(../../about/img/ctg_bg.gif);
}
#category-event {
	background-image: url(../../event/img/ctg_bg.gif);
}
#category-judge {
	background-image: url(../../judge/img/ctg_bg.gif);
}
#category-sale {
	background-image: url(../../sale/img/ctg_bg.gif);
}
#category-copyright {
	background-image: url(../../copyright/img/ctg_bg.gif);
}
#category-hall {
	background-image: url(../../hall/img/ctg_bg.gif);
}
#category-books {
	background-image: url(../../books/img/ctg_bg.gif);
}
#category-artfair {
	background-image: url(../../artfair/img/ctg_bg.gif);
}
#category-artfair-spring {
	background-image: url(../../artfair/img/ctg_bg_spring.gif);
}
#category-21th {
	background-image: url(../../21th/img/ctg_bg.gif);
}
#category-association {
	background-image: url(../../association/img/ctg_bg.gif);
}
#category-contact {
	background-image: url(../../contact/img/ctg_bg.gif);
}
#category-sitemap {
	background-image: url(../../sitemap/img/ctg_bg.gif);
}
#category-privacy {
	background-image: url(../../privacy/img/ctg_bg.gif);
}

.category h2 {
	padding: 0px 16px 0px 16px;
}
.category #tpcPath {
	padding: 0px 16px 0px 16px;
	font-size: 84%;
	line-height: 110%;
	padding-bottom: 6px;
	color: #999999;
}
.category #tpcPath a {
	color: #41751a;
}
.category #tpcPath .separator {
	color: #0f1f4e;
	padding: 0px 0.2em;
}

.category #toHome {
	position: absolute;
	right: 48px;
	bottom: 0px;
}


#container {
	width: 960px;
	padding-bottom: 100px;
}
/* clerfix ----- */
#container:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #container { display: inline-block; }
/* no ie mac \*/
* html #container { height: 0.1%; }
#container { display: block; }
/* */
/* for IE7 \*/
*:first-child+html #container { display: inline-block; }
/* */
/* ----- clerfix */




#main {
	width: 736px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 200;
}
/* clerfix ----- */
#main:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #main { display: inline-block; }
/* no ie mac \*/
* html #main { height: 0.1%; }
#main { display: block; }
/* */
/* for IE7 \*/
*:first-child+html #main { display: inline-block; }
/* */
/* ----- clerfix */

#main .inner {
	padding: 16px 16px 30px 16px;
}

#main a:link, #main a:visited {
	text-decoration: underline;
}
#main a:hover, #main a:active {
	text-decoration: none;
}

#main a.lnkIc01:link, #main a.lnkIc01:visited {
	text-decoration: none;
}
#main a.lnkIc01:hover, #main a.lnkIc01:active {
	text-decoration: underline;
}




#side {
	width: 224px;
	float: right;
	background: url(../img/side_bg.gif) repeat-y right top;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 100;
	overflow: hidden;
}
#side .inner {
	padding: 1px 5px 24px 0px;
}

#side #localNaviBox {
	border: 1px solid #f2f0e6;
	background: #fffef6;
	padding: 14px;
}
#side #localNaviBox dl {
	margin-bottom: 0px;
}

#side #sideOther {
	padding: 0px 15px 0px 15px;
	border-top: 16px solid #ffffff;
}

#side p {
	margin-bottom: 16px;
}
#side dl {
	list-style-type: none;
	margin-bottom: 16px;
}
#side dl dt {
	position: absolute;
	left: -5000px;
	top: 0px;
}
#side dl dd {
	border: 1px solid #ececec;
	width: 185px;
	_width: 187px;
	margin-bottom: 1px;
	line-height: 110%;
}
#side dl dd a {
	display: block;
	padding: 10px 6px 10px 26px;
	width: 153px;
	_width: 185px;
	height: 100%;
	background: #ffffff url(../img/lnavi_bg.gif) no-repeat left center;
}

#side dl dd a:link, #side dl dd a:visited {
	color: #222222;
}
#side dl dd a:hover, #side dl dd a:active {
	color: #41751a;
}

#side dl dd.actv a {
	background: url(../img/lnavi_actv.gif) no-repeat left center;
}

#side dl dd.actv a:link, #side dl dd.actv a:visited {
	color: #888888;
}
#side dl dd.actv a:hover, #side dl dd.actv a:active {
	color: #888888;
	text-decoration: none;
}



#pageTitle {
	background: url(../img/cnts_title_bg.gif) no-repeat left bottom;
	padding: 16px 16px 18px 16px;
	font-size: 136%;
	font-weight: bold;
}

.pageLead {
	margin-bottom: 26px;
	font-size: 130%;
	line-height: 140%;
	font-weight: bold;
}


.section {
	border-bottom: 1px solid #dcdcdc;
	padding: 0px 10px 10px 16px;
	margin-bottom: 36px;
	position: relative;
	left: 0px;
	top: 0px;
}


.sectionb {
	padding: 0px 10px 10px 16px;
	margin-bottom: 20px;
	position: relative;
	left: 0px;
	top: 0px;
}
/* clerfix ----- */
.section:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .section { display: inline-block; }
/* no ie mac \*/
* html .section { height: 0.1%; }
.section { display: block; }
/* */
/* for IE7 \*/
*:first-child+html .section { display: inline-block; }
/* */
/* ----- clerfix */

.sprtBorder {
	border-bottom: 1px solid #dcdcdc;
	padding: 0px 10px 10px 16px;
	margin-left: -16px;
	margin-bottom: 20px;
}

.sectionNoborder {
	border-bottom: none;
	padding: 0px 10px 0px 16px;
	margin-bottom: 0px;
}

.section .cap01 {
	background: url(../img/cnts_cap_bg.gif) no-repeat left bottom;
	padding: 3px 0px 8px 16px;
	margin: 0px -10px 0px -16px;
	font-size: 110%;
	color: #222222;
}
.section .cap02 {
	background: url(../img/cnts_cap_bg.gif) no-repeat left bottom;
	padding: 3px 0px 8px 16px;
	margin: 16px 0px 0px -16px;
	font-size: 110%;
	color: #222222;
}
.section .cap03 {
	background: url(../img/cnts_cap_bg.gif) no-repeat left bottom;
	padding: 3px 0px 8px 16px;
	margin: 0px -10px 0px -16px;
	color: #222222;
	font-size: 110%;
	line-height: 140%;
}
.section .cap04 {
	background: url(../img/cnts_cap_bg.gif) no-repeat left bottom;
	padding: 3px 0px 8px 16px;
	margin: 16px 0px 0px -16px;
	color: #222222;
	font-size: 110%;
	line-height: 140%;
}

.section p, .section table, .section ul, .section ol, .section dl {
	margin-top: 10px;
}
#main .fR img {
	margin: 0px 0px 6px 0px;
	border-left: 12px solid #ffffff;
	display: block;
}

.abslLnk01 {
	margin: 0px !important;
	padding: 0px !important;
	position: absolute;
	right: 14px;
	bottom: 10px;
	text-align: right;
}

.lnkList01 {
	list-style-type: none;
	margin: 10px 0px 0px 0px;
}
.lnkList01 li {
	display: inline;
	padding-right: 14px;
}


.border01 {
	border-bottom: 1px solid #dcdcdc;
	padding: 0px 10px 10px 0px;
	margin-bottom: 36px;
}

.border02 {
	border-top: 1px solid #dcdcdc;
	padding: 10px 10px 0px 0px;
	margin-top: 36px;
}

.topagetop01 {
	text-align: right;
	font-size: 84%;
	margin-bottom: 10px;
	margin-top: -20px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 200;
}
























