* {
	margin: 0;
	padding: 0
}

html {
	scrollbar-face-color: #eeeedd; 
	scrollbar-3dlight-color: #999; 
	scrollbar-highlight-color: #fff; 
	scrollbar-shadow-color: #ccc; 
	scrollbar-darkshadow-color: #666; 
	scrollbar-arrow-color: #3399cc; 
	scrollbar-track-color: #ccc; 
}

body{
	margin: 10px 20px;
	text-align: left; 
	line-height: 1.6; 
	font-size: 11px; 
	font-family: "ＭＳ ゴシック";
	color: #000; 
	background: url() #eeeedd;
}

a {
	text-decoration: none; 
	color: #3399cc; 
}
a:hover {
	text-decoration: underline; 
}

a img {
	border : none; 
}

input,textarea,select,button,submit {
	color: #66; 
	background: #fff; 
	border: 1px solid #666; 
}

th,td {
	vertical-align: top; 
}

img.emoji {
	vertical-align: middle; 
	border: 0; 
}


/*レイアウト設定----------------------------------------------*/

#container {
	position:relative;
	width: 798px; 
	margin:0 auto; 
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background: url() #fff;
}

#header {	
	width : 798px; 
	height: 80px; 
	border-bottom: 1px dashed #ccc; 
	background: url() #fff;
}

#menu {
	float : right; 
	background: url() #fff;
}

#main {
	float : left; 
	background: url() #fff;
}

#footer {
	width : 798px; 
	clear : both; 
	padding-top: 10px; 
	text-align: center;
	font-size: 10px;  
	border-top: 1px dashed #ccc; /
	background: url() #fff;
}


/*タイトル設定------------------------------------------------*/

.blog_title {
	padding-top: 12px; 
	padding-left: 24px; 
	font-size: 21px; 
	font-weight: bold; 
	text-align: left; 
}

.blog_title a {
	text-decoration: none; 
}

.sub_title {
	padding-left: 24px; 
	text-align: left; 
}


/*記事----------------------------------------------*/

.main_block {
	width : 579px; 
	padding: 10px; 
	border-right: 1px dashed #ccc;
}

.main_title {
	margin: 5px; 
	padding: 2px 10px; 
	color: #000; 
	font-size: 14px; 
	font-weight: bold; 
	background: url() #eeeedd;
}

.main_title a {
	text-decoration: none; 
}

.main_body {
	margin: 10px 15px 0 15px; 
}

.main_body img {
	background: #fff;
	margin-top: 5px;
	padding: 0px;
	border: 1px solid #999;
}  

.main_state {
	margin: 0px 10px 0px 0px; 
	text-align: right; 
	font-size: 11px; 
}

.comment_block {
	margin: 0px; 
	border-bottom: 1px dotted #666; 
}

.comment_title {
	font-weight: bold; 
	margin: 20px 0 0 10px; 
}

.comment_body {
	margin: 5px 10px ; 
}

/*引用スタイル--------------------------------------------*/
blockquote{
	background:#fff;
	margin:5px 0;
	padding:5px 8px;
	border: 3px double #ccc; 
}

/*メニュー部分設定--------------------------------------------*/

.menu_block {
	width : 169px; 
	padding: 10px 14px; 
}

.menu_title {
	font-weight: bold; 
	padding-bottom: 5px; 
	background: url() no-repeat;
}

ul {
	list-style-type: none; 
}

li {
	padding-left: 0px; 
background: url() no-repeat;
}


/*ページ移動------------------------------------------------------*/

.page_navi {
	text-align: center; 
	margin: 5px 0; 
	border-right: 1px dashed #ccc;
}

/*カレンダー------------------------------------------------------*/

table.calender {
	width: 170px;
	text-align: center;
}

.calender caption {
	font-size: 12px;
	border-bottom: 1px dotted #666; /
}

.calender th {
	font-weight: normal;
	text-align: center;
}

.calender td {
	text-align: center;
}

th#sun {
	color: #ff6699;
}

th#sat {
	color: #3399cc;
}