body, h1, h2, h3, form { margin: 0; padding: 0 }
body {
	font-family: Verdana, sans-serif,"Osaka";
	font-size:10pt;
	color:#696969;
	text-align:center;
        background-color: #ffffff;
        background-repeat:no-repeat;
        background-position: center;
        background-attachment: fixed;
}

a:link { color:#696969; text-decoration: none; }
a:active { color:#696969; text-decoration: none }
a:visited { color:#696969; text-decoration: none }
a:hover { color:red; text-decoration:none; }

input,textarea,select,button,submit {font-size:10pt;
	color: #696969; 
	background: transparent; 
	border: 1px solid #696969;
}


/* 全体囲み */
#all { width: 470px;
	margin: auto;
	text-align: center;
	background-color: #ffffff;
	}
h1 {
	font-size: 14pt;
	margin: 5px 0;
	padding: 10px 15px 0 15px;
	text-align: left;
	background-color: transparent;
	color:red;
	height: 47px;  /* box model hack */
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 37px;
}
h1 a:link, h1 a:visited {
	color:#696969;
	text-decoration: none;
}
h1 a:hover, h1 a:active {
	color:red;
	text-decoration: none;
}
h2 {
	font-size:10pt;
	text-align: left;
	color:#696969;
	padding: 4px 10px 0 10px;
         font-weight:normal;
	background-color: transparent;
	height: 23px;  /* box model hack */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 19px;
}

/* 記事表示部分 */
#entry { text-align: left;
	width: 450px;
	float: center;
	overflow: hidden;
	margin: 0 0 0 0;
	background-color: transparent;
}

/* 記事の見出し(タイトル) */
#entry h3 {
	font-size: 100%;
	color :#696969;
	padding: 6px 12px 4px 12px;
	border-bottom: 1px solid #696969;
	background: transparent;
}

/* 記事表示部分/コメントなどを囲うブロック要素の属性 */
.content {
	margin: 0 0 10px 0;
	padding: 15px 15px 0 15px;
	line-height: 1.4;
	border-top-width: 0;
	border-left: 1px solid #696969;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
         border-top: 1px solid #696969;
         font-color: #696969;
}

/* 記事内の画像 */
.content img {
	border: 0px solid #696969;
	margin: 3px;
}

/* 記事表示部分/コメントなどを囲うブロック要素の属性 */
.contentCom {
	margin: 0 0 10px 0;
	padding: 15px 15px 0 15px;
	line-height: 1.4;
	border-top-width: 0;
	border-left: 1px solid #696969;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
}

/* 記事内の画像 */
.contentCom img {
	border: 0;
	margin: 3px;
}

.content blockquote {
	background: transparent;
	border-left: 1px solid #696969;
	padding: 8px 10px;
}
.content ol li {
	margin-left: 18px;
}
.content ul li {
	background: transparent;
	padding-left: 18px;
	margin-left: 0;
	list-style-type: none;
}

/* 記事のステータス用リスト */
ol.sub { 
	margin: 0;
	padding: 15px 0 10px 12px;
	font-size: 90%;
	background:;
}
ol.sub li {
	display: inline;
	color: #696969;
	margin: 0;
	padding: 0;
}
.sub a {
	font-weight:;
	margin-right: 0.3em;
}
.sub a:link {
	color: #696969;
	text-decoration: none;
}
.sub a:visited {
	color: #696969;
	text-decoration: none;
}
.sub a:hover {
	color: red;
	text-decoration: none;
}

/* レスフォーム設定 */
dl.comform {
         font-color: #696969;
	width: 100%;
	margin: 0;
	padding: 0;
}
.comform dt {
	letter-spacing: 0.1em;
         font-color: #696969;
}
.comform dd {
	font-size: 11pt;
         font-color: #696969;
	margin: 0;
	padding: 0 0 0.5em 0;
}

.comform textarea {
         font-color: #696969;
	width: 80%;
}
#himitsu {
	width: auto;
}

/* エントリーのナビゲーション */
#nav { 
	text-align: center
}

/* コメントリストの設定 */
h3#commenthead, h3#trackbackhead {
         font-color: #696969;
	font-size: 11pt;
	line-height: 1;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	margin: 5px 0;
	padding: 6px 0 6px 25px;
	background: transparent;
	border-width: 0;
}

#commentlist {
	font-size: 11pt;
         font-color: #ffffff;
	margin: 0 0 5.7em 0;
	padding: 0.7em;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#commentlist li {
	list-style-position: inside;
}

/* トラックバックリストの設定 */
#trackbacklist {
	font-size: 85%;
	margin: 2.7em 1.7em 0 0;
	padding: 1.7em 0 2.7em 3.7em;
	border-top: 1px solid #000;
}

/* トラックバックリスト内のリスト */
#trackbacklist li ul {
	margin-top: 0.7em;
	margin-bottom: 1.7em;
}

/* コメントリスト、トラックバックリストの整形 */
#commentlist a, #trackbacklist a {
	margin-right: 0.5em;
}
#commentlist li, #trackbacklist li {
	margin-bottom: 0.2em;
}


/* trackback uri 表示部分の設定 */
#trackbackbody {
	margin: 0 0 10px 0;
	padding: 10px 15px;
	line-height: 1.4;
         border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
         border-top: 1px solid #000;
}
#trackbackbody dt {
	margin: 0 0 0 0.7em;
}
#trackbackbody dd {
	font-size: 100%;
	font-family: "Courier New", Courier, "Times new roman",  sans-serif,"Osaka";
}
#trackbackbody dd a {
	text-decoration: underline;
}

/*下部メニュー*/
#admin {color: #000;}
#admin a:hover { color: red; text-decoration:none; }



/* Copyright */
#footer {
        color: #696969;
	margin: 15px auto 8px auto;
	padding: 8px 0 0 0;
	width: 460px;
	letter-spacing: 0.05em;
	clear: both;
	text-align: center;
	border-top: 1px solid #696969;
	line-height: 1;
}

textarea,input,select {
	font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
}

.emoji{
	vertical-align:middle;
	border:0;
}