@charset "utf-8";

body{
	font:1.2em}

/*　包み　*/

#all {
	width: auto;
}

/*　ヘッダー　*/

header {
	text-align: center;
	height: auto;
	margin-bottom: 15px;
}

header h1 {
	width: auto;
	text-align:center;
}

header #title {
	position: static;
	padding: 10px 0px;	/*　上下余白　10px　*/
}

header search {
	position: static;
	width: auto;
	margin: 0px auto 20px;
}

/*　ナビゲーションバー　*/


nav#navi ul {
	position: static;
	margin-bottom: 20px;
}

nav#navi ul li {
	width: 50%;
}
nav#navi ul li a {
	margin: 0px;
	margin-bottom: 5px;
}

nav#navi ul li:last-child {
	margin-bottom: 20px;
}

/*　サイドメニューとコンテンツの包み　*/

#wrapper {
	width: auto;
}

/*　サイドメニューとコンテンツ　*/

#menu, #contents {
	float: none;
	width: auto;
	padding:0;
}

/*　大画像　*/

#pict {
	height: auto;
	width: 100%;
}

#pict img {
	height: auto;
	width: 100%;
}


/*　写真　*/

img.naib {
	width: 100%;
	height: auto;
}
