/*==========================================================================================
  Site: http://www.opendata.gr.jp/
  Date: 2012-11-12(+09:00)
  Maintained: ad
==========================================================================================*/
/*==========================================================================================

	header

==========================================================================================*/
#globalHeader {
	position: relative;
	margin: 0 auto;
	width: 950px;
}

#globalHeader .blockA { padding-top: 15px; }
#globalHeader .siteTitle {
	float: left;
	margin-bottom: 15px;
	width: 280px;
}

#globalHeader .siteTitle h1 a ,
#globalHeader .siteTitle h1 #globalNav li span ,
#globalNav li #globalHeader .siteTitle h1 span {
	display: block;
	width: 280px;
	height: 60px;
	background: url(../img/pc_logo.png) no-repeat 0 0;
}

#globalHeader #headNav {
	float: right;
	width: 400px;
}

#globalHeader #headNavDetail1 {
	margin-bottom: 10px;
	text-align: right;
}

#globalHeader #headNavDetail1 li {
	display: inline;
	margin-left: 15px;
	padding: 0 0 0 15px;
	background: url(../img/pc_ico_arrowR.png) no-repeat left center;
}

#globalHeader #headNavDetail1 li:last-child { border-right: none; }
#globalHeader #headNavDetail2 {
	position: absolute;
	right: 0;
}

#globalHeader #headNavDetail2 li {
	float: left;
	margin-right: 10px;
}

#globalHeader #headNavDetail2 li:last-child { margin-right: 0; }
#globalHeader #headNavDetail2 li a ,
#globalHeader #headNavDetail2 #globalNav li span ,
#globalNav #globalHeader #headNavDetail2 li span {
	display: block;
	width: 26px;
	height: 26px;
	background: url(../img/pc_ico_social.png);
	text-indent: -99999px;
	overflow: hidden;
}

#globalHeader #headNavDetail2 .btnFacebook a ,
#globalHeader #headNavDetail2 .btnFacebook #globalNav li span ,
#globalNav li #globalHeader #headNavDetail2 .btnFacebook span { background-position: 0 0; }
#globalHeader #headNavDetail2 .btnTwitter a ,
#globalHeader #headNavDetail2 .btnTwitter #globalNav li span ,
#globalNav li #globalHeader #headNavDetail2 .btnTwitter span { background-position: -26px 0; }
#globalHeader #headNavDetail2 .btnRss a ,
#globalHeader #headNavDetail2 .btnRss #globalNav li span ,
#globalNav li #globalHeader #headNavDetail2 .btnRss span { background-position: -52px 0; }
#globalHeader #headNavDetail2 .btnMail a ,
#globalHeader #headNavDetail2 .btnMail #globalNav li span ,
#globalNav li #globalHeader #headNavDetail2 .btnMail span { background-position: -78px 0; }

#globalHeaderWrapper {
	min-height: 142px;
	width: 100%;
	background: url(../img/pc_bg_gHead.png) repeat-x 0 0;
}

/*==========================================================================================

	globalNav

==========================================================================================*/
#globalNav {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#globalNav #navGlobalOpen { display: none; }
#globalNav #globalNavDetail {
	width: 950px;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
}

#globalNav li {
	position: relative;
	float: left;
	font-size: 93%;
	z-index: 20;
}

#globalNav li a ,
#globalNav li span {
	display: block;
	padding: 12px 25px;
	border-right: 1px solid #bebebe;
	border-left: 1px solid #fff;
	color: #3d3d3d;
	background-color: transparent;
	text-align: center;
	font-weight: bold;
}

#globalNav li a:first-child ,
#globalNav li span:first-child { border-left: none; }
#globalNav li a:hover ,
#globalNav li span:hover {
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	-ms-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	transition-timing-function: linear;
	color: #009fe3;
	background-color: #000;
}

#globalNav li span { cursor: pointer; }
#globalNav li .globalNavInner {
	display: block;
	position: absolute;
	z-index: 10;
	display: none;
	width: 360px;
}

#globalNav li .globalNavInner li {
	float: left;
	border-bottom: 1px solid #919191;
	background: black url(../img/pc_ico_arrowR_2.png) no-repeat 1em center;
	font-size: 85%;
}

