@charset "EUC-JP";

/* -***************-基本設定-***************- */

html {
	scrollbar-face-color:#b1b9bc;
	scrollbar-track-color:#b1b9bc;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#b1b9bc;
	scrollbar-shadow-color:#000000;
	scrollbar-base-color:#b1b9bc;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#b1b9bc;
}
body { 
	color : #999999; 
	font-size : 10px;
	background-color :#000000; 
	font-family : "ＭＳ Ｐゴシック"; 
	line-height : 16px; 
	letter-spacing : 1px; 
	margin : 0; 
	padding : 0; 
	text-align : center;
} 
br { 
	letter-spacing : normal; 
} 

/* -***************-テキストエリア-***************- */

input, select, textarea, button { 
	color : #999999;
 	background-color : #000000; 
	font-size : 12px; 
	font-family : "ＭＳ Ｐゴシック"; 
	border : 1px solid #b1b9bc;
} 

/* -***************-リンク-***************- */

a:link, a:active, a:visited { 
	color : #999999; 
	text-decoration : none; 
} 
a:hover { 
	color : #FFFFFF; 
	text-decoration : none; 
}

/* -***************-画像-***************- */

img{
	border : none;
}

/* -***************-全体ボックス-***************- */

div#all {
	width : 750px;
 	background-color : #000000; 
	margin-left : auto;
	margin-right : auto;
	text-align : left;
}

/* -***************-ヘッダー-***************- */

#header {
	width : 750px;
	height : 280px;
	background : url(http://blog-imgs-32.fc2.com/o/p/h/ophelia00/decadent_bgi.gif); 
	background-position : center top;
	background-repeat : no-repeat;
}
.blog_title { 
	font-size : 20px; 
	font-weight : bold; 
	text-align : left; 
	padding-top : 50px;
	padding-left : 50px; 
} 
.introduction { 
	color : #000000;
	font-size : 12px; 
	text-align : left; 
	padding-top : 20px;
	padding-left : 50px; 
}

/* -***************-記事-***************- */

div#main {
	width:500px;
	float:left;
	text-align : left;
	padding-top : 20px;
}
.entry { 
	width:480px;
	margin-left : 10px;
	margin-bottom : 60px;
	padding : 0; 
} 
.entry_title { 
	font-size : 15px; 
	font-weight : bolder; 
	padding-right : 40px;
	padding-top : 20px;
	border-bottom : dotted 1px #696969;
	text-align : right; 
} 
.entry_text { 
	font-size : 13px; 
	padding-left : 13px; 
	padding-right : 13px;
	text-align : left; 
} 
.entry_state { 
	font-size : 10px; 
	padding-right : 10px; 
	text-align : right; 
} 

/* -***************-コメント・トラックバック-***************- */

.com_text { 
	font-size : 10px; 
	padding-left : 10px; 
	padding-right : 10px;
	text-align : left; 
} 
.tb_text { 
	font-size : 10px; 
	padding-left : 10px; 
	padding-right : 10px;
	text-align : left; 
} 

/* -***************-エントリーナビ-***************- */

.pagenavi { 
 	margin-bottom : 50px;
} 
.pagenavi_text { 
	clear : both; 
	text-align : center; 
	font-size : 14px; 
} 

/* -***************-メニュー-***************- */

div#menu{
	width : 230px;
	height : 100%;
	float : right;
	margin-right : 10px;
	padding-top : 40px;
	text-align : center;
}
.menu_title {
	font-size : 12px;
	border-bottom : dotted 1px #696969;
	text-align : right;
	padding-left : 10px;
}
.menu_text {
	font-size : 10px;
	text-align : left;
	vertical-align:middle;
	line-height : 14px; 
	margin : 0;
	padding-left : 10px;
}
.menu_text ul {
	list-style-position : inside;
	list-style-image:url(http://blog-imgs-32.fc2.com/o/p/h/ophelia00/decadent_list.gif);
	vertical-align:middle;
	margin : 0;
	padding : 0;
}

/* -***************-カレンダー-***************- */

#calender {
	width : 750px;
	font-size : 12px;
	text-align : center;
}
.prev_month {
	font-family : Georgia,Chicago;
}
.prev_month a {
	font-family : Georgia,Chicago;
	border-bottom : dotted 1px #c0c0c0; 
	text-decoration : none; 
}
.prev_month a:hover {
	font-family : Georgia,Chicago;
	border-bottom : 0; 
	text-decoration : none; 
}
.next_month {
	font-family : Georgia,Chicago;
}
.next_month a {
	font-family : Georgia,Chicago;
	border-bottom : dotted 1px #c0c0c0; 
	text-decoration : none; 
}
.next_month a:hover {
	font-family : Georgia,Chicago;
	border-bottom : 0; 
	text-decoration : none; 
}
.days {
	margin : 1px;
	font-family : Georgia,Chicago;
}
.days a {
	font-family : Georgia,Chicago;
	border-bottom : dotted 1px #c0c0c0; 
	text-decoration : none; 
}
.days a:hover {
	font-family : Georgia,Chicago;
	border-bottom : 0; 
	text-decoration : none; 
}

/* -***************-フッター-***************- */

#footer {
	font-size : 10px; 
	text-align : center; 

}
#footer_last {
	clear : both;
}
