
/* -------------------------------------------------------------------------- */
/*	minimum page width */

body {
	min-width:1000px;
	width: expression(document.body.clientWidth < 1004? "1000px" : "auto");
}

/* -------------------------------------------------------------------------- */
/*	a for inpage link*/
a.inpagelink, a.inpagelink:link, a.inpagelink:visited, a.inpagelink:active{
	cursor:pointer;
	color:#EA1515;
	text-decoration:none;
}
a.inpagelink:hover{
	color: white;
	background:#fe5c5c;
}

/* -------------------------------------------------------------------------- */
/*	fukidashi */
div.fukidashi{
	position:absolute;
	width:240px;
	z-index:900;
}
div.fukidashi div.fkds_case, div.fukidashi div.fkds_arr *{
	border-style:solid;
	border-color:#555;
	background:#fff;
}
div.fukidashi div.fkds_main{
	font-size:9pt;
	padding:1em;
	text-align:center;
}


/* -------------------------------------------------------------------------- */
/*	logo */

#logo{
	margin:1em;
}

/* -------------------------------------------------------------------------- */
/*	new macro */

#btn_new{
	width:274px;
	margin:0 auto 1em auto;
}

#btn_new a{
	display:block;
	width:274px;
	height:50px;
	background:url('https://s.yimg.jp/i/latlonglab/macro/btn_new.png') 0px 0px no-repeat; 
}
#btn_new span{
	display:none;
}
#btn_new a:hover{
	background:url('https://s.yimg.jp/i/latlonglab/macro/btn_new.png') 0px -50px no-repeat; 
}


#btn_list{
	width:274px;
	margin:0 auto 1em auto;
}

#btn_list a{
	display:block;
	width:274px;
	height:50px;
	background:url('https://s.yimg.jp/i/latlonglab/macro/btn_list.png') 0px 0px no-repeat; 
}
#btn_list span{
	display:none;
}
#btn_list a:hover{
	background:url('https://s.yimg.jp/i/latlonglab/macro/btn_list.png') 0px -50px no-repeat; 
}




/* -------------------------------------------------------------------------- */
/*	create.rb */

h3{
	text-align:left;
	border-bottom: dotted 1px silver;
	margin-bottom:0.3em;
	padding-bottom:0.3em;
	margin-top:1.5em;
}


.btn_rec_start{
	width:146px;
	margin:1em auto;
}

.btn_rec_start a{
	display:block;
	width:146px;
	height:42px;
	background:url('https://s.yimg.jp/i/latlonglab/macro/btn_rec.png') 0px 0px no-repeat; 
}
.btn_rec_start span{
	display:none;
}
.btn_rec_start a:hover{
	background:url('https://s.yimg.jp/i/latlonglab/macro/btn_rec.png') 0px -42px no-repeat; 
}


.btn_rec_stop{
	width:146px;
	margin:1em auto;
}

.btn_rec_stop a{
	display:block;
	width:146px;
	height:42px;
	background:url('https://s.yimg.jp/i/latlonglab/macro/btn_rec.png') -146px 0px no-repeat; 
}
.btn_rec_stop span{
	display:none;
}
.btn_rec_stop a:hover{
	background:url('https://s.yimg.jp/i/latlonglab/macro/btn_rec.png') -146px -42px no-repeat; 
}

.btn_rec_again{
	width:146px;
	margin:1em auto;
}

.btn_rec_again a{
	display:block;
	width:146px;
	height:42px;
	background:url('https://s.yimg.jp/i/latlonglab/macro/btn_rec.png') -292px 0px no-repeat; 
}
.btn_rec_again span{
	display:none;
}
.btn_rec_again a:hover{
	background:url('https://s.yimg.jp/i/latlonglab/macro/btn_rec.png') -292px -42px no-repeat; 
}

