@charset "utf-8";

/* body xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
body {
	margin: 0px;
	padding: 0px;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	color:#000000;
	word-wrap: break-word;
	font-weight: normal;
	font-size: medium;
	background-color: #000000;
	}

/* link xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
a:link, a:active, a:visited {
	color: #326D8F;
}

a:hover {
	color: #326D8F;
	text-decoration:none
}

#banner a:link, #banner a:active, #banner a:visited {
	color: #FFFFFF;
	text-decoration:none
}

#banner a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
}

.sidebar a:link, .sidebar a:active, .sidebar a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.sidebar a:hover { 
	color: #FFFFFF;
	text-decoration:none
}

#news a:link, #news a:active, #news a:visited {
	color: #000000;
	text-decoration: underline;
}

#news a:hover { 
	color: #000000;
	text-decoration:none
}

.sidebar h2 a:link, .sidebar h2 a:active, .sidebar h2 a:visited  {
	color: #326D8F;
	text-decoration: underline;
	}

.sidebar h2 a:hover { 
	color: #326D8F;
	text-decoration:none
}

/* base xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
h1, h2, h3, h4, h5, h6, li, p, form, embed {
	margin: 0px;
	padding: 0px;
}

#side ul, #side ul,
#right ul, #left ul,
#right ol, #left ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

img {
	border: none;
	}


/* container xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#container {
	line-height: 140%;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	width: 700px;
	}

/* banner xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#banner-img {
	display: none;
}

#banner {
	margin: 0px;
	padding: 0px;
	width: 700px;
	height: 290px;
	background: url("/images/banner2013.jpg") no-repeat center top;
}

#banner h1 {
	margin: 0px;
	padding: 0px;
	width: 700px;
	height: 290px;
	text-indent: -9999px;
	display:block;
}

#banner h1 a {
	margin: 0px;
	padding: 0px;
	width: 700px;
	height: 290px;
	display:block;
}

#banner h2 {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

/* main xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#main {
	margin: 0px;
	padding: 20px 0px 0px;
	width: 700px;
	background: url("/images/main.gif") repeat-y top left;
}

#main-bottom {
	margin: 0px;
	padding: 0px;
	height: 252px;
	width: 700px;
	background: url("/images/main-bottom.jpg") no-repeat top left;
}

#right, #side{
	width: 200px;
	float: left;
	overflow: hidden;
}

#center {
	width: 500px;
	float: left;
	overflow: hidden;
}

/* sidebar xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.sidebar {
	margin: 0px 15px;
	padding: 0px;
	color: #FFFFFF;
	overflow:hidden;
}

.sidebar h2 {
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 5px;
	line-height: 150%;
	color: #326D8F;
	}
	
.link-note {
	font-size: small;
	text-align: left;
	line-height: normal;
	padding: 0px 0px 0px 23px;
	margin: 0px;
	background: url("/images/link-note.gif") no-repeat left top;
	}

.sidebar li {
	margin: 0px 0px 10px;
	font-size: small;
	text-align: left;
	line-height: 130%;
	list-style-type: none;
	}

.module {
	padding: 0px;
	margin: 0px 0px 40px;
}

#official-link {
	padding: 0px;
	margin: 0px 0px 30px;
}

#official-link img {
	padding: 0px;
	margin: 0px 0px 10px;
}

/* entry xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.content {
	margin: 0px 10px;
	padding: 0px;
}

.content p {
/* 	font-size: medium;*/
	font-weight: normal;
  	line-height: 150%;
	text-align: left;
	padding: 0px 0px 10px;
	}

.content blockquote {
	font-size: medium;
  	line-height: 150%;
	border: 1px dashed #326D8F;
    padding: 8px 8px 0px 8px;
    margin: 15px 0px;            
	}

.content li {
  	line-height: 150%;
	}

.content h2 {
	font-size: medium;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 10px 10px;
	margin: 0px;
	line-height: nomal;
	text-align: left;
	color: #FFFFFF;
	}
	
.entry {
	margin: 0px;
	padding: 10px 10px 0px;
	background-color: #FFFFFF;
	overflow:hidden;
}

.entry-bottom {
	margin: 0px 0px 40px;
	padding: 18px 0px;
	background: url("/images/entry-bottom.gif") no-repeat left top;
}

.content h3 {
	font-size: medium;
	text-align: left;
	font-weight: bold;
	padding: 18px 10px 19px 75px;
	margin: 0px 0px 10px;
	line-height: normal;
	color: #000000;
	background: #E3E3E3 url("/images/entry-1.gif") no-repeat left top;
}

