
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bg.jpg) no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #87827d;
	text-decoration: none;
}

img {
	border: 0px;
}

a {
	outline: none;
}

p {
	margin-bottom: 15px;
}

h1 {
	margin-bottom: 15px;
}

#top_link {
	margin-top: 30px;
	margin-right: 40px;
}

#top_link .rss {
	display: block;
	float: right;
	background: url(images/icon_rss.gif) no-repeat top right;
	color: #87827d;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
	padding-right: 35px;
	margin-right: 20px;
}

#top_link .book {
	display: block;
	float: right;
	background: url(images/icon_bookmark.gif) no-repeat top right;
	color: #87827d;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
	padding-right: 35px;
}

#top_link .rss:hover, #top_link .book:hover {
	color: #000000;
	text-decoration: underline;
}

#main_navi {
	float: right;
	margin-right: 20px;
}

#main_navi a {
	display: block;
	float: right;
	font-size: 18px;
	color: #595959;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding-right: 30px;
	margin-right: 10px;

}

#main_navi a:hover {
	color: #cd342b;
	padding-bottom: 2px;
	border-bottom: 2px dotted #cd342b;
}

#main_navi .select {
	color: #cd342b;
	padding-bottom: 2px;
	border-bottom: 2px dotted #cd342b;
}

.banner_border {
	border: 1px solid #f1a06b;
}

#content_area {
	background: url(images/bg_content.jpg) no-repeat top left;
	padding: 31px 20px;
}

.content_border {
	border-right: 1px solid #e69b95;
}

#left_content {
	float: left;
	padding-right: 35px;
}

.black {
	color: #6e6e6e;
}

.black span {
	color: #cd342b;
}

.input {
	border: 1px solid #dcdcdc;
	width: 296px;
	height: 21px;
}

.txt_area {
	border: 1px solid #dcdcdc;
	width: 296px;
	height: 100px;
}

.orange {
	color: #cd342b;
}

.mail {
	color: #cd342b;
	text-decoration: underline;
}

.mail:hover {
	text-decoration: none;
}

#footer {
	border-top: 1px solid #e69b95;
	padding: 20px;
}

#footer a {
	color: #87827d;
	text-decoration: none;
}

#footer a:hover {
	color: #cd342b;
	text-decoration: underline;
}

#footer .sep {
	margin: 0px 10px;
}
.message
{
	color:#0000FF;
	font-size:16px;
	font-weight:bold;
	padding-left:3px;
	padding-top:10px;
}



