/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,div, span{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

img{
	vertical-align:top;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}

body{
	font-size:12px;
	letter-spacing:0.06em;
	color:#000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,h2,h3,h4,h5,h6,th{
	font-size:100%;
	font-weight:normal;
}
/*LINK*/
a{
	color:#F00;
	text-decoration:none;
}
a:hover{
	color:#fe6767;
}
a:active{
	color:#fe6767;
}
a:hover img  {
	background:#fff;
filter: alpha(opacity=70); 
-moz-opacity:0.70; 
opacity:0.70;
} 
a img.rollover:hover{
filter: alpha(opacity=100);
-moz-opacity:1.00;
opacity:1.00;
}
.textout{
	text-indent:-9898px;
}
.clear{
	clear:both;
}
.tleft{
	text-align:left;
}
.tright{
	text-align:right;
}
/*FLOAT*/
.f_right{
	float:right;
	margin:5px;
}
.f_left{
	float:left;
}
img{
	margin-top:5px;
}
/*FONT*/
.big{
	font-size:150%;
	font-weight:bold;
}
.small{
	font-size:83%;
}
.bold{
	font-weight:bold;
}
/*COLOR*/
.red{
	color:#F00;
}
.yellow{
	color:#ff0;
}
.gray{
	color:#666;
}
.blue{
	color:#18375f;
}
/*ROLLOVER*/
.rollover{}
