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

/*ALL リンク色指定*/
A:link {
	color: #333333;
	text-decoration: none;
}


A:visited {
	color: #333333;
	text-decoration: none;
}

A:active {
	color: #333333;
	text-decoration: none;
}

A:hover {
	color: #333333;
	text-decoration: none;
	text-align: left;
}

a img {
	border-width: 0;
	float: left;
}


/*▼▼▼全ページ共通指定部分ここから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

/*ALL ドキュメント全体指定*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/comn/body_back.gif);
	background-repeat: repeat-x;
}



/*▼▼▼【共通】全体サイズ枠▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

#container {
	width: 820px;
	height: auto;
	text-align: left;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#flash_header {
	width: 800px;
	height: 500px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*▼▼▼【共通】フッター.footer　コピーライト▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

#footer {
	float: right;
	height: 15px;
	width: 790px;
	padding-right: 30px;
}

.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	text-align: right;
}

