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

body {
	margin: 0;
	border: 0;
	padding: 0;
	background: #ffffff;
	word-wrap: break-word;	
        
	}

a {
	text-decoration: underline;
	
	
	}

a:link {
	color: #225588;
	}

a:visited {
	color: #225588;
	}

a:active {
	color: #225588;
	}

a:hover {
	color: #bbbbcc;
	}

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%;
	
	background-color: #ffffff;
	margin: 20px;
	border: 0;
	}

#banner {
	font-family: Geneva, Arial, sans-serif;
	color: #f3f3f3;
	background: #5e6cb7 url("./images/header-b.jpg")  repeat;
	text-align: left;
	padding: 30px 15px 15px;
	border: 2px outset #5e6cb7;
	}

#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;
	}

#pagebody {
	position: relative;
	width: 100%;
	}

#pagebody img {
	position: relative;
	}


#center {
	
	margin-right: 200px;
	
	}

.content {
	padding: 0 10px;
	background-color: #ffffff;
	
	color: #333333;
	font-family: Geneva, Arial, sans-serif;
	font-size: small;
	}


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

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

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

.content p {
	color: #333333;
	font-family: Geneva, Arial, sans-serif;
	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-family: Geneva, Arial, sans-serif;
	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.jpg")  repeat;
	border-bottom: none;
	font-family: Geneva, Arial, sans-serif;
	font-size: large;
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	padding: 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;
	}

.content p.posted {
	clear: both;
	color: #333333;
	font-family: Geneva, Arial, sans-serif;
	font-size: x-small;
	
	text-align: right;
	
	
	
	margin-bottom: 10px;
	padding: 10px;
	line-height: normal;
	background: #f3f3f3;
	}

.content p.posted a{
	text-decoration: none;
	}

.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: 200px;
	}

.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;
	}

.sidebar {
	margin: 15px 5px 15px 15px;
	}

#calendar {
  	line-height: 140%;
	color: #333333;
	font-family: Geneva, Arial, sans-serif;
	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-family: Geneva, Arial, sans-serif;
	font-size: small;
	border: 2px outset #5e6cb7;
	background: #5e6cb7 url("./images/header-b.jpg")  repeat;
	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-family: Geneva, Arial, sans-serif;
	font-size: small;
	border: 2px outset #5e6cb7;
	background: #5e6cb7 url("./images/header-b.jpg")  repeat;
	text-align: left;
	font-weight: bold;
	
	
  	padding: 3px;
	letter-spacing: .1em;
	}

#mail-magazine h2, #kokuchi h2 {
	color: green;
	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;
	}

.sidebar h3 {
	color: #225588;
	font-family: Geneva, Arial, sans-serif;
	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;
	}

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

.sidebar li {
	color: #333333;
	font-family: Geneva, Arial, sans-serif;
	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;
	}

#kokuchi div.module-body a.squareclick {
	display: block;
	text-decoration: none;
	}

.sidebar p, #main-about p {
	color: #333333;
	font-family: Geneva, Arial, sans-serif;
	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-family: Geneva, Arial, sans-serif;
	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-family: Geneva, Arial, sans-serif;
	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-family: Geneva, Arial, sans-serif;
	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-family: Geneva, Arial, sans-serif;
	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;
	}