﻿@charset "UTF-8";
/* bodyに関するCSS
--------------------------------------------------------------------------------*/
body {
	font-size: 100%;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	background-color: white;
}

/* ヘッダーに関するCSS 
--------------------------------------------------------------------------------*/

#header {
	width: 905px;
	margin: auto;
	margin-top: 75px;
}


#img1 {
	position: static;
}

#img2 {
	position: relative;
	top: -50px;
	left: 000px;
}


/* リンクに関するCSS 
--------------------------------------------------------------------------------*/


table.goto {
	width: 900px;
	margin: auto;
}

td.goto {
	width: 180px;
	text-align: center;
}

td.sukima {
	width: 5px;
}

td.counter {
	width: 180px;
	text-align: left;
}

a:link	  {text-decoration:none;color:black;}
a:visited {text-decoration:none;color:black;}
a:active  {text-decoration:none;color:black}
a:hover   {text-decoration:none;background-color:gray;}

img {
	border: none;
}



