@charset "euc-jp";

/*
Title: mux03
Revision: $Revision: 1.3 $
Author: MUNEDA Takahiro
Access: http://mux03.panda64.net/
License: GPL
Comment: mux03.panda64.net theme

Validated by W3C CSS Validator

*/

/*
Change Log:
 1.3: 20060522 Add ALPSLAB clip! support
 1.2: 20060512 Edit {margin,padding}-left values in div.day h4
 1.1: 20060510 Change blockquote border color (#62584E -> #ccc)
 1.0: 20060505 First Release
*/

/* for debug ;)
html * {
	border: 1px solid #6b6b6b;
}*/

body {
	color: #333;
	background-color: #fff;
	margin: 5px;
}

a:link{
	color: #660fff;
	background-color: transparent;
}

a:visited{
	color: #800080;
	background-color: transparent;
}

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

a {
	text-decoration:none;
}

h1 {
	text-align: left;
	font-weight: bold;
	margin: 0.5em;
}

div.day {
	margin: 0px;
	padding-bottom: 1em;
}

div.day h2 {
	text-align: left;
	font-weight: bold;
}

h2 span.date {
	font-size: medium;
	margin-left: 0.3em;
}

h2 span.title {
	font-size: large;
	margin: 0em 0.3em;
}

h2 span.nyear {
	font-size: medium;
}

div.section {
	margin: 0.5em 0.1em 0em 0.1em;
	width: 100%;
}

div.day h3 {
	text-align: left;
	font-size: medium;
	font-weight: bold;
}

div.day h4 {
	padding: 0.1em 0em 0.2em 1em;
	margin: 0.5em 0px 0px 0px;
	font-size: medium;
	font-weight: bold;
}

div.day h5 {
	margin: 2em;
	font-size: medium;
	font-weight: bold;
}

div.day span.sanchor, div.day span.canchor {
	font-size: 70%;
	text-decoration: none;
}

div.section p {
	line-height: 150%;
	margin: 0.5em 1em 0.5em 1em;
}

div.comment {
	margin-top: 0.5em;
	margin-bottom: 0.1em;
	margin-right: 0em;
	width: 100%;
}

div.caption {
	font-size: 90%;
	/*padding: 0.1em 0em 0.2em 1em;*/
	margin: 0.5em 1em 0.5em 1em;
}

div.commentshort {
	font-size: 90%;
}

div.commentator {
	margin-left: 0.3em;
}

span.commentator {
	font-weight: bold;
}

div.commentshort p {
	line-height: 120%;
	margin: 0.5em 1em 0.7em 2em;
}

div.commentbody {
	font-size: 90%;
	line-height: 120%;
	margin: 0.5em 1em 0.7em 2em;
}

div.commentbody p {
	margin: 0.2em 0em 1em 1.5em;
}

div.form {
	margin: 0.5em 0em 0.1em 0em;
}

div.form form {
	margin: 0.5em 1em 0.7em 2em;
}

div.form form.comment {
	font-size: 90%;
	padding-bottom: 0.5em;
}

div.field {
	display: inline;
	margin-right: 2em;
}

form.comment input {
	margin-left: 0.5em;
}

div.textarea {
	display: block;
	vertical-align: top;
	margin-top: 0.7em;
}

form.comment textarea {
	display: block;
	margin: 0em 0em 0.7em 3.5em;
	width: 25em;
	height: 5em;
}

form.comment div.button {
	display: block;
	margin-left: 3em;
}

form.commentstat div.button {
	display: block;
	margin-left: 3em;
}

div.referer {
	text-align: right;
	font-size: 90%;
	margin: 0.5em 1em 0em 0em;
}

div.refererlist {
	padding-bottom: 1px;
	margin: 0.5em 0em 0.5em 0em;
}

div.refererlist ul, div.refererlist ol {
	font-size: 90%;
	line-height: 120%;
	margin: 0.5em 1em 0.7em 2em;
	padding-left: 1em;
}

div.section hr {
	border-style: dotted;
	border-color: #888;
	border-width: 1px 0px 0px 0px;
	margin-left: 4em;
	width: 70%;
}

hr.sep {
}