#globalNav li .globalNavInner li a ,
#globalNav li .globalNavInner li span {
	display: block;
	padding: 10px 5px 10px 29px;
	width: 145px;
	color: #fff;
	text-align: left;
}

#globalNav li .globalNavInner li a:hover ,
#globalNav li .globalNavInner li span:hover {
	color: #009fe3;
	background: black url(../img/pc_ico_arrowR_2.png) no-repeat 1em center;
}

#globalNav .navLast {
	position: absolute;
	right: 0;
	border-left: 1px solid #bebebe;
}

#globalNav .navLast a ,
#globalNav .navLast li span ,
#globalNav li .navLast span { border-right: none; }

/*==========================================================================================

	contents

==========================================================================================*/
#mainVisualWrapper {
	margin-bottom: 35px;
	min-height: 381px;
	width: 100%;
	background: url(../img/pc_bg_mainVisual.png);
}

#mainVisual {
	overflow: hidden;
	margin: 0 auto;
	padding-top: 20px;
	width: 950px;
}

#mainVisual #secMainImg {
	position: relative;
	float: left;
	width: 490px;
	height: 340px;
}

#mainVisual #secMainImg .secImgDetail { height: 340px; }
#mainVisual #secMainImg #main1 ,
#mainVisual #secMainImg #main2 ,
#mainVisual #secMainImg #main3 ,
#mainVisual #secMainImg #main4 {
	position: absolute;
	z-index: 4;
}

#mainVisual #secMainImg #main2 { z-index: 3; }
#mainVisual #secMainImg #main3 { z-index: 2; }
#mainVisual #secMainImg #main4 { z-index: 1; }
#mainVisual #secMainImg img { display: block; }
#mainVisual #secMainImg .contDetail {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 5px;
	width: 480px;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
}

#mainVisual #secMainImg h1 {
	margin-bottom: 5px;
	padding: 3px 0 3px 10px;
	border-left: 4px solid #ff5a00;
	color: #ff5a00;
	font-weight: bold;
}

#mainVisual #secMainImg p { color: #fff; }
#mainVisual #navVisual {
	float: right;
	width: 460px;
}

#mainVisual #navVisual li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 230px;
	height: 170px;
}

#mainVisual #navVisual li img { width: 110%; }
#mainVisual #navVisual li a:hover .navDetail ,
#mainVisual #navVisual #globalNav li span:hover .navDetail ,
#globalNav #mainVisual #navVisual li span:hover .navDetail { background: rgba(0, 189, 241, 0.7); }
#mainVisual #navVisual li .navDetail {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	width: 220px;
	background: #000;
	background: rgba(202, 87, 16, 0.7);
}

#mainVisual #navVisual li img { display: block; }
#mainVisual #navVisual li .title {
	color: #fff;
	font-weight: bold;
}

#mainVisual #navVisual li .txt {
	color: #fff;
	font-size: 93%;
}

#artAbout {
	background: #f6f6f6 url(../../img/pc_bg_artAbout.png) no-repeat right top;
	margin-bottom: 40px;
	padding: 20px;
	border: 1px solid #cacaca;
}

#artAbout .inner { width: 620px; }
#artAbout h1 {
	padding-bottom: 5px;
	border-bottom: 1px solid #bebebe;
	font-size: 108%;
}

#artAbout p {
	margin-bottom: 8px;
	padding-top: 10px;
	border-top: 1px solid #fff;
	color: #ff5a00;
	font-weight: bold;
}

#artAbout #aboutNav li {
	display: inline;
	padding: 0 3px;
	margin-right: 15px;
	padding: 0 0 0 15px;
	background: url(../img/pc_ico_arrowR.png) no-repeat left center;
}

#artAbout #aboutNav li:last-child { border-right: none; }

