body {
	font-size: 15px;
	color: #000000;
    background-image:url(../img/index_bg.gif);
    background-repeat:repeat-x;
    background-position: left top;
	background-color: #CADBFF;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
}


h1, h2, h3, div, p{
  font-weight: normal;
	margin: 0;
	padding: 0;
}

a {
	text-color: #000000;/* リンクの基本色 */
	text-decoration: none;
}

a:hover {
	color:#0000f0;/* オンマウス時の基本色 */
	text-decoration: underline;

}