body
{
	margin: 0px;
	padding: 0px;
	background-color: #173C3A;
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
}

object,embed,img,a,input
{
	outline: none;
}

div
{
    font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
    /*border: solid 1px #000000;*/
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	color: #C12876;
}

#overlay
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#apiPopup
{
	position: fixed;
	top: 150px;
	left: 200px;
	width: 530px;
}

#apiPopupCorner
{
	float: right;
	width: 70px;
	height: 21px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #ffffff;
}

#apiiFrame
{
	margin: 0 0;
	padding: 0 0;
	width: 530px;
	height: 435px;
	border-top: none;
	background-color: #ffffff;
}

#emailiFrame
{
	margin: 0 0;
	padding: 0 0;
	width: 530px;
	height: 270px;
	border-top: none;
	background-color: #ffffff;
}

#container
{
	position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 986px;
	margin-top: 10px;
}

#mainContent
{
	width: 840px;
	margin-left: 140px;
	position: relative;
}

#menu
{
	background-image: url(../img/menubg.gif);
	width: 816px;
	height: 39px;
	padding-left: 24px;
}

#menu a
{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

.Selected
{
	font-weight: bold;
}

#login
{
	position: absolute;
	right: 10px;
	top: 5px;
}

#register
{
	position: absolute;
	top: 50px;
	right: 100px;
}

#profile
{
	position: absolute;
	top: 30px;
	left: 100px;
}

.verticalSpace
{
	width: 420px;
	height: 20px;
}

#twitterBox
{
	position: absolute;
	width: 205px;
	height: 313px;
	background-image: url(../img/twitter.png);
	top: 485px;
}

#menuLeft, #menuRight
{
	position: absolute;
	top: 128px;
}

#menuLeft
{
	left: 135px;
}

#menuRight
{
	left: 980px;
}

#footer
{
	background-color: #EC3A0A;
	padding: 4px;
	text-align: center;
	font-size: 10px;
}

.commentTitleNee, .commentTitleNee a
{
	color: #b1b1b1;
	font-weight: bold;
}

.commentContentNee, .commentContentNee a
{
	color: #b1b1b1;	
}

.showComment
{
	font-size: 10px;
}

.commentCorner
{
	position: absolute;
	right: 6px;
	top: 4px;
	font-size: 10px;
	color: #b1b1b1;
}

.commentRating, .commentJa, .commentNee, .commentTime
{
	float: left;
	font-size: 10px;
}

.commentJa, .commentNee
{
	position: relative;
	top: 1px;
	margin-left: 5px;
}

.commentTime
{
	margin-left: 10px;
}

.commentAvatar, .commentTextBlock
{
	float: left;
}

.commentTextBlock
{
	margin-left: 5px;
	width: 328px;
	overflow: hidden;
}

.comment, .comment_uneven, .indentedComment, .indentedComment_uneven
{
	position: relative;
	padding: 6px;
	background-color: #ece9dc;
	font-size: 11px;
}

.indentedComment, .indentedComment_uneven
{
	margin-left: 25px;
}

.comment_uneven, .indentedComment_uneven
{
	background-color: #ffffff;
}

.commentTitle
{
	font-weight: bold;
	margin-bottom: 2px;
}

.responseBox
{
	border: solid 1px #000000;
	width: 330px;
	height: 80px;
	font-size: 11px;
}

#commentNavTop, #commentNavBottom
{
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
}

.commentTitle a
{
	color: #000000;
}

#twitterInner
{
	width: 184px;
	overflow: hidden;
}