#pageTop .artInfoTop .event { float: left; }
#pageTop .artInfoTop .event .date ,
#pageTop .artInfoTop .event .infoList .eventDetail .place ,
.infoList .eventDetail #pageTop .artInfoTop .event .place ,
#pageTop .artInfoTop .event .infoList .newsDetail a .txt ,
.infoList .newsDetail a #pageTop .artInfoTop .event .txt ,
#pageTop .artInfoTop .event .infoList .newsDetail #globalNav li span .txt ,
.infoList .newsDetail #globalNav li span #pageTop .artInfoTop .event .txt ,
#pageTop .artInfoTop .event #globalNav li .infoList .newsDetail span .txt ,
#globalNav li .infoList .newsDetail span #pageTop .artInfoTop .event .txt { margin: 0 5px 3px 0; }
#pageTop .artInfoTop .event .sponsor { margin: 2px 5px 3px 0; }
#pageTop .artInfoTop .news { float: right; }

/* contents common
======================================================================*/
#contents {
	margin: 0 auto 80px;
	width: 950px;
}

#contents .sponsor {
	float: left;
	width: 62px;
	height: 17px;
	text-indent: -99999px;
}

#contents .icon1,
#contents .icon2,
#contents .icon3,
#contents .icon4,
#contents .icon5,
#contents .icon6,
#contents .icon7,
#contents .icon8 {
	overflow: hidden;
}

#contents .icon1 { background: url(../img/pc_ico_sponsor_1.png) no-repeat; }
#contents .icon2 { background: url(../img/pc_ico_sponsor_2.png) no-repeat; }
#contents .icon3 { background: url(../img/pc_ico_sponsor_3.png) no-repeat; }
#contents .icon4 { background: url(../img/pc_ico_sponsor_4.png) no-repeat; }
#contents .icon5 { background: url(../img/pc_ico_sponsor_5.png) no-repeat; }
#contents .icon6 { background: url(../img/pc_ico_sponsor_6.png) no-repeat; }
#contents .icon7 { background: url(../img/pc_ico_sponsor_7.png) no-repeat; }
#contents .icon8 { background: url(../img/pc_ico_sponsor_8.png) no-repeat; }



#contents .btnToList { text-align: right; }
#contents .btnReturn { padding-top: 20px; }
#contents .btnToList a ,
#contents .btnReturn a ,
#contents .btnReturn #globalNav li span ,
#globalNav li #contents .btnReturn span {
	background: #c1c1c1;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmVmZWZlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #f3f3f3), color-stop(100%, #fefefe));
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #fefefe 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #fefefe 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #fefefe 100%);
	background-image: linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #fefefe 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 10px;
	border: 1px solid #989898;
	color: #000;
	font-weight: bold;
	font-size: 93%;
}

#contents .btnToList a:hover ,
#contents .btnReturn a:hover ,
#contents .btnReturn #globalNav li span:hover ,
#globalNav li #contents .btnReturn span:hover { color: #ffa500; }
#contents .memberHeader {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
	background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
	background-image: linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
	margin-bottom: 20px;
	padding: 10px 0;
	border-top: 4px double #ff5a00;
	font-size: 108%;
	font-weight: bold;
	text-align: center;
}
#contents .committeeHeader {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
	background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
	background-image: linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
	margin-bottom: 20px;
	padding: 10px 0;
	border-top: 4px double #ff5a00;
	font-size: 108%;
	font-weight: bold;
	text-align: center;
}

#contents .contCommitteeDetail .btnReturn { padding-top: 0; }
#contents .contCommitteeDetail .tableColum { margin-bottom: 30px !important; }
#contents .contCommitteeDetail .tableColum:last-child { margin-bottom: 0 !important; }
#contents .contCommitteeDetail .tableColum li {
	margin-bottom: 5px;
	padding: 0 0 0 15px;
	background: url(../img/pc_ico_arrowR.png) no-repeat left 0.35em;
}

#contents .contCommitteeDetail .tableColum li:last-child { margin-bottom: 0; }
#contents .btnEntry ,
#contents .btnReport {
	margin-top: 20px;
	text-align: center;
}

