@charset "Shift_JIS";



/* フォントファミリー
------------------------------------- */



/* IE 7 */
*;first-child+html body {
	font-family:san-serif;
}
/* IE 6 or sooner*/
* html body {
	font-family:san-serif;
}





a.txt:link {
	color: #666666;
	text-decoration:none;
}

a.txt:visited {
	color: #666666;
	text-decoration:none;
}

a.txt:hover {
	color: #666666;
	text-decoration: underline;
}

a.txt-under:link {
	color: #666666;
	text-decoration:underline;
}

a.txt-under:visited {
	color: #666666;
	text-decoration:underline;
}

a.txt-under:hover {
	color: #009;
	text-decoration: underline;
}



a.under:link {
	color: #666666;
	text-decoration:underline;
}

a.under:visited {
	color: #009;
	text-decoration:underline;
}

a.under:hover {
	color: #666666;
	text-decoration: underline;
}



a.product:link {
	color: #009;
	text-decoration:none;
}

a.product:visited {
	color: #009;
	text-decoration:none;
}

a.product:hover {
	color: #009;
	text-decoration: underline;
}





/***** H *****/



a {
	color:#666666;
	text-decoration: none;
}	

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: none;
}





/***** H *****/


h3 {	
	margin-top:30px;
}


