@charset "UTF-8";
@import "header.css";
@import "footer.css";

*{
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "MS PGothic", Osaka, sans-serif;
	margin:0;
	padding:0;
}
img{
	border:0;
}

.clear{
clear:both;
}

.mb25{
	margin-bottom:25px;
}

.mb20{
	margin-bottom:20px;
}

.mb10{
	margin-bottom:10px;
}

.mb9{
	margin-bottom:9px;
}

.mb6{
	margin-bottom:6px;
}

.mb7{
	margin-bottom:7px;
}

.mb12{
	margin-bottom:12px;
}

.mb13{
	margin-bottom:13px;
}

.mb14{
	margin-bottom:14px;
}

p.margin{
	margin-top:5px;
}

ul{
	list-style:none;
}

strong{
	font-weight:bold;
}

em{
	font-style:normal;
	font-weight:normal;
	font-size:x-small;
	line-height:160%;
}
u{
	text-decoration:none;
	color:#ff6699;
}

a{
	color:#ab56ff;
}
a:link{
	color:#ab56ff;
	text-decoration:none;
}
a:visited{
	color:#ab56ff;
	text-decoration:none;
}
a:hover,a:active{
	text-decoration:underline;
	color:#7a2dd8;
}

body{
	font-size:small;
	line-height:140%;
	color:#6b471c;
	
/*	filter:alpha(opacity=75); /*IE*/
/*	-moz-opacity:0.75; /*FF*/
/*	opacity:0.75;
	background:url(../../../news_top.gif) #666 no-repeat;
*/
}

/* ============================== 02 CSS Hack */
/* floating box clear */
.clr:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clr { display: inline-table; min-height: 1%; }
/* Hide from mac IE5 促*/
* html .clr { height: 1%; }
.clr { display: block; }
/* End Hide from mac IE5 */

/* hide text */
.hidetxt { text-indent: -9999px; overflow: hidden; }
.hidetxt a { text-decoration: none; }

.small { font-size:x-small; line-height:130%; }
.red { color: #f00; }