#contents .btnEntry a ,
#contents .btnReport a ,
#contents .btnEntry #globalNav li span ,
#globalNav li #contents .btnEntry span ,
#contents .btnReport #globalNav li span ,
#globalNav li #contents .btnReport span {
	display: block;
	width: 30%;
	margin: 0 auto;
	background: #009fe3;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWZlMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNGM2YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009fe3), color-stop(100%, #004c6b));
	background-image: -webkit-linear-gradient(top, #009fe3 0%, #004c6b 100%);
	background-image: -moz-linear-gradient(top, #009fe3 0%, #004c6b 100%);
	background-image: -o-linear-gradient(top, #009fe3 0%, #004c6b 100%);
	background-image: linear-gradient(top, #009fe3 0%, #004c6b 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 15px;
	border: 1px solid #00356c;
	color: #fff;
	font-weight: bold;
	font-size: 123%;
}

#contents .btnEntry a:hover ,
#contents .btnReport a:hover ,
#contents .btnEntry #globalNav li span:hover ,
#globalNav li #contents .btnEntry span:hover ,
#contents .btnReport #globalNav li span:hover ,
#globalNav li #contents .btnReport span:hover { color: #000; }

.infoList {
	position: relative;
	width: 455px;
}

.infoList h1 {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmVmZWZlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #f3f3f3), color-stop(100%, #fefefe));
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #fefefe 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #fefefe 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #fefefe 100%);
	background-image: linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #fefefe 100%);
	margin-bottom: 20px;
	padding: 8px 0 8px 5px;
	border-top: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #f6f6f6;
	color: #504949;
	font-size: 159%;
}

.infoList h2 {
	margin: 20px 0 10px;
	padding: 0 0 0 5px;
	font-size: 116%;
	border-left: 8px double #FF5A00;
}

.infoList .artHeader {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #ffffff));
	background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
	background-image: linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
	margin-bottom: 15px;
	padding: 25px 18px;
	border-bottom: 1px solid #dbdbdb;
	background: #f6f6f6;
}

.infoList .artHeader .img { text-align: center; }
.infoList .artHeader .img img { width: 420px; }
.infoList .btnInfo a ,
.infoList .btnInfo #globalNav li span ,
#globalNav li .infoList .btnInfo span {
	background: #ff5a00;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNWEwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkNGQwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff5a00), color-stop(100%, #dd4d00));
	background-image: -webkit-linear-gradient(top, #ff5a00 0%, #dd4d00 100%);
	background-image: -moz-linear-gradient(top, #ff5a00 0%, #dd4d00 100%);
	background-image: -o-linear-gradient(top, #ff5a00 0%, #dd4d00 100%);
	background-image: linear-gradient(top, #ff5a00 0%, #dd4d00 100%);
	text-shadow: 0px 0px 2px rgba(50, 50, 50, 0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #a33a00;
	font-weight: bold;
	font-size: 108%;
}

.infoList .btnInfo a:hover ,
.infoList .btnInfo #globalNav li span:hover ,
#globalNav li .infoList .btnInfo span:hover {
	background: #ffa500;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkNGQwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNWEwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dd4d00), color-stop(100%, #ff5a00));
	background-image: -webkit-linear-gradient(top, #dd4d00 0%, #ff5a00 100%);
	background-image: -moz-linear-gradient(top, #dd4d00 0%, #ff5a00 100%);
	background-image: -o-linear-gradient(top, #dd4d00 0%, #ff5a00 100%);
	background-image: linear-gradient(top, #dd4d00 0%, #ff5a00 100%);
	color: #000;
}

.infoList li { margin-bottom: 20px; }
.infoList li a ,
.infoList #globalNav li span ,
#globalNav .infoList li span { display: block; }
.infoList li:last-child { margin-bottom: 0; }
.infoList .eventDetail .date ,
.infoList .eventDetail .place ,
.infoList .eventDetail .newsDetail a .txt ,
.infoList .newsDetail a .eventDetail .txt ,
.infoList .eventDetail .newsDetail #globalNav li span .txt ,
.infoList .newsDetail #globalNav li span .eventDetail .txt ,
#globalNav li .infoList .eventDetail .newsDetail span .txt ,
#globalNav li .infoList .newsDetail span .eventDetail .txt {
	float: left;
	margin-right: 5px;
	padding-right: 3px;
	border-right: 3px solid #dbdbdb;
	color: #000;
}

.infoList .eventDetail .txt { color: #000; }
.infoList .eventDetail .title {
	clear: both;
	padding-top: 5px;
}

.infoList .newsDetail a .date ,
.infoList .newsDetail #globalNav li span .date ,
#globalNav li .infoList .newsDetail span .date ,
.infoList .newsDetail a .eventDetail .place ,
.infoList .eventDetail .newsDetail a .place ,
.infoList .newsDetail #globalNav li span .eventDetail .place ,
.infoList .eventDetail .newsDetail #globalNav li span .place ,
#globalNav li .infoList .newsDetail span .eventDetail .place ,
#globalNav li .infoList .eventDetail .newsDetail span .place ,
.infoList .newsDetail a .txt ,
.infoList .newsDetail #globalNav li span a .txt ,
.infoList .newsDetail a #globalNav li span .txt ,
#globalNav li .infoList .newsDetail span a .txt ,
#globalNav li .infoList .newsDetail a span .txt ,
.infoList .newsDetail a #globalNav li span .txt ,
.infoList .newsDetail #globalNav li span a .txt ,
.infoList .newsDetail #globalNav li span .txt ,
#globalNav li .infoList .newsDetail #globalNav li span .txt ,
#globalNav li .infoList .newsDetail a span .txt ,
#globalNav li .infoList .newsDetail span a .txt ,
.infoList .newsDetail #globalNav li .infoList .newsDetail span .txt ,
#globalNav li .infoList .newsDetail span .txt {
	color: #000;
	margin-bottom: 5px;
}

.infoList .newsDetail a .title ,
.infoList .newsDetail #globalNav li span .title ,
#globalNav li .infoList .newsDetail span .title { margin-bottom: 5px; }
.infoList .newsDetail a .txt ,
.infoList .newsDetail #globalNav li span .txt ,
#globalNav li .infoList .newsDetail span .txt { margin-bottom: 0; }

.contEvent .sponsor {
	display: block;
	margin-top: 3px;
}

.contEvent .date ,
.contEvent .infoList .eventDetail .place ,
.infoList .eventDetail .contEvent .place ,
.contEvent .infoList .newsDetail a .txt ,
.infoList .newsDetail a .contEvent .txt ,
.contEvent .infoList .newsDetail #globalNav li span .txt ,
.infoList .newsDetail #globalNav li span .contEvent .txt ,
.contEvent #globalNav li .infoList .newsDetail span .txt ,
#globalNav li .infoList .newsDetail span .contEvent .txt {
	float: right;
	width: 570px;
}

.contEventList table { margin-bottom: 20px; }
.contEventList table:last-child { margin-bottom: 0; }
.contEventList table .colum1 { width: 25% !important; }
.contEventList table .colum2 { width: 63% !important; }
.contEventList table .colum3 { width: 12% !important; }

.contPrivacy p { margin-bottom: 10px; }
.contPrivacy ul { margin-bottom: 20px; }
.contPrivacy ul li {
	margin-bottom: 10px;
	font-weight: bold;
}

.contPrivacy ul li ul {
	padding-left: 10px;
	margin: 10px 0 0 0;
}

.contPrivacy ul li ul li {
	margin-bottom: 0;
	font-weight: normal;
}

.contPrivacy dl { margin-bottom: 10px; }
.contPrivacy dl dt {
	margin-bottom: 5px;
	font-weight: bold;
}

.contMember p {
     margin: 30px 0 0 10px;

}
.contMember ul li {
	margin: 10px 120px;
	padding: 30px;
	font-weight: bold;
	border: 1px solid #999;
	text-align:center;
}
.contMember table { margin-bottom: 20px; }
.contMember table:last-child { margin-bottom: 0; }
.contMember table .colum1 { width: 76% !important; }
.contMember table .colum2 { width: 12% !important; }
.contMember table .colum3 { width: 12% !important; }


#alpha {
	width: 650px;
	float: left;
}

#alpha .contentsNav ,
#alpha .commDetailNav {
	margin-bottom: 20px;
	padding: 5px 0;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
}

#alpha .contentsNav li ,
#alpha .commDetailNav li {
	display: inline;
	margin-right: 15px;
	padding: 0 0 0 15px;
	background: url(../img/pc_ico_arrowR.png) no-repeat left center;
}

#alpha .navCommittee li {
	background: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhM2EzYSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMTMxMzEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjM2EzYTNhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3a3a3a), color-stop(50%, #131313), color-stop(100%, #3a3a3a));
	background-image: -webkit-linear-gradient(top, #3a3a3a 0%, #131313 50%, #3a3a3a 100%);
	background-image: -moz-linear-gradient(top, #3a3a3a 0%, #131313 50%, #3a3a3a 100%);
	background-image: -o-linear-gradient(top, #3a3a3a 0%, #131313 50%, #3a3a3a 100%);
	background-image: linear-gradient(top, #3a3a3a 0%, #131313 50%, #3a3a3a 100%);
}

#alpha .navCommittee li a ,
#alpha .navCommittee #globalNav li span ,
#globalNav #alpha .navCommittee li span {
	display: block;
	width: 640px;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 30px;
	background: url(../img/pc_ico_arrowR_2.png) no-repeat 1em center;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
}

#alpha .navCommittee li a:hover ,
#alpha .navCommittee #globalNav li span:hover ,
#globalNav #alpha .navCommittee li span:hover { color: #009fe3; }
#alpha .secBlockA { margin-bottom: 60px; }
#alpha .secBlockA:last-child { margin-bottom: 0; }
#alpha .secBlockA header { margin-bottom: 10px; }
#alpha .secBlockA h1 {
	background: #fefefe;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmVmZWZlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #f3f3f3), color-stop(100%, #fefefe));
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #fefefe 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #fefefe 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #fefefe 100%);
	background-image: linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #fefefe 100%);
	margin-bottom: 20px;
	padding: 8px 0 8px 5px;
	border-top: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #f6f6f6;
	color: #504949;
	font-size: 159%;
}

#alpha .secBlockA h1 .date ,
#alpha .secBlockA h1 .infoList .eventDetail .place ,
.infoList .eventDetail #alpha .secBlockA h1 .place ,
#alpha .secBlockA h1 .infoList .newsDetail a .txt ,
.infoList .newsDetail a #alpha .secBlockA h1 .txt ,
#alpha .secBlockA h1 .infoList .newsDetail #globalNav li span .txt ,
.infoList .newsDetail #globalNav li span #alpha .secBlockA h1 .txt ,
#alpha .secBlockA h1 #globalNav li .infoList .newsDetail span .txt ,
#globalNav li .infoList .newsDetail span #alpha .secBlockA h1 .txt { font-size: 70%; }
#alpha .secBlockA h2 {
	margin-bottom: 5px;
	padding: 0 0 0 5px;
	border-left: 8px double #ff5a00;
	font-size: 116%;
}

#alpha .secBlockA h3 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 4px double #bebebe;
}

#alpha .secBlockA h4 {
	margin-bottom: 10px;
	padding:0 5px 5px 0;
	border-bottom: 1px solid #bebebe;
	text-align: right;
	font-size: 85%;
}

#alpha .secBlockA p { margin-bottom: 10px; }
#alpha .secBlockA p:last-child { margin-bottom: 0; }
#alpha .secBlockA table {
	width: 100%;
	border-collapse: collapse;
}

#alpha .secBlockA table tr:nth-child(2n) { background: #ededed; }
#alpha .secBlockA table th {
	background: #000;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwNTA1MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #505050), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #505050 0%, #000000 100%);
	background-image: -moz-linear-gradient(top, #505050 0%, #000000 100%);
	background-image: -o-linear-gradient(top, #505050 0%, #000000 100%);
	background-image: linear-gradient(top, #505050 0%, #000000 100%);
	padding: 10px;
	border-left: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	text-align: center;
	color: #fff;
}

#alpha .secBlockA table th:first-child {
	-webkit-border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
	-o-border-radius: 6px 0 0 0;
	-ms-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
	border-left: none;
}

#alpha .secBlockA table th:last-child {
	-webkit-border-radius: 0 6px 0 0;
	-moz-border-radius: 0 6px 0 0;
	-o-border-radius: 0 6px 0 0;
	-ms-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}

#alpha .secBlockA table td {
	padding: 10px 5px;
	border: 1px solid #b1b1b1;
}

#alpha .secBlockA table td:nth-child(4) { vertical-align: middle; }
#alpha .secBlockA table .colum1 { width: 25%; }
#alpha .secBlockA table .colum2 { width: 23%; }
#alpha .secBlockA table .colum3 { width: 40%; }
#alpha .secBlockA table .colum4 { width: 12%; }
#alpha .secBlockA .innerBlock { margin-bottom: 20px; }
#alpha .secBlockA .innerBlock:last-child { margin-bottom: 0; }
#alpha .secBlockA .innerBlock .tableColum { margin-bottom: 10px; }
#alpha .secBlockA .innerBlock .tableColum:last-child { margin-bottom: 0; }
#alpha .secBlockA .boxL { width: 370px; }
#alpha .secBlockA .boxR { width: 250px; }
#alpha .secBlockA .update {
	padding: 15px 0;
	border: 1px solid #b1b1b1;
	color: #ff5500;
	background: #eee;
	font-weight: bold;
	text-align: center;
}

