﻿@charset "utf-8";

#flashcontent {
	line-height	:0;
	}
	#flashcontent * {
		line-height	:150%;
		}
	#flashcontent #attention {
		font-size   :80%;
		text-align  :center;
		margin      :0 10%;
		padding     :30px;
		}
		#flashcontent #attention h1,
		#flashcontent #attention h2 {
			color       :#333333;
			}
		#flashcontent #attention img {
			border      :0;
			}
		#flashcontent #attention p,
		#flashcontent #attention ul {
			text-align  :left;
			}
		#flashcontent #attention p.appendix {
			text-align  :center;
			}


body{
	margin: 0;
	padding: 0;
	color: #373734;
	background:#191818;
	line-height: 1.8;
	font-size:77%;
	letter-spacing:1px;
	height:100%;
}

div#allWrapping{
}

div#allWrapping img{
}

/*foot
---------------------------------*/

#foot{
	height:70px;
	background:url(../img/foot_bk.gif) left top;

}

#foot #copyright{
	width:950px;
	margin:0 auto 0 auto;
	text-align:right;
}

#foot img{
	margin:20px 0 0 0;
}

