﻿@charset "utf-8";
body,html{
	background-color: #f29cc2;
	}

#content {
	margin:0;
	background  :#f29cc2;
	height:650px;
	min-width:940px;
	}

#content * {
	line-height	:150%;
	}

#content #flashcontent {
	color       :#666666;
	font-size   :80%;
	text-align  :center;
	padding     :10px 30px;
	border      :10px #EEEEEE solid;
	background  :#FFFFFF;
	}
#content #flashcontent h1,
#content #flashcontent h2 {
	color       :#333333;
	}
#content #flashcontent img {
	border      :0;
	}
#content #flashcontent p,
#content #flashcontent ul {
	text-align  :left;
	}
#content #flashcontent p.appendix {
	text-align  :center;
	}
