@import url(mmtoday-style.css);
@import url(mm-style.css);
@import url(ldclip-style.css);

body {
	margin:0;
	padding: 15px 5% 0 5%;
	color:black;
	background-color: #FFE4C4;
}

a {
	color:#4F657D;
}

a:link {
	color:#4F657D;
}

a:visited {
	color:#4F657D;
}

a:active {
	color:#4F657D;
}

a:hover {
	color:#99cc66;
}

h1 {
	font-size: 20pt;
	height: 50px;
	margin:0;
	padding:0;
}

h2 {
	font-family:Verdana, Arial, sans-serif;
	margin:0;
	padding:0;
}

h3 {
	font-family:Verdana, Arial, sans-serif;
	margin:0;
	padding:0;
}

h3:before {
	color: #840000;
	content: '■';
}

h4 {
	font-family:Verdana, Arial, sans-serif;
	font-size: small;
	margin: 2em 0 0 0;
	padding:0;
}

h5 {
	margin-bottom: 0em;
}

h6 {
	font-size: 85%;
	font-weight: normal;
	margin-top: 0.5em;
	margin-bottom: 0em;
}

/* banner (aka header) bits */
#banner {
	border-top: 1px solid #840000;
	border-bottom: 1px solid #840000;

	font-family: 'trebuchet MS';

	color: #840000;
	background-color: white;
}

/* title bits */
#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
	color:#840000;
	background:transparent;
	text-decoration:none;
}

/* description bits */
.description {
	color:#840000;
	background:transparent;
	font-family: "Courier New", "Courier", monospace, sans-serif;
	font-size:small;
	font-weight:normal;
	text-transform:none;
	letter-spacing:normal;
}

/* left content grobal bits */
#content {
/*	float:left;
	clear:left;
	width:76%; */

	margin:15px 0;
/*	margin-left:0px; */
	font-family:Verdana, Arial, sans-serif;
	font-size:95%;
}

#contentonly {
	float:left;
	clear:left;
	width:100%;

	margin:15px;
	margin-left:0px;
	font-size:95%;
}

/* date bits */
.date {
	padding: 0.5em;
	padding-top: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size:small;
	font-weight:bold;
	color:black;
	background:#FFE4C4;
}

/* entry bits */
.blogbody {
	margin-bottom: 0.5em;
	padding: 1em 2em 0em;
	background-color: white;

	border-top: 1px solid #840000;
	border-bottom: 1px solid #840000;
}

.blogbody p {
	margin:10px 0;
	line-height:150%;
}

.blogbody blockquote {
	font-family:Verdana, Arial, sans-serif;
	margin:0.5em 0;
	padding: 0.1em 1em;
	border-left:5px solid #cccccc;
	border-bottom: 1px solid white;
	color:#4F657D;
	background-color:white;
	line-height: 140%;
}

.blogbody blockquote p.quote-title {
	margin:10px;
	font-weight:bold;
}

blockquote p {
	margin:10px;
}

.blogbody ol {
	line-height:140%;
}

.blogbody ul li {
	line-height: 150%;
}

.title {
	margin:15px 0;
	font-size:85%;
	font-weight:bold;
/*	text-transform:uppercase; */
}

.posted {
	font-family:Verdana, Arial, sans-serif;
	margin:15px 0 30px 0;
	color:#999;
	background-color:transparent;
	font-size:x-small;
	text-align: right;
}

/* comments bits */
.comments-head {
	padding: 0.5em;
	padding-top: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size:small;
	font-weight:bold;
	background:transparent;
	color: black;
}

.comments-body {
	margin-bottom: 0.5em;
	padding: 1em 2em;
	font-size:small;
	font-weight:normal;
	line-height:140%;
	background: white;

	border-top: 1px solid #840000;
	border-bottom: 1px solid #840000;
}

.comments-post {
	margin:15px 0 30px 0;
	color:#999999;
	background-color:transparent;
	font-size:x-small;
	text-align: right;
}

/* trackback bits */
.trackback-body {
	margin:15px 10px;
	font-size:small;
	font-weight:normal;
	line-height:140%;
}		

.trackback-url {
	margin:15px 10px;
	border:1px dashed #999999;
	padding:5px;
	color:#999999;
	background-color:transparent;
	font-size:small;
	font-weight:normal;
}

.trackback-post {
	margin:15px 0 30px 0;
	color:#999;
	background-color:transparent;
	font-size:x-small;
}

/* right content grobal bits */
#links {
/*	background:#FFE4C4; */
/*	margin-top:15px;
	margin-left:78%; */
	font-family:Verdana, Arial, sans-serif;
	font-size:small;
}

#links a {
	text-decoration:none;
}
#links a:hover {
	text-decoration:underline;
}

#links em a {
	color:#ffcc00;
}

/* general side bits */
.sidetitle {
	padding:10px 10px 5px 10px;
	color:black;
	background-color:transparent;
	font-size:small;
	font-weight:bold;
	border-top: 1px solid #840000;
}

.side {
	margin:0 10px 10px 10px;
	font-weight:normal;
	line-height:140%;
}

.side form {
	margin:0;
	padding:0;
}

.side ul {
	margin:0;
	padding:0;
	list-style-type:square;
	margin-bottom: 1em;
}

