*{
margin:0;
padding:0;
}

body{
	margin:0;
	color:#d1d1ad;
	font-size:100%;
	font-family: Georgia, "游明朝", "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
	line-height:150%;
	text-align:center;
	background-color:#000000;
}

html{
	scrollbar-base-color:#000000;
	scrollbar-track-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-3dlight-color:#555555;
	scrollbar-darkshadow-color:#555555;
	scrollbar-highlight-color:#dddddd;
	scrollbar-shadow-color:#dddddd;
}


br{
	letter-spacing:normal;
}

/* ----- リスト ----- */
ul{
	margin:0;
}
ol{
	margin:0;
}

/* ----- 文字 ----- */
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
u{ 
	text-decoration:underline; 
}
del{ 
	text-decoration:line-through; 
}


/* ----- テキストエリア ----- */
input, textarea{
	padding:1px;
	color:#d1d1ad;
	font-size:95%;
	border:1px solid #666666;
	background-color:#000000;
}

/* レイアウトの設定 */

/* ----- 全体 ----- */
div#wrapper{
	margin:0 auto;
///	width:909px;
	width:1049px;
	text-align:left;
}
/* ----- ヘッダー ----- */
div#header{
	margin:0;
	padding:0px;
///	width:700px;
	width:865px;
	height:240px;
	font-size:90%;
	line-height:130%;
	background-image:url(/header865.cgi);
	background-repeat:no-repeat; 
	background-attachment: scroll;
	text-align: center;
}

/* ----- 記事 ----- */
div#main{
	margin:0;
///	width:700px;
	width:865px;
	float:left;
	background-color:#000000;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
}
/* ----- サイドバー ----- */
div#side{
///	margin-left:709px;
	margin-left:874px;
	font-size:75%;
	font-weight:bold;
	color:#888855;
}
/* ----- フッター ----- */
div#footer{
	margin:0;
	padding:0px;
///	width:700px;
	width:865px;
	padding:0px;
	height:154px;
	background-image:url(/footer865.cgi);
	background-repeat:no-repeat; 
	background-attachment: scroll;
}




/* リンクカラーの設定 */

/* ----- 全般 ----- */
a{text-decoration:none;}
a:link{color:#999966;}
a:visited{color:#999966;}
a:active{color:#999966;}
a:hover{color:#d1d1ad;}
a img { border: 0; }

/* ----- ヘッダー ----- */
div#header a{text-decoration:none;}
div#header a:link{color:#aaaaaa;}
div#header a:visited{color:#aaaaaa;}
div#header a:active{color:#ff6666;}
div#header a:hover{color:#ffaaaa;}

/* ----- サイド ----- */
div#side a:link{color:#999966;}
div#side a:visited{color:#999966;}
div#side a:active{color:#999966;}
div#side a:hover{color:#d1d1ad;}





/* #header */

div#header h1{
	font-size:30px;
	line-height:190%;
	margin-top:0px;
	text-align:center;
}

div#header p{
	font-size:10px;
	text-align:center;
}


/* #main */

/* ----- エントリーナビゲーション ----- */
div#main div.entry_navi{
	margin:20px 0;
	font-size:70%;
	text-align:center;
}

/* ----- エントリー部分全体 ----- */
div#main div.entry_area{
	margin: 20px 10px 10px 10px;
	padding: 40px 0px 5px 0px;

}

/* ----- エントリー時刻 ----- */
div#main div.entry_date{
	margin:0;
	color:#d1d1ad;
	font-size:70%;
	font-weight:bold;
	text-align:right;
}

/* ----- エントリータイトル ----- */
div#main h2{
	font-size:120%;
	font-weight:bold;
	border-bottom:dotted 1px #999966;
}

/* ----- エントリー本文 ----- */
div#main div.entry_body{
	margin:10px 0;


}
div#main div.entry_body p{
	margin:0 0 10px 0;
}

/* ----- エントリー本文内リスト ----- */
div#main div.entry_body ul{
	margin:3px 0 3px 20px;
}
div#main div.entry_body ul li{
	margin:0 0 3px 0;
}

/* ----- エントリー本文内引用 ----- */
div#main div.entry_body blockquote{ 
	margin:0 0 10px;
	padding:5px;
	border:1px solid #999966;
	background-color:#f3f3f2;
}
div#main div.entry_body blockquote ul{ 
	margin:0 20px;
}

/* ----- エントリー情報 ----- */
div#main ul.entry_state{
	margin:0;
	font-size:70%;
	list-style-type:none;
	text-align:right;

}
div#main ul.entry_state li{
	display:inline;
	margin-left:10px;
}

/* ----- コメント、トラックバック部分全体 ----- */
div#main div.contact_area{
	margin: 20px 10px 10px 10px;
}
/* ----- コメント、トラックバック、プロフィール部分タイトル ----- */
div#main h3{
	margin:0 0 10px;
	font-size:120%;
	font-weight:bold;
	border-bottom:none;
}

