@import url(base.css);
body {
	margin: 0;
	padding: 0;
	background: #ddd;
	text-align: center;
	font-size: 0.75em;
	line-height: 1.3em;
	font-family: Tahoma, sans-serif;
}
input[type=text], 
input[type=password] {
	border-top: 1px solid #aaa;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #aaa;
}
input[type=text]:hover, 
input[type=password]:hover, 
input[type=text]:focus, 
input[type=password]:focus {
	background: #ffc;
}
a {
	text-decoration: none;
}
a:link, 
a:visited {
	color: #333;
}
a:hover, 
a:active {
	color: #000;
	background: #f9f9f9;
}
a img {
	border: 0 none;
}

#head, 
#body, 
#foot {
	width: 770px;
	background: url(/images/bg.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
}

#head {
	position: relative;
}
#head h1 {
	margin: 0;
	background: url(/images/bg.gif) no-repeat -1000px 0;
	padding: 20px 20px 8px;
}

/* user information */
#head #userinfo {
	position: absolute;
	top: 20px;
	right: 20px;
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #eee;
	font-size: 0.9em;
	height: 4.5em;
	width: 250px;
}
/* login */
#head #userinfo input {
	vertical-align: middle;
}
#head #userinfo label {
	display: block;
	width: 5em;
}
#head #userinfo label.id {
	position: absolute;
	top: 0.6em;
	left: 10px;
}
#head #userinfo label.password {
	position: absolute;
	top: 0.6em;
	left: 110px;
}
#head #userinfo input#user-id {
	position: absolute;
	bottom: 0.5em;
	left: 10px;
}
#head #userinfo input#user-password {
	position: absolute;
	bottom: 0.5em;
	left: 110px;
}
#head #userinfo input#user-id, 
#head #userinfo input#user-password {
	border-top: 1px solid #aaa;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #aaa;
	width: 90px;
}
#head #userinfo input#user-id:hover, 
#head #userinfo input#user-password:hover, 
#head #userinfo input#user-id:focus, 
#head #userinfo input#user-password:focus {
	background: #ffc;
}
#head #userinfo span.login {
	position: absolute;
	bottom: 0.4em;
	right: 10px;
}
#head #userinfo span.join {
	position: absolute;
	top: 0.6em;
	right: 10px;
}
/* logged */
#head #userinfo div.info {
	position: absolute;
	top: 0.6em;
	left: 10px;
}
#head #userinfo div.button {
	position: absolute;
	bottom: 0.5em;
	left: 10px;
	width: 140px;
	text-align: center;
}
#head #userinfo div.button img {
	vertical-align: middle;
}
#head #userinfo div.log-member {
	position: absolute;
	top: 0.6em;
	right: 10px;
	font-size: 0.9em;
}
#head #userinfo div.log-guest {
	position: absolute;
	bottom: 0.7em;
	right: 10px;
	font-size: 0.9em;
}
/* menu */
#head #menu {
	padding: 0;
	height: 2.6em;
	margin: 0 11px;
	background: url("/images/menuBg.gif") repeat-x;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#head #menu a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0.7em;
	line-height: 1.2em;
}
#head #menu a:hover, 
#head #menu a:active {
	background: #eee;
}
#head #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#head #menu ul.depth1 {
	margin: 0 20px 0 0;
	float: right;
	display: inline;
}
#head #menu ul.depth1 li {
	position: relative;
	float: left;
	margin: 0 2px;
}
#head #menu ul.depth2 {
	position: absolute;
	top: 2.6em;
	left: 0;
	padding: 0.5em;
	background: #f9f9f9;
	width: 100px;
	display: none;
}
#head #menu ul.depth2 li {
	float: none;
	margin: 0;
}
#head #menu ul.depth2 li a {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
* html #head #menu ul.depth2 li a {
	display: inline;
}

/* body */
#body {
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 1.6;
}
#body div.board-view-content {
	line-height: 1.2;
}

#body h1.content {
	margin: 0;
	padding: 0 11px 20px;
}

#foot address {
	margin: 0;
	text-align: center;
}
#foot div#credit {
	background: url(/images/bg.gif) no-repeat -2000px 100%;
	padding: 5px 0 15px;
	text-align: center;
}
#foot div#credit a {
	font: normal 10px/1.6em tahoma, sans-serif;
	text-decoration: none;
	color: #aaa;
}
#foot div#credit a:hover {
	background: #aaa;
	color: #fff;
}
#badge {
	width: 750px;
	margin: 0 auto;
	height: 2em;
	text-align: right;
	font-size: 0.9em;
}
#badge p {
	margin: 0 1em;
}

/* content */
#twitter ol {
	margin: 0;
	padding: 0 10px 10px;
	list-style: none;
}
#twitter ol li {
	padding: 5px 10px;
	clear: left;
	border-top: 1px solid #eee;
	font-weight: bold;
}
#twitter ol li:first-child {
	border-top: none;
}
#twitter ol img {
	float: left;
	margin: 0 10px 5px 0;
	width: 40px;
	height: 40px;
}
#twitter ol p {
	margin: 0;
	font-weight: normal;
}
#main-latest-article {
	width: 572px;
	vertical-align: top;
	border-right: 1px solid #eee;
}
#main-latest-article h2 {
	background: url(/zeroboard/latest_skin/snuns9/images/title_bg.gif) repeat-x;
	padding: 0 0 1px 27px;
	margin: 0 0 10px;
	font-size: 1.2em;
	color: #444;
}
#main-latest-article h2 img {
	vertical-align: middle;
}
#constitution {
	width:700px;
	margin: 0 0 0 35px;
	text-align: left;
}
p.author {
	text-align: right;
}
#constitution h2 {
	color:#066;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
#constitution h3 {
	color:#066;
	font-size: 1.6em;
	font-weight: bold;
}
#constitution h4 {
	color:#066;
	font-size: 1.2em;
	font-weight: bold;
}
.input {
	border:solid 1px #cccccc;
}
.title {
	color:#066;
	font-size: 2em;
	font-weight: bold;
}
.sub_title {
	color:#777777;
	font-weight:700;
}
.text {
	text-indent:1em;
}
.small {
	font-size:8pt;
}

div.links ul {
	margin: 15px 30px;
	padding: 0;
	list-style: none;
}
div.links li {
	display: inline;
	padding-right: 1em;
}
