/* ブラウザによってちがう幅・高さの解釈の対策 */
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

body {
	margin: 0;
	border: 0;
	padding: 0;
	word-wrap: break-word;	
	font-family: Geneva, Arial, sans-serif;
	font-weight: normal;
	background: #ffffff;
	}

/* link xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
a {
	text-decoration: underline;
	}

a:link {
	color: #225588;
	}

a:visited {
	color: #225588;
	}

a:active {
	color: #225588;
	}

a:hover {
	color: #bbbbcc;
	}

/* base xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}

img {
	border: none;
	}

.smaller {
	font-size: 80%;
	}

.larger {
	font-size: 120%;
	}

.center {
	text-align: center;
	}

#container {
	line-height: 140%;
	width:900px;
	background-color: #ffffff;
	margin: 20px auto;
	border: 0;
	}

/* banner xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#banner {
	color: #f3f3f3;
	background: #5d6cb2 url("./images/header-b.gif") no-repeat right top;
	text-align: left;
	padding: 30px 15px 15px;
	border: 2px outset #5d6cb2;
	}

#banner-img {
	display: none;
	}

#banner a {
	color: #f3f3f3;
	text-decoration: none;
	}

#banner h1 {
	font-size: xx-large;
	font-weight: bold;
	
	
	}

#banner h2 {
	font-size: medium;
	padding-top: .7em;
	padding-left: .5em;
	}

/* main xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#pagebody {
	position: relative;
	width: 100%;
	}

#pagebody img {
	position: relative;
	}


#center {
	
	margin-right: 220px;
	
	}

#right {
	
	position: absolute;
	right: 0px;
	top: 0px;
	
	width: 220px;
	background-color: #ffffff;
	
	overflow: hidden;
	}

#side-about {
	float: left;
	width: 220px;
	}

#main-about {
	margin-left: 250px;
	}

/* entry xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.content {
	padding: 0 10px;
	background-color: #ffffff;
	
	color: #333333;
	font-size: small;
	}

.content p {
	color: #333333;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 1em;
	}

.content blockquote {
	padding: 3px 7px;
	border: dashed 1px #333333;
	}

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

.content h2 {
	color: #333333;
	font-size: x-small;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-top: 20px;
	margin-bottom: 5px;
	
	}

.content h3 {
	color: #225588;
	background: #e3e3e3 url("./images/subject-b.gif")  no-repeat right top;
	border-bottom: none;
	font-size: large;
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	padding: 10px 80px 5px 10px;
	line-height:120%;
	}

.content h3 a {
	text-decoration: none;
	}

.content h3 a:link, .content h3 a:visited, .content h3 a:active {
	color: #225588;
	}

.content h3 a:hover {
	color: #bbbbcc;
	}

.footnote {
	clear: both;
	padding: 10px 10px 10px 20px;
	line-height: normal;
	font-size: x-small;
	background: #f3f3f3;
	}

.footnote iframe {
	float:left;
	}

.footnote div.posted {
	color: #333333;
	margin-top: 3px;
	margin-bottom: 10px;
	text-align: right;
	
	}

.footnote div.posted a{
	text-decoration: none;
	}

.entry div.entry-bottom{
	clear: both;
	}

.entry {
	background: #f3f3f3;
	}

.entry-nav p {
	padding: 15px 5px .2em;
	margin: 0px;
	}

.entry-body, .entry-more, .entry-trackback, .entry-comment {
	background: #f3f3f3;
	padding: 0px 10px;
	}

#comment-preview div.entry-comment {
	background: #ffffff;
	padding: 0px;
	}

#comment-preview {
	margin-left: 220px;
	}

.entry-trackback h2, .entry-comment h2, .comment-form h2 {
	font-size: small;
	margin: 15px 10px 10px 0px;
	padding: 5px 0px 5px 10px;
	border-left: solid 6px #d7d7d7;
	}

.comment-preview h2, .comment-error h2 {
	font-size: small;
	margin: 15px 10px 10px 0px;
	padding: 5px 0px 5px 10px;
	border-left: solid 6px #d7d7d7;
	}

.entry-trackback p, .entry-comment p, #comment-preview p {
	padding: 10px 0px 0px;
	margin: 0px;
	}

.entry-trackback p.posted, .entry-comment p.posted, #comment-preview p.posted {
	background: none;
	padding: 7px 0px;
	border-top: dashed 1px #333333;
	margin-top: 10px;
	}

/* form xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.comment-form form {
    padding: 0px;
	margin: 0px;
	width: 500px;
	}

.comment-content {
	margin-bottom:20px;
	}

div#comment-data {
	border-right: 1px dashed #424242;
	width: 220px;
	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 #424242;
	background-color: #FFFFFF;
	width: 200px;
	}

#comment-text-field textarea {
	border: solid 1px #4D4D4D;
	background-color: #FFFFFF;
	width: 485px;
	height: 250px;
	}

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

#comment-submit input {
	}

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

/* comment-error xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#comment-preview div.content {
	overflow: hidden;
	}

.comment-preview p{
	margin:0px 15px;
	}

.comment-error {
	margin-bottom: 50px; 
	}

.comment-error p{
	padding-bottom: 0px;
	margin:0px 15px;
	}

.comment-error blockquote {
	font-size: small;
  	line-height: 150%;
	border: 1px dotted #D3CBB6;
	border-left:3px solid #C0B7A0;
	background:#F2F1EE;
	padding: 10px;
	margin: 15px;           
	}

#comment-preview div.entry-comment {
	padding: 0px;
	margin: 0px; 
	}

/* sidebar xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.sidebar {
	margin: 15px 5px 15px 15px;
	}

#calendar {
  	line-height: 140%;
	color: #333333;
	font-size: x-small;
	
	
	
  	padding: 0px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 0px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	background: #f3f3f3;
	}

#calendar caption {
	color: #f3f3f3;
	font-size: small;
	border: 2px #5d6cb2;
	background: #5d6cb2 url("./images/sidebar-b.gif")   no-repeat right top;
	text-align: left;
	font-weight: bold;
	
	
	padding: 3px;
	letter-spacing: .1em;
	}

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

#calendar td {
	text-align: center;
	}

.sidebar h2 {
	color: #f3f3f3;
	font-size: small;
	border: 2px #5d6cb2;
	background: #5d6cb2 url("./images/sidebar-b.gif")   no-repeat right top;
	text-align: left;
	font-weight: bold;
	
	
  	padding: 3px;
	letter-spacing: .1em;
	}

#info h2, #kokuchi h2, #mail-magazine h2 {
	color: red;
	font-size: medium;
	border: 0;
	background: none;
	text-align: left;
	font-weight: bold;
  	padding: 3px;
	letter-spacing: .1em;
	}

.sidebar h2 a {
	text-decoration: none;
	}

.sidebar h2 a:link, .sidebar h2 a:visited, .sidebar h2 a:active {
	color: #f3f3f3;
	}

.sidebar h2 a:hover {
	color: #bbbbcc;
	}

#info h3 {
	color: red;
	font-size: medium;
	line-height:120%;
	margin: .4em 4px .6em;
	padding: 0 0 0 4px;
	border-left: none;
	}

.sidebar h3 {
	color: #225588;
	font-size: small;
	line-height:120%;
	margin: .4em 4px .6em;
	padding: 0 0 0 4px;
	border-left: solid 6px #d7d7d7;
	}

.module {
	margin-bottom: 20px;
	height: 100%;
	}

.module-body {
	background: #f3f3f3;
	padding: 0;
	margin: 0;
	line-height: 150%;
	overflow: hidden;
	}

.module-body2 {
	background: transparent;
	padding: .5em 0 0 0;
	margin: 0;
	overflow: hidden;
	text-align: center;
	}

.module-body3 {
	background: transparent;
	padding: 0;
	margin: 0;
	line-height: 150%;
	overflow: hidden;
	}

.sidebar ul {
	padding: 5px 10px;
	margin: 0;
	}

.sidebar li {
	color: #333333;
	font-size: x-small;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 150%;
	
	padding: 0;	
	margin: 0 0 5px 0;
	list-style-type: none;
	}

a.squareclick {        /* #info, #kokuchi */
	display: block;
	text-decoration: none;
	}

