@charset "utf-8";

/* --- body --- */
body {
	margin: 0px;
	padding-left: 180px;
	background-color: #fff1ff;
	color: #333333;
	font-family: "Trebuchet MS", "Gill Sans", Verdana, Chicago, sans-serif;
	font-size: 90%;
	line-height: 140%;
}

/* --- p --- */
p {
	text-indent: 1em;
}
p.noindent {
	text-indent: 0em;
}

/* --- form --- */
form {
	margin: 0px;
}

/* --- table --- */
table {
	border-collapse: collapse;
}

/* --- ul --- */
ul {
	margin: 1em 0px;
	padding: 0px 0px 0px 2.5em;
}
ul.without-marker {
	list-style-type: none;
}

/* --- ol --- */
ol {
	margin: 1em 0px;
	padding: 0px 0px 0px 2.5em;
}
ol.without-marker {
	list-style-type: none;
}

/* --- span --- */
span.face {
	white-space: nowrap;
}

/* --- a link --- */
/* a[???]:??? can not use IE5 */
a:link          { color: #0000ff; }
a:visited       { color: #3333cc; }
a:hover         { background-color: #ff99ff; }
a:active        { color: #ff0000; }
a[name]:link    { color: inherit; }
a[name]:visited { color: inherit; }
a[name]:hover   { background-color: inherit; }
a[name]:active  { color: inherit; }
a[href]:link    { color: #0000ff; }
a[href]:visited { color: #3333cc; }
a[href]:hover   { background-color: #ff99ff; }
a[href]:active  { color: #ff0000; }

/* --- img --- */
img {
	border-style: none;
}

/* --- button --- */
button,
input.button {
	border: 1px solid #cc9999;
	padding: 0px 3px;
	background-color: #fffcfc;
	line-height: 15px;
	_height: 18px;
	cursor: pointer;
}

/* --- float stopper --- */
.float-stopper {
	/*
	clear: both;
	*/
}

/* === menu === */
#menu {
	padding: 0px;
	position: absolute;
	left: 3px;
	top: 0px;
	width: 172px;
}

/* === main === */
#main {
	margin: 0px;
	border-left: 1px solid #ffcccc;
	padding: 6px 12px 6px 12px;
}

/* === header === */
#header {
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid #ffcccc;
	padding: 0px 0px 6px 0px;
	height: 18px;
	text-align: right;
	font-size: 80%;
	line-height: 130%;
}
#header div,
#header form {
	display: inline;
}

/* === summary title === */
h1.summary-title {
	margin: 0px 0px 20px 0px;
	border: 1px dashed #cc9999;
	padding: 10px;
	font-size: 140%;
	text-align: right;
}

/* === content === */
div.content {
	border: 1px dashed #cc9999;
	padding: 12px;
}
/* --- content title --- */
div.content h2.content-title {
	margin: 0px 0px 5px 0px;
	color: #ff33ff;
	font-size: 130%;
	font-weight: bold;
	font-style: normal;
}
/* --- content date --- */
div.content div.content-date {
	margin: -5px 0px -5px 0px;
	text-align: right;
	font-size: 120%;
	font-style: italic;
}
/* --- content body --- */
div.content div.content-body {
	margin: 15px 0px 0px 0px;
}
/* clearfix */
div.content div.content-body:after,
div.content div.content-body div:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
/* clearfix - IE7, MacIE5 */
div.content div.content-body,
div.content div.content-body div {
	display: inline-block;
}
/* clearfix - WinIE6(* html hack), Standard \*/
* html div.content div.content-body,
* html div.content div.content-body div {
	height: 1%;
}
div.content div.content-body,
div.content div.content-body div {
	display: block;
}
/* clearfix - end WinIE6 */
div.content div.content-body h3 {
	margin: 1em 3.5em 1em 20px;
	border: 3px double #cc9999;
	border-left: none;
	border-right: none;
	padding: 3px 1.5em 3px 20px;
	font-size: 120%;
	font-weight: bold;
}
div.content div.content-body h4 {
	margin: 1.5em 30% 0.5em 20px;
	border-bottom: 1px solid #cc9999;
	padding: 3px 1.5em 3px 20px;
	font-size: 100%;
	font-weight: bold;
}
div.content div.content-body h5 {
	margin: 1em 0px 0.5em 40px;
	border-left: 3px double #cc9999;
	padding: 3px 1.5em 3px 10px;
	font-size: 100%;
	font-weight: bold;
}
div.content div.content-body p {
	margin: 0.5em 0px;
	text-indent: 1em;
}
div.content div.content-body ul,
div.content div.content-body ol {
	margin: 0.5em 0px;
}
div.content div.content-body li p {
	text-indent: 0px;
}
div.content div.content-body hr {
	margin: 10px 10%;
	border: 1px dashed #aaaaaa;
}
div.content div.content-body blockquote {
	margin: 1em 2em;
	border: 1px solid #cc99cc;
	padding: 4px;
}
div.content div.content-body dl {
	margin: 0.5em 0px 0.5em 2em;
}
div.content div.content-body blockquote dl {
	margin-left: 0px;
}
div.content div.content-body dt {
	margin: 5px 0px 0px 0px;
	font-weight: bold;
}
div.content div.content-body dd {
	margin: 0px 0px 0px 1.5em;
}
div.content div.content-body dd ul,
div.content div.content-body dd ol {
	padding-left: 1.5em;
}
div.content div.content-body dd blockquote {
	margin: 5px 0px;
}
div.content div.content-body q {
	color: #993300;
}
/* --- error message --- */
div.content div.content-body span.content-error {
	display: block;
	color: #990000;
	font-size: 80%;
}
/* --- detail link --- */
div.content div.content-body .content-detail-link {
	display: block;
	padding: 0px 0px 0px 30px;
}
/* --- navigation block --- */
div.content div.content-body div.navi {
	padding: 0px 0px 0px 30px;
}
/* --- mail quote block --- */
div.content div.content-body blockquote.mail {
}
/* --- list table --- */
div.content div.content-body table.list {
	border: 1px solid #999999;
}
div.content div.content-body table.list th,
div.content div.content-body table.list td {
	border: 1px solid #999999;
	padding: 2px 4px;
	vertical-align: top;
}
/* --- notice list table --- */
div.content div.content-body table.notice-list {
	border: 1px solid #999999;
}
div.content div.content-body table.notice-list th,
div.content div.content-body table.notice-list td {
	border: 1px solid #999999;
	padding: 2px 4px;
	vertical-align: middle;
	text-align: center
}
/* --- image float --- */
div.content div.content-body,
div.content div.content-body form,
div.content div.content-body noscript,
div.content div.content-body div,
div.content div.content-body center,
div.content div.content-body address,
div.content div.content-body h1,
div.content div.content-body h2,
div.content div.content-body h3,
div.content div.content-body h4,
div.content div.content-body h5,
div.content div.content-body h6,
div.content div.content-body pre,
div.content div.content-body dir,
div.content div.content-body dl,
div.content div.content-body menu,
div.content div.content-body ol,
div.content div.content-body table,
div.content div.content-body ul,
div.content div.content-body hr,
div.content div.content-body blockquote,
div.content div.content-body isindex {
	clear: both;
}
div.content div.content-body img {
	float: left;
	clear: both;
	margin: 0px 8px 4px 0px;
	border: 1px solid black;
}
/* --- image float (by div) --- */
div.content div.content-body div.image {
	float: left;
	clear: none;
	margin: 10px;
	border: 1px dashed #cc9999;
	padding: 10px 10px 5px 10px;
	text-align: center;
	zoom: expression(
		this.style.width =
		(this.getElementsByTagName('IMG').length == 1
			? (this.getElementsByTagName('IMG')[0].width + 22) + 'px'
			: 'auto'),
		this.style.zoom
	);
}
div.content div.content-body div.image img {
	float: none;
	margin: 0px;
}
div.content div.content-body div.image p {
	margin: 0px;
	text-align: left;
	text-indent: 0em;
	max-width: 200px;
}
/* --- images float --- */
div.content div.content-body div.images {
	float: left;
	clear: both;
}
div.content div.content-body div.images img {
	clear: none;
}
/* --- banner image --- */
div.content div.content-body div.banner {
	text-align: center;
}
div.content div.content-body div.banner img {
	float: none;
}
/* --- menu list --- */
div.content div.content-body div.menu ul {
	margin-left: 2em;
	padding-left: 1.5em;
}
div.content div.content-body div.menu ul li {
	margin: 5px 0px;
}
div.content div.content-body div.menu ul li ul {
	margin: 0px;
	padding-left: 1em;
}
div.content div.content-body div.menu ul li ul li {
	margin: 0px;
}
/* --- footnote --- */
div.content div.content-body span.footnote-mark {
	vertical-align: super;
	font-size: 70%;
}
div.content div.content-body dl.footnote {
	margin-top: 10px;
	margin-left: 0px;
}
div.content div.content-body dl.footnote dt {
	margin-top: 2px 0px 0px 0px;
	font-size: 70%;
}
div.content div.content-body dl.footnote dd {
	font-size: 90%;
}

/* === content (pop) === */
div.content-style-pop {
	background-color: #fffff1;
}

/* === nocontent === */
div.nocontent {
	border: 1px dashed #cc9999;
	padding: 30px;
	color: #666666;
}

/* === root content === */
div.content-root {
	margin-bottom: 30px;
	border: 1px solid #ffcccc;
	padding: 12px;
}

/* === separator === */
div.separator {
	margin: 20px 0px;
	text-align: center;
}

/* === pager === */
div.pager {
	margin: 20px 0px 0px 0px;
	text-align: center;
}
div.pager span {
	margin: 0px 2px;
}
div.pager span a {
	padding: 0px 5px;
}
div.pager span.pager-back,
div.pager span.pager-next,
div.pager span.pager-current {
	font-weight: bold;
}

/* === menu logo === */
#menu div.logo {
	margin: 2px 0px 0px 0px;
}

/* === calendar === */
div.calendar {
	margin-top: 20px;
	width: 100%;
}
table.calendar {
	/* Firefox で 1px 左にずれるのを調整 */
	margin: 1px 0px 0px 1px;
	_margin: 0px;
	border: none;
	width: 171px;
	_width: 100%;
}
table.calendar td {
	padding: 2px;
	line-height: 100%;
}
table.calendar td.calendar-header,
table.calendar td.calendar-body {
	padding: 0px;
}
table.calendar td.calendar-header {
	background-color: white;
}
table.calendar table.calendar-header {
	border-top:    1px solid #ee9999;
	border-bottom: 1px solid #ee9999;
	border-left:   1px solid #ffccff;
	border-right:  1px solid #ffccff;
	width: 100%;
}
table.calendar table.calendar-header td {
	padding: 4px 0px 4px 0px;
}
table.calendar table.calendar-header td.calendar-header-back,
table.calendar table.calendar-header td.calendar-header-next {
	width: 15%;
}
table.calendar table.calendar-header td.calendar-header-back {
	text-align: left;
}
table.calendar table.calendar-header td.calendar-header-ym {
	text-align: center;
	font-weight: bold;
}
table.calendar table.calendar-header td.calendar-header-next {
	text-align: right;
}
table.calendar table.calendar-body {
	width: 100%;
}
table.calendar table.calendar-body td {
	border: 1px solid #ffccff;
	border-top: none;
	width: 14%;
	text-align: center;
	color: #aaaaaa;
}
table.calendar table.calendar-body td a {
	/* IE only */
	_width: 1em;
	_height: 1.1em;
}
.calendar-wday-0 {
	background-color: #ffe3e3;
}
.calendar-wday-6 {
	background-color: #eeeeff;
}

/* === menucontent === */
div.menucontent {
	margin: 20px 0px 0px 0px;
	border: none;
	width: 100%;
	font-size: 9pt;
}
div.menucontent div.menucontent-header {
	border-top:    1px solid #ee9999;
	border-bottom: 1px solid #ee9999;
	border-left:   1px solid #ffccff;
	border-right:  1px solid #ffccff;
	padding: 2px 2px 2px 6px;
	background-color: white;
	font-weight: bold;
}
div.menucontent div.menucontent-body {
	border: 1px solid #ffccff;
	border-top: none;
	padding: 2px;
}
div.menucontent div.menucontent-body ul {
	margin: 0px;
	padding: 0px 0px 0px 1.3em;
	list-style-type: circle;
}
div.menucontent div.menucontent-body ul li {
	margin: 3px 0px;
	line-height: 130%;
}

/* === profile === */
div.profile {
	margin-top: 10px;
	line-height: 130%;
}
div.profile table.profile-summary th,
div.profile table.profile-summary td {
	vertical-align: top;
}
div.profile table.profile-summary th {
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
}

/* === newlist === */
div.newlist {
}

/* === recommends === */
div.recommends {
}

/* === topics === */
div.topics {
}

/* === tags === */
div.tags div.tags-body span {
	white-space: nowrap;
	line-height: 130%;
}
div.tags div.tags-body .tags-level-1 {
	font-size: 8pt;
}
div.tags div.tags-body .tags-level-2 {
	font-size: 10pt;
}
div.tags div.tags-body .tags-level-3 {
	font-size: 11pt;
	font-weight: bold;
}
div.tags div.tags-body .tags-level-4 {
	font-size: 12pt;
	font-weight: bold;
}
div.tags div.tags-body .tags-level-5 {
	font-size: 14pt;
	font-weight: bold;
}

/* === implant === */
div.implant {
	margin: 20px 0px 0px 0px;
	text-align: center;
}

/* === login === */
div.login {
}

/* === jquery lightbox === */
/* a[???]:??? can not use IE5 */
#jquery-lightbox a:hover         { background-color: inherit; }
#jquery-lightbox a[name]:hover   { background-color: inherit; }
#jquery-lightbox a[href]:hover   { background-color: inherit; }

#lightbox-container-image-data-box {
	_overflow: visible;
}

/* === debug === */
#system-errors {
	margin: 15px 0px 0px 0;
	border: 5px solid red;
	overflow: auto;
	/* for IE */
	_width: 100%;
	background-color: white;
	color: black;
}
#system-errors .system-error {
	border-bottom: 1px dashed red;
	padding: 4px;
}
#system-errors .system-error .system-error-type {
	color: red;
	font-size: 120%;
	font-weight: bold;
}
#system-errors .system-error .system-error-message {
	font-size: 120%;
	font-weight: bold;
}
#system-errors .system-error .system-error-path {
	padding-left: 15px;
	font-family: monospace;
}
#system-errors .system-error .system-error-backtrace {
	font-family: monospace;
	font-size: 80%;
}

