@charset "utf-8";

/*
 * another-morning.css
 * (c) 2004-11-23 cho45(砂糖)
 * http://lowreal.net/
 *
 */


html {
	height: 100%;
	background: #036 url("/img/am_bg");
	color: #333;
}

body {
	padding: 13px 6.25% 0 6.25%;
	background: transparent url("/img/am_bg");
}

a:link {
	color: #00c;
}

a:visited {
	color: #03c;
}

a:hover,
a:active,
a:focus {
	border: none;
	text-decoration: none;
}

dl {
	margin: 1em;
}


dd.link a {
	text-decoration: none;
}
dd.link a:hover {
	text-decoration: underline;
}


pre {
	border: none;
	background: transparent url("/img/am_code") no-repeat top left;
	padding: 15px 1em 1em 27px;
	width: 100%;
}

*>pre {
	width: auto;
}

ins {
	border: none;
	background: transparent url("/img/am_ins") no-repeat top left;
	padding: 5px 1em 0 25px;
	min-height: 60px;
}

p ins {
	background: none;
	padding: 0;
	min-height: 0;
}

ins p.ins-del-datetime {
	border-style: solid;
	border-color: #003;
}

table {
}

thead th {
	background: #369;
	color: #fff;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #003;
}

td {
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #369;
}


#top {
	margin: 0;
	padding: 0;
	background: #000 url("/img/20041123.jpg") no-repeat top left;
	height: 156px;
	border: 1px solid #000;
}

#top a {
	display: block;
	position: absolute;
	top: 74px;
	left: 58px;
	height: 45px;
	width: 223px;
	margin: 0 6.25%;
	line-height: 1em;
	text-indent: -100em;
	text-decoration: none;
}

#navigation {
	border-style: solid;
	border-width: 1px 0;
	border-color: #000;
	background: transparent url("/img/am_bg-c-ie") repeat-x bottom left;
	height: 25px;
}

*>#navigation {
	background: transparent url("/img/am_bg-c") repeat-x bottom left;
}

#navigation h2,
#navigation #skip-to-main-content {
	position: absolute;
	top: -1000px;
}

#navigation #navigation-map {
	position: relative;
	top: -20px;
	display: block;
	font-size: 13px;
	line-height: 1em;
	padding: 0 0 0 100px;
	color: #fff;
}

#navigation #navigation-map ul {
	padding: 0;
	margin: 0;
}

#navigation #navigation-map ul li {
	display: inline;
	margin: 0 0.5em;
}

#navigation #navigation-map ul li:before {
	content: "●";
	margin: 0 0.3em 0 0;
}

#navigation #navigation-map ul li a {
	text-decoration: none;
	color: #fff;
}

#navigation #navigation-map ul li a:hover {
	color: #36f;
}

#navigation #navigation-search-form {
	display: block;
	position: absolute;
	top: -130px;
	right: 0;
	font-size: 13px;
}

#navigation #navigation-search-form input {
	font-family: "Verdana", "Helvetica", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "Osaka", sans-serif;
	vertical-align: middle;
}

#navigation #navigation-search-form #navigation-search-form-query {
	width: 10em !important;
	padding: 0 0.2em;
	border: 3px solid #000;
}

#navigation #navigation-search-form #navigation-search-form-query:focus {
	border: 3px solid #369;
}

#navigation #navigation-search-form #navigation-search-form-submit {
	font-size: 11px;
	width: auto;
	background: #036;
	color: #fff;
	font-weight: bold;
	border: 1px solid #369;
}
#navigation #navigation-search-form #navigation-search-form-submit:focus {
	border: 1px solid #69f;
}

#header-list {
	position: absolute;
	right: 0;
	background: #369;
	border-style: solid solid dotted dotted;
	border-width: 1px 1px 0 1px;
	border-color: #000;
	margin: 0 6.25%;
	padding: 4.2em 0 0 0;
	height: 0;
	/* IE */
	display: none;
}

