@charset "utf-8";

#mainContents img {
	max-width:620px;
}

#nav-above {
	
}


#nav-below{

}

#nav-below .nav-previous{
	float:left;
	width:200px;
}
	
#nav-below .nav-next{
	float:right;
	width:200px;
	text-align:right;
}



#mainContents table{
	width:600px;
	border-top:1px solid #606060;
	border-left:1px solid #606060;
	border-collapse:collapse;
	margin-top:10px;
}
#mainContents th{
	border-bottom:1px solid #606060;
	border-right:1px solid #606060;
	padding:0px;
	font-weight:normal;
	background-color: #dcdcdc;
}
#mainContents td{
	border-bottom:1px solid #606060;
	border-right:1px solid #606060;
	padding:0px;
	font-weight:normal;
}
.infocomment {
	min-height: 90px;
}

#wrapper{
	background-image: url(../img/bg.gif);
	repeat-y;
}

#leftBar{
	//min-height: 2500px;
	height:100%;
}
#rightBar{
	//min-height: 2500px;
	height:100%;
}

.menu_yellowbox {
	width: 179px;
	border-right: 1px solid #231815;
	border-bottom: 1px solid #231815;
	background-color: #cccc33;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.menu_bluebox {
	width: 179px;
	border-right: 1px solid #231815;
	border-bottom: 1px solid #231815;
	background-color: #00ccff;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}


h3.widget-title{
	display: none;
}
ul.xoxo{
	list-style-type: none;
	padding-left: 0px;
}
#sidecomments{
	list-style-type: none;
	padding-left: 0px;
}
#sidecommentsbox{
	width:146x;
	word-wrap:break-word;
	background-color:white;
	line-height:1.1em;
	
	padding:0px;
	border-color:#f77e28;
	border-width:2px 2px 2px 2px;
	border-style:solid;
}
#sidecommentsbox ul{
	margin:5px;
}
#sidecommentsbox li{
	font-size: 12px !important
}
#sidecommentstitle{
	padding:3px;
	background-color: #f77e28;
	color: white;
}
