@charset "utf-8";

@import url("articles.css");

div#content h1 {
	border-top: 3px solid #c00;
	height: 60px;
	background: url(../img/articles/header/event.gif) left 10px no-repeat;
	text-indent: -9999px;
	}

div#content p#lead {
	margin-bottom: 1em;
	}

/* @group div#thisPageIndex */

div#thisPageIndex {
	border: 1px solid #fad672;
	background: #fff7e3;
	}

div#thisPageIndex ul li {
	margin-left: 15px;
	list-style: none;
	}

div#thisPageIndex ul li img {
	margin-right: 5px;
	vertical-align: middle;
	}

/* @end */

div.paginate {
	margin-bottom: 30px;
	text-align: center;
	}

div.article {
	zoom: 1;
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
	}

div.article:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	}

div.article div.image {
	margin: 0 0 5px 5px;
	padding: 3px;
	border: 1px solid #ccc;
	float: right;
	width: 100px;
	text-align: center;
	}

div.article div.text {
	}

div.article div.text h2 {
	font-weight: bold;
	font-size: 116%;
	}

div.article div.text h3 {
	font-weight: bold;
	}

div.article div.text h4 {
	font-weight: bold;
	}

div.article div.text h5 {
	font-weight: bold;
	}

div.article div.text p {
	margin-bottom: 1em;
	}

div.article div.text p.section {
	margin-bottom: 0;
	}

/*
div.article div.text p.section {
	margin-bottom: 0;
	width: 60px;
	height: 12px;
	text-indent: -9999px;
	}

div.article div.text p.event {
	background: url(../img/articles/event/icon/event.gif) no-repeat;
	}

div.article div.text p.seminar {
	background: url(../img/articles/event/icon/seminar.gif) no-repeat;
	}

div.article div.text p.concert {
	background: url(../img/articles/event/icon/concert.gif) no-repeat;
	}

div.article div.text p.gallery {
	background: url(../img/articles/event/icon/gallery.gif) no-repeat;
	}
*/
div.article div.text p.modified {
	margin-bottom: 1em;
	font-size: 85%;
	text-align: left;
	}

div.article div.text ul {
	margin-bottom: 1em;
	}

div.article div.text ul li {
	margin-left: 2em;
	list-style: disc;
	}

div.article div.text ol {
	margin-bottom: 1em;
	}

div.article div.text ol li {
	margin-left: 2em;
	list-style: decimal;
	}

div.article div.text table {
	margin-bottom: 1em;
	border: 1px solid #ccc;
	}

div.article div.text th {
	padding: 3px;
	border: 1px solid #ccc;
	color: #fff;
	background: #93c4da;
	font-weight: bold;
	white-space: nowrap;
	}

div.article div.text td {
	padding: 3px;
	border: 1px solid #ccc;
	}

div.article div.text tr.odd th {
	}

div.article div.text tr.odd td {
	}

div.article div.text tr.even th {
	border: none;
	background: #6ab0d0;
	}

div.article div.text tr.even td {
	border: none;
	background: #d8ecf0;
	}



