/* ### ページ全体の外枠１：緑線 ### */
.sotowaku1 {  
    BORDER-TOP: black 0px solid;
    BORDER-BOTTOM: #009900 2px solid;
    BORDER-LEFT: #009900 2px solid;
    BORDER-RIGHT: black 0px solid;
}

/* ### ページ全体の外枠２：黄色点線 ### */
.sotowaku2 {  
    BORDER-TOP: #ffcc00 dashed;
    BORDER-BOTTOM: #ffcc00 dashed;
    BORDER-LEFT: #ffcc00 dashed;
    BORDER-RIGHT: #ffcc00 dashed;
    PADDING-LEFT: 10px;
    PADDING-BOTTOM: 10px;
}

/* ### 記事本文枠：黒線、背景クリーム色 ### */
#uchiwaku-Kiji {  
	background-color: #FFFFCC;
                border: thin #000000 solid;
                border-top: thin #FFFFCC solid;
                padding-left: 10px;
                padding-right: 10px;
}

#uchiwaku-Kiji p {  
                font-size: x-small;
}

/* ### 記事タイトル枠：黒線、背景黄色 ### */
#uchiwaku-KijiTitle {  
	background-color: #FFCC00;
                border: thin #000000 solid;
                border-bottom: thin #CC0000 dashed;
                padding-left: 5px;
                padding-top: 2px;
}

/* ### ナビゲーション枠：赤点線、背景黄色 ### */
#uchiwaku-Navi {  
	background-color: #FFCC00;
                border: thin #CC0000 dashed;
                margin-top: 5px;
                padding-left: 5px;
                padding-top: 2px;
                text-align: center;
}

/* ### 右側サブウィンドウ：背景クリーム色 ### */
.uchiwaku-Sub {  
	background-color: #FFFFCC;
                padding-left: 5px;
                padding-top: 2px;
                margin-bottom: 20px;
                font-size: x-small;
	color: #666666;
}


/* ### ページ全体 ### */
body {
	margin: 0px 0px 20px 0px;
                background-color: #cc0000;
                scrollbar-face-color: #cc0000;
                scrollbar-shadow-color:#cc0000;
                scrollbar-arrow-color:orange;
                font-size: small;
}


/* ### リンク文字列 ### */
a:link {  color: #6699FF; text-decoration: underline; font-weight: normal}
a:hover { color: #CC0000; text-decoration: underline; background-color: #669966; font-weight: normal}
a:active {  color: #666600; text-decoration: underline; font-weight: bold}
a:visited {  color: #FF0000; text-decoration: underline; font-weight: normal}


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

#center {
	float: left;
	width: 500px;
	overflow: hidden;
	}

.content {
	padding: 15px 15px 5px 15px;
	font-size: small;
	font-family: Verdana, Arial, sans-serif;
	}

#right {
	float: left;
	width: 200px;
	overflow: hidden;
	}

.content p {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
                font-size: x-small;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	align: left;
	}

.content img {
	float: left;
                margin-right: 3px;
	}

.content h2 {
	color: #FFCC00;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	font-size 16pt;
	}

.content h3 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size 12pt;
	}

/* 本文の投稿者 */
.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #999999;
	text-align: left;
	line-height: normal;
	padding: 3px;
                font-size: x-small;
	}

/* コメントの投稿者 */
.content p.commenter {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	line-height: normal;
                font-size: x-small;
	border-top: 1px dashed #999999;
	border-left: 1px dashed #999999;
	}


.sidebar {
	padding: 15px;
	}


#calendar {
  	line-height: 135%;
	background-color: #FFFFCC;
  	padding: 2px;
                margin-bottom: 20px;
	text-align: center;
	}

#calendar table {
	border-collapse: collapse;
	border: 0px;
                font-size: x-small;
	font-family: Verdana, Arial, sans-serif;
	color: #666666;
	}

#calendar caption {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	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: #666666;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	font-size: 12pt;
	}

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

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

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

.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	line-height: 135%;
	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;
	line-height: 120%;
	text-align: left;
	padding: 2px;
                font-size: xx-small;
	}

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

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

