body {
	background-color: #FFEAAA;
	text-align: center;
	margin: 0px;
}

a {
	text-decoration: underline;
}

a:link {
	color: #800000;
}

a:visited {
	color: #666600;
}

a:hover { 
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none 
} 
a:active { 
	color: #ffffff;
	background-color: #666666;
	text-decoration: none 
} 


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: 715px;
	background-color: #FFEAAA;
}

#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #FFAA55;
	text-align: left;
	padding: 8px;
	margin: 15px 0px 15px 0px;
}

#banner a {
	color: #FFFFFF;
	background-color: #FFAA55;
	text-decoration: none;
}

#banner h1 {
	font-size: xx-small;
	color: #FFAA55;
}

#banner h2 {
	font-size: small;
	color: #FFAA55;
}

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

#notice {
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 15px 15px;
	background-color: #FFEAAA;
	border: 1px solid #999999;
	color: #000000;
	font-family: "MS UI Gothic", Osaka, sans-serif;
	font-size: small;
}

#notice .subject{
	color: #666666;
	font-family: "MS UI Gothic", Osaka, sans-serif;
	font-size: small;
	text-align: left;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	margin-bottom: 5px;
}

#notice p{
	padding: 10px 0px 10px 10px;
	margin: 0px;
}

#notice ul {
	padding: 5px 0px 0px 10px;
	margin: 0px;
}

#notice li {
	color: #666666;
	text-align: left;
	padding: 0px;

	margin-bottom: 3px;
	list-style-type: none;
}

.date{
	padding: 2px 2px 2px 5px;
	margin: 15px 0px 5px 0px;
	background-color: #FFDAB9;
	border-left: 20px solid #FFAA55;
	color: #808080;
	font-family: cursive, Arial, sans-serif;
	font-size: large;
}

.content {
	padding: 0px 0px 5px 0px;
	background-color: #FFEAAA;
	
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
}

.entry {
	color: #666666;
	font-family: "MS UI Gothic", Osaka, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 120%;
	text-align: left;

	background-color: #FFFAF0;
	border: 1px solid #999999;
	margin: 5px 0px 5px 0px;
	padding: 10px 15px 15px 15px;
}

#entrycategory{
	float: right;
	width: 150px;
	overflow: hidden;
}

.code {
	line-height: 120%;
	font-family: "MS UI Gothic", Osaka, sans-serif;	font-size: small;
	border: 2px dotted #999933;
	padding: 8px 8px 8px 8px;
	margin: 10px;
}

.weak {
	color: #AAAAAA;
}

/*エントリーのタイトル*/
.content h1 {
	color: #666666;
	font-family: "MS UI Gothic", Osaka, sans-serif;
	font-size: small;
	text-align: left;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	margin-bottom: 5px;
}

/*エントリーの本文*/
.content p {
	color: #666666;
	font-family: "MS UI Gothic", Osaka, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
	margin-bottom: 10px;
}


.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: right;
	
	margin-bottom: 10px;
	line-height: 140%;
	padding: 3px;
}

.content ul {
	padding: 10px 0px 10px 15px;
	margin: 5px;
}

.content li {
	color: #666666;
	text-align: left;
	padding: 0px;

	margin-bottom: 3px;
}

.content p.entrybody {
	color: #666666;
	font-family: "MS UI Gothic", Osaka, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
	margin-bottom: 10px;
}

.content blockquote {
	line-height: 120%;
	font-family: "MS UI Gothic", Osaka, sans-serif;	font-size: small;
	border: 2px dotted #8FBC8F;
	padding: 5px 8px 5px 8px;
	margin: 10px;
}

.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: right;
	
	margin-bottom: 10px;
	line-height: 140%;
	padding: 3px;
}

.content img{
	border: 0px;
	margin: 0px 10px 10px 10px;
}

.content .subject{
	font-size: small;
	text-align: left;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	margin-bottom: 5px;
}

#right {
	float: right;	
	width: 200px;
	background-color: #FFBF80;
	margin:0px 0px 0px 15px;
	overflow: hidden;
}

.sidebar {
	padding: 15px;
	font-size: small;
	line-height: 120%;
	font-family: "MS UI Gothic", Osaka, sans-serif;
}

.sidebar a:link{
	text-decoration: none;
}

.sidebar a:visited{
	text-decoration: none;
}

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

#calendar a:link{
	text-decoration: underline;
}

#calendar a:visited{
	text-decoration: underline;
}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	margin-top: 2px;
	width: 100%;
	font-family: cursive;
}

#calendar caption {
	color: #696969;
	font-family: cursive, Arial, sans-serif;
	font-size: small;
	padding: 2px 2px 2px 2px;
	border-bottom: 2px dashed #696969;
	margin-bottom:10px;
	text-align:left;
	font-weight: bold;
}

#calendar th {
	text-align: center;
}

#calendar td {
	text-align: center;
}

.cal_sun{
	color: #8B4513;
}

.search{
	margin:0px;
}

.commentlist{
	margin-bottom: 10px;
}

.counter{
	margin: 5px 0px 5px 0px;
}

.counterimg{
	border: 0px;
	align: center;
	margin: 0px;
}

.sidebar .subject {
	color: #696969;
	font-family: cursive, Arial, sans-serif;
	font-size: small;
	padding: 2px 2px 2px 3px;
	border-bottom: 2px dashed #696969;
	margin-bottom:2px;
	text-align:left;
	font-weight: bold;
}

.sidebar form {
	padding-left: 0px;
	margin: 3px 0px 10px 0px;
}

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

.sidebar li {
	color: #666666;
	text-align: left;
	padding: 0px;

	margin: 0px;
	list-style-type: none;
}

.contentslist ul {
	padding-left: 5px;
	margin: 0px;
	margin-bottom: 10px;
}

.contentslist li {
	color: #666666;
	text-align: left;
	padding: 0px 0px 0px 15px;
	list-style: none;
	background: url(./blog/img/mark.gif) center no-repeat left;
}

.sidebar img {
	border: 0px;
	align: center;
	margin: 0px;
}

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

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 100%;
	text-align: left;
	padding: 0px;
	margin:5px 0px 5px 0px;
}

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