.side ul ul {
	margin-left:0;
	padding-left:0;
	font-size: 88%;
	list-style-type: none;
}

.side ul li {
	margin:0 0 0 1em;
	padding:0;
}

.side ol {
	margin:0;
	padding-left:2em;
	font-size: 88%;
}

/* category */
/*
ul.categories li {
	font-size: small;
	font-weight: bold;
	list-style-type: none;
}
*/
ul.categories {
	text-align: left;

	background-color: white;
	border-top: 1px solid #840000;
	border-bottom: 1px solid #840000;

	margin: 0;
	margin-top: 0.85em;
	margin-bottom: 0.15em;
	padding: 0.25em;
	padding-left: 1em;
	word-spacing: 0.5em;

	font-family:Verdana, Arial, sans-serif;
	font-size: 80%;
}

ul.categories li {
	display: inline;
}

ul.categories a {
	text-decoration:none;
	color: #4F657D;
}

ul.categories a:hover {
	text-decoration:underline;
	color:#99cc66;
}

/* archives */
ul.archives ul.months {
	margin: 0;
	padding: 0;
	margin-bottom: 0.15em;
	padding-left: 0.5em;
	display: inline;
}

ul.archives ul.months li {
	font-family: monospace;
	margin: 0;
	padding: 0;
	display: inline;
}

ul.archives li {
	font-size: small;
	list-style-type: none;
}

/* syndicate bits */
.syndicate {
	margin:10px;
	font-size:x-small;
	font-weight:bold;
	line-height:140%;
	text-align:center;
	text-transform:uppercase;
}

.syndicate img {
	margin: 5px;
}

/* powered bits */
.powered {
	margin:10px 0;
	border-top: 1px solid #840000;
	border-bottom: 1px solid #840000;
	font-size:x-small;
	font-weight:bold;
	line-height:140%;
	text-align:center;
	text-transform:uppercase;
}

/* extra bits */
em {
	color:#ff9900;
	background-color:transparent;
	font-weight:bold;
	font-style:normal;
}

input, textarea {
	font-family:"Osaka－等幅", "ＭＳ ゴシック", "Courier New", monospace;
	font-size:110%;
}

textarea#body,
textarea#excerpt,
textarea#ping_url {
	font-family:"Osaka－等幅", "ＭＳ ゴシック", "Courier New", monospace;
	font-size:110%;
}

.back-and-forth {
	text-align: left;
	font-size: x-small;
	margin-bottom: 0.5em;
}

.back-and-forth a {
	text-decoration:none;
}

/* EXTRA */
.aa {
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: x-small;
	background-color: white;
	padding: 0.25em;
	margin: 15px;
	margin-right: 3%;
	margin-left: 83%;
	border: 1px solid #8399B1;
	line-height: 120%;
}

/* Add pagenate_simple */
p.paginate-prev {
	font-family:Verdana, Arial, sans-serif;
	font-size:x-small;
	text-align:left;
	margin: 0 0 0 1em;
	padding: 0;
}

p.paginate-next {
	font-family:Verdana, Arial, sans-serif;
	font-size:x-small;
	text-align:right;
	margin: 0 1em 0 0;
	padding: 0;
}}

/* Calander */
.side-calendar {
	margin: 10px 0;
}

.calendar {
	text-align: center;
	margin:0;
	font-family:Verdana, Arial, sans-serif;
	font-size: 8px;
	font-weight:normal;
	line-height:140%;
}

.calendar_day_link {
	font-weight: bold;
	text-decoration:underline;
}

/* Side */
.side-favorite h4 {
	font-family: "Courier New", "Courier", monospace, sans-serif;
	font-size: small;
	font-weight: normal;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
	margin-left: 10px;
}

.side-favorite ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin:0 10px 10px 10px;
	font-weight:normal;
	line-height:125%;
}

.side-favorite li {
	margin:0 0 0 1em;
	padding:0;
	font-size: x-small;
}

img.img {
	display: block;
	float: right;
	padding: 0.5em;
}

q {
	color: #4F657D;
}

p.center {
	text-align: center;
}

div.chapter 
{
	margin-bottom: 1.5em;
}

div.awsxom-small {
	margin-left: 1em; 
	font-size: small;
	padding: 0.25em;
}

#links dl {
	margin-top: 0.25em;
}

#links dt {
	margin: 0;
	padding: 0;
	margin-bottom: 0.15em;
	padding-left: 0.5em;
}

#links dd {
	fomt-size: small;
	margin-bottom: 0.5em;
}

/* for 1470 */
.ishinao-body {
	margin-left: 1em;
}

.ishinao-body ul {
	font-family: Verdana, Arial, sans-serif;
	margin-left: 0em;
	padding-left: 1.5em;
}

.ishinao-tag {
	font-family: Verdana, Arial, sans-serif;
	margin: 15px 0 15px 0;
	color: #999;
	font-size: x-small;
	text-align: left;
}

.ishinao-tag a {
	background-color: #eef;
}

.ishinao-powered {
	font-family: Verdana, Arial, sans-serif;
	margin: 15px 0 15px 0;
	color: #999;
	font-size: x-small;
	text-align: right;
}

div.side_table {
}
div.side_table div.left {
	width: 50%;
	float: left;
}
div.side_table div.right {
	margin-left: 50%;
	width: 50%;
}
div.side_table br.clear {
	clear: left;