#alpha .infoList { width: 650px; }
#alpha .infoList .date ,
#alpha .infoList .eventDetail .place ,
#alpha .infoList .newsDetail a .txt ,
#alpha .infoList .newsDetail #globalNav li span .txt ,
#alpha #globalNav li .infoList .newsDetail span .txt ,
#globalNav li #alpha .infoList .newsDetail span .txt {
	border: none;
	width: 150px;
}

#alpha .infoList .title {
	clear: none;
	width: 400px;
	float: left;
	padding: 0 0 0;
	font-weight: bold;
}

#alpha .infoList .title2 {
	clear: none;
	width: 490px;
	float: left;
	padding: 0 0 0;
	font-weight: bold;
}

#alpha .infoList .titleTxt {
	color: #000;
	font-weight: normal;
}

#alpha .infoList .sponsor {
	width: 70px;
	margin-left: 20px;
}

#alpha .tableColum {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #666666;
	border-bottom: none;
	background: url(../img/pc_bg_tableColum.png) repeat-y 0 center;
}

#alpha .tableColum dt {
	clear: both;
	float: left;
	width: 110px;
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	color: #fff;
	background: #9c9c9c;
	font-weight: bold;
}

#alpha .tableColum dd {
	padding: 20px 20px 20px 170px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #666;
}

