@import url("global.css");


/* ------------------------------
 Index-Page
------------------------------ */

ul.list {
	margin: 0 0 70px 0;
	border-top: #aaa 1px dotted;
}
ul.list li {
	border-bottom: #aaa 1px dotted;
	padding: 10px 5px;
}
ul.list li:nth-child(odd) {
	background-color: #fafafa;
}
ul.list li a, ul.list li div {
	display: block;
	padding: 15px 10px;
	border-radius: 4px;
}
ul.list li a:hover {
	background-color: rgba(245,210,205,0.5);
	text-decoration: underline;
}
ul.list li span {
	display: block;
	line-height: 22px;
}
ul.list li .date {
	float: left;
	color: #CC1E06;
}
ul.list li .text {
	margin-left: 100px;
}

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

.entrytitle {
	margin-bottom: 20px;
}
article p {
	margin: 20px 0;
}
article strong {
	font-size: 15px;
	font-weight: bold;
}
article p.date {
	text-align: right;
	color: #cc1e06;
	margin: 0 0 40px 0;
}

article .mainimage {
	margin-bottom: 50px;
	text-align: center;
}
article .mainimage a {
	display: block;
	text-align: center;
	background: url(../img/imageplus.gif) no-repeat center center;
}

article .entrybody {
	padding-bottom: 20px;
}
article .entrybody img {
	padding: 4px;
	background-color: #fff;
	border: #ccc 1px solid;
	border-radius: 2px;
	max-width: 670px;
	height: auto;
	display: block;
	margin: 0 auto;
}
article .entrybody hr {
	margin: 20px 0;
	border-top: #eee 1px solid;
	background-color: #eee;
}
article .entrybody strong {
	font-weight: bold;
	font-size: 13px;
}
article .entrybody table {
	border-collapse: collapse;
	border: #ccc 1px solid;
	margin: 30px 0;
}
article .entrybody table tr {
	border-bottom: #ccc 1px solid;
}
article .entrybody table tr:last-child {
	border: none;
}
article .entrybody table th {
	padding: 10px 18px;
	text-align: left;
	border-right: #bbb 1px dotted;
}
article .entrybody table td {
	padding: 10px 18px;
	border-right: #bbb 1px dotted;
}

article p.pdf {
	margin: 40px 0;
	text-align: left;
}
article .pdf a {
	display: block;
	height: 46px;
	background-color: #f7f7f7;
	border: #ccc 1px solid;
	border-radius: 2px;
	padding: 0 5px;
	line-height: 46px;
	text-decoration: none;
	color: #231815;
}
article .pdf a:hover {
	border: #cc1e06 1px solid;
	background-color: #cc1e06;
	color: #fff;
	text-shadow: 0 0 6px rgba(255,255,255,0.5);
}
article .pdf a img {
	padding-right: 12px;
	vertical-align: middle;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
article .pdf a:hover img {
	padding-right: 26px;
}

/* ---------- Side-Navi ---------- */

#side dl.news dt {
	text-align: center;
	font-size: 17px;
	padding: 10px 0;
	border-bottom: #ccc 1px solid;
	letter-spacing: 3px;
}
#side dl.news dd {
	border-bottom: #ccc 1px dotted;
	padding: 5px 0;
}
#side dl.news dd a,
#side dl.news dd div {
	padding: 10px;
	font-size: 12px;
	display: block;
}
#side dl.news dd a:hover {
	background-color: #fafafa;
}
#side dl.news span {
	display: block;
}
#side dl.news dd .date {
	text-align: right;
	color: #cc1e06;
}


