/*********************************************************************/
/*** 共通 ***/
	/* 見出し */
	/*
	h2 {
		padding:0px;
		text-align:left;
		color:#ffffff;
		font-size:12px;
	}
	*/

	/* ボタン */
	input.button {
		/* width:170; */
		margin:0px;
		padding:3px;
		/* border:1px solid silver; */
		color:mediumvioletred;
		font-size:12px;
		/* background-color:silver; */
	}

	/* 画像コンテンツ */
	img {
		border-style:none;
	}

	/* リンク色 */
	a:link    { color:blue; text-decoration:none; }
	a:visited { color:blue; text-decoration:none; }
	a:hover   { color:black; text-decoration:underline; }
	a:active  { color:blue; text-decoration:none; }

	/* フォント関連 */
	.font-big {
		font-size:16px;
	}
	.f-red {
		color:red;
	}
	.f-yel {
		color:yellow;
	}
	.f-gre {
		color:green;
	}
	.f-oran {
		margin:0px;
		color:orangered;
		font-size:12px;
		line-height:100%;
	}


/*********************************************************************/
body {
	width:100%;
	margin:0px 0px 0px 0px;
	text-align:center;
	color:black;
	/* font-family:fantasy; */
	font-size:0.8em;
	line-height:150%;

	background-color:white;
}



/*********************************************************************/
/* 外枠 */
.waku {
	/* float:left; */
	width:1000px;
	margin:0px auto;
	padding:2px;
	border:1px solid gray;
	text-align:center;
	font-size:12px;
	background-color:#ffffff;
	/* background-image:url(../image/cont_back.gif); */
	overflow:hidden;
}


/* ヘッダーコンテンツ */
.header-waku-index {
	/* float:left; */
	width:995px;
	height:20px;
	padding:0px;
	text-align:left;
	color:#000000;
	background-color:#ffffff;
	border:0px solid gray;
}
h1 {
	float:left;
	margin:0px;
	padding:0px;
	color:#000000;
	font-size:12px;
}
h2 {
	float:right;
	margin:0px;
	padding:0px;
	font-size:12px;
	color:midnightblue;
}


/* フッターコンテンツ */
.footer-waku-index {
	/* float:left; */
	width:995px;
	height:30px;
	padding:0px;
	text-align:center;
	color:#000000;
	font-size:11px;
	background-color:#ffffff;
	border:0px solid gray;
}