#alpha .pdf ,
#alpha .doc ,
#alpha .docx ,
#alpha .xls ,
#alpha .xlsx ,
#alpha .ppt ,
#alpha .pptx ,
#alpha .movie ,
#alpha .bmp ,
#alpha .jpg ,
#alpha .jpeg ,
#alpha .gif ,
#alpha .tif ,
#alpha .tiff ,
#alpha .png ,
#alpha .txt ,
#alpha .zip ,
#alpha .lzh {
	display: block;
	width: 68px;
	height: 17px;
	text-indent: -99999px;
	overflow: hidden;
	background: url(../img/ioc_table_1.png) no-repeat left center;
}

#alpha .doc { background: url(../img/ioc_table_2.png) no-repeat left center; }
#alpha .docx { background: url(../img/ioc_table_2.png) no-repeat left center; }
#alpha .xls { background: url(../img/ioc_table_3.png) no-repeat left center; }
#alpha .xlsx { background: url(../img/ioc_table_3.png) no-repeat left center; }
#alpha .ppt { background: url(../img/ioc_table_4.png) no-repeat left center; }
#alpha .pptx { background: url(../img/ioc_table_4.png) no-repeat left center; }
#alpha .movie { background: url(../img/ioc_table_5.png) no-repeat left center; }
#alpha .bmp { background: url(/archives/vled/odpc-archive/share/img/ioc_table_6.png) no-repeat left center; }
#alpha .jpg { background: url(/archives/vled/odpc-archive/share/img/ioc_table_7.png) no-repeat left center; }
#alpha .jpeg { background: url(/archives/vled/odpc-archive/share/img/ioc_table_7.png) no-repeat left center; }
#alpha .gif { background: url(/archives/vled/odpc-archive/share/img/ioc_table_8.png) no-repeat left center; }
#alpha .tif { background: url(/archives/vled/odpc-archive/share/img/ioc_table_9.png) no-repeat left center; }
#alpha .tiff { background: url(/archives/vled/odpc-archive/share/img/ioc_table_9.png) no-repeat left center; }
#alpha .png { background: url(/archives/vled/odpc-archive/share/img/ioc_table_10.png) no-repeat left center; }
#alpha .txt { background: url(/archives/vled/odpc-archive/share/img/ioc_table_11.png) no-repeat left center; }
#alpha .zip { background: url(/archives/vled/odpc-archive/share/img/ioc_table_12.png) no-repeat left center; }
#alpha .lzh { background: url(/archives/vled/odpc-archive/share/img/ioc_table_13.png) no-repeat left center; }
#alpha .btnText {
	padding: 0 0 0 15px;
	background: url(../img/pc_ico_arrowR.png) no-repeat left center;
}

