body{
	overflow:hidden;
	margin:0px;
	padding:0px;
	z-index: 2;
	scrollbar-face-color:white;
}

.title{　/*左上のタイトル画像部分*/
	position:absolute;
	top:0px;
	left:0px;
	background-image:url("titleber.gif");
	background-repeat:repeat-x;	
	width:100%;
	height:38px;
	margin:0px;
	padding:0px;
	z-index:4;
}

.menu{ /*メインメニュー部分*/
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:38px;
	margin:0px;
	padding:0px;
	text-align:right;
	z-index:5;
}

.hidari{/*サブメニュー部分*/
	position:absolute;
	top:0px;
	left:0px;
	border-top:38px black solid; 
	overflow:hidden;
	width:260px;
	height:100%;
	margin:0px;
	background-image:url("ki.jpg");
	background-repeat:repeat-y;
	background-color:#ffcc00;
	z-index: 3;
}

.main{　/*メイン部分*/
	position:absolute;
	top:0px;
	left:0px;
	border-top:38px black solid;
	overflow:auto;
	width:100%;
	height:100%;
	margin:0px;
	padding-left:260px;
	background:#ffcc00;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 1;
}

h2{　/*見出し*/
	font-family::sans-serif;
	font-size:15pt;
	position:relative;
	top:0px;
	left:0px;
	border-bottom-style:solid;
	border-bottom-color:black;
	border-bottom-width:2px;
	padding-top:20px;
	margin:0px 20px;
}

p{　/*本文*/
	font-size:small;
	position:relative;
	top:0px;
	left:0px;
	margin:20px 30px;
	line-height:22pt;
	color:black;
}

.ad{　/*メインメニューの個別設定*/
	border-style:solid;
	border-color:black;
	border-width:0px 0px 1px 1px;
	width:62px;
	background-color:white;
	font-weight:bold;
	font-size:11pt;
	text-align:center;
	margin:0px;
	padding:0px;
}


div.menu a:link{/*メインメニューの未訪問リンク*/
	width:61px;
	color:black;
	background-color:#ffcc00;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

div.menu a:visited{/*メインメニューの既訪問リンク*/
	width:61px;
	color:black;
	background-color:#ffcc00;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

div.menu a:hover{/*メインメニューのオンマウス*/
	width:61px;
	background-color:orange;
	color:black;
	margin:0px;
	padding:0px;
}

a:link{/*普通リンクの未訪問リンク*/
	color:black;
	text-decoration:underline;
}

a:visited{/*普通リンクの既訪問リンク*/
	color:black;
	text-decoration:underline;
}

a:hover{/*普通リンクのオンマウス*/
	background-color:orange;
	text-decoration:none;
	color:black;
}

h3{/*サブメニューのindex部分*/
	wedth:260;
	text-decoration:underline;
	font-size:14pt;
	padding-top:20px;
	padding-left:100px;
	margin:0px;
}

h4{
	padding-left:50px;
}

div.hidari ul{/*サブメニューのリスト設定*/
	wedth:260;
	padding-left:100px;
	margin-top:10px;
	margin-left:20px;
}

.listin{/*サブメニューのインサイド*/
	list-style-position:inside;
	list-style-type:circle;
	font-size:11pt;
	line-height:18pt;
}
.listselect{/*サブメニューの選択*/
	list-style-position:outside;
	font-size:11pt;
	font-weight:bold;
	line-height:18pt;
}

.listout{/*サブメニューのアウトサイド*/
	list-style-position:outside;
	font-size:11pt;
	line-height:18pt;
}

.list2{/*サブメニューの不可視*/
	list-style-type:none;
}

.link{/*リストの設定*/
	font-size:11pt;
	line-height:18pt;
	padding-right:18%;	
}
.rare{/*リストの設定*/
	list-style:decimal;
	font-size:11pt;
	line-height:18pt;
	padding:10px 20px 10px;	
}

.textarea{
	margin:6px 0px;
	width="280px";
	border:3px black double;
}
.name{
	margin:6px 0px;
	width="180px";
	border:3px black double;
}

.sosin{
	margin:6px 0px;
	border:3px black double;
}

#form{
	margin:30px 20px;
	border-top:2px dotted;
	padding-left:20px;
	padding-top:20px;
}

.point{
	border-top:2px dotted;
	margin:30px 20px;
	line-height:39pt;
}

.bana{
	margin:30px 20px;
	border-top:2px dotted;
	padding-top:20px;
}

.copy{
	font-size:11pt;
	vertical-align:bottom;
	border-top:2px dotted;
	line-height:14pt;
	padding:10px;
	margin-top:30px;
}

.bun{
	background:FFFFD0;
	margin-right:30px;
	border-right:1px black solid;
	border-bottom:1px black solid;
}

.mae{
	text-align:right;
	font-size:11pt;
	padding-right:20px;
}
