@charset "utf-8";
/* CSS Document */

body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #58595B;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 780px;
	background: #58595B;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
a img { border-style:none; } 
a:link {
	text-decoration:none;
	color:#58595B;
}
a:visited {
	text-decoration:none;
	color:#F36;
}
a:hover {
	color: #333;
}
a:active {
	color: #898;
}


.twoColFixLtHdr #header { 
	background: #58595B; 
	padding: 0 0px 0 0px;
	width:780px;
	height:180px;
} 
.twoColFixLtHdr #header #clock{
	float: right;
	width: 53px;
	background: #58595B;
}
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 53px;
	height:350px;
	background: #58595B;
	padding: 15px 10px 15px 20px;
}

.twoColFixLtHdr #sidebar1 #cat{
	float:absbottom;
	width: 53px;
	background: #58595B;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 83px;
	padding: 0 10px;
	background-color:#FFF;
} 

.twoColFixLtHdr #container #mainContent #main {
	width:677px;
	height: 375px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	background-color:#FFF;
	font-size:8pt;
  	font-family:Tahoma;
	color: #666;
}

.twoColFixLtHdr #container #mainContent #main #menu {
	height: 75px;
	width:680px;
	background-color:#FFF;
	font-size:8pt;
  	font-family:Tahoma;
	color: #666;
}


.twoColFixLtHdr #container #mainContent #main #top_photo {
	height: 250px;
	width:300px;
	float:right;
	background-color:#FFF;
	font-size:8pt;
  	font-family:Tahoma;
	color: #666;
}


.twoColFixLtHdr #container #mainContent #main #top_gochi {
	height: 200px;
	width:350px;
	padding:5px 0px 0 7px; 
	float:left;
	background-color:#FFF;
	font-size:8pt;
  	font-family:Tahoma;
	color: #666;
	border: 1px solid #666;
	overflow: scroll;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #777;
	scrollbar-track-color: #fff;
	scrollbar-darkshadow-color: #fff;
			} 

.twoColFixLtHdr #container #mainContent #main #top_illust {
	height: 55px;
	width:250px;
	background-color:#FFF;
	font-size:8pt;
  	font-family:Tahoma;
	color: #666;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;
	background:#58595B;
	font-size:10px;
	color:#999;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}