@charset "UTF-8";
/* CSS Document */

body{
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: HiraMinProN-W3, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', Meiryo, 'メイリオ', Arial, serif;

	letter-spacing: 0.1em;
	margin: 1px;
	padding: 1px;

	text-align: center;
	
	min-width: 817px;
	min-height: 762px;
	position: relative;
}



#wrap{
	overflow: hidden;
	/overflow: visible;
	text-align: left;
	position: absolute;
	width: 771px;
	height: 771px;
	padding: 10px;
	top: 50%;
	left: 50%;
	margin-left: -408px; /*(817-1)/2*/
	margin-top: -381px; /*762/2*/
}
h1,h2,h3,h4,p,ul,li,a,img,table,th,td,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
}
p{
	line-height: 2.2em;
}
img{
	vertical-align: bottom;
	border: 0;
}
li{
	list-style-type: none;
}
a{
	cursor: pointer;
}



/*HEADER*/
#header {
	height: 100px;
	width: 771px;
	float:left;
	margin-top: 50px;
	margin-bottom: 15px;	
	position: relative;
}
#h_detail{
	overflow: hidden;
	height: 100px;
	width: 771px;
}
#h_logo{
	background-image: url(../img/attarc.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
	width: 700px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-top: 30px;
	float: left;
	overflow: hidden;
}
#h_logo a{
	display: block;
	height: 40px;
	width: 700px;
	overflow: hidden;
}
#h_logo h1{
	font-size: 1em;
	line-height: 2em;
	display: block;
	width: 700px;
	height: 0px;
	padding-top: 10px;
	overflow: hidden;
}



/*TABLE*/

#table{
	height: auto;
	width: 670px;/*771-100-1*/	
	float:left;
	padding-left: 100px;
	padding-bottom: 15px;
	padding-top: 100px;
	position: relative;
}
a{
	text-decoration: none;
	font-weight:bold;
}
a:link { color: #808080; }
a:visited { color: #c0c0c0; }
a:hover { color: #c0c0c0; text-decoration: underline overline; }

.jpt{
	color: #000000;
	font-size:111%;
	font-weight:bold;
}



/*COUNTER*/

#counter{
	position: absolute;
	top: 444px;
	left: 150px;
	width: 315px;
	padding-top: 10px;
	/padding-bottom: 10px;
}



/*WHITE*/

#white{
	width: 781px;/*771+5+5*/
	height: 781px;/*771+10*/
	top: 0px;
	left: 5px;
	position: absolute;
	background: #FFFFFF;
}