#beta {
	width: 260px;
	float: right;
}

#beta .bnrImage {
	width: 100%;
	height: auto;
}

#beta h1 {
	margin-bottom: 10px;
	border: none;
	border-bottom: 1px solid #bebebe;
	background: none;
}

#beta .bnrBlock { margin-bottom: 30px; }
#beta .artTopics { margin-bottom: 30px; }
#beta .artTopics img { margin-bottom: 5px; }
#beta .artTopics p {
	color: #ff5a00;
	font-weight: bold;
}

#beta .infoList {
	width: 260px;
	margin-bottom: 30px;
}

#beta .infoList .artHeader { display: none; }
#beta .infoList .date ,
#beta .infoList .eventDetail .place ,
#beta .infoList .newsDetail a .txt ,
#beta .infoList .newsDetail #globalNav li span .txt ,
#beta #globalNav li .infoList .newsDetail span .txt ,
#globalNav li #beta .infoList .newsDetail span .txt { border: none; }
#beta .infoList .sponsor { display: none; }
#beta .infoList .place { display: none; }
#beta .infoList .txt { display: none; }

#pageMain {
	width: 950px;
	margin: 30px auto;
}

#pageMain #mainImg {
	position: relative;
	width: 950px;
	height: 121px;
	background: url(../img/img_pageMain.jpg) no-repeat right center;
}

