@charset "utf-8";


#catHeader * img{
	position: relative;
	left: -2px;
}
/* breaking */
/* -------------------------------------------- */

.breakingBox .deta{
	background-image: url(../img/deta/deta_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 81px;
	width: 87px;
	overflow: hidden;
	float: left;
}
.breakingBox .deta p{
	margin: 0px;
	padding: 15px 0px 0px 10px;
	line-height: 100%;
}
.breakingMainBox{
	width: 430px;
	float: right;
}
.breakingMainBox .breakingTxt{
	width: 315px;
	float: left;
}
.breakingMainBox .breakingPhoto{
	width: 100px;
	float: right;
}

.breakingMainBox .breakingTxt p{
	font-weight: bold;
}
.breakingMainBox .breakingArea{
	margin: 4px 0 0 11px;
	width: 315px;
	clear: both;
}
.breakingMainBox dl.breakingArea dt {
	float: left;
	font-size: 75%;
	line-height: 1.2;
}
.breakingMainBox dl.breakingArea dd {
	float: left;
	padding: 0 20px 0 0;
	font-size: 75%;
	line-height: 1.2;
}

/* Headline */
/* -------------------------------------------- */

#content div.headline {
	border-top: 2px solid #c2ae95;
}

#content div.closed {
	display: none;
}

#content ul.headline {
	margin: 0 auto 0 auto;
	list-style: none;
}
#content ul.headline li {
	margin: 0;
	padding: 10px 0 10px 0;
	background: url("../../../img/line_01.gif") bottom repeat-x;
	font-size: 100%;
}
#content ul.headline li p.title {
	padding: 2px 0 0 11px;
	background: url("../../../img/bl_link.gif") 0 4px no-repeat;
	line-height: 1.3;
}
/* star hack */
* html #content ul.headline li  .event p.title {
	background: url("../../../img/bl_link.gif") 0 12px no-repeat;
}
*:first-child+html #content ul.headline li .event p.title {
	background: url("../../../img/bl_link.gif") 0 12px no-repeat;
}
/* star hack end */

#content ul.headline li p a {
	text-decoration: none;
}

#content ul.headline li .event {
	padding: 0 0 0 70px;
}
#content ul.headline li.live .event {
	background: url("../img/i_live.gif") 0 0 no-repeat;
}
/* star hack */
* html #content ul.headline li.live .event {
	background: url("../img/i_live.gif") 0 8px no-repeat;
}
*:first-child+html #content ul.headline li.live .event {
	background: url("../img/i_live.gif") 0 8px no-repeat;
}
/* star hack end */

#content ul.headline li.schedule .event {
	background: url("../img/i_schedule.gif") 0 0 no-repeat;
}
#content ul.headline li.guide .event {
	background: url("../img/i_guide.gif") 0 0 no-repeat;
}
#content ul.headline li.announce .event {
	background: url("../img/i_announce.gif") 0 0 no-repeat;
}

#content ul.headline li.report .event {
	background: url("../img/i_report.gif") 0 0 no-repeat;
}
/* star hack */
* html #content ul.headline li.report .event {
	background: url("../img/i_report.gif") 0 8px no-repeat;
}
*:first-child+html #content ul.headline li.report .event {
	background: url("../img/i_report.gif") 0 8px no-repeat;
}
/* star hack end */

#content ul.headline li.closed .event {
	background: url("../img/i_closed.gif") 0 0 no-repeat;
}
/* star hack */
* html #content ul.headline li.closed .event {
	background: url("../img/i_report.gif") 0 8px no-repeat;
}
*:first-child+html #content ul.headline li.closed .event {
	background: url("../img/i_report.gif") 0 8px no-repeat;
}
/* star hack end */

#content ul.headline li .event dl {
	width: 444px;
	margin: 4px 0 0 11px;
}
#content ul.headline li .event dl dt {
	float: left;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.2;
}
#content ul.headline li .event dl dd {
	float: left;
	padding: 0 20px 0 0;
	font-size: 75%;
	line-height: 1.2;
}
#content ul.headline li .event dl dt.period {
	width: 50px;
}
#content ul.headline li .event dl dd.period {
	width: 150px;
}
#content ul.headline li .event dl dt.place {
	width: 60px;
}
#content ul.headline li .event dl dd.place {
	width: 160px;
	padding: 0;
}




/* Index,Archive */
/* -------------------------------------------- */

body.index #content h1,
body.archive #content h1 {
	margin: 0 0 17px 0;
}

body.index #content h2.hl2,
body.archive #content h2.hl2 {
	width: 560px;
	margin: 20px 0 10px;
	clear: both;
}
body.index #content h2.mnobottom,
body.archive #content h2.mnobottom {
	margin-bottom: 0px;
}

body.archive #content h3 {
	margin: 20px 0 4px 0;
	font-size: 85%;
	font-weight: bold;
}

body.index #content .cat_title {
	margin: 20px 0 4px 0;
}
body.index #content .cat_title h3 {
	float: left;
	margin: 0;
	font-size: 85%;
	font-weight: bold;
}
body.index #content .cat_title p {
	float: right;
	margin: 0;
}
body.index #content .cat_title p a {
	padding: 0 0 0 15px;
	background: url("../../../img/bl_link2.gif") 0 0 no-repeat;
	text-decoration: none;
}

