@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------
	初期化
--------------------------------------------------------------------*/
ul { list-style-type: none; }

/*--------------------------------------------------------------------
	基本スタイル
--------------------------------------------------------------------*/
html{
	margin		: 0px;
	padding		: 0px;
	width		: 100%;
	height		: 100%;
}

	
body{
	margin		: 0px;
	padding		: 0px;

	color		: #ffffff;
	line-height	: 150%;
	font-size	: 100%;
	
	width	: 100%;
	height	: 100%;
	
	background-color: #1b1b1b;
	
}

img{
	margin		: 5px;
}

h2{
	font-size	: 110%;
	color: #ffcc00;	

}

h3{
	font-size	: 100%;
	color: #e0e0e0;	
	font-weight: 700;
}




p{
	margin		: 10px;
}

.menu a {
	text-decoration: none;
	font-weight: 700;
	
	font-size	: 110%;
	color: #fff;
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}

.menu a:hover {
	color: #ffcc00;		
}




hr{
	height: 1px;
	background-color: #d6d5d5;
	width	: 100%;
	border: none;

}


.menu td{
	text-align: center;

}

.copyright {
	width: 100%;
	font-size: 90%;
	font-family: serif;
	font-weight: 500;

	text-align: center;

	margin: 0;
	padding: 0;


}


/*--------------------------------------------------------------------
	メインイメージ
--------------------------------------------------------------------*/
.mainimg{


}