/* CSS Document */

*{
	margin:0px;
	padding:0px;
	}

body{
	font-family:"verdana";
	font-size: 12px;
	color:#888888;
	background-color:#000000;
	margin: 0px 0px 0px 0px;
	}
	
img {
	border: 0px;	
}

.space-s{height:10px;}
.space-m{height:15px;}
.space-l{height:20px;}

.clear{clear:both;}

/*リンク*/
a:link {color: #CA0000;	text-decoration:none;}
a:active {color: #CA0000; text-decoration: none;}
a:visited {color:#CA0000; text-decoration: none;}
a:hover {color:#CA0000; text-decoration: underline;}

/* 文字 */
h1{font-size: 18px;}

h2{font-size: 12px;	color:#BBBBBB;}
h2.day{font-size: 12px;	color:#555555; text-align:right;}

h3{font-size: 16px;	color:#FFFFFF; }

h4{font-size: 12px;	color:#FFFFFF; 
	background-image:url(img/icon_arrow.gif);
	background-repeat:no-repeat;
	text-indent:13px;}		

p {
	font-size: 12px;
	padding:3px 0px 5px 0px;
	line-height:16px;
	}

.arrow-w{
	background-image:url(img/icon_arrow_w.gif);
	background-repeat:no-repeat;
	text-indent:8px;
	margin-top:5px;
	}

.small{
	font-size: 10px;
	}
	
.red{
	color:#FF0000;
	}
	
.entry-footer,
.comment-footer,
.trackback-footer{
	font-size: 10px;
	text-align:right;
	}

/*ヘッダー*/
#header{
	height:156px;
	width:779px;
	background-image:url(img/head.jpg);
	background-repeat:no-repeat;
	}
	
.top-link{
	/*height:43px;
	width:216px;*/
	position:relative;
	top:37px;
	left:15px;
	}

#header a {color: #666666;text-decoration: none;}
#header a:active {color: #666666;text-decoration: none;}
#header a:visited {color: #666666;text-decoration: none;}
#header a:hover {color: #333333;text-decoration: none;}

.blog-name{
	margin-left:20px;
	padding-top:25px;
	}

/*メニュー*/
#menu{
	color:#000000;
	height:auto;
	width:200px;
	float:left;
	}
	
#menu ul{
	padding-left:8px;
	padding-right:15px;
	list-style-type:none;
	}

#menu li{
	padding:2px 0px;
	}
	
/* submenu　アーカイブのタイトル */
div.menu-name{
	width:200px;
	height:43px;
	font-family:"verdana";
	font-size:12px;
	font-weight:bold;
	color:#000000;
	background-image:url(img/menu_top.gif);
	background-repeat:repeat-y;
	text-align:center;
	margin: 0px 0px 0px 0px;
	}

.m-title{
	padding-top:15px;
	padding-bottom:0px;
	}
	

/* submenu　アーカイブの内容 */
div.menu-box {
	width:190px;
	height:auto;
	padding:0px 0px 0px 10px;
	background-image:url(img/menu_bg.gif);
	background-repeat:repeat-y;
	}
	
div.menu-box-end {
	width:200px;
	height:20px;
	background-image:url(img/menu_bottom.gif);
	}


/* カレンダー */

th.sunday,th.holiday {
	width:23px;
	font-size: 10px;
	line-height:10px;
	color:#CC0000;
	}

th.saturday {
	width:23px;
	font-size: 10px;
	line-height:10px;
	color:#0066CC;
	}

th.weekday {
	width:23px;
	font-size: 10px;
	line-height:10px;
	color:#666666;
	}
	
#calendar{
	font-size:10px;
	}

#calendar td{
	text-align:center;
}
	
#calendar a{
	/*color:#FF0060 !important;*/
	font-weight:bold;
	text-decoration:underline !important;
	}

.yyyymm{
	padding-right:15px;
	text-align:right;
	}
	

	
/*コンテント*/
#main{
	height:auto;
	width:770px;
	}

/*システム画面*/
.attention{
	margin:0px auto;
	width:400px;
	text-align:center;
	background-color:#353535;
	border:2px solid #000000;
	padding:20px;
	/*margin-top:50px;
	margin-bottom:50px;*/
	}
	
.text-box{
	margin:50px auto;
	width:400px;
	text-align:center;
	background-color:#000000;
	border:2px solid #FF0000;
	padding:20px;
	}

/*コンテント*/
#content{
	height:auto;
	width:550px;
	float:left;
	padding:15px 0px 0px 20px; 
	}
	
.trackback-box{
	padding-left:15px;
	}
	
.comment-box{
	padding-left:15px;
	}


/*フッター*/
#footer{
	clear:both;
	height:20px;
	width:770px;
	}
	
#footer p{
	padding:5px;
	font-size:10px;
	}













