@charset "utf-8";
/*------------------------------------------------
SITE: 
URL: style/main.css
Date: August 2008
Author: 
----------------------------------------------- */

/* CONTENTS ======================================
※各ページの初期設定とスタイル読み込み
1: IMPORT CSS
2: RESET
3: CLEARFIX
4: ANCHOR
5: PRINT
================================================*/

/* 1: IMPORT CSS */
@import "global.css";
@import "layout.css";
@import "kwicks.css";
@import "ie.css";
/* 2: RESET */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family:"メイリオ",Meiryo,"Verdana","Osaka","ＭＳ Ｐゴシック",sans-serif;;
	background-color:black;
}
h1,h2,h3,h4,h5,h6,div,span,p,blockquote,ol,ul,li,table,th,td,pre,form,fieldset,input {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,p,li,td,th {
	font-size: 100%;
	font-weight: normal;
	color: #ffffff;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
ol,ul {
	list-style: none;
}
p,li {
	line-height: 1.6;
}
fieldset,abbr,acronym,img {
	border: none;
}
caption,th {
	text-align: left;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
q:before,q:after {
	content:'';
}
fieldset,img,abbr,acronym {
	border: 0;
}
a img,:link img,:visited img {
	border: none;
}
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
}
/* 3: CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
div img { vertical-align: text-bottom; }
/* 4: ANCHOR */
a:link { color: white; text-decoration: none;}
a:visited { color: white; text-decoration: none;}
a:hover { color: white; text-decoration: underline;}
a:active {  color: white; text-decoration: underline;}