/* ----- コメント本文 ----- */
div#main div.comment_body{
	margin:0 0 3px;
}

/* ----- コメントフォーム ----- */
div.form_body{
	margin:10px;
	font-size:70%;
	text-align:right;
}
div.form_body input.input{
	margin:1px;
	width:250px;
}
div.form_body textarea{
	margin:1px;
	width:400px;
	height:200px;
}
div.form_body input.submit{
	margin:1px;
	width:100px;
}

.pict {
    padding:3px;
    border: 1px #999966 solid; 
}



/* ----- トラックバック本文 ----- */
div#main div.trackback_body{
	margin:0 0 3px;
}
/* ----- トラックバックタイトル ----- */
div#main div.trackback_title{
	margin:0;
}
/* ----- トラックバックURL ----- */
div#main div.trackback_url{
	margin:0 0 10px;
	text-align:center;
	background-color:#000000;
}

/* ----- コメント、トラックバック情報 ----- */
div#main ul.contact_state{
	margin:0 0 20px;
	font-size:10px;
	list-style-type:none;
	text-align:right;
	border-bottom:1px dashed #999966;
}
div#main ul.contact_state li{
	display:inline;
	margin-left:10px;
}

/* ----- プロフィール部分全体 ----- */
div#main div.profile_area{
	margin:20px 15px 70px;
}

/* ----- プロフィール本文 ----- */
div#main div.profile_body{
	margin:0 0 3px;
}
div#main div.profile_body ul{
	margin:5px 0 5px 20px;
}
div#main div.profile_body ul li{
	margin:2px 0;
}


/* ----------------サイドバー---------------------------- */
/* サイドバータイトル */
.blog_title {
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 0px;
	text-align:center;
}

.side_title {
	color : #999966;
	margin: 10px 0px 0px 0px;
	padding: 3px 3px 3px 0px;
	font-weight: bolder;
	text-align:right;
	border-bottom:dotted 1px #999966;
}


.side_title a:hover {
	color : #ffffff;
}

/* --------------- サイドバーテキスト --------------- */

/*--- サイドバー文字真ん中寄せ --- */
.info_text {
	color : #d1d1ad;
	font-size: 10px;
	background-color: #000000;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 15px 0px;
	text-align: center;
}

/*--- サイドバー文字左寄せ --- */
.link_text {
	font-size: 100%;
	background-color: #000000;
	line-height:170%;
	margin: 10px 0px 0px 5px;
	padding: 3px 0px 5px 0px;
}

ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}


/* ----- RECOMMEND ----- */
div#side dd.recommend{
}
/* ----- SEARCH ----- */
div#side div.search{
	margin:10px 5px;
}
/* ----- AD ----- */
div#side div.ad{
	margin:5px 5px;
	margin-top:200px;
}


/* --- カレンダー --- */
.calendar{
	font-size: 10px;
	font-size: 10px;
	color: #999966;
	line-height: 135%;
	letter-spacing : 1px;
	margin: 10px auto 0px auto;
	padding: 3px 0px 0px 0px;
}



.calendar_month {
	color: #999966;
	margin: 1px 0px 5px 0px;
	padding: 3px 0px 5px 0px;
	letter-spacing : 1px;
	text-align: center;
}

.cell {
	width: 20px;
	height: 13px;
	padding: 1px;
	color: #555522; 
	font-size: 10px;
	text-align: center; 
	background: #000000;
}

.cell a { text-decoration: none; border: none;}
.cell a:link { color: #e1e1bd;}
.cell a:visited { color: #e1e1bd;}
.cell a:active { color: #d1d1ad;}
.cell a:hover { color: #f1f1cd;}

.weekday {
	text-align: center;
	width: 20px;
	height: 13px;
	padding: 1px;
}

.today {
	color: #999966;
	background-color: #000000;
	font-weight: bolder;
}





/* ページ送り */
div.page_navi{
	margin:10px;
	font-size:80%;
	text-align:center;
}


/* フッター */
div#footer ul{
	text-align:right;
	font-size:70%;
	list-style-type:none;
}
div#footer ul li{
	display:inline;
	margin-left:0px;
}

.list{
display:none;
}
ul.tree {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  line-height: 16px;

}
ul.tree li {
  margin: 0px;
  padding: 0px 0px 0px 16px;
  background-image: url(/img/ul_tree_li_1.gif);
  background-repeat: no-repeat;
}
ul.tree li.end {
  background-image: url(/img/ul_tree_li_2.gif);
}
.archiveslist{
	overflow: auto; 
	height: 160px;
	line-height: 150%;
}

/* ----- エントリー部分全体 ----- */
div.img_window{
  margin-top: 10px;
}

/* -- Caterogy list by yas --*/