.entry-body, .entry-more{
	width: 460px;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

.entry-body-text {
	width: 460px;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

.entry-more-text {
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

div.entry p.posted {
	font-size: x-small;
	text-align: left;
	line-height: normal;
	padding: 12px 0px 10px;
	margin: 0px;
	background: url("/images/border.gif") repeat-x left top;
	clear: both;
	}
	
div.entry-comment p.posted, div.entry-trackback p.posted {
	font-size: x-small;
	text-align: left;
	line-height: normal;
	padding: 12px 0px 40px;
	margin:0px;
	background: url("/images/border.gif") repeat-x left top;
	clear: both;
	}
		
.entry-nav {
	padding:0px;
	margin-bottom:20px;
}

.entry-nav p {
	text-align:right;
}

.entry-trackback h2 {
	font-size: medium;
	text-align: left;
	font-weight: bold;
	padding: 18px 10px 19px 75px;
	margin: 30px 0px 0px;
	line-height: normal;
	color: #326D8F;
	background: url("/images/entry-2.gif") no-repeat left top;
}

#about div.content h2, .comment-form h2{
	font-size: medium;
	text-align: left;
	font-weight: bold;
	padding: 18px 10px 19px 75px;
	margin: 40px 0px 0px;
	line-height: normal;
	color: #326D8F;
	background: url("/images/entry-2.gif") no-repeat left top;
}

.archive-category h2, .entry-comment h2, .comment-preview h2,  .archive-datebased h2,  .comment-error h2, #about div.contact-list h2 {
	font-size: medium;
	text-align: left;
	font-weight: bold;
	padding: 18px 10px 19px 75px;
	margin: 0px 0px 0px;
	line-height: normal;
	color: #326D8F;
	background: url("/images/entry-2.gif") no-repeat left top;
}

p.trackback-list-head {
	padding: 0px 0px 30px;
}

/* archive xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */ 
.archive-datebased {
	margin: 0px;
	padding: 10px 0px 36px;
	background: #FFFFFF url("/images/entry-bottom.gif") no-repeat left bottom
}

.archive-category {
	margin: 40px 0px 0px;
	padding: 10px 0px 36px;
	background: #FFFFFF url("/images/entry-bottom.gif") no-repeat left bottom
}

.archive-datebased p, .archive-category p {
	padding: 0px 10px 10px;
} 
 
/* profile xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#about div#side{
	width: 200px;
	float: right;
	overflow: hidden;
}

#about div#center {
	width: 500px;
	float: right;
	overflow: hidden;
}

#about div.content {
	padding: 10px 10px 0px;
	margin: 0px 10px;
	background-color: #FFFFFF
}

#about div.content-bottom {
	padding: 18px 0px;
	margin: 0px 10px;
	background: url("/images/entry-bottom.gif") no-repeat left top;
}

.bio-body {
	width: 460px;
	overflow: hidden;
}

/* calendar xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#calendar {
	margin-bottom: 30px;
}

#calendar table {
	width: 170px;
	font-size: x-small;	
}

#calendar caption {
	padding: 0px 0px 3px 0px;
	font-size: small;
	font-weight: bold;
	text-align: center;
	color: #326D8F;
}

#calendar th {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#calendar td {
	padding:0px;
	text-align: center;
}
	
/* form xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
	
.comment-form form {
    padding: 0px;
	margin: 0px;
	width: 360px;
}

div#comment-data {
	width: 170px;
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	display:block;
}

.comment-form p {
    padding:0px;
    margin:0px 0px 10px;
	font-size: small;
}

#author, #email, #url {
	border: solid 1px #141414;
	background-color: #FFFFFF;
	width: 150px;
}

#comment-text-field textarea {
	border: solid 1px #141414;
	background-color: #FFFFFF;
	width: 355px;
	height: 150px;
}

#comment-submit{
	padding-bottom: 40px;
	text-align: center;
}

#comment-submit input {
	border-left: solid 1px #4A88AC;
	border-top: solid 1px #4A88AC;
	border-right: solid 1px #1F5473;
	border-bottom: solid 1px #1F5473;
	background-color: #326D8F;
	color: #FFFFFF;
}

#bakecookie {
	position:relative;
	top: 3px;
}

/* comment-error xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#comment-preview div.content {
	padding: 10px 10px 0px;
	margin: 0px 10px;
	background-color: #FFFFFF
}

#comment-preview div.content-bottom {
	padding: 18px 0px;
	margin: 0px 10px;
	background: url("/images/entry-bottom.gif") no-repeat left top;
}

.comment-error blockquote {
	font-size: small;
  	line-height: 150%;
	border: 1px dashed #326D8F;
    padding: 8px;
    margin: 15px 0px; 
}
