@charset "utf-8";

/* general */
* {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 100%;
	font-size: 14px;
}

b, em, strong, h1, h2, h3, h4, h5, h6 { 
	font-weight: bold; font-style: normal;
}


body {
	background: #7a8085 url(../images/basic/body_bg.gif);
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Osaka, 'MS PGothic', sans-serif;
	width: 1000px;
}
* html body {
	font-family: 'MS PGothic';
}

a { color:#039; }
a:visited { color:#579; }
a:hover { background-color:#039; color:#fff; text-decoration:none; }


/* accessibility */
#for_old_browser {
	display:none;
}
.reader { display: none; }



/* header blocks */

#header {
	width: 1000px; min-height:107px;
	background-color:#ddd;
	overflow:hidden; /* for Mac IE */
}
#header:after {
	content:""; display:block;
	clear: both;
}


/* content blocks */

#content {
	width:1000px;
	padding: 15px 0 20px 0;
	background-color:#fff;
	overflow:hidden; /* for Mac IE */
}
#content:after {
	content:""; display:block;
	clear: both;
}

#main {
	width:660px;
	float:left;
	display:inline; /* for Win IE */
	background: #fff;
}

#sub {
	width:340px;
	float:left;
	display:inline; /* for Win IE */
	background: #fff;
}

/* footer blocks */
#bpstore {
	width: 1000px;
	background-color:#eee;
	color:#666;
	overflow:hidden; /* for Mac IE */
}

#bpstore:after {
	content:""; display:block;
	clear: both;
}

#footer {
	color:#eee;
	width:1000px;
	padding:14px 0;
	font-size: 11px;
	overflow:hidden; /* for Mac IE */
}

#footer:after {
	content:""; display:block;
	clear: both;
}


/* special effects */
.body_wrapper {
	width:1010px;
	background:url(../images/basic/body_bg_shadow.png) repeat-y 1000px 0;
	overflow:hidden; /* for Mac IE */
}

.body_wrapper_btm {
	width:1010px; height:10px;
	background:url(../images/basic/body_bg_shadow_btm.png) no-repeat;
	overflow:hidden; /* for Mac IE */
}

* html .body_wrapper { /* for Win IE 6 */
	background:transparent;
}

* html .body_wrapper_btm { /* for Win IE 6 */
	background:transparent;
	font-size:0;
}


/* for debug */
.testframe {
	width:100%; height:100%;
	text-align: center;
	background:#999;
}
