/*
　www.usamimi.info/~witchmakers/
*/
/*-------------------------------------------------
		全体
-------------------------------------------------*/
* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	list-style-type: none;
	line-height: 150%;
	font-family: Verdana, 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	font-style: normal;
	font-weight: normal;	
	font-size: 12px;
	color: #444444;
}
/*-----------------------------------------------*/
html {
	scrollbar-face-color: #E6E6E6;
	scrollbar-base-color: #E6E6E6;
	scrollbar-3dlight-color: #E6E6E6;
	scrollbar-darkshadow-color: #E6E6E6;
	scrollbar-highlight-color: #E6E6E6;
	scrollbar-shadow-color: #E6E6E6;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
}
/*-----------------------------------------------*/
body {
	padding: 0px 0px 10px 0px;
	text-align: center;
	background-color: #FFFFFF;
}
/*-----------------------------------------------*/
a:link {
	text-decoration: none;
	color: #84BE52;
}
a:visited {
	text-decoration: none;
	color: #84BE52;
}
a:hover {
	text-decoration: none;
	color: #C0C0C0;
}
a:active{
	text-decoration: none;
	color: #84BE52;
}
/*-----------------------------------------------*/
input,textarea,select {
	padding: 1px 1px 1px 1px;
	line-height: 120%;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;	
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	background-color: #FFFFFF;
	color: #444444;
}
legend {
	display: none;
}
/*-----------------------------------------------*/
p {
	margin: 0px 0px 10px 0px;
}
table {
	border-collapse: collapse;
}
table tr th {
	text-align: left;
	vertical-align: top;
}
table tr td {
	text-align: left;
	vertical-align: top;
}
/*-------------------------------------------------
		特定
-------------------------------------------------*/
.new {
	font-weight: bold;
	color: #E6E6E6;/*---　★新着『New!』の色　---*/
}
.plus {
	color: #E6E6E6;/*---　★■とか▼の色　---*/
}
.today {
	background-color: #EEEEEE;/*---　★カレンダー本日背景色　---*/
}
.c_both {
	float: none;
	clear: both;
	height: 10px;
}
/*-------------------------------------------------
		構造
-------------------------------------------------*/
#container {
	width: 702px;
	margin: 0px auto 0px auto;
	text-align: left;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	background-color: #FFFFFF;
}
#header {
	float: none;
	clear: both;
}
#navigation {
	float: right;
	width: 150px;
}
#logs {
	float: left;
	width: 550px;
}
#diary {
	float: none;
	clear: both;
	width: 530px;
	margin: 0px 0px 40px 0px;
}
#comment, #trackback {
	float: none;
	clear: both;
	width: 480px;
	margin: 0px 0px 40px 50px;
}
#form, #contents, #work, #status, #env {
	float: none;
	clear: both;
	width: 515px;
	margin: 0px 0px 40px 15px;
}
#page, #navi {
	float: none;
	clear: both;
	width: 515px;
	margin: 0px 0px 20px 15px;
}
#canvas {
	float: none;
	clear: both;
	width: 670px;
	margin: 0px 0px 40px 15px;
}
#footer {
	float: none;
	clear: both;
	padding: 10px 15px 10px 15px;
	text-align: right;
}
/*-------------------------------------------------
		詳細
-------------------------------------------------*/
#header .menu {
	margin: 2px 10px 5px 15px;
	text-align: right;
}
#header .menu li {
	color: #E6E6E6;
}
#header .title_area {
	margin: 0px 10px 20px 15px;
}
#header .title_area h1 a {
	font-size: 14px;
	font-weight:bold;
}
#header .title_area p {
	margin: 2px 0px 0px 0px;
}
/*-----------------------------------------------*/
#navigation .block {
	margin: 0px 10px 20px 0px;
	font-weight: bold;
}
#navigation .block h2 {
	font-weight: bold;
	color: #8E8E8E;
}
#navigation .block li {
	margin: 0px 0px 0px 5px;
}
#navigation .new_image ul {
	margin: 5px 0px 0px 5px;
}
#navigation .new_image li {
	margin: 0px 0px 0px 0px;
	display: inline;
}
#navigation .new_image img {
	margin: 0px 0px 2px 0px;
}
#navigation .n_search {
	margin: 0px 0px 0px 0px;
}
/*-------------------------------------------------*/
#navigation .block table {
	margin: 0px 0px 0px 0px;
}
#navigation .block th {
	text-align: center;
}
#navigation .block td {
	padding: 0px 1px 0px 0px;
	text-align: center;
}
/*-----------------------------------------------*/
#diary .diary {
	margin: 0px 0px 40px 0px;
}
#diary h2 {
	display: none;
}
#diary h3 {
	padding: 5px 10px 5px 15px;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	font-weight: bold;
	color: #8E8E8E;
}
#diary .text {
	padding: 15px 0px 15px 15px;
}
#diary .text a {
	text-decoration: underline;
}
#diary .info {
	text-align: right;
}
#diary .info li {
	padding: 0px 0px 0px 5px;
	display: inline;
}
/*-----------------------------------------------*/
#diary .list {
	margin: 0px 0px 40px 50px;
}
#diary .list h4 {
	display: none;
}
#diary .list dd {
	padding: 0px 0px 0px 20px;
}
/*-----------------------------------------------*/
#trackback h2 {
	display: none;
}
#trackback ul {
	margin: 0px 0px 10px 0px;
}
/*-----------------------------------------------*/
#comment h2 {
	display: none;
}
#comment ul {
	margin: 0px 0px 10px 0px;
}
#comment dl {
	padding: 0px 0px 10px 0px;
}
#comment dd {
	padding: 0px 0px 0px 20px;
}
/*-----------------------------------------------*/
#contents h2 {
	display: none;
}
#contents ul {
	margin: 0px 0px 10px 0px;
}
#contents table tr th {
	padding: 10px 0px 10px 10px;
	font-weight: bold;
	color: #8E8E8E;
}
#contents table tr td {
	padding: 0px 0px 10px 10px;
}
/*-----------------------------------------------*/
#form h2 {
	display: none;
}
#form ul {
	margin: 0px 0px 10px 0px;
}
/*-----------------------------------------------*/
#page h2 {
	display: none;
}
#page li {
	display: inline;
}
#navi h2 {
	display: none;
}
#navi li {
	display: inline;
}
/*-----------------------------------------------*/
#footer li {
	display: inline;
	color: #D3D3D3;
}
#footer a:link {
	text-decoration: none;
	color: #D3D3D3;
}
#footer a:visited {
	text-decoration: none;
	color: #D3D3D3;
}
#footer a:hover {
	text-decoration: none;
	color: #C0C0C0;
}
#footer a:active{
	text-decoration: none;
	color: #D3D3D3;
}
/*-------------------------------------------------
		本文
-------------------------------------------------*/
#diary .text img {
	margin: 0px 10px 5px 0px;
}
#diary .text blockquote {
	margin: 5px 0px 10px 7px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #B4B4B4;
	color: #888888;
}
#diary .text li {
	margin: 0px 0px 10px 20px;
	list-style-type: square;
}
#diary .text table {
	margin: 0px 0px 12px 8px;
	border: 1px solid #B4B4B4;
	border-collapse: collapse;
}
#diary .text table tr th {
	padding: 3px 3px 3px 3px;
	border: 1px solid #B4B4B4;
	background-color: #F5F5F5;
}
#diary .text table tr td {
	padding: 3px 3px 3px 3px;
	border: 1px solid #B4B4B4;
}
#diary .text dl {
	margin: 0px 0px 0px 7px;
}
#diary .text dt {
	margin: 0px 0px 5px 0px;
}
#diary .text dd {
	margin: 0px 0px 10px 20px;
}
#diary .text h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	border-left: 6px solid #8B8B8B;
}
#diary .text h5 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	border-left: 6px solid #B4B4B4;
}
#diary .text h6 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	border-left: 6px solid #D1D1D1;
}
#diary .text pre {
	width: 495px;
	overflow: auto;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #F5F5F5;
}