<?php header("Content-type: text/css");?>
@charset "Shift-JIS";

@import "guide.css";
@import "sub.css";
@import "board.css";

/* Browser-style reset
------------------------------------------------------------ */
html {
	margin: 0;
	padding: 0;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));/* No More IE6 Background Flicker */
	}
/* body {
	align: center;/* for ie6 bug 
	}*/
	
body,th,td {
	font-family: "Arial","ＭＳ Ｐゴシック","Osaka";
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #666666;
	}
table {
	border-collapse: collapse;
	}
form {
	margin: 0;
	padding: 0;
	}
a,label{
	cursor: pointer;
	}
img {
	border:none;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
	behavior: url(css/iepngfix.htc);
	}
h1,h2,h3 {
	border:none;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	font-size: 12px;
	}
li,ul{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	font-size: 0;
	border:none;
	line-height: 0;
	}
dt,dl{
	margin:0px;
	padding:0px;
	}
pre {
	margin: 0;
	padding: 0;
	}
a:link {
	color: #c65400;
	text-decoration: none;
	}
a:visited {
	color: #c65400;
	text-decoration: none;
	}
a:hover {
	color: #cc6600;
	text-decoration: underline;
	}
a:active {
	color: #ff9966;
	text-decoration: underline;
	}
	
word-wrap: break-word; /* Internet Explorer 5.5+ */ 
white-space: pre-wrap; /* css-3 */ 
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ 
white-space: -pre-wrap; /* Opera 4-6 */ 
white-space: -o-pre-wrap; /* Opera 7 */  
word-break:break-all; 

	
/* common */
html {
	height: 100%;
	}
body {
	height: 100%;
	}
#popup{
	margin: 0 auto 0 auto;
	min-height: 100%;
	height:100%;
	width:100%;
	background-color:#f9f6f1;
	}

* html 
#all {
	height: 100%;
	}
#header {
	position:relative;
	width: 942px;
	}
#headerlink{
	position:absolute;
	left:120px;
	top:35px;
	width:300px;
	height:100px;
	display:block;
	text-indent:-9999px;
	overflow: hidden;
}
#footer {
	clear: both;
	width: 100%;
	height: 230px;
	background: url(http://image.gamecom.jp/LC/Web/copyright_bg.jpg) no-repeat;
	background-position: center ;
	}
#copyrightimg{
	padding-top:90px;
	}