@charset "euc-jp";	

a {
	text-decoration: underline;
	}

a:link {
	color: #3333FF;
	}

a:visited {
	color: #3366FF;
	}

a:active {
	color: #3333FF;
	}

a:hover {
	color: #006699;
	}

#container {
	width: 95%
	line-height: 140%;
	text-align: left;
	padding: 0px;
	}

#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #003366;
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #FFFFFF;
	height: 39px;
	}

#banner-img {
	display: none;
	}

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

#banner h1 {
	font-size: xx-large;
	}

#banner h2 {
	font-size: small;
	}

.content {
	padding: 15px 15px 5px 15px;
	color: #666666;
	font-size: medium;
	}

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

.content p {
	color: #666666;
	text-align: left;
	}

.archive {
	line-height: 120%;
	margin-bottom: 15px;
	}

.content blockquote {
	color: #333;
	font-size: x-small;
	font-weight: normal;
	background-color: #eee;
	margin: 1em 0 1em 1em;
	padding: 5px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	border-left: 5px solid #ffcc33;
	width: auto;
	line-height: 1.5em;
	}

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

.content h2 {
	border-bottom: solid #003399;
	border-left: 10px solid #003399;
	padding-left: 10px;
	border-bottom-width: 95%;
	color: #666666;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content h3 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content h4 {
	color: #666666;
	border-bottom: 1px solid #996666;
	padding-left: 10px;
	border-bottom-width: 95%;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content p.posted {
	color: #999999;
	font-size: medium;
	border-top: 1px dotted #999999;
	border-bottom: 1px solid #999999;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.sidebar {
	padding: 15px;
	}

.side {
	color: #333333;
	font-size: small;
	line-height: 140%;
	padding: 2px;
	}

.sidetitle {
	color: #666633;
	font-size: medium;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: .1em;
	border-bottom:3px solid #666633;
	text-align:left;
	}

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

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

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

.search {
	color: #333333;
	font-weight: normal;
	padding: 2px;
	}

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