/* ページ全体の基本的な設定と背景色 */
body {
	margin: 0px 0px 20px 0px;
	background-color: #DFEFFF;
	background-image: url("http://www.eeyu.net/archives/images/");	
        	text-align: center;
	FONT-FAMILY: 'メイリオ','Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
        
	}

 img   { border:none;}


/* 指定が無い時のリンクの下線の有無 */
a {
	text-decoration: none;
		
	}

/* 指定が無い時の未読リンクの色 */
a:link {
	color: #006699;
	}

/* 指定が無い時の既読リンクの色 */
a:visited {
	color: #006699;
	}

/* 指定無い時のリンク部分のクリック時 */
a:active {
	color: #006699;
	}

/* マウスカーソルがリンクにかさなった時 */
a:hover {
text-decoration:underline;
color:#cc0000;
}





/* 指定が無い時の見出しタグの設定 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/* ブログを囲む枠の背景色や線、余白などの設定 */
#container {
	line-height: 1.25;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 860px;
	
	background-color: #FFFFFF;
	border: 1px solid #000000;
	background-repeat:repeat-y;
	background-repeat:no-repeat;
	background-image: url("http://www.eeyu.net/archives/images");
	}


#bannerin {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 860px;
	}

/* タイトルバナー左 */
.banner {
	float: left;
	color: #333333;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: left;
	width: 360px;
	}


.banner2 {
	float: left;
                font-size:12px;
	color: #808080;
	padding: 10px 15px 0px 0px;
	text-align: right;
	width: 470px;
	}


#menu_box {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding:0px 0px 0px 0px;
	border-bottom: 1px solid #999999;
	background-color: #FFFFFF;
	width: 860px;
clear: both;
	}
#menu_box1 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding:0px 0px 0px 0px;
	border-bottom: 1px solid #999999;
	background-color: #DCDCDC;
	width: 860px;

clear: both;
	}


#menu_box table {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding:0px 0px 0px 0px;
	border: 0px;
border-collapse: separate;
	}

#menu_box img {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border: 0px;
	}

.centertd {
	background-image: url("http://www.eeyu.net/tab/bt_center.gif");
	}



#two-top {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
font-size: 12px;
	padding: 10px 0px 0px 0px;
	width: 860px;
	}


/* タイトル */
#two-top h1 {
float: left;
color: #333333;
text-align: left;
font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}


/* エントリー全体を入れるＢＯＸの基本設定 */
#center {
	float: left;
	width: 520px;
	margin-top : 0px ;
	margin-bottom : 10px ;	
	overflow: hidden;
	background-color: FFFFFF;
	}


/* エントリー全体を入れるＢＯＸの基本設定 */
#tow-center {
	float: left;
	width: 705px;
	margin-top : 0px ;
	margin-bottom : 10px ;	
	border-bottom: 0px solid #999999;
	border-right: 1px solid #999999;
	overflow: hidden;
	background-color: FFFFFF;
	}



/* centerの内側のＢＯＸの基本設定 */
.content {
	padding: 5px 15px 10px 15px;

	color: #333333;
	FONT-FAMILY: 'メイリオ','Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	}

.blog {
	padding: 0px 5px 0px 5px;

	}

/* 左側のメニューを入れるＢＯＸの基本設定 */
#left {
	float: left;
	padding: 0px;	
	margin:0px;		
	width: 330px;
	background-color: FFFFFF;
	overflow: hidden;
	}

/* 左側のメニューを入れるＢＯＸの基本設定 */
#left2 {
	float: left;
	padding: 0px;	
	margin:0px;		
	width: 330px;
	background-color: FFFFFF;
	border: 0px;
	overflow: hidden;
	}

#left_box {
	float: left;
	padding: 0px;	
	margin:10px 0px 0px 0px;		
	width: 330px;
	background-color: FFFFFF;
	margin-bottom:10px;	
	overflow: hidden;
	}



/* contentで指定されているＢＯＸの中でPタグを使用した時の設定 */
.content p {
	color: #333333;
	FONT-FAMILY: 'メイリオ','Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	margin: 8px 5px 8px 5px;
	padding: 0px;
	overflow: hidden;
	}

/* contentで指定されているＢＯＸの中でblockquoteタグを使用した時の設定 */
.content blockquote {
	line-height: 1.5;
	}

/* contentで指定されているＢＯＸの中でh2タグを使用した時の設定（日付） */
.content h3 {
	color: #333333;
	FONT-FAMILY: 'メイリオ','Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	
	}

