/*********************************************** 全スタイル共通 */
* {
	margin:			0px;	padding:		0px;
}

body {
	font-family:	"ＭＳ Ｐゴシック",sans-serif;
	font-size:		100%;
	width:			100%;
	height:			100%;
	color:			black;
	background:		lightgray;
	overflow:		hidden;
}

/*
背景画像は個別のcssにて定義する

*/
#navigation {
	position:		static;
	width:			100%;
/*	height:			10%;*/
	line-height:	 300%;
	padding-left:	  10px;
/*	padding-top:	  1%;*/
	color:			black;
	font-size:		  95%;
	font-style:		oblique;
}

#index {
	float:			left;
	width:			100%;
	height:			100%;
	color:			black;
	line-height: 	200%;
	padding-left: 	 1em;
}

h1{
	margin:			10px;
	font-size:  	150%;
	text-align:		center;
	line-height:	1.2;
}

h2{
	margin:			10px;
	text-align:		center;
	line-height:	1.2;
}

h3{
	text-align:		center;
	line-height:	1.0;
}

a:link {
	color:			purple;
}

a:hover {
	color:			darkorange;
}

a:visited {
	color:			maroon;
}