div.footer {
	font-size: 90%;
	text-align: right;
	margin-top: 1em;
	margin-right: 1em;
	clear: both;
}

/* update */

div.update {
	padding-top: 1em;
	margin: 0.5em 1em 0.7em 2em;
}

form.update {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

form.update input, form.update textarea, form.commentstat input {
}

form.update span.field {
	display: inline;
	margin-left: 0em;
	margin-right: 0.5em;
}

form.update div.field.title {
	display: block;
	margin-top: 1em;
}

form.update div.field.title input {
	margin-left: 0.5em;
}

form.update div.textarea {
	display: block;
	margin-top: 1em;
}

form.update textarea {
	display: block;
	margin: 0em 0em 1em 3em;
	width: 35em;
	height: 15em;
}

form.update span.checkbox.hidediary {
	margin-left: 1em;
}

div.comment form {
	margin-top: 0em;
}

p.message {
	text-align: center;
	font-size: large;
	background-color: #d00;
	color: #fff;
	padding: 8px;
}

div.section pre {
	color: #cccccc;
	background-color: #333333;
	margin-left: 3em;
	margin-right: 1em;
	padding: 8px 8px 8px 8px;
}

div.section blockquote {
	border: #ccc 1px solid;
	margin-left: 3em;
	padding-left: 15px;
}

div.section blockquote p {
	margin: 0.5em 0em;
}

div.section ul, div.section ol {
	margin: 1em 3em 1em 5em;
}

div.section ul ul, div.section ol ol {
	margin-left: 1.7em;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

div.section dl {
	margin-left: 4em;
}

div.section dt {
	margin-bottom: 0em;
	font-weight: bold;
}

div.section dd {
	margin: -1em 0em 0.5em 3.5em;
}

div.section table {
	margin: 0.5em 1em 0.5em 5em;
	border: #ccc 1px solid;
	border-collapse: collapse;
}

div.section th, div.section td {
	padding: 3px 0.5em;
	border: #ccc 1px solid;
}

/* plugins */

/* amazon */
img.left {
	border: #fff solid 1px;
	float: left;
	margin: 0.5em;
}

img.right, img.photo, img.amazon {
	border: #fff solid 1px;
	float: right;
	margin: 0.5em;
}

/* ALPSLAB clip */
div.main img {
	border: #fff solid 1px;
	float: right;
	margin: 0.5em;
}

div.day div.tags {
	text-align: right;
	font-size: 80%;
	margin: 0px 15px 0px 0px;
}

span.blogmap {
	font-size: 80%;
}

div.day div.lwws {
	text-align: right;
	font-size: 0.8em;
	margin: 10px 0px 0px 0px;
}

div.sidebar div.lwws {
	font-size: 0.8em;
	margin-left: 1em;
}

div.alpslab-slide {
	border: #fff solid 1px;
	float: right;
	margin: 0.5em;
}

div.calendar {
	margin: 0.5em 1em 0.7em 2em;
}

div.calendar select {
	margin-left: 8px;
}

p.recentitem {
	font-weight: bold;
	margin-left: 4px;
	margin-bottom: 0.5em;
}

div.footnote {
}

div.recentsubtitles {
}

div.footnote p.footnote {
	margin: 0.5em 1em 0.7em 2em;
}

/* sidebar */

div.main {
	width: 72%;
	margin-left: 0.5em;
	padding: 0px;
	float: left;
}

div.sidebar {
	font-size: 90%;
	background-color: transparent;
	color: #000;
	width: 23%;
	margin-left: -1px;
	padding: 0.5em 0.5em 0.5em 1em;
	float: left;
}

div.sidecontents {
	margin: 0.5em 0.1em 0em 1em;
}

div.sidecontents p {
	line-height: 120%;
	margin: 0.5em 0em 0.7em 1em;
	text-align: left;
}

div.sidecontents p.misc {
	line-height: 120%;
	margin: 0.5em 0em 0.7em 2em;
}

div.sidecontents ul, div.sidecontents ol {
	margin-left: 3em;
	padding-right: 0px;
}

div.sidebar img {
	border: none;
}

div.adminmenu {
	text-align: right;
	font-size: 80%;
	margin: 0.1em 10px 0px 0px;
	clear: both;
}
