body {     
font:14px/1.231 "ヒラギノ角ゴ Pro W3"; 
} 

#top{
	text-align: center;	
}

#banner{
	text-align: center;	
	margin-bottom:5px;
}

#wrap {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 


nav {     
-webkit-border-radius: 8px;     
border-radius: 8px;     
background-color: #9cc900;     
background: -webkit-gradient(linear, left top, left bottom, from(#660000), to(#FF9999));     
font-size: 90%;      
} 

nav li {     
text-align: center;          
font-weight: bold;       
text-shadow: -1px -1px 0 rgba(150, 150, 150, 30); 
} 

nav li a { 
display: block; 
padding: 8px 0; 
}

nav li:first-child {     
border: none; 
} 

nav a {
	color: #fff;
	text-decoration: none;
}

article, nav {     
margin-bottom: 1em; 
} 

#contents{
	padding-bottom: 10px;	
}

h3 {
	line-height: 1.6em;
	color: #660000;
	margin-bottom: 1em;
	min-height: 20px;
	 text-shadow: 1px 1px 2px #ccc;
}

h3 a{
	text-decoration: none; 
}

h4{
	font-size: 98%;
	color: #660000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	
	font-weight: bold;
	line-height: 1.6em;
}

p {     
margin: 0.4em; 
font-size: 100%; 
line-height: 1.6em;
} 

#contents{
	padding-bottom: 20px;
}

#readmore {
	
	background-image: url(../images/arrow.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color:  #ebebeb;
	font-weight: bold;
} 

#readmore a {       
display: block;     
padding: 5px 0;      
text-decoration: none; 
}




article {     
background-color: #ebebeb;     
-webkit-border-radius: 8px;     
border-radius: 8px;     
padding: 10px; 
} 

article p:last-child {     
margin-bottom: 0; 
} 

article img{
	float: left;
	height: 70px;
	width: 70px;
	margin-right: 10px;
	-webkit-border-radius: 8px;     
border-radius: 8px;     
}

.date{
	color: #660000;	
}

.grey{
	color:  #000000;
}

aside {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	margin-top:-5px;
	padding-top:0px;
} 

.line {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	
	margin-top:10px;
	padding-top:15px;
} 

footer {
	border-top: 1px solid #666;
	padding-top: 10px;
}

#btnTop {     
border-radius: 5px;     
background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0)) #cbcccf;     
width: 14em;     
font-size: 85%;     
text-align: center;     
float: right;     
margin-right: 10px; 
} 

#btnTop a {     
text-shadow: 1px 1px 0 #ddd;     
display: block;     
padding: 5px 0;     
color: #444444;     
text-decoration: none; 
}

#btnTop2 {     
border-radius: 5px;     
background: -webkit-gradient(linear, left top, left bottom, from(#660000), to(#FF9999)) #cbcccf;     
width: 14em;     
font-size: 85%;     
text-align: center;     
float: right;     
margin-right: 10px; 
} 

#btnTop2 a {     
text-shadow: 1px 1px 0 #ddd;     
display: block;     
padding: 5px 0;     
color: #fff;     
text-decoration: none; 
}


#social{

	width:120px;
	height:50px;
	padding-right: 10px;
	padding-left: 10px;
	
	margin-bottom:10px;
}

#social ul{
	list-style:none;
	
}

#social li{
	float:left;
	margin-right: 15px;
}


footer p {
	clear: both;
	padding: 0;
	text-align: center;	
}
footer img {
	vertical-align: top;
}
footer p:last-child {
	margin: 0;
}



/* clearfix */ 

.clearfix:after {   
content: ".";  /* 新しい要素を作る */   
display: block;  /* ブロックレベル要素に */   
clear: both;   
height: 0;   
visibility: hidden; 
} 













