@charset "euc-jp";
/*
Title: Darkness-pop
Revision: $Revision: 1.12 $
Author: Nana
Access: <clores@estyle.ne.jp>
License: GPL
Comment: support major plugin.

	Copyright 2003 (C) by Nana <clores@estyle.ne.jp>
	validated by W3C.
	Original theme is sodapop by kadu <http://www.bb.wakwak.com/~akk/kadu/>
*/

/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
	color			:#eee;
	background-color	:#585858;
	margin-left: 4em;
	margin-right: 4em;
}



/*
  日記タイトルの設定
  */
h1 {
	text-align: left;
	font-size: 160%;
}


/*
  タイトル行全体の設定
  */
h2 {
	background-color: #006;
	font-size: 110%;
	margin: 0px;
	padding: 0.2em;
	padding-left: 5px;
	border-bottom: 1px solid #999;
}

/*
  タイトルを除いた1日の日記本文全体の設定
  */
div.body {
	padding: 5px;
	margin: 0.5em 1em 0.5em 1em;
}

/*
  サブタイトルの設定
  */
h3 {
	color: #f8f8ff;
	font-size: 110%;
	margin: 0em;
	font-weight: bold;
	border-bottom: 1px solid #555;
}

/*
  罫線の設定
  */
hr {
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #3c6;
}

pre {
	background-color: #2F4F4F;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 3px 1px 3px;
	color: #fff;
	margin-left: 1em;
	margin-right: 1em;
	padding: 8px 8px 8px 8px;
	font-family: "メイリオ","Meiryo",verdana,/*"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",*/Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a:link {
	color			:#afa;
	text-decoration: none;
	border-style: none;
	border-width: 1px;
}
a:visited {
	color			:#cac;
	text-decoration: none;
	border-style: none;
	border-width: 1px;
}
a:active {
	color			:#C0C0C0;
	text-decoration: none;
	border-width: 1px;
}
a:hover, a:focus {
	color			:#C0C0C0;
}

p.strong {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}

.imp{
	color: #ffff00;
	font-weight: bold;
}





#reaction{
	margin:10px 20%;
	padding:10px;
	background:##585858;
	background-color: #2F4F4F;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 3px 1px 3px;
	font-family: "メイリオ","Meiryo",verdana,/*"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",*/Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

#container{
margin-left:auto;
margin-right:auto;
width:80%;
}


dt {
	line-height: 200%;
}

