/* rms css */
/* by rootbox */


html,
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, µ¸¿ò;
	font-size: 0.9em;
	background-color: #fff;
	text-align: center;
}

ul { 
    line-height: 1.5em;
    list-style-type: square;
    margin: 0.5em 0 0.8em 1.5em;
    padding: 0;
    list-style-image: url('../images/bullet.gif');
}

p {
	text-align: justify;
}

a:link { 
 	color: #1f00ff; 
	background-color: transparent;
	text-decoration: none;
}

a:visited { 
 	color: #9900dd; 
	background-color: transparent;
	text-decoration: none;
}

a:hover {
 	color: red; 
	background-color: transparent;
	text-decoration: underline;
}


#navigationFrame {
	background-color: #222;
}
#navigation {
	text-align: center
}
#navigation ul {
	list-style: none;
	line-height: 2.5em;
	padding-left: 0;
	margin: 0;
}
#navigation li {
	display: inline;
}
#navigation li a {
	text-decoration: none;
	font-weight: bold;
	color: #eee;
	margin-right: 0.7em;
	font-size: 0.9em;
	padding: 0.5em 0.3em 0.3em 0.3em
}
#navigation li a:hover {
	background: #eee;
	color: #222;
}

#content {
	width: 800px;
	margin: 30px auto;
	text-align: left;
}

.devideLine {
	text-align: right;
	font-size: 0.8em;
	margin-top: 2em;
	/*border-bottom: 1px solid #999;*/
}

.notice {
	font-size: 1.25em;
	font-weight: bold;
	color: #D91818;
	letter-spacing: -0.07em;
}

h2 {
	font-size: 1.5em;
	margin: 1.5em 0 0.5em 0;
}

#footer {
	background-color: #222;
	text-align: right;
	color: #eee;
	font-size: 0.8em;
	padding: 0.3em 0.8em 0.3em 0.3em;
}
