@charset 'UTF-8';
html{
 background-color:rgb(212,255,160);
}
p{
 padding:0px;
}
body{
 background-image:url("/style/img/base-back.gif");
 background-position:top left;
 background-repeat:repeat-x;
}
div.site{
 width:800px;
 margin:0px auto;
 margin-right:auto;
 margin-left:auto;
 text-align:left;
 background-color:transparent;
}
div.headLink span.head{
 margin-right:3px;
}
div.headLink span.loginName{
 margin-left:3px;
 margin-right:3px;
 font-size:bolder;
}
div.cap{
 background-color:rgb(255,255,255);
 background-image:url("/style/img/site-cap.gif");
 background-position:top left;
 background-repeat:no-repeat;
 text-align:right;
 margin-top:10px;
 padding-top:10px;
 padding-right:10px;
 padding-bottom:3px;
 font-size:smaller;
}
div.cap h2{
	border:0;
}
div.cap div.navi{
 height:24px;
}
div.cap a{
 margin-right:3px;
 margin-left:3px;
}
div.cap a.here{
 font-size:larger;
 font-weight:bold;
}
div.cap a:hover{
 font-size:larger;
}
div.body{
 border-top:3px solid rgb(200,200,200);
 background-color:rgb(255,255,255);
}
div.shoe{
 background-color:rgb(255,255,255);
 background-image:url("/style/img/site-shoe.gif");
 background-position:bottom left;
 background-repeat:no-repeat;
 padding-top:10px;
 padding-right:10px;
}
div.bottom{
 text-align:center;
 font-size:smaller;
 padding-top:5px;
 padding-bottom:10px;
}
div.bottom *{
 color:rgb(80,80,80);
}
div.bottom a{
 color:rgb(80,80,80);
}
div.bottom a:hover{
 color:rgb(80,80,80);
}
div.bottom a:visited{
 color:rgb(80,80,80);
}
div.rightbar{
 margin-left:200px;
 padding-left:3px;
 padding-bottom:3px;
 padding-top:1em;
 padding-right:5px;
 background-color :transparent;
 _height:600px;
}
div.rightbar h1{
 padding-top:1em;
 margin-bottom:1em;
 padding-left:1em;
 font-size:larger;
 border-bottom:3px double #008000;
}
div.rightbar h2{
 margin-bottom:10px;
 font-weight:bold;
 border-bottom:1px dotted #008000;
}
div.rightbar h2 span{
 margin-left:5px;
}
div.rightbar h3{
 padding-top:15px;
 margin-bottom:3px;
 font-weight:bold;
 border-bottom:1px dotted #008000;
}
div.group{
	font-weight:bold;
	color:rgb(120,120,255);
	font-size:small;
}

img.showdetail{
	background-image: url('/style/img/showdetail.gif');
	background-position:top left;
}
a:hover img.showdetail{
	background-position:bottom left;
}

img.showdetail-d{
	background-image: url('/style/img/showdetail-d.gif');
	background-position:top left;
}
a:hover img.showdetail-d{
	background-position:bottom left;
}
