/* ヘッダー　通常 */


#header_wrap {
	width: 100%;
	background-repeat: repeat-x;
	margin-bottom: 5px;
}
#header {
	width: 775px;
	height:175px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: right;
	vertical-align: top;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
#header a:link {
	color: #0099CC;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
}
#header a:visited {
	color: #660099;
	line-height: 20px;
	text-decoration: none;
}
#header a:active {
	color:#009900;
	line-height: 20px;
	text-decoration: none;
}
#header a:hover {
	color:#FF6600;
	line-height: 20px;
	text-decoration: none;
}

.img_index {
	background-image: url(../img/hajimete/header.gif);
}

