/*initial settings*/

*{
	margin:0px;
	padding:0px;
}

img{
	border:0px;
		
}

p.clear{clear:both;}
a{color: #000000;}
a:hover{color:#ff9900;}

body {
	background-image: url(images/haikei.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: 'MS 明朝',monospace;
	font-size:13px;
}

div#topbg {
	background-image: url(images/hbg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
div#box {
	width: 764px;
	margin:0 auto;
}
div#header {
	margin:0 auto;
	width: 100%;
}
div#logo {
	margin:0;
	height: 64px;
	width: 212px;
	display: block;
}

*+html body div#logo{
	margin:0 600px 0 0;
}

*html body div#logo{
	margin:0 600px 0 0;
}


div#navimenu {
	margin:16px auto 0 auto;
	text-align: center;
	
}

*html body div#navimenu {
	margin:12px auto 0 auto;
	text-align: center;
	
}

div#top {
	margin:0 auto;
	height:130px;
	width:764px;
	background-image: url(images/seminar_top.png);
	text-align: center;
	display:block;
}

div#contents {
	margin:0 auto;
	height:1628px;
	width:764px;
	background-image: url(images/contentsbg_service.png);
	text-align: center;
	color: #666666;
	
}

div#contentsin {
	margin:0 auto;
	height:1528px;
	width:545px;
	text-align: left;
	color: #666666;
	float:left;
}

div#contentsin h2{
	font-size:1.2em;
	margin:10px 0 15px 40px;
}



div#topcome{
	margin:35px 0 0 50px;
}

div#bar{
	margin:50px 0 15px 30px;
}


div.seminarmenu{
	margin:15px 0 15px 45px;
	
}

div.seminarcome{
	width:450px;
	margin:0 auto;
}

div.seminarcome p{
	margin:10px 0 0 5px;
	letter-spacing:-1px;
}

div.seminarinfo{
	margin:20px 0 10px 50px;
	font-weight:bold;
}

div.seminarinfo img{
	margin:0 5px;
	vertical-align:bottom;
}

div.seminarinfo p{
	margin:10px;
	font-weight:normal;
}
div.seminarinfo span{
	margin:0 10px;
	font-size:8pt;
	font-weight:normal;
}
div.yoyaku{
	margin:20px 0 10px 10px;
	font-weight:normal;
	color: #666666;
}
table#info{
	width:465px;
	margin:10px 0 0 0;
	border-left:1px #66CC00 solid;
	border-bottom:1px #66CC00 solid;
  	border-collapse: collapse;
   	border-spacing: 0;
}

table#info th{
	height:37px;
	margin:5px;
	border-right:1px #66CC00 solid;
	background-image: url(images/hyo1_top.gif);
	text-align:center;
	color:#ffffff;
	font-weight:bold;
}


table#info td{
	padding:5px;
	text-align:center;
	border-right:1px #66CC00 solid;
	border-bottom:1px #66CC00 solid;
	font-weight:normal;
	
}



table#sec{
	width:465px;
	margin:10px 0 0 0;
	border-left:1px #FF9900 solid;
	border-bottom:1px #FF9900 solid;
  	border-collapse: collapse;
   	border-spacing: 0;
}

table#sec th{
	height:37px;
	margin:5px;
	border-right:1px #FF9900 solid;
	background-image: url(images/hyo2_top.gif);
	text-align:center;
	color:#ffffff;
	font-weight:bold;
}


table#sec td{
	padding:5px;
	text-align:center;
	border-right:1px #FF9900 solid;
	border-bottom:1px #FF9900 solid;
	font-weight:normal;
	
}

table#firs{
	width:465px;
	margin:10px 0 0 0;
	border-left:1px #000066 solid;
	border-bottom:1px #000066 solid;
  	border-collapse: collapse;
   	border-spacing: 0;
}

table#firs th{
	height:37px;
	padding:5px;
	border-right:1px #000066 solid;
	background-image: url(images/hyo4_top.gif);
	text-align:center;
	color:#ffffff;
	font-weight:bold;
}
*+html body table#firs th{
	height:29px;
	padding:4px;
}

*html body table#firs th{
	height:29px;
	padding:4px;
}

table#firs td{
	padding:5px;
	text-align:center;
	border-right:1px #000066 solid;
	border-bottom:1px #000066 solid;
	font-weight:normal;
	
}

div.otoiawase{
	margin:20px 0 10px 50px;
}

div.otoiawase img{
	vertical-align:bottom;
	margin:0 5px;
}

div#menu{
	width:219px;
	height:600px;
	display:block;
	float:right;
	
}

div#menu ul{
	margin:50px 10px 0 0;

}

*+html body div#menu ul {
	margin:50px 0 0 -25px;
}

*html body div#menu ul {
	margin:50px 0 0 -25px;
}

div#menu ul li{
	list-style: none inside;

}

div#menu ul li img{
	vertical-align:bottom;
}


div#footer {
	height:95px;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}


div#footer p {
	padding:70px 0 0 0;
	text-align: center;
	color: #ffffff;
	
}


