﻿@charset "utf-8";

/* EVENT
---------------------------------------------*/

#event {background: url(../img/event.jpg) center top no-repeat;}


#img-event {
	float: right;
	position: relative;
	width: 255px;height: 709px;
	margin-right: -50px;}

#eventarea {
	width: 674px;}

.entry {
	overflow: auto;
	width: 674px;
	margin-bottom: 20px;
	padding-bottom: 20px;}

.ttlmonth {
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;}

.entry h2 {
	width: 662px;
	margin-bottom: 20px;
	padding-left: 12px;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	letter-spacing: 0.1em;
	background: url(../img/bg_entryttl.jpg) left top no-repeat;}

.entry #entryimg {
	float: left;
	margin: 0 15px 15px 0;
	border: 8px solid #ccc;}

.entry img {margin-bottom: 15px;}

.entry p a {
	color: #fff;
	border-bottom: 1px dashed #fff;}

.entry p a:hover {
	color: #fc9;
	border-bottom: 1px dashed #fc9;}

.entry p span {
	clear: left;
	display: block;
	width: 670px;
	height: 2px;}

.more-link {
	margin-left: 2px;
	padding-left: 10px;
	background: url(../img/arrow_more.gif) left center no-repeat;}

.pagelink {
	width: 674px;
	text-align: center;
	padding: 3px 2px; 
	letter-spacing: 0.1em;
	background-color: #333;}

.monthly {
	margin-bottom: 15px;}

.monthly select {
	color: #fff;
	background-color: #333;
	border: 1px dotted #ccc;
	font-size: 12px;}

/* PAGENAVI
---------------------------------*/

.wp-pagenavi {
	width: 674px;
	margin: 15px 0;
	padding: 6px;
	text-align: center;
	background-color: #333;
	font-family: Verdana, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;}

.pages {
	font-size: 10px;
	margin-right: 15px;
	letter-spacing: 0.05em;}

.wp-pagenavi a {
	color: #ccc;
	margin: 0 4px;
	padding: 3px;
	text-decoration: none;
	border: 1px solid #ccc;}

.current {
	margin: 0 4px;
	padding: 3px;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	background-color: #ccc;
	border: 1px solid #ccc;}

.wp-pagenavi a:hover {
	color: #fff;
	background-color: #ccc;
	border: 1px solid #ccc;}

