* {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	text-decoration: none;
	color: #4e4e76;
}
a:visited {
	color: #333333;
}
a:hover {
}
a img {
	vertical-align: bottom;
	margin: 2px;
}
p {
	line-height: 1.4;
	font-size: 100%;
	margin: 0 0 0 0;
}
input {
	border: 1px solid #ccc;
}
ul, ol {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	padding-left: 2em;
}
.amp {
	font-family: Baskerville , Palatino , "Palatino Linotype" , "Book Antiqua" , serif;
	font-style: italic;
}
.sorry {
	font-size: smaller;
	color: #666;
}
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: "Lucida Grande" , Verdana , Arial , Helvetica , "メイリオ" , serif;
}
h2 {
	margin: 16px 0 8px 0;
}
.user-name {
	color: #2c6ed5;
}
#site-header {
	position: relative;
	height: 120px;
}
#site-header h1 {
}
#site-header h1 a {
	display: block;
	position: relative;
	top: 10px;
	left: 10px;
	width: 240px;
	height: 100px;
	background: url(images/siruderu_logo.png) no-repeat;
	text-indent: -9999px;
}
#site-header #menu-frame {
	width: 990px;
	height: 10px;
	position: absolute;
	top: 0px;
}
#site-header #menu-frame .auth-menu {
	border: 1px solid #888;
	border-top: none;
	background: #fff;
	font-size: 12px;
	padding: 2px 4px;
	position: absolute;
	right: 0px;
}
#site-header #menu-frame #auth-user-menu {
}
#site-header #menu-frame #auth-user-menu .user-name {
	margin-right: 16px;
}
#site-header #menu-frame #auth-guest-menu {
}
#site-header #menu-frame #auth-guest-menu a {
	margin: 0 8px;
}
#site-header #menu-frame #auth-login-menu input {
	width: 10em;
	margin-right: 4px;
}
#site-header #menu-frame #auth-login-menu input#login-submit {
	width: auto;
}
#site-header #menu-frame .menu-item {
	cursor: pointer;
}
#site-header #menu-frame #account-menu {
	display: none;
	position: absolute;
	background: #ccc;
}
#site-header #menu-frame #account-menu ul {
	padding: 0;
}
#site-header #menu-frame #account-menu ul li {
	list-style: none;
	margin: 4px 4px;
}
#page-content-wrapper {
	position: relative;
	margin: 10px 0 0 0;
}
#page-content-wrapper #page-header-wrapper {
	position: relative;
}
#page-content-wrapper #page-header-wrapper #page-header-rightside {
	position: relative;
	bottom: 20px;
	width: 190px;
	left: 810px;
}
#page-content-wrapper #page-header {
	margin: 0 0 20px 200px;
	width: 600px;
	min-height: 40px;
}
#page-content-wrapper #page-header h1 {
	font-size: 140%;
	margin: 0;
}
#page-content-wrapper #page-leftside {
	left: 10px;
	width: 180px;
}
#page-content-wrapper #page-rightside {
	left: 810px;
	width: 180px;
}
#page-content-wrapper #page-content {
	position: absolute;
	left: 200px;
	width: 600px;
	background: url(images/white_50.png);
}
#page-content-wrapper #page-content h2 {
	margin: 0 0 8px 0;
	font-size: 120%;
	color: #444;
}
#page-content-wrapper #page-leftside, #page-content-wrapper #page-rightside {
	position: absolute;
}
#page-content-wrapper #page-leftside h2, #page-content-wrapper #page-rightside h2 {
	font-size: 90%;
	font-weight: bold;
	margin: 0 0 1ex 0;
	padding: 0 0 0 0;
	color: #283E4F;
}
#page-content-wrapper #page-leftside h3, #page-content-wrapper #page-rightside h3 {
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #5B6C8A;
}
#page-content-wrapper #page-leftside p, #page-content-wrapper #page-rightside p {
	margin: 0 0 1ex 0;
}
#page-content-wrapper #page-leftside ul, #page-content-wrapper #page-rightside ul {
	margin: 1ex 0;
}
.pager {
	margin: 4px 0 4px 2px;
	padding: 0;
}
.pager li {
	display: inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: solid 1px #9aafe5;
	margin: 0 2px 0 0;
	padding: 2px 4px;
	font-size: 1.2em;
	list-style: none;
	border: solid 1px #dedede;
}
.pager .first-page, .pager .prev-page, .pager .next-page, .pager .last-page {
	font-weight: bold;
}
.pager .inactive {
	color: #888;
}
.pager .current-page {
	color: #fff;
	background: #2e6ab1;
}
.pager a:link, .pager a:visited {
	color: #0e509e;
	text-decoration: none;
}
.pager li:hover {
	border: solid 1px #0e509e;
}
.pager li.inactive:hover {
	border: solid 1px #9aafe5;
}
.note {
	font-size: smaller;
	color: #444;
}
form {
}
form .form-block {
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 8px;
	margin: 0 0 16px 0;
}
form .form-block h2 {
	margin: 0 0 0 0;
}
form .form-block input[type=text], form .form-block input[type=password] {
	padding: 4px;
	font-size: 1.6em;
	width: 300px;
}
form .form-subimit-block {
	text-align: right;
}
form .form-subimit-block input[type=submit] {
	padding: 4px;
	font-size: 1.6em;
}
.library {
}
.library .thing {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 0 0 0;
}
.library .thing .thing-thumbnail {
}
.library .thing .thing-thumbnail img {
	width: 100px;
	height: 100px;
	vertical-align: top;
}
#siru-introduction {
}
#siru-introduction a {
	color: red;
}
#user-profile {
	text-align: right;
}
#user-profile #user-portrait {
	height: 100px;
	text-align: center;
}
#user-profile #user-info {
}
#user-profile #user-info #user-displayname {
	margin: 0 0 10px 0;
}
#user-profile #user-info dl dt {
	text-align: left;
	font-size: smaller;
	color: #444;
}
#thing-header {
	margin: 5px;
}
#thing-name {
	min-height: 2ex;
	font-size: 180%;
}
#thing-typename {
	color: #666;
}
#thing {
	width: 100%;
	min-height: 800px;
	position: relative;
}
#thing #overlay-base {
	position: relative;
	top: 10px;
	left: 430px;
	width: 200px;
}
#thing-neighbors {
	text-align: center;
}
#thing-neighbors #neighbor-previous, #thing-neighbors #neighbor-next {
	width: 120px;
	margin: 0 auto;
}
#thing-neighbors #previous-label {
	text-align: right;
}
#thing-neighbors #next-label {
	text-align: left;
}
#thing-2d3d {
	border: none;
	text-align: right;
}
#thing-2d3d #is-2d, #thing-2d3d #is-3d, #thing-2d3d #is-unknown {
	display: inline-block;
	margin-bottom: 1ex;
}
#thing-2d3d a {
	padding-left: 1em;
}
#is-2d, #is-3d, #is-unknown {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 40px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
#is-2d {
	background: #007229;
}
#is-3d {
	background: #d3005f;
}
#is-unknown {
	background: #ffd600;
}
.overlay {
	background: url(images/white_75.png);
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 0 5px 0;
}
ul.relations {
	list-style: none;
	padding: 0;
}
ul.relations li {
	display: inline;
}
#thing-metainfo {
}
#thing-metainfo img {
	vertical-align: middle;
	margin: 2px;
}
#recent-inserted-things {
	background: #f9eac7;
	border: 1px solid #f6ab00;
	padding: 4px;
	margin: 0 0 8px 0;
}
body#widget {
}
body#widget #widget-body {
	padding: 8px;
}
body#widget #widget-body #notify-inserted {
	font-size: 1.2em;
	border: 1px solid #ccc;
	background: #f8f8f8;
	padding: 4px;
}
body#widget #widget-body #notify-inserted #link-to-dashboard {
	margin-left: 2.0em;
}
body#widget #add-uri-form {
	font-size: 1.4em;
	margin: 4px;
}
body#widget #add-uri-form #f_uri_block {
	margin-top: 8px;
}
body#widget #add-uri-form #f_uri_block span {
	margin: 0 4px 0 0;
	font-weight: bold;
}
body#widget #add-uri-form #f_uri_block input {
	position: relative;
	right: 0;
	width: 320px;
}
body#widget #add-uri-form .actions {
	margin: 8px;
	text-align: center;
}
body#widget #add-uri-form .actions input {
	font-weight: bold;
	padding: 4px 8px;
}
#emergenecy {
	position: fixed;
	right: 0;
	bottom: 0;
	border-top: 1px solid #6a2e22;
	border-left: 1px solid #6a2e22;
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	padding: 4px;
	font: 14px / 1.2;
	background: #dc241f;
	color: #fff;
	cursor: pointer;
}
.rel-link {
	text-align: right;
	margin: 0.5ex 0 1ex 0;
}
.button {
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	line-height: 3.0em;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	padding: 0 0.5em;
	color: #fff;
	background: #444;
	cursor: pointer;
	text-shadow: 2px 2px 2px #000;
}
.button.thin {
	line-height: 1.5em;
	font-size: 1.2em;
}
.button.active {
	color: yellow;
}
.button.inactive {
	cursor: auto;
}
#button-kwsk.active {
}
.dummy-thumbnail-small {
	display: inline-block;
	width: 100px;
	height: 100px;
}
