@charset "utf-8";
/* CSS Document */

body {
	margin-top : 0px;
	margin-bottom : 0px;
}

h1 {
	font-size:10px;
	color:#663300;
	text-align:right;
	margin: 0px;
}

strong {
	color: #663300;
}

a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	color: #DC143C;
	text-decoration: none;
}
a:hover {
	color: #FFA500;
	text-decoration: underline;
}

#mainParts {
	width:800px;
	height: 300px;
	margin-left:auto;
	margin-right:auto;
	margin-top: auto;
	margin-bottom: auto;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}

#mainCenter {
	background-image: url(./center.gif);
	background-repeat: no-repeat;
	padding-left: 44px;
	padding-right: 44px;
	padding-top: 10px;
	width:712px;
	height:290px;
/*	position : relative; top:100px;*/
/*	display: inline;*/
}

#mainText {
	font-size:18px;
	font-weight:bolder;
	color:#ffcc00;
}

#logo_box {
	margin: 0px;
	background-image: url(./logo_bg.gif);
	background-repeat: no-repeat;
	width: 712px;
	height: 107px;
}

.mainLogo {
	float:left;
	margin-top:5px;
	margin-left:5px;
	padding: 0px;
	width:302px;
	height:102px;
	display: inline;
}

.mainLink {
	float: right;
	display: inline;
	margin-top: 43px;
	width: 300px;
	height:32px;
	padding: 0px;
}

#mainLink1 {
	float: right;
	width:100px;
	height:32px;
	text-align:right;
}

#mainLink2 {
	float: right;
	width:100px;
	height:32px;
	text-align:right;
}
#mainLink3 {
	float: right;
	width:100px;
	height:32px;
	text-align:right;
}

#msgBox {
	clear: both;
	margin-top:10px;
	padding: 0px;
	width:712px;
	height:178px;
}

.f_clr {
	clear: both;
}

#msg0 {
	width: 712px;
	height: 140px;
	display: block;
	float: left;
}

#msg1 {
	width: 712px;
	height: 140px;
	display: none;
	float: left;
}

#msg2 {
	width: 712px;
	height: 140px;
	display: none;
	float: left;
}
#msg3 {
	width: 712px;
	height: 140px;
	display: none;
	float: left;
}

.msgLeftBox {
	float: left;
	width: 600px;
	height: 140px;
	color: #663300;
}
.msgLinkBox {
	width: 112px;
	float: right;
	font-size: 80%;
}

.topic_list {
	float: left;
	font-size: 80%;
	margin-top:0px;
	height: auto;
}

.colorOrange {
	color: #FFBE60;
}
.colorGray {
	color: #979797;
}
