@charset "utf-8";

/*
------------------
style.css
2015-01-07
------------------
*/

/*リセット */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,p,blockquote,th,td{
margin:0;padding:0;
}
table{
border-collapse:collapse;border-spacing:0; font-size:100%;
}
img{ border:0;}
address,caption,cite,code,dfn,em,strong,th,var{
font-style:normal;font-weight:normal;
}
ul li,ol li { list-style:none; } 
h1,h2,h3,h4,h5,h6{
font-size:100%;font-weight:normal;
}
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size:100%; }
a img{border:none;}


a:link,
a:visited{ color:#000;
text-decoration: none;
border-bottom:1px dotted #666;
padding:6px 4px}
a:hover{ background-color: rgba(255,255,255,0.8)}



/*レイアウト*/
body{
font-size: 100%;
line-height: 1.4;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,sans-serif;


}

header{font-family: 'Quicksand', sans-serif;
padding:10px;
background-color:rgba(255,255,255,0.4);}

h1{
	font-size:1.6em;
	margin-bottom:20px;
	letter-spacing:0.1em;
}

nav{ margin:10px}
nav li{ padding:6px 0 4px;}


#content{
	padding:100px 0;
	text-align:center;
	}
	
p{ font-size:14px}
	
	


#time{font-family: 'Quicksand', sans-serif;
}

footer{
/*background: url(../images/footer_bg.png) repeat-x top left;*/
/*background-color:rgba(0,0,0,0.4);*/
left:0;
width:100%;
min-height:35px;
bottom:0;
text-align:center;
z-index:2;
position: absolute;
/*font-family: 'Open Sans Condensed', sans-serif;*/
font-family: 'Quicksand', sans-serif;



}
footer p{
color: #999;
font-size: 11px;
letter-spacing:0;
padding:10px ;
}