@charset "utf-8";
/* CSS Document */


@import	url(main.css);
@import	url(menu.css);
@import	url(pages.css);

*{
	margin:0px;
	padding:0px;
	color:#666;
	}
h1 {
	font-size:14px;
	color:#FFF;
	text-align:right;
	line-height:40px;
	}

img {
	border:none;
	}
ul{
	list-style:none;
	}

a {
	color:#1C62B9;
	}
a:hover {
	color:#676767;
	}

#footer a {
	color:#bbb;
	text-decoration:none;
	}
#footer a:hover {
	color:#fff;
	text-decoration:none;
	}
	
/*共通*/
.cb {
	clear:both;
	}
.hr_dot {
	border:#999 dotted 1px;
	}
