﻿@charset "UTF-8";





/* ---------------------------------------*/
/* グローバル */
/* ---------------------------------------*/

*{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	background: transparent;
}

body{
	color: #ffffff;
	font-family:'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','Osaka',sans-serif;
	font-size: small;
	line-height: 1.5;
	background: #ffcc00;
}

img{
	border: none;
}

strong,
strong a,
strong span,
strong font{
	font-weight: bold;
}

a:link{color: #ffff00;text-decoration:none;}
a:visited{color: #ffff00;text-decoration:none;}
a:hover{color: #ff0000;text-decoration:none;}
a:active{color: #fa8072;text-decoration:none;background:none;}

/* 
クリアフィックス ---------------------------------------*/
.clearfix{
	display: inline-table;
	zoom: 1;
}

.clearfix:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/* 
テーブル ---------------------------------------*/
.data{
	color: #ffffff;
	padding: 1px;
	border: 0px;
	border-collapse: separate;
	border-spacing: 0;
}
.data td{
	font-size: 71%;
	padding-top: 13px;
	padding-left: 7px;
	padding-bottom: 20px;
	border: 0px;
	vertical-align: top;
}
.data .even td{
	background: #000000;
}



/* ---------------------------------------*/
/* ヘッダー */
/* ---------------------------------------*/

#header{
	width: 100%;
	height: 120px;
	margin: 0px auto 0;
	color: #000000;
	background: #ffcc00;
	text-align: left;
	font-size: x-small;
}


/* 
ヘッダー-Home ---------------------------------------*/
#header h5{
	padding-top: 0px;
	padding-left: 10px;
}









/* ---------------------------------------*/
/* コンテント */
/* ---------------------------------------*/
#content{
	width: 100%;
	height: 100%;
	background: #ffffff url(../img/c_bg.jpg) no-repeat;
	border-top: 0px;
	text-align: center;
        background-attachment : fixed;
        background-position :0% 0%;
}


/* ---------------------------------------*/
/* メイン */
/* ---------------------------------------*/

#main {
	width: 350px;
	background: #000000;
	padding: 0px;
	text-align: center;
}

#main p {
	font-size: 75%;
	padding: 20px;
	color: #ffffff;
	text-align: left;
	line-height: 130%;
}






/* ---------------------------------------*/
/* フラッシュ */
/* ---------------------------------------*/
#flash{
	width: 320px;
	height: 240px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	background: #000000;
}

/* 
ムービー ---------------------------------------*/
.movie{
	width: 320px;
	height: 240px;
}





/* ---------------------------------------*/
/* フッター */
/* ---------------------------------------*/
#foot{
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 80%;
	color: #400000;
	text-align: left;
}

/*
コピーライト ---------------------------------------*/
.copyright{
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	background: #ffff00;
	clear: both;
	margin: 10px 0 0 0;
}