/* CSS Document */

*{background-color: #f6f6f6;
  font-size:12px; font-color:#000000;
  line-height:130%; 
  margin:1px;
  padding:0px;
}

html{overflow-x: hidden;
}

a:link     {color:#322597; font-size: 12px }
a:visited  {color:#322597; font-size: 12px }
a.:hover   {color:#322597; font-size: 12px }
a.:active  {color:#800080; font-size: 12px }

.koushin{width:320px;
		 text-align:right;
		 margin-bottom:8px;
}

.dots{background-image:url(../image/blue_ball2.gif);
	  background-repeat:no-repeat;
	  width:15px;
	  height:15px;
	  margin-top:0px;
	  margin-bottom:0px;
	  float:left;
}

.honbun{width:305px;
		margin-top:0px;
		margin-bottom:0px;
		float:left;
}

hr{
	width:320px;
	height: 1px; 
	background-color:#0099FF; 
	color:#0099FF; 
	border: none; 
	clear:left;
	margin-left:2px;
	text-align:left;
}









