<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/* CSS Document */

body{
	margin: 0 !important;
	padding: 0 !important;
}
#leftmain{
	width: 200px ;
	margin-right: 20px ;
}
.box200{
	width: 200px ;
	margin: 0 auto 2em;
	padding: 0 ;
	
}
.box200 img{
	width: 100% ;
	margin: 0 ;
	padding: 0 ;
}
.txt {
    font-size: 0.8em ;
	padding-left: 0.5em ;
    text-align: center ;
}
.txt_or {
    color: #FF8C00;
}
.txt_re {
    color: #FF0000;
}

.cate_box{
	width: 200px ;
	margin: 0 auto 2em;
	padding: 0 ;
}
#cate_cont{
	width: 200px ;
}
#cate_menu {
  display: block;
  width: 200px;
  position: relative ;
}
#cate_menu dt {
  display: block;
  width: 200px;
  cursor: pointer;
}
#cate_menu dd {
 width: 200px;
font-size: 0.8em ;
  line-height: 1.7;
  display: none;
	margin: 0 0 10px 0 ;
}

</pre></body></html>