/* 
 * main CSS
 */

#contents h2 {
	width: 610px;
}

#contents h3 {
	width: 590px;
	margin: 40px auto 10px;
	padding: 0 0 5px 5px;
	border-bottom:dotted 1px #666666;
}

#contents p.privacy {
	padding: 0 10px;
}

#contents p.to_top {
	text-align: right;
	text-indent: 0;
	margin: 0;
}

#contents a:link    {color: #666666; text-decoration: none;}
#contents a:visited {color: #666666; text-decoration: none;}
#contents a:hover   {color: #663366; text-decoration: underline;}
#contents a:active  {color: #663366; text-decoration: underline;}