.sidebar p, #main-about p {
	color: #333333;
	font-size: x-small;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 150%;
	
	padding: 0 10px .2em;	
	margin: 0;
	}

#kokuchi p {
	color: #333333;
	font-size: small;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 130%;
	
	padding: 0 10px .2em;	
	margin: 0;
	}

#main-about p.b-nav {
	color: #333333;
	font-size: x-small;
	text-align: right;
	margin-top: 1em;
	padding: 10px;
	line-height: normal;
	}

#mail-magazine form {
	margin: 0;
	padding: 0 10px .2em;
	}

#photo {
	text-align: center;
	margin-bottom: 20px;
	}

#photo img {
	border: 1px solid #333333;
	}

.link-note {
	border-left: solid 6px #5e6cb7;
	background: #f3f3f3;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 5px 10px;
	margin-bottom: 15px;
	}

.list li, .list p.toplist-thumbnail {
	text-align: center;
	}

.list p.toplist-description a {
	text-decoration: none;
	}

.list p.toplist-description a:link, .list p.toplist-description a:visited, .list p.toplist-description a:active {
	color: #333333;
	}

.list p.toplist-description a:hover {
	color: #bbbbcc;
	}

#powered {
	color: #333333;
	font-size: x-small;
	line-height: 150%;
	text-align: center;
	margin-top: 50px;
	}

#comment-data {
	text-align: left;
	}

.comment-notes {
	font-size: x-small;
	color: #999;
	font-weight:normal;
	}

textarea {
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", verdana, arial, sans-serif;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.image-full {
	width: 300px;
	}

.image-thumbnail {
	float: left;
	width: 130px;
	margin-bottom: 10px;
	}

.image-thumbnail img {
	width: 115px;
	height: 115px;
	}
