a{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.9;
	letter-spacing:1px;
	color: #4D4D4D;
	}
	
#wrapper{
	margin: 0 auto;
	text-align: center;
	background: url(images/back.gif)  center top; 
	background-attachment: fixed;
	}
	
#title{
	margin: 0;
	padding: 0;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #232192 0%, #3E6EFF 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #232192 0%, #3E6EFF 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #232192 0%, #3E6EFF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #232192), color-stop(1, #3E6EFF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #232192 0%, #3E6EFF 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #232192 0%, #3E6EFF 100%);
	}
	
#honmon{
	margin: 0 auto;
	text-align: center;
	width:784px;
	background: url(images/base.png) repeat-y center top; 
	}
	
.blog{
	 color: #991953;
}	

	
.day {
	font-size: 11px;
	line-height: 1.4;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing:1px;
	}
	
.cap {
	font-size: 12px;
	line-height: 1.6;
}

.cap-r {
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
	color: red;
}


.ozaki{
	 color: #AF512C;
}	

.mokuji{
	 color: #ffffff;
	 font-weight:bold;
	line-height: 2;
}	

.mokuji-date{
	 color: #ffffff;
	 font-weight:bold;
	line-height: 2;
	font-size:12px;
}	


/*　リンク　*/

a:link{ color: #FABD00; text-decoration: none; font-weight:bold; }
	 
a:visited{ color: #B5B5B5; text-decoration: none; font-weight:bold; }
	 
a:hover{ color: #124B93; text-decoration: none; font-weight:bold; }
