@charset "UTF-8";
/* CSS Document */


.line2{
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	/*margin-top:30px;*/
	/*background-color:#fFFFF0;*/
}

.h10{height:10px;}
.h20{height:20px;}
.h30{height:30px;}
.h40{height:40px;}
.h50{height:50px;}
.h60{height:60px;}
.h70{height:70px;}
.h80{height:80px;}
.h90{height:90px;}
.h100{height:100px;}
.h150{height:150px;}
.h200{height:200px;}
.h300{height:300px;}
.h400{height:400px;}

img{vertical-align:top;}

#sidebar{
	float:left;
	width:160px;
}
#contents{
	float:left;
	width:760px;
}

.cb{clear:both;}

.red{background-color:#F00;}