/* contentで指定されているＢＯＸの中でh3タグを使用した時の設定（エントリータイトル） */
.content h2 {
	FONT-FAMILY: 'メイリオ','Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	
	}

.title	{ 
	color: #676767;
	background:#cccccc;	
	padding: 6px 0px 7px 15px;	
	margin-bottom: 10px;
	background-image: url("http://www.eeyu.net/archives/images/title001.gif");

	}

.title2	{ 
	color: #676767;
	padding: 6px 0px 7px 15px;	
	margin-bottom: 10px;
	background-image: url("http://www.eeyu.net/archives/images/menu01.gif");
	}

.title3	{ 
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background:#FFFFFF;	
	padding: 6px 0px 7px 15px;	
	margin-bottom: 10px;
	}

/* タイトル名の文字のリンク色 */
.title a,
.title a:link,
.title a:visited {
    color: #676767;
    font-size: 14px;
	text-decoration: none;
}

.title a:hover {
	color: #CC0000;
	text-decoration: underline;
	}


.content h4 {
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	
	}


/* エントリーの日付 */
.content p.data	{
		font-weight: bold; 
		font-size: 12px;
		color: #666666;
	text-align: right;
		padding:5px 0px 0px 0px;
		margin:6px 5px 5px 0px;

	}

/* contentで指定されているＢＯＸの中でp.postedを使用した時の設定（投稿者やコメント） */
.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border-top: 1px solid #999999;
	text-align: right;	
	margin: 0px 0px 20px 0px;
	line-height: normal;
	padding: 3px 0px 0px 0px;
	}

/* メニュー枠内でulタグを使用した時の設定 */
.content ul {
	padding-left: 15px;
	margin: 0px;
	margin-bottom: 10px;
	}

/* contentで指定されているＢＯＸの中でliタグを使用した時の設定 */
.content li {
	line-height: 1.5;
	}



.trackbacks-header	{ 

	background:#666666;	
	padding: 5px 0px 5px 5px;	
	margin-bottom: 10px;
	}

.comments-header	{ 

	background:#666666;	
	padding: 5px 0px 5px 5px;	
	margin-bottom: 10px;
	}

.content p.trackbacks-info {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background:#DDDDDD;	
	padding: 5px 0px 5px 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #9E9E9E;
	}

/* right（メニュー枠）の内側のＢＯＸの余白の設定 */
.sidebar {
	padding: 0px 0px 0px 0px;
	}

/* カレンダーの基本設定 */
#calendar {
  	line-height: 1.25;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	
	
	
  	padding: 2px;
	text-align: center;
	margin-bottom: 10px;
	}

/* カレンダーテーブルの基本設定 */
#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	font-size: 10px;
	width: 100%;
	}

/* カレンダーのタイトル部分の設定（月、日） */
#calendar caption {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
	
	letter-spacing: .0em;
	}

/* カレンダーのセル(th)部分の設定 */
#calendar th {
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	}

/* カレンダーのセル(td)部分の設定 */
#calendar td {
	text-align: center;
	font-size: 12px;
	}

/* メニュー枠内でh2タグを使用した時の設定 */
.sidebar h3 {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	margin:0px 5px 0px 5px;
    	background-image: url("http://www.eeyu.net/archives/images/bar.gif"); 

	line-height:1.25;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:center;
	}


.sidebar h4 {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	margin:0px 5px 0px 5px;
    	background-image: url("http://www.eeyu.net/archives/images/bar.gif"); 

	line-height:1.25;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:center;
	
}

/* メニュー枠内でulタグを使用した時の設定 */
.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 5px;
	}

/* メニュー枠内でul ulタグを使用した時の設定 */
.sidebar ul ul {
	margin-bottom: 0px;
	}

/* メニュー枠内でcategories ulタグを使用した時の設定 */
.sidebar #categories ul {
	padding-left: 15px;
	}

/* メニュー枠内でliタグを使用した時の設定 */
.sidebar li {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 130%;
	
	
	
	margin-top: 10px;
	list-style-type: none;
	}

/* メニュー枠内で categories li　を使用した時の設定 */
.sidebar #categories li {
	list-style-type: circle;
	}


/* photo を使用した時の設定 */
.Photo {
	margin-right: 25px;
	}

/* エントリーの画像 */
.Photo2 {
margin-right: 8px;
}

