﻿/* レイアウト用CSS　*/

body		{text-align:center;
			background-color:#f5f5f5;
			background-repeat:repeat-y;
			margin:0px;}

#contents	{width:700px;
			background-color:#ffffff;
			margin-top:0px;
			margin-left:auto;
			margin-right:auto;
			margin-bottom:0px;
  			border-left:solid 2px #a9a9a9;
			border-right:solid 2px #a9a9a9;
			text-align:center;
			padding-bottom:60px;
			padding-top:0px;
     		font-family:Verdana Regular,MSゴシック,sans-serif;
			position:relative;
			}

h1			{font-size:25px;
			width:700px;
			height:170px;
			background-image:url(../img/bni-top1.jpg);
			background-repeat:no-repeat;
			margin:0px;
			border-bottom:2px solid #a9a9a9;
}

h1 b 		{visibility:hidden;
}

h2			{font-size:23px;
  			color:#0000ff;
			text-align:center;
			border:solid 2px #a9a9a9;
			height:35px;
			margin:40px 20px 30px 20px;
			padding-top:11px;
			}

h3			{color:#cc0000;
			border-bottom:dotted 1px #a9a9a9;
			}

#annai		{width:600px;
			margin:auto;
			font-size:0.85em;
			color:#696969;
			line-height:1.8;
			text-align:left;
			}

h4			{margin:3px 5px;
             text-align:left;   
			background-color:#f5f5f5;
			border-bottom:dotted 1px #a9a9a9;
			border-top:dotted 1px #a9a9a9;
			}

#syousai	{line-height:1.5;
            text-align:left;
			margin:0px;
			padding:0px;
			}
                                              
#syousai div	{margin-left:20px;
				margin-bottom:0px;
				margin-top:0px;
				padding:0px;
				text-align:left;
				}
h3#formtitle	{background-color:#dedede;
				color:#696969;
				width:600px;
				height:36px;
				margin-left:auto;
				margin-right:auto;
				font-size:19px;
				text-align:center;
				border:solid 1px #a9a9a9;
				padding-top:15px;
}

#chuui		{margin-left:50px;
			margin-bottom:0px;
			padding-bottom:0px;
			color:#696969;
			font-size:0.85em;
			text-align:left;
			}

table		{font-size:0.85em;
			margin-bottom:20px;
			margin-left:auto;
			margin-right:auto;
			margin-top:2px;
			padding-top:0px;
			width:600px;
			border-collapse:collapse;
			border:solid 1px #a9a9a9;
			text-align:left;
			}

th,td		{padding:8px;
			border:1px solid #a9a9a9;
}

th			{width:150px;
			background-color:#dedede;
  			font-weight:normal;
			text-align:left;
}

table div	{font-size:0.75em;
			margin-top:5px;
			color:#696969;
}
b			{color:red;
			}

#submit		{position:absolute;
			left:235px;
}

#reset		{position:absolute;
			left:380px;
}

* html #reset	{position:absolute;
				left:410px;
}

*:first-child+html #reset
			{position:absolute;
			left:410px;
}

