/* main css */
a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
body{
	background-color: #ccc;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	color: #000;
	text-align: center;
	vertical-align: top;
}
img {
	border: 0;
}
h1 {
	font-size: 24px;
	line-height: 150%;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px double #060;
}
h2{
	font-weight: bold;
	color: #060;
}
h3 {
	font-weight: bold;
	color: #393;
	text-align: left;
	font-style: italic;
	text-decoration: underline;
}
strong {font-weight: bold;}
.line {
	height: 1px;
	border-bottom: 1px dashed #666;
}
/* logo */
#header {
	background: #9C0 url(../images/home_bg_center.gif);
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #060;
	width: 620px;
	height: 100px;
	vertical-align: text-bottom;
}
#toplogo {
	margin-top: 7px;
	display: block;
	float:left;
}
#ver {
	width:150px;
	height: 18px;
	background-color: #F90;
	float: right;
	text-align: right;
	vertical-align: bottom;
	display: inline;
	clear: right;
	position: relative;
	top: 82px;
}
#ver img {margin: 2px;}
/* ???:left(?,??),maintext(???),footer(???) */
#show {
	width: 622px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#bgcolor {
	width: 620px;
	background:#060;
	float:left;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #060;
}
#maintext{
	background-color: #fff;
	width: 440px; 
	/*width: 470px;*/
	float: right;
	text-align:left;
	padding: 15px;
}
#maintext li{
	line-height: 140%;
}
.photo {
	text-align: center;
}

#left {
	width: 148px;
	height: 100%;
	float: left;
	padding: 20px 0 0;
	text-align: center;
}
#left ul {
	list-style-type: none;
	margin: 0px 0px 0px 18px;
	padding: 0px;
}
#left li {
	float:left;
	width: 80px;
	background-color: #9C0;
	text-align: left;
	margin: 1px 1px 0px;
	padding: 4px 4px 4px 12px;
	height: 18px;
	border-left: 4px solid #F90;
	display: inline;
}
#left a:link {
	color: #000;
	text-decoration: none;
}
#left a:visited {
	color: #666;
	text-decoration: none;
}
#left a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer {
	background-color:#F90;
	width:470px;
	height:24px;
	float:right;
}
#maintext p {
	text-align: left;
}
#footer a {
	color: #000000;
}
#counter {
	visibility: hidden;
}
.recipient {
	font-weight: bold;
	color: #CC0000;
}
