@charset "Shift_JIS";
/* CSS Document */
h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin-right: 1em;
	list-style: none;
}

body {
	margin:	0px;
	padding:	0px;
	font-family: "‚l‚rƒSƒWƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	background-color: #ddFFFF;
}

div#container	{
	display: inline-block;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	position: relative;
	border: solid 2px #000000;
	background-image: url(images/top/bkContainer1.gif);
}

div#header	{
	width: 800px;
	color: #999;
	background-color: #000000;
}

div#header h1	{
	text-align:	center;
	color: #ffffff;
	font-weight: bold;
}

div#header h3	{
	text-align:	center;
	color: #ffffff;
	font-weight: bold;
}

#navibar {
	width: 180px;
	float: left;
}

#navibar li {
	margin-bottom: 3px;
	height: 26px;
	width: 161px;
	background-image: url(images/top/bkButton.gif);
	
}

#navibar a {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	height: 26px;
	width: 140px;
	padding-top: 7px;
	text-align: right;
	display: block;
	font-size: 12px;
}

#navibar a: hover {
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}
#navibar p {
	margin-left: 10px;
	color: #ffffff;
	background-color: #000000;
}

div#contents	{
	width: 620px;
	float: right;
	color: #000000;
	background-color: #ffffff;
	background-image: url(images/takedabisi.gif);
}


div#contents h3{
	text-align:	center;
	margin-right: 13em;
	margin-left: 13em;
	font-style: normal;
	background-image: url(images/takedabisi_w.gif);
}

table, th, td {
	margin-left: 1em;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	border-collapse: collapse;
	text-align: left;
	background-image: url(images/takedabisi_w.gif);
}
em	{
	font-style:	normal;
	color: red;
}

p {
	margin-right: 1em;
	margin-left: 1em;
	background-image: url(images/takedabisi_w.gif);
	line-height: 1.5em;
}


div#frame{
	border:solid 1px #666666;
	padding-left:10px;
	padding-right:10px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-ms-border-radius:20px;
	/* height:250px; */
	overflow:scroll;
}

div#framens{
	border:solid 1px #ffffff;
	margin-left:10px;
	margin-right:10px;
	padding-left:20px;
	padding-right:20px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	/* height:250px; */

	background-image: url(images/takedabisi_w.gif);
	overflow:auto;
}
