@charset "utf-8";

body{
	font:1.2em}

/*　包み　*/

#all {
	width: auto;
}

/*　ヘッダー　*/

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

header h1 {
	display: none;
}

header #title {
	position: static;
	padding: 10px 0px;
}

header #title img {
	width: 100%;
	height: auto;
}

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

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

nav#navi ul {
	position: static;
}

nav#navi ul li {
	float: none;
	width: auto;
}

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

/*　サイトマップ　*/

.s_left{
	float:none;
	width:100%;
	margin-bottom:10px;
}

.s_right{
	float:none;
	width:100%;
	margin-bottom:10px;
}
.s_mg{
	margin-bottom:0px;
}

.f_right{
	float:none;
	text-align:center;}
	
	.f_right2{
	float:none;}
	
.f_left{
	float:none;
	text-align:center;}
	
	.f_left2{
	float:none;}

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

#wrapper {
	width: auto;
}

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

#menu, #contents {
	float: none;
	width: auto;
	padding:0;
}
/* 上 | 右 | 下 | 左 */
#contents p {
	padding: 5px 0px 0px 0px;
}

#contents h2{
	font-size:18px;}
#contents h3{
	font-size:16px;}	

/*　大画像　*/

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

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


/*　テーブル　*/

.ta1 td{
	width: auto;
	padding: 2px;
}

.ta1 th{
	width: 100px;
	padding: 2px;
}

/*　写真　*/

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

/*　非表示切替　*/
.fade {
	display: none;
}

.wd80{
	width:80%;
	height:auto;
}

.wd98{
	width:98%;
	height:auto;
}

#Thema{
	font-size:20px;border-radius:20px;
	margin-bottom:10px;
}
.fs24{
	font-size:20px;}