/* BASE */

* {
	margin:0px;
	padding:0px;
    font-family: メイリオ, "ＭＳ Ｐゴシック", Osaka, Arial, sans-serif;
	color:#242424;
}

a {
    color: #998675;
    text-decoration: none;
}

a:hover {
    color: #736357;
    text-decoration: underline;
}

a img {
    border: 0;
}

body {
    margin: 0;
    padding: 0;
	background-color:#fff;
}


select {
	font-size:12px;
    border: 1px solid #AAA;
	background-color:#f9f9f9;
}

select:focus {
    border-color: #666;
}

textarea,
input[type=text],
input[type=password] {
    border: 1px solid #AAA;
    padding: 0.2em;
	background-color:#f9f9f9;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus {
    border-color: #666;
}

p.error,
p.success {
    border: 1px solid;
    font-size: small;
    margin: 0.5em;
    padding: 0.5em;
    width: 70%;
}

p.error {
    background: #FCC;
    border-color: #966;
    color: #633;
}

p.success {
    background: #CFC;
    border-color: #696;
    color: #363;
}

td#availability {
    color: seagreen;
    font-weight: bold;
}

td#availability.not-available {
    color: red;
}

textarea {
    font-size: small;
    padding: 0.2em;
}

th {
    padding-right: 1em;
    text-align: right;
}

/* HEADER */

div#header {
    background: #FFF url('img/e_head_bg.gif') bottom repeat-x;
	clear: both;
}

div#header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



h1 {
    float: left;
    font-size: x-large;
    font-weight: bold;
    margin: 0;
	padding:8px 25px 12px 16px;
}

html > body h1 {
	padding:8px 25px 12px 16px;
}

html > body div#header.popup h1 {
    background: url('logo_24.png') 10px center no-repeat;
    padding: 0.5em 0.5em 0.5em 50px;
}

h1 a {
    color: #000;
}

h1 a:hover {
    color: #000;
}

h2 {
    background: #ffabd7 url('img/e_bg_location.gif') center repeat-x;
    clear: both;
    color: #fff;
    font-size: medium;
    padding: 4px 0px 3px 16px;
}

html > body h2 {
	padding: 6px 0px 6px 16px;
}

/* NAVIGATION */

ul#access,
ul#navigation {
    font-size: small;
	/*padding: 0.75em;*/
}

div#header ul {
    float:right;
    text-align: right;
}

ul#navigation { 
	list-style:none;
}

ul#navigation li {
	display:inline;
}


ul#access a,
ul#navigation a {
	font-weight: bold;
	padding: 0.2em 0.5em;
}

ul#access a:hover,
ul#navigation a:hover {
    background: #900;
    color: #FFF;
	text-decoration:none;
}


/* BOOKMARKS */

ol#bookmarks {
    list-style-type: none;
    margin: 0;
    padding: 0 1em;
    width: 70%;
}

html > body ol#bookmarks {
    margin: 0 1em;
    padding: 0;
}

div.link a {
    color: #900;
}

div.link a:hover {
    color: #c00;
}

div.link a:visited {
    color: #966;
}

li.xfolkentry {
    border-top: 1px dotted #ccc;
    margin-bottom: 0;
    padding: 8px 0px;
    clear: both;
}

li.xfolkentry:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}  

li.xfolkentry {   
    display: inline-block;   
}  

li.xfolkentry div.description {
    font-size:x-small;
}

html > body li.xfolkentry {
    border-top: 1px dotted #ccc;
}

div.meta span {
    color: red;
	font-size:xx-small;
}

li.xfolkentry div {
    padding: 0.1em;
}

li.xfolkentry div.meta {
    background: #fff url('img/tag_red.png') no-repeat;
	margin-top:1px;
	padding:1px 0px 3px 18px;
	color: #666;
	font-size:xx-small;
}

div.meta a {
	font-size:xx-small;
}

li.xfolkentry.deleted {
    opacity: 0.5;
}

li.xfolkentry.private {
    border-left: 3px solid red;
}

li.xfolkentry.shared {
    border-left: 3px solid orange;
}

img.pict_thumb {
	padding: 3px;
	float: left;
	margin: 0 10px 5px 0;
}


/* SIDEBAR */

div#sidebar {
    font-size: small;
    position: absolute;
    right: 1em;
    top: 10em;
    width: 25%;
}

