@charset "utf-8";

html {overflow-x:hidden;}

body {
	margin: 0px; 
	/*font-size: 12px;
	line-height: 130%;
	color: #666666;*/
	padding:0px;

}


h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
}

img {
	border: 0;
}


a { color: #8E782D; text-decoration: underline;}
a:hover { color: #333; text-decoration: underline;}


#navi{
text-align:right;
font-size:10px;
padding-bottom:10px;
clear:both;
border-top:1px dotted #ccc;
}
/*
---------------------------------------------------------------------
denko
---------------------------------------------------------------------
*/

#denko{
 background-color:#666;
 font-size:10px;
 color:#FFF;
 line-height: 150%;
}


/*
---------------------------------------------------------------------
topics
---------------------------------------------------------------------
*/

#topics{
    background-image:url(/home/img/bg_iframe.jpg) ;
	background-repeat:repeat-y;
	background-position:left;
	width: 375px;
	color: #000033;
	margin-left:5px;

}

#topics p {
	line-height:120%;
	font-size: 12px;
}
#topics .day{
	font-weight: bold;
}
#topics h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

#topics .box {
	width: 375px;
	margin-bottom:5px;
	border-top:1px dotted #ccc;
	padding-bottom:5px;
	padding-top:5px;
	clear:both;
}

#topics .box img {
	float: right;
	margin:  5px;
	border:#C7AA4C 1px solid;
}

/*
---------------------------------------------------------------------
event
---------------------------------------------------------------------
*/

#event{
    background-image:url(/home/img/bg_iframe.jpg) ;
	background-repeat:repeat-y;
	background-position:left;
	width: 375px;
	color: #000033;
	margin-left:5px;

}

#event p {
	line-height:120%;
	font-size: 12px;
}
#event .day{
	font-size: 10px;
}
#event h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-bottom:2px;
}

#event .box {
	width: 375px;
	margin-bottom:5px;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
}

#event .box img {
	clear:both;
	margin:  5px  0px  0px  0px;
   	width:370px;
}




/*
---------------------------------------------------------------------
pickupgirls
---------------------------------------------------------------------
*/

#pug {
    background-image:url(/home/img/bg_iframe.jpg) ;
	background-repeat:repeat-y;
	background-position:left;
	width: 390px;
	color: #000033;
	margin-left:5px;
}
#pug .box{
    float:left;
    width:120px;
    margin:3px;
}
#pug .box img{
    clear:both;
    width:120px;
    border:#C7AA4C 1px solid;
}

#pug .name{
   font-size:12px;
   margin-top:1px;
}
#pug .msg{
   font-size:10px;
   height:100px;
  width:120px;
   overflow:auto;
}