*>#header-list {
	display: block;
}

#header-list ol {
	visibility: hidden;
	height: 20em;
	overflow: auto;
	
	margin: 0;
	padding: 1em 1em 1em 2.5em;
	background: #f6f6f9;
	font-size: 80%;
}
#header-list ol ol {
	overflow: visible;
	padding: 0 0 0 1em;
	height: auto;
	font-size: 100%;
}


#header-list:hover {
	height: auto;
	border-style: solid solid dotted dotted;
	border-width: 1px;
	border-color: #000;
}

#header-list:hover ol {
	visibility: visible;
}

#content {
	border: 1px solid #000;
	background: #f6f6f9;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
*>#content {
	width: auto;
}

#content ol.month {
	margin: 0;
	padding: 0;
}

#content ol.month li {
	display: inline;
}


#content .section {
	margin: 3em 0 7em 0;
	padding: 0 0 1em 0;
	clear: both;
	background: #f6f6f9;
}

#content .day .diary img {
	float: right;
	margin: 0.5em 0 0.5em 1em;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

#content .day .diary img.even {
	float: left;
	margin: 0.5em 1em 0.5em 0;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}
#content .day .diary pre {
	clear: right;
}

#content .section table {
	width: 90%;
	margin: 0 5%;
	padding: 0;
}
#content .section .section table {
	width: 85%;
	margin: 0;
	padding: 0;
}

#content .section dl,
#content .section p,
#content .section ol,
#content .section ul {
	margin: 0.5em 5%;
}

#content .section ins,
#content .section del,
#content .section pre {
	margin: 1em 0;
}

#content .section blockquote {
	margin: 1em 0 1em 0;
	border-color: #ddd;
}

#content .section .section {
	padding: 0 1em 1em;
	margin: 1.5em 5% 1.5em 5%;
	border-style: solid;
	/* width を 0 に設定するとページ途中からマージンが狂う。 FUCK IE */
	border-width: 1px;
	border-color: #fff #fff #fff #000;
}

#content .section .section dl,
#content .section .section p,
#content .section .section ol,
#content .section .section ul {
	margin: 0.5em 0;
	padding: 0;
}

#content .section .section ol,
#content .section .section ul {
	padding: 0 0 0 2em;
}

#content .section .section .section {
	background: none;
	border: none;
}

#content h2 {
	padding: 0 1em 0 1em;
	line-height: 1em;
	font-weight: normal;
	font-family: "georgia", "verdana", "arial", serif;
	letter-spacing: 0.3em;
	text-align: center;
}



#content .section.first {
	margin: 0;
}

#content .section.first h2 {
	background: #cdf;
	margin: 0 0 2em 0;
	padding: 0.9em 5%;
	text-align: left;
}


#content .section h2:first-letter {
	color: #09f;
}

*>#content .section h2 a:hover:after {
	content: "";
	line-height: 0;
}

#content h3 {
	margin: 0 0 0 -1.5em;
	padding: 0 2em;
	background: transparent url("/img/ggg_bg3") no-repeat 0 0.2em;
	letter-spacing: 0.15em;
}


#content .section.diary dt {
	border-width: 0 0 0 0.2em;
	border-style: solid;
	border-color: #059;
	padding: 0 0 0 1em;
}


#content .section .info,
#content .section dl.day-info,
#content .section dl.section-info {
	color: #666;
	background: #ddd url("/img/ggg_bg5");
	padding: 0 0.7em;
	margin: 1em 1em 1em 2em;
	border-style: dashed;
	border-width: 0 0 0 1px;
	border-color: #000;
}

#content .section .info dt,
#content .section dl.day-info dt,
#content .section dl.section-info dt {
	border: none;
	padding: 0;
}

#content .section .info * {
	font-size: 80%;
}
#content .section .info * * {
	font-size: 100%;
}

#content .section dl.day-info {
	margin: 0 0 2em 0;
	border: none;
	padding: 0 5%;
}

