body {
	/*margin: 20px 10px;*/
	padding: 0;
	height: 100%;
	border: none;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
a {
	color: #170243;
    outline: none;
}
.prop {
   height:360px;
   float:right;
   width:1px;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
.bold {
	font-weight: bold;
}
h1 {
	font-size: 1.8em;
	color: #170243;
}
h2 {
	font-size: 1.5em;
	color: #170243;
}
h3 {
    font-size: 1.2em;
	text-align: left;
    color: #170243;
}
h3 a {
	color: #170243;
}
hr {
	color: #170243;
	background-color: #170243;
	border: 0;
	height: 1px;
}
#wrapper {
	background: url(../images/common/left_band.gif) left repeat-y;
	text-align: left;
	margin: 20px auto;
	border: 1px solid black;
	width: 980px;
	position: relative;
	min-height: 500px;
}
#header {
	height: 150px;
}
#header-text {
	margin: -120px 0 0 250px;
	font-size: 3em;
	font-weight: bold;
	color: white;
	text-align: center;
}
#footer {
	width: 980px;
	margin: auto;
	padding-top: 10px;
	text-align: left;
	font-size: .8em;
	color: #999;
}
#footer a {
	color: #999;
}
#contents {
	padding: 0 10px 20px 10px;
	margin-left: 150px;
}
#back-menu {
	margin-top: 5px;
	margin-bottom: -5px;
}
#bad-login {
	width: 300px;
	height: 130px;
	margin: 50px 0 0 150px;
	padding: 10px;
	border: 1px solid #170243;
	font-size: 1.2em;
	font-weight: bold;
	color: #170243;
}
#member-text {
	float: right;
	color: #170243;
}
.red {
    color: red;
}
.italic {
    font-style: italic;
}
.rss {
    /*background: url(../images/common/feed-icon-28x28.png) no-repeat;*/
    padding: 5px 0 0 0;
    height: 28px;
    width: 28px;
    float: right;
}