/*
Skymerica  Movable Type Blog Style sheet (styles-site.css)  2007/04/03 Ver.0005
*/
/*
=====================================================
リンク色部分
=====================================================
*/
A:link {color: #0000aa; text-decoration: none }
A:visited {color: #9370db; text-decoration: none }
A:active {color: #2f4f4f; text-decoration: none }
A:hover { color: #b22222; text-decoration: none }


/*
=====================================================
汎用スタイル
=====================================================
*/
.center	{ text-align: center; }
.red	{ color: red; }
.black	{ color: black; }
.DarkSky{ color: #000066; }
.SkyColor{color: #ccccff; }
.LightSky{color: #eaeaff; }

.font90{font-size: 90%;}
.font80{font-size: 80%;}
.font70{font-size: 70%;}
.font60{font-size: 60%;}
.font50{font-size: 50%;}



body {
		background-color: #FFFFFF;
        	text-align: center;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#container {
	line-height: 140%;
		margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
/*	width: 700px;	*/
	width: 100%;
	
	background-color: #FFFFFF;
/*	border: 1px solid #FFFFFF;	*/
	}

#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #ffcc33;
	background-color: #000066;
	text-align: center;
	padding: 15px 5px 15px 5px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #FFFFFF;
	height: 39px;
	}

#banner-img {
	display: none;
	}


#banner h1 {
	color: #ccccff;
	font-size: xx-large;
	}
#banner h1 a { color: #ccccff; text-decoration: none; }
#banner h1 a:visited { color: #ccccff; text-decoration: none }
#banner h1 a:hover { color: #b22222; text-decoration: none; }

#banner h2 {
	color: #ffcc33;
	font-size: small;
	}
#banner h2 a { color: #ffcc33; text-decoration: none; }
#banner h2 a:visited { color: #ffcc33; text-decoration: none }
#banner h2 a:hover { color: #b22222; text-decoration: none; }


#center {
	float: left;
	width: 49%;
	overflow: hidden;
}



.archive-title {
	background-color: #ccccff;

	border: solid 0px #666666;
	text-align: center;
	margin:  0px 0px 2ex 0px;
	padding: 0px 2px 0px 2px;
/*
	margin: 0px 10px 0px 10px;
	padding: 0 0 0 0;
*/
/*
	text-align: center;
	line-height: 3ex;
	font-size: 80%;
	color: #000066;
	background-color: #ccccff;
	margin:  0px 0px 2ex 0px;
	padding: 0;
	color: #000066;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
*/
}

div.archive-title p {
	color: #000066;
/*
	color: #666666;
*/
	font-family: Verdana, Arial, sans-serif;
	font-size: normal;
	font-weight: bold;
	line-height: 100%;
/*	margin: 0.5ex 0 0.5ex 0;  */
	margin: 0 0 0 0;
	padding: 0.5ex 0 0.5ex 0;
	text-align: center;
}
div.archive-title p.archive-type {
	font-size: 75%;
/*	font-weight: normal;   */
	line-height: 100%;
/*	margin: 0.5ex 0 0.5ex 0; */
	margin: 0 0 0 0;

	padding: 0 0 0 0;
}



/* Link Table */
table.link-table {
       width: 100%;
	border-collapse: collapse;
	margin: 2ex 0 2ex 0;
}
td.link-table-left {
	width: 40%;	
	font-size: 75%;
	text-align: left;
	vertical-align: middle;
	margin: 0 0 0 0;
	padding: 0.2ex 0 0.2ex 0;
}
td.link-table-center {
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	width: 19%;	
	font-size: 90%;
	text-align: center;
	vertical-align: middle;
	margin: 0 0 0 0;
	padding: 0.2ex 0 0.2ex 0;
}
td.link-table-right {
	width: 40%;	
	font-size: 75%;
	text-align: right;
	vertical-align: middle;
	margin: 0 0 0 0;
	padding: 0.2ex 0 0.2ex 0;
}










.content {
	padding: 0px 10px 0px 10px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
}


#right {
	float: right;
	width: 25%;
	background-color: #FFFFFF;
	overflow: hidden;
	}

#left {
	float: left;
	width: 25%;	
	background-color: #FFFFFF;
	overflow: hidden;
	}


div.content p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
/*	font-size: 100%;	*/
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 1ex;
	}

div.content blockquote {
	color: #666666;
	background-color: #eaeaff;
	line-height: 150%;
	font-size: small;
	font-weight: normal;
	width:90%;
	overflow:visible;
	margin: 0.5ex 0 0.5ex 5%;
	padding: 0.5ex 0.5em 0.5ex 0.5em;
	}