#content .section dl.day-info a,
#content .section dl.section-info a {
	color: #444;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#content .section dl.day-info a:hover,
#content .section dl.section-info a:hover {
	color: #000;
	border: none;
}

#content .section dl.day-info abbr,
#content .section dl.section-info abbr {
	border: none;
}


#content .section dl.section-info {
	margin: 0.5em 0 1em;
}

#content .section dl.day-info dt,
#content .section dl.section-info dt {
	font-size: 80%;
	list-style: none;
}

#content .section dl.day-info dd,
#content .section dl.section-info dd {
	font-size: 80%;
	margin: -1.6em 0 0 9em;
}

#content .section.diary {
}

#content .section ol.category,
#content .section ul.language {
	margin: 0;
	padding: 0;
}

#content .section ol.category li,
#content .section ul.language li {
	display: inline;
	list-style: none;
}

#content .section .footnote {
	margin: 0 0 1em 0;
	border-style: solid;
	border-width: 1px 0;
	border-color: #000;
}

#content .section .comments,
#content .section .pingbacks,
#content .section .trackbacks {
	margin: 0;
	padding: 0;
	border: none;
}

#content .section .comments h3,
#content .section .pingbacks h3,
#content .section .trackbacks h3 {
	background: #ddd url("/img/ggg_bg5");
	font-size: 100%;
	margin: 0;
	padding: 0 5%;
}

#content .section .comments dl,
#content .section .trackbacks dl {
	margin: 1em 5% 1em 5%;
	padding: 0 0 0.5em 1em;
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: #000;
}

#content .section .comments dl dt,
#content .section .trackbacks dl dt {
	font-weight: bold;
	margin: 0 !important;
}

#content .section .comments dl dd,
#content .section .trackbacks dl dd {
	margin: 0 1em 0 1em;
	padding: 0 0.5em;
	list-style: none;
}

#content .section .pingbacks ul {
	margin: 1em;
}

#content .section .wb-datetime {
	font-weight: normal;
	font-size: 80%;
}



#content .section.form {
	margin: 2em 5% 0 5%;
	border-style: dashed;
	border-width: 0 0 0 1px;
	border-color: #000;
}

#content #d-navigation {
	text-align: center;
	margin: 0 0;
}

#footer {
/*	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #000;
*/	background: #036;
	text-align: center;
	padding: 0.5em 0;
	background: transparent url("/img/am_bg-b") repeat-x;
}

*>#footer {
	background: transparent url("/img/am_bg-bt") repeat-x;
}

#footer a {
	color: #eef;
	font-size: 80%;
}


/* Others */

#recent {
	width: 100%;
}

#top-tracks,
#top-artist {
	width: 100%;
}

#query {
	font-family: "Verdana", "Helvetica", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "Osaka", sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #036;
	margin: 1px 2px;
	padding: 0 0.2em;
}

#query:focus {
	border-style: solid;
	border-width: 2px 3px;
	border-color: #036;
	margin: 0;
}

#submit {
	width: auto;
	border-style: solid;
	border-width: 2px 3px;
	border-color: #036;
	background: #def;
	color: #000;
	font-size: 90%;
}

/* BBS */
#content #post .section .section {
	margin: 0.5em 0;
	border-style: solid;
	border-width: 1px;
	border-color: #fff #fff #fff #666;
}

#content #post .section p {
	border-style: solid;
	border-width: 1px;
	border-color: #ddd;
	padding: 0 1em;
	background: #efefef;
}

#content #post .section p.res-link {
	border: none;
	padding: 0;
	background: none;
}

#content #post dl.post-info {
	margin: 0 1em;
}

#content #post dl.post-info dd {
	margin: -1.66em 1em 0 7em;
}

#content #form input.button {
	width: 3em !important;
}

#content #form form.edit input {
	width: 5em;
}

#xbel img {
	border: none;
}

END OF FILE {
	content: "Good Luck";
}
