body   {
	font-size: 100%;
	font-family: Helvetica, Arial, generic font family;
background-color:#99CCFF
	height: 100%;
	margin:0;
	padding:0;
	text-align: center;
	color:#333;
	background-image: url(../img/bg.gif);
}
#container {
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}
#container:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	width: 750px;
}
#contents {
	width:750px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

.contentsBox{
	width: 750px;
	z-index: 600;
	height: 100%;
	}
p, div, dd, dl, li, ol, ul {font-size: 100%}
td, tr {font-size: 100%}
th { font-weight: bold; font-size: 14px}
b, i, u {font-size: 100%}
sup, sub {font-size: 12px}
input,label {font-size:14px }

a:link      { color: #cc3300; text-decoration: underline }
a:visited    { color: #990000; text-decoration: underline }
a:active    { color: #cc3300; text-decoration: underline }
a:hover    { color: #000000 ;text-decoration:underline}

.topics { font-size: 14px; line-height: 140% }
.whats { font-size: 12px; line-height: 130% }
.intro  { color: #333333; font-size: 12px; line-height: 130% }

.subcon { font-size: 14px; line-height: 130% }

.title   { font-weight: bold; font-size: 14px; line-height: 120% }
.subt    { color: #3366cc; font-weight: bold; font-size: 100%; line-height: 120% }

.text{ font-size: 100%; line-height: 140% }
.text14 { font-size: 14px; line-height: 140% }
.text12 { font-size: 12px; line-height: 140% }

.size18 { font-size: 18px }
.size14 { font-size: 14px }
.size12 { font-size: 12px }
.size10 { font-size: 10px }


.e_greeting {
	line-height: 150%;
	text-indent: 14px;
}


