@charset "utf-8";

/***************************************ページベース設定***************************************/
/*ページ背景、フォントなど*/
body {
	background: none;
	background-color: #FFF;
}

/*テーブル設定*/
td {
	width: auto;
	padding: 2px;
}
th {
	width: 100px;
	padding: 2px;
}

/*幅設定*/
.wl {
	width: 96%;
}
.ws {
	width: 100%;
}

.ws img {
	width: 96%;
}

/*サイトロゴ*/
header h1 img {
	width: 95%;
	margin: 0;
	padding: 0;
}
header h1 {
	display: none;
}

/*コンテナ*/
#container {
	width: auto;
/*	margin-right: 5px;
	margin-left: 5px;*/
}

/*表示・非表示設定*/
#sdisp {
	display: inline;
}

#nomenu header nav {
	display: none;
}

/*メニューブロック設定*/
.fixmenu {
	font-size: 120%;
	width: 100%;
	position: fixed;
	line-height: 45px;
	background-color: #339900; /*ミドリ*/
	color: #FFF;
	text-align: center;
}
header label {
	background-color: #006F90;
	border-radius: 6px 6px 0 0;
	font-size: 130%;
	color: #FFF;
	padding: 3px 0px 3px 15px;
	clear: both;
	margin-top: 0;
	margin-left: 5px;
	margin-right: 5px;
    display: block;
}

header nav ul {
	display: none;
	height: auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0.5em;
}
/*各メニュー設定*/
header nav ul li {
	float: none;
	border-right: 0;
	text-align: center;
	background-color: #FFF;
}
header nav ul li a {
	line-height: 30px;
	color: #666;
	text-decoration: none;
	display: block;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
header nav ul li a:hover {
	background-color: #006F90;
	color: #FFF;
}
header nav ul li.focus {
	background-color: #fff9cc;
	color: #FFF;
}

/*メイン・サブコンテンツ*/
#main, #sub {
	float: none;
	width: auto;
}

#main img.wa {
	width: 100%;
	height: auto;
}

#main h2 {
	background-image: none;
	padding-left: 5px;
	font-size: 110%;
	line-height: 3em;
	font-weight: normal;
	color: #FFF;
	border-color: #333;
}

#main h3,h4 {
	font-size: 100%;
}

#sub ul {
	text-align: center;
}
/***************************************各ページの設定***************************************/
/*トップページのメイン画像*/
#mainimg img {
	width: 100%;
	height: auto;
	margin-top: 48px;
}

.moyori {
	font-size: 100%;
}

