@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:#000000 url(../img/bg_copy.gif) center no-repeat;
	font-size:80%;
	font-family:"メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.4;
}

p {
	margin:0;
}

img {
	border:0;
}



/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
	text-align:center;
	position:absolute;
	top:50%;
	width:100%;
	height:525px;
	margin-top:-262px;
	border-top:#FFFFFF solid 1px;
	border-bottom:#FFFFFF solid 1px;
	background:#FFFFFF url(../img/flash_bg.gif) right repeat-y;
}

#flashBox {
	width:960px;
	padding:0;
	margin:0 auto 0 auto;
	z-index:1;
}

body#blog #flashBox {
	background:url(../img/blog_bg.jpg) top right no-repeat #FFFFFF;
}

body#blog #content {
	overflow:auto;
	height:445px;
	background:url(../img/blog_bg.jpg) top right no-repeat #FFFFFF;
	_background:transparent ;
}

*:first-child+html body#blog #content {
	background:transparent ;
}

