* {
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	margin: 0px;
	padding: 0px;
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #080058;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #080058;
	scrollbar-shadow-color: #080058;
	scrollbar-track-color: #fff;
	}

body {
	margin: 0px 0px 0px 0px;
	background-color: #000;
	text-align: center;
	}

.c1{
	clear: both;
	}

img{
	border: none;
	}

a {
	text-decoration: underline;
	border: none;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
#container {
	position: absolute;   
	left: 50%;   
	/*height: 100%;   */
	width: 900px;   
	margin-left: -450px; /* MUST be half the width */ 
	line-height: 100%;
	text-align: left;	
	background-color: #000;
	border-left: solid 1px #800;
	border-right: solid 1px #800;
	}
	
#left {
	float: left;
	width: 200px;
	color: #f0f0f0;
	background-color: #000;
	overflow: hidden;
	}

#center {
	float: left;
	width: 700px;
	overflow: hidden;
	background-color: #fff;
	}
	
#bottom {
	color: #f0f0f0;
	background-color: #000;
	text-align: center;
	clear: both;
	}
	
#banner {
	background-color: #000;
	text-align: center;
	background-image: url(image/top.gif);
	background-repeat: no-repeat;
	}
	
#banner h1 {
	text-indent: -9999px;
	font-size: 0px;
	}
	
.banner-link{
	width: 898px;
	background-color: #ECAA00;
	height: 23px;
	border: 1px solid Black;
}	

.banner-link  ul{
	list-style: none;
	font-size: small;
	margin-left: 0px;
	padding: 0px;
	}
	
.banner-link  li{
	float: left;
	border-left: 1px solid Black;
}
	
.banner-link  li a{
	text-decoration: none;
	color: #000;
	background-color: #ECAA00;
	width: 88px;
	height: 19px;
	padding-top: 4px;
	display: block;
	overflow: hidden;
}

.banner-link  li a:hover{
	color: #ECAA00; 
	background-color: #000;
	}
	
.img-link a {
	display: block;
	height: 265px;
	text-decoration: none;
	}	

.content {
	padding: 15px 15px 5px 15px;
	color: #000;
	background-color: #fff;
	font-size: small;
	float: left;
	}

.content p {
	font-size: small;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
	margin: 10px 5px 10px 5px;
}

.content blockquote {
	font-size: small;
	font-weight: normal;
	line-height: 120%;
	background-color: #FAFAD2;
	border: solid 1px;
	padding: 1em;
	}
	
.content em {
	text-align: right;
	font-size: small;
	font-style: normal;
	color: #F33;
}	

.content ol {
	margin-left: 2em;
	}
	
.content li {
	font-size: medium;
	font-weight: bold;
	margin: 5px;
	}

.content h2 {
	font-size: small;
	text-align: right;
	padding: 3px;
	width: 665px;
	}

.content h3 {
	color: #f0f0f0;
	font-size: large;
	background-color: #000;
	border-left: 1em solid #a00000;
	text-align: left;
	font-weight: bold;	
	margin-top: 1em;
	margin-bottom: 10px;
	padding: 3px;
	width: 650px;
	}
	
.content h4 {
	font-size: small;
	font-weight: normal;	
	padding: 5px;
	float: left;
	}

.content h5 {
	font-size: medium;
	font-weight: bold;
	margin-top: 10px;
	}
	
.content h6 {
	font-size: small;
	border:double;
	border-color: #640000;
	padding: 0.5em;
	}

.content p.posted {
	clear: both; 
	font-size: x-small;
	border: 1px dashed #CCCCCC;
	text-align: right;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.sidebar {
	padding: 15px;
	}

.sidebar p {
	font-size: small;
	color: #f0f0f0;
	}	
	
.sidebar a {
	text-decoration: none;	
	}

.sidebar a:link {
	color: #f0f0f0;
	}

.sidebar a:visited {
	color: #CCCCCC;
	}

.sidebar a:active {
	color: #FFFF99;
	}

.sidebar a:hover {
	color: #FF4500;
}
	
.sidebar h2 {
	color: #ddd;
	font-size: small; 
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	text-align: center;
	padding: 3px;
	letter-spacing: .3em; 
	}
	
.sidebar h3  {
	color: #f0f0f0;
	font-size: small;
	}	

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar li {
	color: #f0f0f0;
	font-size: small;
	text-align: left;
	line-height: 120%;
	margin-top: 10px;
	list-style-type: none;
	}

.sidebar img {
	margin:2px; 
	}

.photo {
	text-align: center;
	margin-bottom: 20px;
	}
	
#bottom ul{
	list-style: none;
	font-size: small;
	margin-left: 50px;
	width: 800px;
	}
	
#bottom li{
	float: left;
	border-right: 1px solid #fff;
	margin-right: 10px;
	padding-right: 10px;
}
	
#bottom li a{
	text-decoration: none;
	color: #fff;
}

#bottom li a:hover{
	color: #FF4500; 
	}	
	
.link-note {
	font-size: small;
	line-height: 120%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered {
	font-size: small;
	line-height: 120%;
	text-align: left;
	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%;
	}

.kyujin td{
	border: solid 1px;
	margin: 0px;
	padding: 2px;
	}

.box1{
	background-color: #FAFAD2;
	border: solid 1px;
	margin: 15px;
	width: 185px;
	height: 350px;
	float: left;
}