/* link-note ではさまれた範囲の文字の設定 */
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	padding: 0px 5px 0px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
         color:#333333;
	}

.link-note p {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

.link-pr {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	}

/* Movable Typeの著作権表示部分Powered by に使われる設定 */
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.25;
	text-align: left;
	color: #666666;
	margin-top: 15px;
	}

/*  コメントされたデータを表示した時の設定 */
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

/*  コメントのフォームのtextareaの幅の設定 */
textarea[id="comment-text"] {
	width: 80%;
	}

/*  commenter-profile imgを使用した時の設定 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* 引用タグ（blockquote）を使用したときの設定 */
	blockquote {
		color: #333333;
		margin:10px 5px 0px 5px;
		font-size:12px;
		font-weight:normal;
		background:#FFFFCC;
		line-height:1.5;
		padding: 10px; 
		border: 2px dotted #99CC00;
		width: auto ;
	}

.sidebar hr { border:1px dashed #999999;}

td {
	font-size: 12px;
	line-height: 1.5;		
	}

#footer {
	width: 860px;
	color:#FFFFFF;
	font-size: 12px;
	line-height: 1.5;
	padding: 15px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-repeat:repeat-y;
	background-repeat:no-repeat;
	background-image: url("http://www.eeyu.net/archives/images/foot_back.jpg");

	}

#footer a,
#footer a:link,
#footer a:visited {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
}

#footer a:hover {
	color: #CC0000;
	text-decoration: underline;
	}


#data_footer {
	width: 860px;
	color:#333333;
	font-size: 12px;
	line-height: 1.5;
	padding: 10px 0px 5px 0px;
	margin: 20px 0px 0px 0px;
	text-align: center;

clear: both;
	}



#menu td {
width:140px;
}

#menu a {
	text-decoration: none;
	color:#FFFFFF;
	display:block;
	text-align:center;
	background-color:#;
	padding:3px;
	font-weight:nomal;
	width:96%;
	border: 1px solid #999999;
margin-bottom: 5px;
	}
	
#menu a:hover {
	background-color: #0F4FAA;
	}
	
	
	
/* 説明を入れる中央画像を入れるＢＯＸ */
.box1 {
	margin:5px 5px 15px 5px;
	padding: 10px 15px 10px 15px;
	background:#FFFFFF;	
	color: #333333;
FONT-FAMILY: 'メイリオ','Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	font-size: 11px;
	border: 1px solid #666666;
	overflow: hidden;
	}

.boxinfo {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 10px 5px;
	background:#FFFFFF;	
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	overflow: hidden;
	}

.boxinfo ul {margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;}

.boxinfo li {
list-style-image: url(http://www.eeyu.net/archives/images/list.gif);
background-repeat: no-repeat;
	line-height: 1.3;
}


/* 検索、コメントなどの入力フォームの設定 */
	form {
	margin: 0px 0px 10px 0px;
	}

.box1 ul {margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;}

.box1 li {
	line-height: 1.5;
	}

.box1 .module-content {text-align: left; }
.box1 .module-content .module-list { list-style: none; }
.box1 .module-content .module-list .module-list-item { display: inline; }
.box1 .module-content .module-list li.taglevel1 { font-size: 20px; }
.box1 .module-content .module-list li.taglevel2 { font-size: 18px; }
.box1 .module-content .module-list li.taglevel3 { font-size: 16px; }
.box1 .module-content .module-list li.taglevel4 { font-size: 14px; }
.box1 .module-content .module-list li.taglevel5 { font-size: 12px; }
.box1 .module-content .module-list li.taglevel6 { font-size: 10px; }

.box1 .module-content .module-list li.taglevel1 a{ color: #ff33cc; }
.box1 .module-content .module-list li.taglevel2 a{ color: #8A2BE2; }
.box1 .module-content .module-list li.taglevel3 a{ color: #ffcc00; }
.box1 .module-content .module-list li.taglevel4 a{ color: #006400; }
.box1 .module-content .module-list li.taglevel5 a{ color: #008080; }
.box1 .module-content .module-list li.taglevel6 a{ color: #333333; }


.content dl {
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	}

/* contentで指定されているＢＯＸの中でliタグを使用した時の設定 */
.content dt {
	line-height: 1.5;
	background-color: #E6E6E6;
	padding: 3px 0px 3px 0px;}
	}

.content dd {
	line-height: 1.5;
	}

.content dt a {
	font-weight:bold;
	line-height: 1.5;
	}

.boot {margin-right: 10px;
	float: left;
}

		#screen {
			/* margin: 0, auto, auto, auto; */
			margin: auto;
			padding: 0px;
			/*
			width: 425px;
			height: 350px;
			*/
			width: 320px;
			height: 263px;
			border-style: solid;
			border-color: #333333;
			border-width: 1px;
			overflow: hidden;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
		}

		#console {
			/* margin: 0, auto, auto, auto; */
			margin: auto;
			padding: 0px;
			/*
			width: 425px;
			height: 350px;
			*/
			width: 320px;
			border-style: solid;
			border-color: #333333;
			padding: 0px;
	background:#FFFFFF;	
			border-top: 1px;solid #000000;
			border-right: 1px solid #000000;
			border-left:  1px solid #000000;
			border-bottom:  1px solid #000000;
			overflow: hidden;
		}

#console ul {margin: 5px 0px 5px 20px;
	padding: 0px 0px 0px 0px;}

#console li {
list-style-image: url(http://www.eeyu.net/archives/images/list.gif);
background-repeat: no-repeat;
	line-height: 1.3;
}


#tag_box1 {
    font-size: 12px;
	background-color: #F0F0F0;
	padding: 7px 5px 6px 5px;
	border: 1px solid #BEBEBE;
}

#tag_box2 {
	padding: 7px 5px 6px 5px;
	text-align: left;
	line-height: 1.8;
    font-size: 11px;
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	border-bottom: 1px solid #BEBEBE;
	margin-bottom: 15px;
	}

#tag_box3 {
                text-align: center;
                font-size: 12px;
	background-color: #F0F0F0;
	padding: 7px 5px 6px 5px;
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	border-bottom: 1px solid #BEBEBE;
}