div.content pre {
	color: #666666;
	background-color: #eaeaff;
	line-height: 120%;
	font-size: small;
	font-weight: normal;
	width:90%;
	overflow:visible;
	margin: 0.5ex 0 0.5ex 5%;
	padding: 0.5ex 0.5em 0.5ex 0.5em;
}

div.content pre.code {
	width:90%;
	overflow:auto;
}

div.content pre.code10 {
	width:85%;
	height:12em; 
	overflow:auto;
}


div.content li {
	color: #666666;
	line-height: 150%;
	font-size: small;
	font-weight: normal;
	}

div.content h2 {
	color: #000066;
	background-color: #ccccff;
	line-height: 3ex;
	font-family: Verdana, Arial, sans-serif;
	font-size: 140%;
	text-align: left;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 2px 0px 2px;
	}
div.content h2 a { color: #000066; text-decoration: none; }
div.content h2 a:visited { color: #000066; text-decoration: none }
div.content h2 a:hover { color: #b22222; text-decoration: none; }

div.content h3 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	margin:  0px 0px 0px 0px;
	}
div.content h3 a { color: #666666; text-decoration: none; }
div.content h3 a:visited { color: #666666; text-decoration: none }
div.content h3 a:hover { color: #b22222; text-decoration: none; }



div.content p.posted {
	clear: both;
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: left;
	margin-bottom: 8ex;
	line-height: normal;
	padding: 3px;
	}

div.content iframe {
	font-size: 10pt;
	margin: 0.5ex 0.5em 0.5ex 0.5em;
	padding: 0.5ex 0.5em 0.5ex 0.5em;
}

.PictLeft {
	float: left;
	margin: 0.5ex 0.5em 0.5ex 0.5em;
	padding: 0.5ex 0.5em 0.5ex 0.5em;
}

.PictRight {
	float: right;
	margin: 0.5ex 0.5em 0.5ex 0.5em;
	padding: 0.5ex 0.5em 0.5ex 0.5em;
}

.PictCenter {
	clear: both;
	text-align: center;
	margin: 0.5ex 0em 0.5ex 0em;
	padding: 0.5ex 0em 0.5ex 0em;
}


.GoogleCenterAd  {
	text-align: center;
	margin: 3ex 0px 3ex 0px;
	padding: 0;
}



.sidebar {
/*	padding: 15px;	*/
	margin:  0px 0px 2ex 5%;
	}



#calendar {
  	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
	
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}

.sidebar h2 {
	color: #000066;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	}

.sidebar h3 {
	text-align: center;
	line-height: 3ex;
	font-size: 80%;
	color: #000066;
	background-color: #ccccff;
	margin:  0px 0px 2ex 0px;
	padding: 0;
	color: #000066;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	}




.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	}

.sidebar #categories ul {
	padding-left: 15px;
	}

.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	
	
	
	margin-top: 10px;
	list-style-type: none;
	}

.sidebar #categories li {
	list-style-type: circle;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}






.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

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


/* Archive List */
ul.ArchiveList {
	list-style: none;
       margin:  2ex 0px 2ex 0;
	padding: 0 0 0 0;
}
ul.ArchiveList li {
       margin:  0 0 1ex 0;
	padding: 0 0 1ex 0;
	border-bottom: 1px dotted #999999;
}
ul.ArchiveList a.date {
	font-size: 75%;
       margin:  0 0 0 0;
	padding: 0 0 0 0;
}


div.content p.monthly-date {
	font-family: Verdana, Arial, sans-serif;
	font-size: 60%;
	text-align: left;
	line-height: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
div.content p.monthly-title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	text-align: left;
	line-height: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
div.content p.monthly-bottom {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 60%;
	border-top: 1px solid #999999;
	text-align: left;
	line-height: normal;
	margin: 0 0 8ex 0;
	padding: 0 0 0 0;
}




.FootPart {
	background-color: #000066;
	width: 100%;
	font-family: "Bookman Old Style",sans-serif;
	font-weight: 600;
	color: #ccccff;
	text-align: center;
	font-size: 75%;
	vertical-align: bottom;
	margin:  0px 0px 0ex 0px;
	padding: 0.4ex 0px 0.4ex 0px;
}
div.FootPart a:link { color: #ccccff; text-decoration: none }
div.FootPart a:visited { color: #ccccff; text-decoration: none }
div.FootPart a:hover { color: #b22222; text-decoration: none }
div.FootPart a:active { color: #ccccff; text-decoration: none }

/*
End of File
*/

