body {
	background-color: #000000;
	}

img {
	border: none;
	}

h1, h2, h3 {
	font-size: medium;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	}

p, ul {
	font-size: medium;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	line-height: 150%;
	}

a {
	text-decoration: underline;		
	}

a:link {
	color: #ff6600;
	}

a:visited {
	color: #ff6600;
	}

a:active {
	color: #ff6600;
	}

a:hover {
	color: #ff9900;
	}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	}

#banner {
	margin-bottom: 20px;
	}

#banner img {
	border: none;
	}

/*  ------------------------------------------------------------------- content 本文部分 -----------　*/

#content {
	width: 650px;
	float: left;
	margin-top: 10px;
	}	

#content h2 {
	font-size: large;
	font-weight: bold;
	text-align: right;
	margin: 20px 0px 30px 0px;
	padding: 3px 10px 3px 0px;
	border-left: 7px solid #cc0000;
	border-top: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	background-color: #ffffff;
	color: #000000;
	}

#content h3 {
	font-size: large;
	margin: 20px 0px 30px 0px;
	}

#content img {
	margin: 10px 0px;
	}

#content span {
	font-size: small;
	}

#content p.extended {
	text-align: right;
	margin: 10px 20px 10px 0px;
	}

#content p.posted {
	color: #999999;
	font-size: small;
	border-top: 1px solid #999999;
	text-align: right;
	margin-bottom: 40px;
	padding: 3px;
	}

/*  ------------------------------------------------------------------- sidebar1　サイドバー１　*/

#sidebar1 {
	width: 170px;
	float: left;
	}

#sidebar1 h2 {
	font-size: large;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px 0px 3px 0px;
	border-bottom: 1px solid #ffffff;
	}

#sidebar1 h2.gotoprofile {
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: center;
	border: none;
	}



#sidebar1 ul {
	margin: 0px 0px 0px 20px;
	}

#sidebar1 li {
	list-style-type: none;
	}




/*  ------------------------------------------------------------------- sidebar2　サイドバー２　*/

#sidebar2 {
	width: 130px;
	float: right;
	}

.sponsor {
	text-align: center;
	}

.sponsor img {
	border: none;
	margin-bottom: 20px;
	}


/*  ------------------------------------------------------------------- calendar カレンダー部分　*/

#calendar {
  	line-height: 140%;
	color: #ffffff;
	font-size: x-small;	
  	padding: 2px;
	text-align: center;
	margin: 5px 10px;
	}

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

#calendar caption {
	color: #ffffff;
	font-size: x-small;	
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	}

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

#calendar td {
	text-align: center;
	}

/*  ------------------------------------------------------------------- その他部分  ------------------　*/

.pulldown {
	margin: 0px 0px 10px 10px;
	}

.link-note {
	font-size: small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin: 15px 10px;
	}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: center;
	color: #ffffff;
	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;
	}