body.archive #content ul.mNav {
	margin: 22px 0 0 0;
	list-style: none;
}
body.archive #content ul.mNav li {
	float: left;
	display: inline;
	margin: 3px 6px 3px 0;
	padding: 0 0 0 11px;
	background: url("../../../img/bl_link.gif") 0 2px no-repeat;
	font-size: 75%;
	line-height: 1.2;
}
body.archive #content ul.mNav li a {
	text-decoration: none;
}




/* Entry */
/* -------------------------------------------- */

body.entry #content #entryBox {
	margin: 12px 0 0 0;
	background: url("../../../img/box/bg_entry_520_body.gif") 0 0 repeat-y;
}
body.entry #content #entryBox .bbTop {
	height: 42px;
	background: url("../../../img/box/bg_entry_520_top_clip.gif") left top no-repeat;
	overflow: hidden;
}
body.entry #content #entryBox .bBottom {
	height: 5px;
	background: url("../../../img/box/bg_entry_520_bottom.gif") left bottom no-repeat;
	overflow: hidden;
}
body.entry #content #entryBox .bBottom hr{
	display: none;
}

body.entry #content #entryBox .bBody {
	margin: 0 32px 0 22px;
}

body.entry #content #entryBox p.closed {
	color: #e85382;
	margin: 20px 22px 0 22px;
}

/* headline */

body.entry #content h1 {
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}

body.entry #content h1 .title {
	display: block;
	margin: 4px 0 0 0;
	font-size: 95%;
	font-weight: bold;
}
body.entry #content .category {
	width: 100px;
	margin: 4px 0 0;
	padding: 2px 4px;
	font-size: 65%;
	font-weight: bold;
	background: #69adcd;
	color: #fff;
	text-align: center;
	float: left;
}
body.entry #content h1 .culture {
	width: 60px;
}
body.entry #content h1 .outdoor {
	width: 80px;
}

body.entry #content h2 {
	margin: 0 0 10px 0;
}

/* navigation */

body.entry #content .aNav {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	width: 160px;
	float: right;
}
body.entry #content .aNav li{
	display: inline;
	padding-left: 10px;
}


body.entry #content .hNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
	float: right;
}
body.entry #content .hNav li {
	margin: 5px 0 0;
}
body.entry #content .hNav a {
	padding: 0 0 0 15px;
	background: url("../../../img/bl_link2.gif") 0 0 no-repeat;
	text-decoration: none;
}

body.entry #content .pNav {
	width: 470px;
	margin: 0;
	padding: 0;
}
body.entry #content .pNav dt {
	clear: left;
	float: left;
	width: 90px;
	margin: 5px 0 0;
	padding: 0;
	font-size: 75%;
	line-height: 1.3;
}
body.entry #content .pNav dd {
	float: left;
	width: 210px;
	margin: 5px 0 0;
	padding: 0;
	font-size: 75%;
	line-height: 1.3;
}

/* data */

body.entry #content dl.data {
	width: 300px;
	margin: 0;
	padding: 0;
	float: left;
}
body.entry #content dl.data dt {
	clear: left;
	float: left;
	width: 90px;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.3;
}
body.entry #content dl.data dd {
	float: left;
	width: 200px;
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 75%;
	line-height: 1.3;
}

/* outline */

body.entry #content #outline {
	margin: 20px 0 0 0;
	padding: 0;
	clear: both;
}
body.entry #content #outline .pic {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
body.entry #content #outline .body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	line-height: 1.5;
}
body.entry #content #outline .body p {
	font-size: 100%;
}

/* report */

body.entry #content #report {
	margin: 10px 0 0 0;
	padding: 17px 19px;
	background: #e0eff6;
}
body.entry #content #report .pic {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
body.entry #content #report .more {
	margin: 0;
	padding: 0;
	font-size: 75%;
	line-height: 1.5;
}
body.entry #content #report .more p {
	font-size: 100%;
}
/* dateArea */
.dateArea{
	clear: both;
	margin-top: 10px;
}
.categoryLabelArea{
	border-bottom: 2px solid #EEE5D8;
	padding-bottom: 5px;
}
/* meta */
body.entry #content .meta ul,
body.entry #content .meta ul li,
body.entry #content .meta p{
	display: inline;
}
body.entry #content .meta ul li {
	padding: 2px 0 0 11px;
	background: url("../../../img/bl_link.gif") 0 4px no-repeat;
	line-height: 1.3;
}
body.entry #content .meta{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 15px;
}
/* bottomList */
.bottomList{
	border-bottom: 2px solid #EEE5D8;
	border-top: 2px solid #EEE5D8;
	padding: 10px 0 15px;
	margin-bottom: 10px;
}


/* pushArea */
.pushArea{
	clear: both;
	margin: 30px 0 0 0;
	padding-bottom: 20px;
}
.pushArea dl {
	margin: 6px 0 0 0;
}
.pushArea dt {
	margin: 0 0 4px 0;
	font-size:75%;
}
.pushArea dd {
	margin: 0 0 8px 0;
	font-size:75%;
}
.pushArea dt img{
	vertical-align: bottom;
}
.pushArea dt a{
	text-decoration: none;
}

.pushArea ul {
	margin: 6px 0 0 0 !important;
	padding: 0;
	list-style: none;
}
.pushArea li {
	margin: 0 0 4px 0;
	padding: 0 0 0 80px;
	background: url("../../../img/icon/i_activity.gif") 0 2px no-repeat;
	font-size:75%;
	list-style: none;
}
.pushArea li span.data {
	display: block;
	margin: 4px 0 0 0;
}
.pushArea li a{
	text-decoration: none;
}