div#sidebar a {
    color: #900;
}

div#sidebar a:hover {
    color: #c00;
	text-decoration:underline;
}

div#sidebar div {
    background: #f3f3f3;
    border: 1px solid #ccc;
    color: #242424;
    margin-bottom: 10px;
}

div#sidebar h2 {
	font-size:small;
    background: transparent;
    border: 0;
    color: #242424;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}
div#sidebar hr {
    display: none;
}
div#sidebar p {
    margin: 1em;
}
div#sidebar p.tags a {
    margin: 0;
}
div#sidebar table {
    margin: 0.5em 0.5em 0 0.5em;
}
div#sidebar table td {
    padding-bottom: 0.25em;
    padding-right: 0.5em;
}
div#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0.5em;
}
div#sidebar ul li {
    margin: 0.5em 0;
}

/* TAGS */

p.tags {
    line-height: 1;
    margin: 16px;
    text-align: justify;
    vertical-align: middle;
}
p.tags a,
p.tags span {
    color: #900;
}
p.tags span:hover {
    cursor: pointer;
    text-decoration: underline;
}
p.tags span.selected {
    background: #eee;
}

/* PROFILE */

table.profile th {
    width: 10em;
}

/* OTHER GUFF */

dd {
	background: #CEC;
	border-right: 4px solid #ACA;
	color: #464;
	padding: 6px;
}
dd a {
	color: #464;
}
dd a:hover {
	color: #000 !important;
	text-decoration: underline !important;
}

dl {
	font-size: small;
	margin: 1em;
	width: 70%;
}
dl#profile dd {
	background: #CDE;
	border-color: #ABC;
	color: #247;
}
dl#profile dt {
	background: #BCE;
	border-color: #9AC;
	color: #245;
	display: block;
	font-weight: bold;
	padding: 6px;
}
dl#profile a {
	color: #446;
}
dl#profile a:hover {
	color: #000 !important;
	text-decoration: underline !important;
}
dl#meta dd {
	line-height: 1.5em;
}
dl#meta dt {
	background: #BDB;
	color: #353;
	display: block;
	font-weight: bold;
	padding: 6px;
}
dt {
	border-right: 4px solid #9B9;
}
dt a {
	background: #BDB;
	color: #353;
	display: block;
	font-weight: bold;
	padding: 6px;
}
dt a:hover {
    background: #ACA;
    border: 0;
}

form {
	margin: 0;
}

form#search {
	background: #FFF url('img/e_bg_search.gif') repeat-x;
	color: #555;
	font-size: small;
	margin:0px;
	padding:3px 0px 8px 14px;
}

html > body form#search {
	padding:6px 0px 8px 0px;
}

form label,
form td,
form th {
	font-size: small;
}
form table {
	margin: 0 1em;
}
h3 {
	background: #DDD;
	color: #555;
	font-size: small;
	letter-spacing: 0.2em;
	margin: 2em 1em 1em 1em;
	padding: 0.25em 0.75em;
}
li {
	font-size: normal;
	margin-bottom: 0.5em;
}
p {
    font-size: small;
    margin: 1em;
}
p#sort {
    color: #242424;
    font-size: small;
	font-weight:bold;
    margin:0;
	padding:0px 0px 26px 16px;
}
html > body p#sort {
	padding:5px 0px 26px 16px;
}
p#sort a {
    color: #900;
    font-weight: normal;
	border-left:1px solid #ccc;
	padding-left:8px;
    margin-left: 5px;
}

p#sort a:hover {
    text-decoration: none !important;
	color: #c00;
}

p#sort span {
    display: none;
}

p.paging {
	font-size: small;
	margin:30px 0px 40px 16px;
}
p.paging a,
p.paging span.disable {
	background: #fff;
	border:1px solid #900;
	color: #900;
	display: inline;
	margin-right: 0.5em;
	padding: 0.25em 1em;
}
p.paging a:hover {
	border:1px solid #900;
	background: #fee;
	color:#c00;
	text-decoration: none;
}
p.paging span {
	display: none;
}
p.paging span.disable {
	border:1px solid #ccc;
	background: #f0f0f0;
	color: #AAA;
}
div.collapsible p.tags {
	line-height: 2.25em;
	margin: 1em 2em;
}
th label {
	padding-right: 1em;
}
ul {
	margin:16px 16px 0px 28px;
	width: 75%;
}
