img {
   behavior: url("http://kaomoji.oack.com/blog/plugin/pngbehavior.htc");
}

.serendipity_entrypaging {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    display: block;
}

/* ==================== global */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'MS UI Gothic', Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
	color: #000;
	background: #fff;
}

a,
a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	color: #509090;
}

h3 {
	font-size: 11px;
}

img {
	border: 0;
}

.serendipity_center {
	text-align: center;
}

.serendipity_msg_notice {
  color: green;
}

.serendipity_msg_important {
  color: red;
}

/* ==================== container */

#container {
	width: 750px;
	margin: 0 auto;
	background: #fff;
}

/* ==================== header */

#header {
	height: 80px;
	background: #fff url(templates/tongari_green/img/header.gif) no-repeat;
}

#header h1 {
	font-size: 14pt;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 18px;
	color: #fff;
}

#header h2 {
	font-size: 9pt;
	padding-left: 18px;
	color: #fff;
}

#header a,
#header a:visited {
	text-decoration: none;
	color: #fff;
}

#header a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

/* ==================== entry */

#content {
	width: 100%;
	margin: 8px 0 0 10px;
}

.serendipity_date {
	padding: 1px;
	padding-left: 5px;
	margin: 0;
	margin-top: 5px;
	text-align: left;
}

.serendipity_title {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 5px;
	color: #509090;
	background: #fff;
	border-bottom: 1px solid #509090;
}

.serendipity_title a,
.serendipity_title a:visited {
	text-decoration: none;
	color: #509090;
}

.serendipity_title a:hover {
	font-weight: bold;
	color: #000;
}

.serendipity_entry {
	width: 450px;
	margin-bottom: 20px;
	padding-left: 14px;
	background: #fff;
}

.serendipity_entry a,
.serendipity_entry a:visited {
	text-decoration: underline;
	color: #000;
}

.serendipity_entry a:hover {
	text-decoration: none;
	color: #509090;
}

.serendipity_entryFooter {
	margin-top: 13px;
	padding-top: 2px;
	padding-bottom: 15px;
	text-align: right;
}

.serendipity_entry table,
.serendipity_entry th,
.serendipity_entry tr,
.serendipity_entry td {
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  border: 1px solid #509090;
}

.serendipity_entry table {
  margin-top: 5px;
}

.serendipity_entry th,
.serendipity_entry td {
    padding: 4px;
}

.serendipity_entry th {
    background-color: #a0c0a0;
}

.serendipity_entry blockquote {
    margin: 3px;
    margin-left: 8px;
    padding: 5px;
    background: #c0e0f0;
}

/* ==================== comment */

.serendipity_comments {
	width: 450px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border: 1px solid #509090;
}

.serendipity_comment {
	margin-top: 10px;
	/*margin-right: 10px;*/
	margin-left: 10px;
	padding: 3px;
}

.serendipity_comment_source {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom:1px solid #509090;
	text-align: left;
}

.serendipity_commentsTitle {
	font-weight: bold;
	margin: 10px;
	margin-bottom: 5px;
	padding: 2px;
	padding-left: 5px;
	border-bottom:1px solid #509090;
}

.serendipity_commentBody {
	margin-top: 10px;
	margin-bottom: 10px;
	margin: auto;
	padding-top: 10px;
	padding-left: 20px;
}

.serendipity_commentsLabel {
	font-weight: bold;
	vertical-align: top;
}

.serendipity_commentsValue input,
.serendipity_commentsValue select,
.serendipity_commentsValue textarea {
	width: 400px;
	padding: 2px;
}

.serendipity_CommentForm {
	margin-bottom: 13px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #fff;
	color: #404040;
}

/* ==================== sidebar */

#right {
	width: 170px;
	padding: 8px;
	margin-right: 18px;
	text-align: left;
}

.serendipitySideBarItem {
	margin-bottom: 20px;
	background: #fff;
}

.serendipitySideBarTitle {
	padding-left: 10px;
	margin-bottom: 5px;
	color: #808080;
	background: #ccc;
}

.serendipitySideBarContent {
	padding-left: 10px;
}

.serendipitySideBarContent a,
.serendipitySideBarContent a:visited {
	text-decoration: underline;
	color: #000;
}

.serendipitySideBarContent a:hover {
	color: #509090;
}

/* ==================== footer */

#footer {
	font-size: 7pt;
	padding: 2px;
	text-align: center;
	color: #fff;
	background: #fff url(templates/tongari_green/img/footer.gif) no-repeat;
}

#footer a,
#footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

/* ==================== plugin_calendar */

.serendipity_calendar * {
	font-size: 8pt;
	text-align: center;
}

.serendipity_weekDayName {
	font-weight: bold;
}

table.serendipity_calendar {
	border-spacing: 3px;
}

td.Today {
	background-color: #a0c0a0;
}

td.Link a {
	font-weight: bold;
}

div.serendipityPlug {
	padding-left: 10px;
}

div.serendipityPlug a {
	border: 0;
}

/* ==================== serendipity_entrypaging */

.serendipity_entrypaging {
	text-align: center;
}

/* ==================== expand */

.serendipity_hide {
	display: none;
}

div.linklist span.menu_title {
}

div.linklist {
      padding: 0px;
      margin: 0px;
      text-align: left;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	direction: ltr;
}
div.linklist ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      text-align: left;
	white-space: nowrap;
}

div.linklist li {
      margin: 0px;
      padding: 0px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
}


div.linklist img {
	border: 0px;
	vertical-align: middle;
}
div.linklist a.folder {
	text-decoration: none;
}
div.linklist a.link {
	text-decoration: underline;
}
div.linklist a:hover {
	color: #333;
}