body {
	background-color: #dcdcdc;
	background-image: url(../img/conc2.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	font-size: 16pt;
	font-family: ＭＳ Ｐゴシック, 平成角ゴシック;
	font-family: Helvetica, Arial, sans-serif;
    color: #4c4c4c;
    overflow: hidden;
}

#menu{
	margin: 0px 10px 0px 10px;
	padding: 0px;
	height: 100%;
	width: 120px;
	position: fixed; 
	_position: absolute;
	overflow: auto;
	_overflow: auto;
	left: 0;
	top: 0;
}

#main{
	margin: 0px 0px 0px 140px;
	padding: 0px;
	height: 100%;
}
#title{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 95px;
	width: 100%;
	position: fixed; 
	_position: absolute;
	overflow: hidden;
	left: 15;
	top: 5;
}
#main2{
	text-align: center;
	margin: 110px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	position: fixed; 
	_position: absolute;
	overflow: auto;
	_overfliw: auto;
}

h1 {
	font-family: Calisto-MT , Geneva;
	font-weight: bold;
	font-style: Italic;
    font-size: 18pt;
    margin-bottom: 8px;
}

h2 {
	font-family: Calisto-MT , Geneva;
	font-weight: bold;
	font-style: Italic;
    font-size: 18pt;
    margin-bottom: 0px;
}

p {
	margin-bottom: 2px;
    font-size: 12px;
    font-weight: 700;
    color: #b22222;
}
div{
	margin-top: 0px;
	margin-bottom: 0px;
    font-size: 12px;
    font-weight: 700;
    
}

span.title {
	font-family: ＭＳ ゴシック, 平成角ゴシック;
    font-size: 24pt;
    font-weight: 700;
    margin-top: 0;
	margin-left: 16px;
    color: #228b22
}

a{
	margin-top: 0px;
	margin-left: 0px;
	font-size : 10pt;
	font-family: ＭＳ ゴシック, 平成角ゴシック;
	text-decoration: none;
}
	:link{color: #0000ff;}
	:visited{color: #0000ff;}
	:active{color: #0000ff;}

}

p.st{
	font-size: 8pt;
	text-align: center;	
	color: #dc143c;
	margin-top: 8px;
}

table{
	border: 2px outset #a9a9a9;
	width: 510px;
	margin-left: auto;
	margin-right: auto;
}
td,tr{
	border: 1px inset #a9a9a9;
	font-size: 80%;
	text-align: center;
	width: 100px;
	height: 80px;
}

img{
	cursor: pointer;
    border: 1px outset #ffffff;
}