#pageMain #mainImg h1 {
	position: absolute;
	top: 40%;
	left: 20px;
	font-size: 182%;
}

.breadcrumbs {
	padding: 5px 10px;
	border: 1px solid #d0d0d0;
	background: #000;
}

.breadcrumbs li {
	display: inline;
	padding-right: 15px;
	color: #fff;
	background: url(../img/pc_ico_arrowR_3.png) no-repeat right center;
}

.breadcrumbs li:last-child { background: none; }


#alpha .secBlockA .listOfMembers dt {
	margin-bottom: 10px;
}



/*==========================================================================================

	globalFooter

==========================================================================================*/
#globalFooter {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
}

#globalFooter .breadcrumbs {
	border: none;
	margin-bottom: 10px;
	padding: 5px 0;
}

#globalFooter .pageTop {
	position: absolute;
	top: -37px;
	right: 0;
	z-index: 0;
	font-size: 85%;
}

#globalFooter .pageTop a ,
#globalFooter .pageTop #globalNav li span ,
#globalNav li #globalFooter .pageTop span {
	display: block;
	width: 100px;
	height: 100px;
	background: url(../img/pc_bg_pageTop.png) no-repeat;
	text-align: center;
	line-height: 5;
}

#globalFooter .footNav {
	float: left;
	width: 500px;
}

#globalFooter .footNav li {
	display: inline;
	margin-right: 15px;
	padding: 0 0 0 15px;
	background: url(../img/pc_ico_arrowR.png) no-repeat left center;
}

#globalFooter .footNav li:last-child { border-right: none; }
#globalFooter #copy {
	float: right;
	color: #727272;
	font-weight: bold;
	font-size: 93%;
}

#globalFooterWrapper {
	width: 100%;
	background: #000;
}

/*==========================================================================================

	tablet

==========================================================================================*/
@media only screen and (min-width: 769px) and (max-width: 949px) {
  #globalHeaderWrapper ,
  #mainVisualWrapper ,
  #globalFooterWrapper { 	width: 950px; }
}