/* 1カラムのブログを囲む枠の背景色や線、余白などの設定 */
#one-container {
	line-height: 1.25;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding:  10px 0px 0px 0px ;
	width: 460px;
	
	background-color: #FFFFFF;
	border: 1px solid #000000;
	}

/* 1カラムエントリー全体を入れるＢＯＸの基本設定 */
#one-center {
	width: 450px;
	margin : 0px 0px 0px 0px ;	
	overflow: hidden;
	}

.bee {clear: both;}

/* サイドバー折り畳みＣＳＳ*/

.folded {
  background-image: url("http://www.eeyu.net/archives/images/folded.png");
  background-repeat: no-repeat;
  background-position: 5px center;
}
.unfolded {
  background-image: url("http://www.eeyu.net/archives/images/unfolded.png");
  background-repeat: no-repeat;
  background-position: 5px center;
}





/*  レート表示用CSS   */

.rss_title, rss_title a {
color: #333333;
	font-family: ;
	font-size: 14px;
	font-weight:bold;
	margin: 0px;
	padding: 3px;
 background-color: #DFEFFF;
}


.rss_items { 
color: #333333;
 font-size: 12px;
  font-weight : normal; 
  margin: 15px;  
list-style-type: none;
}


.rss_item  {  
color: #000000;
font-size: 12px;
  font-weight : normal; 
  margin: 3px; 
list-style-type: none;
}


.rss_title a:link, .rss_title a:visited, .rss_title a:active {
 list-style-type: none;
	text-decoration : none;
	color: #333333;
}


.rss_title a:hover { 
	text-decoration : none;
	color: #333333;

}
.rss_item a:link, .rss_item a:visited, .rss_item a:active,.rss_item a:hover  {
 
	text-decoration : none;
	color: #333333;
}


.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #FFFFFF;
list-style-type: none;
	}

.rss_box {
color: #000000;
	 margin: 0px;
	 padding: 0px;
	 width: 600px;
	 background-color: #FFFFFF;
	 border: 1px solid #FFFFFF; 
 background-color: #FFFFFFF; text-align:left;
}


	.block
{
		color: #333333;
		margin:10px 0px 0px 0px;
		font-size:12px;
		font-weight:normal;
		background:#FFFFCC;
		line-height:1.5;
		padding: 10px; 
		border: 1px solid #cccccc;
		width: auto ;
	}

dl.st dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 5.5em;
  border-left: solid 8px #CC0000;
background:#FFFFFF;
  padding-left: 5px;
  color: #000;
}

dl.st dd {
  margin-bottom: 0.8em;
  margin-left: 7.5em;
}

.sts {
font-size: 12px;
}



