﻿@charset "UTF-8";

body {
	font-family:Helvetica, Arial, sans-serif;
	color: #333333;
	background:#ffffff;
	text-align: center;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}

#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-left:10px;
	padding-right:10px;
	width: 900px;
	background-color: #ffffff;
}

* html #container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	width: 900px;
}

#banner {
	color: #ffffff;
	background-color: #ff0000;
/*	background-color: #725b39;*/
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
}

#banner h1,#banner h1 a {
	font-family: Prototype;
	color: #ffffff;
	text-decoration: none;
	font-size: 40px;
	margin-bottom: 5px;
}

.description {
	font-family: Prototype;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.1em;
}

#header {
	text-align:center;
}

#header img {
margin-right:15px;
}





img {
	border-style: none;
}

strong {
	font-size: 12px;
	color: #ff3300;
	background-color: #ffffff;
	line-height:30px;
}

.none{
	display: none;
}









.left {
	width: 551px;
	float: left;
}

* html .right {
	width: 550px;
	float: left;
}

#content {
	float:right;
	font-size: 75%;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	margin-top: 0;
	margin-bottom: 0;
	width: 700px;
}

* html #content {
	float:left;
	font-size: 75%;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	margin-top: 0;
	margin-bottom: 0;
	width: 550px;
}


#content p {
	font-size: 100%;
	line-height: 200%;
}

#content a {
	text-decoration: none;
	color: #0033ff;
}


#content a:link {
	text-decoration: none;
	color: #0033ff;
}


#content a:link:hover {
	text-decoration: underline;
	color: #ff3300;
}


#content a:link:active {
	text-decoration: underline;
	color: #0033ff;
}


#content a:visited {
	text-decoration: none;
	color: #0033ff;
}


#content a:visited:hover {
	text-decoration: underline;
	color: #ff3300;
}


#content a:visited:active {
	text-decoration: underline;
	color: #0033ff;
}

#content .date {
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	margin-top: 10px;
	padding-top: 0px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	clear: both;
}


#content h2 {
	font-size: 100%;
	margin: 0px;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	color: #ffffff;
	background-color: #725b39;
	clear: both;
}

#content h3 {
	font-size: 100%;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	clear: both;
}

#content h4 {
	font-size: 100%;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	clear: both;
}

.catch {
	font-size: 16px;
	color: #FF9900;  
	font-weight:bold;
}

blockquote {
	margin-top: -5px;
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
}

pre {
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
	margin-top: -5px;
	margin-left: 0px;
	margin-right: 40px;
	overflow: scroll;
}

#content dt {
        padding: 0 0 0 5px;
}


#content p {
	margin-top: 8px;
	margin-left: 5px;
	margin-bottom: 8px;
}


#content .left{
	padding-right: 10px;
	float: left;
}


#content .right{
	padding-left: 10px;
	float: right;
}


.more {
	margin-top: 3px;
	margin-bottom: 10px;
	float: right;
}


#content li {
	margin-bottom: 5px;
	list-style-type:square;
}

.entry-tags {
    margin: 0 0 10px 10px; 
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding: 0px;
}

#content .posted {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: normal;
	padding: 3px;
	margin-bottom: 25px;
	clear: both;
}


#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

.sign {
	margin-bottom: 10px;
}


.extended {
	display:block;
	float:right;
}


#links {
	font-size: 10px;
	width: 167px;
	float: left;
}

#links .pad {
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}


#links a {
	text-decoration: none;
	color: #0033FF;
}

#links a:link {
	text-decoration: none;
	color: #0033ff;
}

#links a:link:hover {
	text-decoration: underline;
	color: #ff3300;
}

#links a:link:active {
	text-decoration: none;
	color: #0033ff;
}

#links a:visited {
	text-decoration: none;
	color: #0033ff;
}


#links a:visited:hover {
	text-decoration: underline;
	color: #ff3300;
}

#links a:visited:active {
	text-decoration: none;
	color: #0033ff;
}


.sidetitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #ff0000;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	margin: 0px;
	padding: 0px 0px 2px 5px;
	clear: both;
}


.side {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
	margin-bottom: 10px;
	clear: both;
} 


#links ul {
	font-size: 80%;
	margin-top: 0px;
	margin-left: 3px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}


#links ul ul {
	font-size: 100%;
	margin-left: 5px;
	margin-bottom: 0px;
}


#links li {
	font-size: 100%;
	color: #333333;
	text-align: left;
	line-height: 1.5em;
	margin-top: 5px;
	background-image: url(http://snods.info/images/li04.gif); 
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 15px;
	list-style: none;
}

#categories li {
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 1.5em;
	margin-top: 5px;
	background-image: url(http://snods.info/images/li04.gif); 
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 15px;
	list-style: none;
}

#links img,#left img {
	margin-top: 3px;
	border-style: none;
	margin-bottom: 3px;
}

#footer {
	padding: 5px;
	color: #ffffff;
	background-color: #725b39;
	clear: both;
}

.navigation {
	color: #ffffff;
	font-size: 11px;
	background-color: #725b39;
    text-align: center;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}


#footer a:link {
	text-decoration: none;
	color: #ffffff;
}


#footer a:link:hover {
	text-decoration: none;
	color: #ff3300;
}


#footer a:link:active {
	text-decoration: none;
	color: #0033ff;
}


#footer a:visited {
	text-decoration: none;
	color: #ffffff;
}


#footer a:visited:hover {
	text-decoration: none;
	color: #ff3300;
}


#footer a:visited:active {
	text-decoration: none;
	color: #0033ff;
}


/* Mac IE テキストエリア文字化け対策 */

select,input,textarea {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

textarea {
	font-size: 100%;
}