/*================================================
	ブラウザのデフォルトのスタイルをリセットする
================================================*/
html,body,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,
header,hgroup,section,article,aside,hgroup,footer,figure,
figcaption,nav{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body{
	line-height: 1.0;
/*	-webkit-text-size-adjust: none; */
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
	display:block;
}

img{
	border:0;
	vertical-align:middle;
}

ul,ol{
	list-style:none;
}

table{
	border-spacing:0;
	empty-cells:show;
}

/*================================================
	サイト全体の基本スタイル
================================================*/
/*ページ全体*/
	body{
		background-color: white;
		background-image: url(img/Asahidake_back.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-attachment: fixed;
		background-size: cover;
		font-family: arial,sans-serif;
		font-size: 16px;
		line-height: 1.6;
		color: #555;
		min-width: 900px;
	}

	article{
		width: 900px;
		background-color: rgba(255,255,255,0.90);
		margin-left: auto;
		margin-right: auto;
	}

	header{
		width: 100%;
		height: 145px;
		border-bottom: 1px solid lightgray;
	}
	header div{
		margin: auto 0;
	}
	div#head{
		margin: 0 auto;
		width: 900px;
		height: 125px;
	}
	div#logo{
		float: left;
		text-align: center;
		margin-top:20px;
		margin-left:5px;
	}
	div#logo img{
		width: 120px;
	}
	div#menu{
		width: 770px;
		float: left;
	}
	div#menu div{
		height: 20px;
		font-size: 70%;
		text-align: right;
		vertical-align: bottom;
	}
	div#menu a{
		margin-right: 1em;
		color: #555;	
	}

	div#menu table{
		margin-left: 1%;
		width: 99%;
		height: 100px;
		border-right: 1px solid lightgray;
	}
	div#menu td{
		width: 50px;
		text-align: center;
		border-left: 1px solid lightgray;
	}
	div#menu input{
		width: 90%;
		border-radius: 10px 20px;
	}

	nav#side{
		text-align: center;
		float: left;
		width: 200px;
	}
	nav#side table{
		width: 90%;
		margin: 1em auto;
		border-collapse: separate;
		border-spacing: 3px;
		border: 1px solid lightgray;
	}
	nav#side th{
		padding: 5px;
		border: none;
		background-color: lightgreen;
		color: green;
	}
	nav#side td{
		padding: 5px;
		border-top: 1px solid lightgray;
	}
	nav#side a{
		color: #555;	
	}

	#main{
		clear: both;
		padding-left: 10px;
		float: right;
		width: 685px;
	}
	#main hgroup{
		margin-top: 1em;
	}
	#main h1{
		font-size: 170%;
	}

	#pan{
		margin-bottom: 1em;
	}
	div#image{
		text-align: center;
		margin: 1em auto;
	}
	div#image img{
		border-radius: 30px;
		box-shadow: gray 5px 5px 10px 10px;
	}
	
	table#new{
		margin: 1em auto;
		width: 80%;
		background-color: white;
		border-collapse: separate;
		border-spacing: 0 2px;
		border: 3px solid lightgreen;
	}
	table#new th{
		color: green;
		background-color: lightgreen;
	}
	table#new td{
		border-color: lightgray;
		border-bottom: solid 1px lightgray;
	}
	td#date{
		width: 150px;
		text-align: center;
	}
	td#type{
		background-color: orange;
		text-align: center;
	}
	td#content{
		text-align: left;
		padding-left: 1em;
	}
	
	.comment{
		margin: 0 auto;
		padding-bottom:12px;
		width: 600px;
	}
	.comment p{
		margin-bottom:1em;
		text-indent:1em;
		line-height: 1.5;
	}
	
	footer{
		clear: both;
		height: 100px;
		background-image: url(img/happa.gif);
		background-repeat: repeat-x;
		background-color: #669966;
	}
	footer p{
		text-align: center;
		padding-top: 70px;
	}