/* common */

html,body {
	margin: 0;
	padding: 0
}
body {
	background-color: snow;
	color: darkgreen;
        line-height: 1.3;
	font-size: small;
}
h1 {
	margin: 20;
	color: darkgreen;
	background-color: snow;
        font-size: large;
	padding-top: 2px;
        padding-left: 20px;
	background-image: url();
	background-repeat: no-repeat;
	width: 760px;
	height: 130px;
        text-align: right; 
        
}
/*
h1 a {
	color: white;
	background-color: transparent;
}
*/
h1 img {
        border: none;
}
pre { 
	margin: 1em;
	padding: 10em;
	border: 1px dashed #006400;
}
blockquote { 
	margin: 1em;
	padding: 1em;
	border: 1px solid #006400;
	background-color: #F0F0F0;
}
p {
	text-indent: 1em;
}
textarea { 
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}
#container {
	margin: 0;
	padding: 0;
        width: 760px;
}
#center {
	float: left;
	margin-left: 20px;
	padding: 0;
	border: none;
	width: 590px;
        display: inline; 
}
#left {
	float: left;
	margin-left: 0;
	padding: 0;
	width: 150px;
}
#right {







	float: left;
	margin-left: 0;
	padding: 0;
	width: 150px;
}
#footer a img { 
	border: none;
}
#footer{
        clear: both;
	width: 760px;
	border-top: 1px groove #006400;
}
.sidebar {
	margin-top: 1em;
	margin-left: 5px;
	margin-right: 5px;
}
#main { 
	margin-top: 1em;
	margin-left: 5px;
	margin-right: 5px;
}
.msg {
        margin-bottom: 2em;
}
.msg-title {
	font-size: small;
	color:#006400;
	line-height:1.5;
	border-left: solid 5px #006400;
	border-bottom: solid 1px #006400;
	font-weight:bold;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
}
.msg-body {
	padding-left:10px;
        padding-top: 10px;
}
.msg-body h2 { 
	padding-left: 1em;
	border-bottom: solid 1px #006400;
	border-left: solid 2px #006400;
}
.msg-body h3 { 
	border-bottom: solid 1px #006400;
}
.msg-body h4 { 
	border-bottom: dashed 1px #006400;
}
.msg-footer {
	text-align: right;
	font-size: small;
}
.comment-caption {
}
.date {
	font-size: small;
	color:#006400;
	line-height:1.5;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
}
.main {
	font-size: small;
	color:#006400;
	margin-left:12px;
	margin-right:12px;
	line-height:1.3;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
}
.comments {
	font-size: small;
	color:#006400;
	background:#D4EAFE;
	line-height:2;
	padding-right:10px;
}
.mod,
.mod mod-calendar,
.mod mod-message,
.mod mod-category,
.mod mod-comment,
.mod mod-backno,
.mod mod-rss-button,
.mod mod-mailpia-button,
.mod mod-login-button { 
	float:left;/*ナビ部分左端揃え*/
	padding: 1em;
}

.mod-caption {
	font-size: small;
	color:#006400;
	line-height:1.3;
	font-weight:normal;
	text-align:left;
	padding-top:4px;
	padding-bottom:2px;
	padding-left:4px;
	border-left: groove 1px #006400;
	border-bottom: groove 1px #006400;
        width: 100%; 
}
.mod-text {
	font-size: small;
	color:#333333;
	text-align: left;
	line-height: 1.3;
}
.mod ul {
        margin-left: 0;
	padding-left: 0;
}

.mod ul li { 
        margin-left: 0;
        font-size: x-small;
	padding-left: 1em;
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #006400;
}
a:hover {
	text-decoration: underline;
	color: #006400;
}
.comment-caption {
	border-top: 1px darkgreen solid;
	border-left: 1px darkgreen solid;
	padding: 0.5em 1em;
	font-weight: bold;
        font-size: small;
	border-bottom: none;    
}
.comment-title {
	font-size: small;
	padding: 0.2em;
	background-color: #aac09b;
}
.comment-body {
	font-size: small;
	padding: 0.2em 1em 0.7em 1em;
}
.comment-form {
	font-size: small;
	padding: 0.2em 1em 0.7em 1.2em;
}
.navi {
	width: 100%;
	text-align: right;
}
.navi-prev {
}
.navi-next {
}

form{
        width: 100px;
}
/* end of stylesheet */
