@charset "EUC-JP";

/* 
 * tomocha style
 * 2003.09.29 作成開始
 * 2003.10.01 version 0.8完成
 * 2003.10.03 version 0.9完成
 * 2003.12.27 version 1.0完成
 */

/*
 * 値が１つの場合、値１→上下左右
 * 値が２つの場合、値１→上下、値２→左右
 * 値が３つの場合、値１→上、値２→左右、値３→下
 * 値が４つの場合、値１→上、値２→右、値３→下、値４→左
 */

.red_2em{
	color: #FF0000; 
	line-height: 190%; 
	font-size: 200%; 
	padding: 5px; 
}
.red_2em_c{
	color: #FF0000; 
	line-height: 190%; 
	font-size: 200%; 
	padding: 5px; 
	text-align : center; 
}
.red_15em{
	color: #FF0000;
	line-height: 150%; 
	font-size: 150%; 
	font-weight: bold;
	margin: 5px; 
}

.blue_15em_c{
	color: #0000FF;
	line-height: 150%; 
	font-size: 150%; 
	font-weight: bold;
	margin: 5px; 
	text-align : center; 
}
.blue_15em{
	color: #0000FF;
	line-height: 150%; 
	font-size: 150%; 
	font-weight: bold;
	margin: 5px; 
}

.blue{
	color: #0000FF;
	line-height: 150%; 
	font-weight: bold;
	margin: 5px; 
}
.blue_c{
	color: #0000FF;
	line-height: 150%; 
	font-weight: bold;
	margin: 5px; 
	text-align : center; 
}

.red_15em_c{
	color: #FF0000; 
	line-height: 150%; 
	font-size: 150%; 
	margin: 5px; 
	font-weight: bold; 
	text-align : center; 
}
.red{
	color: #ff0000; 
	font-weight: bold;
}
.red_c{
	color: #FF0000; 
	font-family: Verdana,Tahoma,Arial; 
	font-size: 120%; 
	line-height: 120%; 
	text-align : center; 
	font-weight: bold; 
}

.right	{text-align : right; margin-right:20px;}
.left	{text-align : left;  margin-left: 10px;}
.center	{text-align : center;}
.italic	{font-style : oblique;}

div.rss {
	background-color:#FF6500;
	color:#FFFFFF;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	width:35px;
}
div.rss a{
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold; 
}

body{
/*	font-family: verdana, georgia, osaka, arial, sans-serif,Verdana,Tahoma; */
	line-height: 150%;
	font-size: small;
	color: #000000;
/*	background-color: #cccccc; */
/*	background-color: #eee; */
/*	background-color: #ffdddd; */
/*	background-color: #994C33; */
	background-color: #F0F0F0;
	margin-top: 0px;
	margin-bottom: 0px;

	scrollbar-face-color:#ffe6e6;
	scrollbar-3dlight-color:#333333;
	scrollbar-darkshadow-color:#666666;
	scrollbar-arrow-color:#999999;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#666666;
	scrollbar-track-color:#ffb3b3;
}

div.mainbase{
/*	text-align: center; */
}

div.base{
	width: 750px;
	text-align: left;
	background-color: #FFFFFF;
	border-left: 1px solid #888888;
	border-right: 2px solid #888888;
	padding-bottom: 20px;
}

	
/*************************************
 * ヘッダー・フッター                *
 *************************************/
 
/* ヘッダーのメインメニュー */
div.head {
	font-size: 9pt; 
	font-weight: bold;
	font-family: Verdana,Tahoma,Arial;
	text-align: right;
	padding: 5px 10px 5px 10px; 
	border-bottom: 1px solid #3333aa;
}

div.head a:link, div.head a:visited{
	color: #000099;
	text-decoration: none;
}
div.head a:hover, div.head a:active{
	color: #000099;
	background-color: #ffffff;
	text-decoration: none;
}

/* ヘッダーのサブメニュー */

div.head_sub {
	background-color: #d1f0fa;
	font-size: 8pt;
	font-family: Verdana,Tahoma,Arial;
	text-align: right;
	padding: 5px 10px 5px 10px; 
}

div.head_sub a:link, div.head_sub a:visited{
	color: #000099;
	text-decoration: none;
}
div.head_sub a:hover, div.head_sub a:active{
	color: #000099;
	background-color: #ffffff;
	text-decoration: none;
}
div.head_topic{
	font-weight: bold;
	text-align: center;
}

div.head_comment{
	color: #6f6f6f;
	text-align: left;
	margin: 20px;
}
	
/* ヘッダー の下の青ライン */
table.head{
	border-bottom: 2px solid #3333aa;
	width: 750px;
}

div.directjump {
	color: #000000;
	text-align: right;
	margin: 10px;
}



/* フッター */

div.foot {
	color: #000099; 
	font-weight: bold;
	text-align: center;
}
div.foot a:link, div.foot a:visited{
	color: #000099; 
	font-weight: bold; 
	text-decoration: none;
}

div.foot a:active, div.foot a:hover{
	color: #000099; 
	font-weight: bold; 
	text-decoration: none;
}



/*************************************
 * 日記テーマ                        *
 *************************************/


h1{
	color: #333366; 
	font-size: 180%; 
	text-align: center;
	font-style: italic; 
}

/* CAT 部分の日付 */

