@charset "shift_jis";

body
{
/*	background-color: #0099CC;
*/	background-image: url('images/bluephoto.jpg');
}

div#main
{
	width: 1000px;
}

input#back
{
	width: 60px;
}

div.sec
{
	background-color:#F0FFFF;
	padding: 1em;
	margin-bottom: 1em;
	border: 1px #999 solid;
}

div.sec p
{
	text-indent: 1em;
	line-height: 150%;
}

td.left
{
	vertical-align:top;padding-right:1em;
}
td.right
{
	vertical-align:top;padding-left:1em;width:50%;
	border-left: 1px #999 dotted;
}

ol, ul
{
	line-height: 150%;
}

h1
{
	font-size: 22pt;
	color: #000095;
	border-bottom: 1px #000 solid;
}


h2
{
	color: #666699;
	font-size:16pt;
	background-color: #fff;
	padding: 4px;
	border-bottom: 1px #669 solid;
}

h3
{
	color: #930;
}

h4
{
	color: #808000;
}

h5
{
	font-size: 11pt;
}


.indent
{
	margin-left: 1.11cm;
}

dd
{
	margin-top: 1em;
	margin-bottom: 1em;
}

table.table-1 th
{
	white-space: nowrap;
	vertical-align: top;
}
table.table-1 td
{
	padding: 2px;
}

div.border-1
{
	padding:0 20px 0 20px;
	border: 1px #000 dashed;
	border-radius:20px;
}
div.border-2
{
	padding:0 20px 0 20px;
	border: 1px #000 dashed;
	margin-top:20px;
}

ul#u6
{
	list-style-type: none;
	margin-left: 1.5em;
}
ul#u6 li
{
	text-indent: -3em;
	margin-bottom: 4px;
}