﻿body {
	font: normal 14px verdana, arial, sans-serif;
	margin: 0;
	padding:0;
	position: relative;
	text-align: center;
	background: url('img/body_back.gif') repeat-y top #fff;
	}

#container {
	width: 820px;
	margin: 0 auto;
	background: url('img/cont_back.gif') repeat-y top #fff;
	text-align: center;
	}

#menu_bar {
	background-color: #f5f5f5;
	width: 820px;
	height: 32px;
	margin: 0;
	padding: 0;
	text-align: left;
	}

.menu_bar li {
	display: block;
	list-style-type: none;
	float: left;
	background-color: #f5f5f5;
	margin: 0;
	font-size: small;
	}

.menu_bar a {
	text-decoration: none;
	padding: 8px;
	display: block;
	}
	
.menu_bar a:hover {
	background-color: #4e4e4e;
	text-decoration: none;
	color: #fff;
	}
	
#main {
	background-color: #fff;
	float: left;
	OVERFLOW: hidden;
	width: 620px;
	margin: 0;
	padding: 15px 20px;
	font-family: verdana, 'ms pgothic',  arial, sans-serif;
	line-height: 1.2;
	text-align: left;
	clear: both;
	}
	
#sidebar  {
	background-color: #eaefe6;
	float: right;
	OVERFLOW: hidden;
	width: 160px;
	margin: 0px;
	padding: 8px 0px;
	text-align: left;
	font-family: verdana, 'ms pgothic', arial, sans-serif;
	}

#sidebar ul {
	margin: 0 0 0 1em;
	padding-left: 0;
	padding-bottom: 15px;
	}
	
#sidebar li {
	text-align: left;
	list-style-type: none;
	line-height: 1.2;
	margin-top: 5px;
	margin-left: 3px;
	padding-left: 2px;
	font-size: 11px;
	}

#footer {
	clear: both;
	height: 80px;
	background-color: #246d96;
	color: #fff; 
	}
	
#footer-text {
	font-size: x-small;
	text-align: center;
	padding-top: 38px;
	}
	
#banner {
	height: 127px;
	background: #246d96;
	margin-top: 0px;
	
	text-align: left;
	}
	
#banner-title {
	font-family: verdana, 'ms pgothic', arial, sans-serif;
	margin: 0;
	padding: 30px 0 0 20px;
	color: #fff;
	line-height: 1;
	}

#banner-subtitle {
	font-family: verdana, 'ms pgothic', arial, sans-serif;
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding-left: 28px;
	line-height: 1.125;
	}

h1.entry-title {
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
	margin-bottom: 26px;
	padding: 20px 0 7px 0;
	}
	
h2.entry-title {
	font-weight: bold;
	font-size: 26px;
	border-bottom: 1px solid #ddd;
	padding: 5px 0 5px 0;
	margin-bottom: 26px;
	}
	
.linktitle {
	background-color: #b3c4a5;
	font-weight: bold;
	color: #fff;
	margin: 5px 0 10px 0;
	padding: 5px 4px;
	}	
	
a {
	color: #459ac9;
	text-decoration: none;
	}

a:visited {
	color: #778899;
	text-decoration: none;
	}
	
a:hover {
	color: #dc143c;
	text-decoration: underline;
	}	
	
img.lt {
	float: left;
	margin: 0px 20px 3px 3px;
	border: 0;
	}
	
img.rt {
	float: right;
	margin: 0px 3px 3px 20px;
	border: 0;
	}

img {
	border: 0;
	}
	
.entry-name {
	color: #6495ed;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	letter-spacing : 1px; 
    font-family: verdana, 'ms pgothic', arial, sans-serif;
	margin-top: 15px;
	padding: 15px 3px 3px 15px; 
    border-bottom: 1px dashed #ddd;
	}

#page_nav {
	font-size: 12px;
	padding: 0px 35px 10px 0;
	text-align: right;
	}

.section_sp {
	padding-bottom: 30px;
	}

.pt {
	font-size: 10px;
	}
	
.new_ev {
	padding-top: 20px;
	}
	
.new_ev h3 {
	color: #4e4e4e;
	font-size: 14px;
	margin-bottom: 8px;
	}

.new_ev ul {
	margin: 0 0 0 1em;
	padding-left: 0;
	padding-bottom: 15px;
	width: 570px;
	}
	
.new_ev li {
	color: #4e4e4e;
	list-style: none outside;
	border-left: 4px double #b3c4a5;
	background-color: #f5f5f5;
	margin-bottom: 2px;
	padding: 6px;
	line-height: 1.5;
	font-size: 12px;
	}

li.even {
	background-color: #e9e9e9;
	}

li.odd {
	background-color: #f5f5f5;
	}
	
.date {
	color: #666;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
	padding-top: 8px;
	}
	
.prev {
	margin-bottom: 10px;
	padding-left:10px;
	}
	
.counter {
	color: #999;
	text-align: right;
	padding-right: 9px;
	padding-bottom: 0px;
	}
	
#photodiv {
	background-repeat: no-repeat;
	width: 147px;
	height: 95px;
	margin-left: 6px;
	}

.popup img{
	display: block;
	top: -10000px;
	left: -10000px;
	position: absolute;
	border: 0;
	}

.popup a:hover {
	position: relative;
	}

.popup a:hover img{
	top: -256px;
	left: 0;
	}