h2.date {
	color: #000000;
	font-size: 150%; 
	font-style: italic; 
	font-family: sans-serif, Arial;
/*	background-color: #337733; */ /* greem */
	background-color: #EFEFE7; /*  灰色 */
	border-bottom: 1px solid #000000;
	margin: 20px 0px 0px 0px;
	padding: 5px 5px 5px 10px;
}
h2.date a, h2.date a:link, h2.date a:visited{
/*	color: #ffffff; */
	color: #000000;
	text-decoration: none;
}
h2.date a:hover, h2.date a:active{
	color: #005555;
	background-color: #ffffff;
}
h2.date small{
	font-size: 60%;
	font-weight: normal; 
}

/* NEW 部分のタイトル */

h3.new_title{
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	color: #000000;
	font-size: 100%; 
	font-weight: bold; 
/*	border-top: 1px dotted #000000; */
/*	border-bottom: 1px dotted #666666; */
	border-bottom: 1px solid #999999;
	margin-right: 15px;
	margin-left: 15px;
	padding: 3px 10px 2px 3px;
}
h3.new_title a, h3.new_title a:link, h3.new_title a:visited{
/*	color: #007777; */
	font-weight: bold;
	text-decoration: none;
}
h3.new_title a:active, h3.new_title a:hover{
/*	background-color:#FF99CC; */
/*	color:#005555; */
	font-weight: bold;
	text-decoration: none;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
}
h3 small{
	font-size: 80%; 
}

/*************************************
 * 本文                              *
 *************************************/

div.text{
	color:#000000;
	margin: 7px 20px 7px 20px;
	padding:0px;
}

div.text blockquote{
	color: #ffffff;
	font-family: monospace, Tahoma;
	line-height:  140%; 
	background-color: #111111; 
	border: 2px dotted #555555;
	padding: 15px;
	margin: 15px 5px 15px 15px;
}
div.text pre{
/*	color: #ffffff; */
	font-family: monospace, Tahoma;
/*	background-color: #FFFFE5; */
/*	background-color: #000000; */
	border: 2px dotted #111111;
	padding: 15px;
	margin: 15px 5px 15px 15px;
	overflow: auto;
}
div.text pre strong{
/*	text-decoration: underline; */
}

div.text img{
	-moz-box-shadow: 2px 2px 3px 3px #CCC;
	-webkit-box-shadow: 2px 2px 3px 3px #CCC;
	box-shadow: 2px 2px 3px 3px #CCC;
	background-color: #EEE; !important;
	padding: 5px;
	margin: 8px;
	border-style:none !important;
}

div.text a, div.text a:link, div.text a:visited{
	text-decoration: none;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
	padding-left: 2px;
	padding-right: 2px;
}
div.text a:active, div.text a:hover{
	background-color:#FF99CC;
	text-decoration: none;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
	padding-left: 2px;
	padding-right: 2px;
}



div.message{
	border: 2px solid red;
	margin: 0px 30px 0px 30px;
	padding: 10px;
}

div.text p{
	padding-left:5px;
	padding-right:5px;
}

div.text strong{
/*	color: #ff3333; */
/*	background-color: #ffffaa;
	padding-left: 7px;
	padding-right: 7px; */
	font-size: 110%; 
/*	font-family: monospace; */
	font-weight: bold;
}

div.text blockquote strong{
}
div.text blockquote a:visited{
	color: #ff6666;
}
div.text blockquote a:hover{
	background-color:#ffffff;
}




/*************************************
 * コメント                          *
 *************************************/

div.comment{
	background-color:#FFFFFF;
	color: #444;
	padding: 15px;
	margin: 1.0em 1.5em 10px 1.5em;
	border-left: 1.0px solid #bfbfbf; 
	border-right: 1.0px solid #bfbfbf; 
	border-top: 1.0px solid #bfbfbf; 
	border-bottom: 1.0px solid #bfbfbf; 
}

div.comment_form{
/*	padding: 0px 2.0em 1px 1.0em;
	margin: 2px 0.0em 2px 2.0em; */

	background-color:#FFFFFF;
	color: #444;
	text-align: right; 
	padding: 5px 15px 5px 15px;
	margin: 5px 1.5em 1.0em 1.5em;
	border-left: 1.0px solid #bfbfbf; 
	border-right: 1.0px solid #bfbfbf; 
	border-top: 1.0px solid #bfbfbf; 
	border-bottom: 1.0px solid #bfbfbf; 
}

h4.comment{
	font-size: 95%;
	color:  #000000;
	margin: 0px; 
	padding: 0px; 
}
dt{
	font-weight: bold; 
/*	font-style: italic; */
}	
div.comment dl{
	background-image: url(comment_back.png);
	font-size: 12px;
	line-height: 20px;
	margin: 0em 0em 3.0em 0em;
}

div.comment dt{
	margin-left: 10px;
}
div.comment dd{
	margin-left: 25px;
}

span.subject a, span.subject a:link, span.subject a:visited{
	text-decoration: none;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
	color:#002222;
	padding-left: 2px;
	padding-right: 2px;
}
span.subject a:active, span.subject a:hover{
	background-color:#FF99CC;
	color:#002222;
	text-decoration: none;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
	padding-left: 2px;
	padding-right: 2px;
}

/* 
 * その他 
 */

hr	{display: none;}

img	{border-width: 0px; 
/*	float:right; */
}


/*************************************
 * ツッコミ掲示板                    *
 *************************************/
div.article p{
	margin-left: 3.0em;
}

div.header{
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
}


hr.board{
	display: block;
	border-bottom: 1.0px solid #bfbfbf; 
}

