@charset "Shift_JIS";

/* [ common base style definition ] */

body,
h1, h3, h4, h5, h6,
div, p, pre, ul, dl, ol,
table, form, address, blockquote,
abbr, acronym, bdo, big,
cite, code, dfn, em, img, kbd, label,
object, q, ruby, samp, small,
span, strong, sub, sup, var
	{
	color: #666666;
	font-family: inherit;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	word-spacing: normal;
	}

html, body,
h1, h3, h4, h5, h6,
div, p, pre, ul, dl, ol,
form, address, blockquote
	{
	display: block;
	}

a, abbr, acronym, bdo, big,
cite, code, dfn, em, img, kbd, label,
object, q, ruby, samp, small,
span, strong, sub, sup, var
	{
	display: inline;
	}

/* [ anchors ] */

//a:link,
//a:visited
//	{
//	color: #454545;
//	/*text-decoration: underline;*/
//	text-decoration: none;
//	}

//a:hover,
//a:active
//	{
//	color: #009999;
//	/*text-decoration: underline;*/
//	text-decoration: none;
//	}

/* [ a class="holiday" ] */

a.holiday:link
	{
	color: #3366ff;
	text-decoration: underline;
	}

a.holiday:visited
	{
	color: #ff0000;
	text-decoration: underline;
	}

a.holiday:hover
	{
	color: #3366ff;
	text-decoration: underline;
	}

a.holiday:active
	{
	color: #ff0000;
	text-decoration: none;
	}
/* [ a class="kuro"] */

a.kuro:link{ 
	color:#666666;
	text-decoration:none;
}

a.kuro:visited{
	color:#666666;
	text-decoration:none;
}

a.kuro:active{
	color:#666666;
	text-decoration:none;
}

a.kuro:hover{
	color:#ff0099;
	text-decoration:none;
}
/* [ a class="bottom"] */
a.bottom:link{
	font-size:11;
	color:#999999;
	text-decoration:none;
}
a.bottom:visited{
	font-size:11;
		color:#999999;
	text-decoration:none;
}
a.bottom:active{
	font-size:11;
	color:#999999;
	text-decoration:none;
}
a.bottom:hover{
	font-size:11;
	color:#666666;
	text-decoration:none;
}
/* [ a class="aka"] */

a.aka:link{ 
	color:#ff0099;
	text-decoration:none;
}

a.aka:visited{
	color:#ff0099;
	text-decoration:none;
}

a.aka:active{
	color:#ff0099;
	text-decoration:none;
}

a.aka:hover{
	color:#ff99ff;
	text-decoration:none;
}

/* menu */
td#back_gr_menu{
				background-image: url("../image/tenki_b.gif");
				background-repeat: no-repeat;
				background-position: right;
				}
/* [ c_font ] */
#c_font
	{
	font-family:"Arial"
	}
