/*
[Filename]		base.css
[Date]			2006/11/07
[Role]			Basic Style Setting
[Written by]	NALL Kawata
*/

/*--------------------------------------------------------------------------------------*/

*{
	margin				: 0;
	padding				: 0;
	font-size			: 100%;
	font-weight			: normal;
	scrollbar-base-color		: #a6937c;
	scrollbar-track-color		: #ffffff;
	scrollbar-face-color		: #a6937c;
	scrollbar-arrow-color		: #ffffff;
	scrollbar-3dlight-color		: #ffffff;
	scrollbar-darkshadow-color	: #ffffff;
	scrollbar-highlight-color	: #a6937c;
	scrollbar-shadow-color		: #a6937c;
}

body{
	margin					: 3px 0 3px 8px;
	width					: 510px;
	font					: 75%/1.5em Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif, GulimChe, MS Song;
	color					: #434343;
	list-style				: none;
	background				: transparent;
}

/*--------------------------------------------------------------------------------------*/

a{
	color					: #005982;
}

a:hover{
	color					: #008dcb;
}

img {
	border					: none;
	margin					: 0 auto;
}

table.tablestyle1{
	margin					: 0 auto;
	border-collapse			: separate;
	width					: 295px;
	border-spacing			: 3px;
	table-layout			: fixed;
}

	table.tablestyle1 th{
		width					: 85px;
		background				: #e3e3e3;
		vertical-align			: top;
	}
	
	table.tablestyle1 td{
		vertical-align			: top;
		padding					: 1px;
		background				: #eeeeee;
	}
