@charset "shift_jis";

/* --------------------------------------------------
	SiteName : JSAN
	FileName : base.css
	Description : basic styles
	
	== TOC =========================================
	1 : universal reset
	2 : body and base setting
	3 : default link setting
	
-------------------------------------------------- */


/* 1. universal reset
================================================== */
fieldset,img{
	border:0;
}
hr{
	display:none;
}
em{
	font-weight:bold;
	font-style:normal;
}

/* 2. body and base setting
================================================== */
html{
	overflow:scroll-y;
}
body{
	margin:0;
	padding:0;
	background:#fff url(../images/bg_body.gif) repeat left top;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";	
	text-align:center;
	line-height:1.6;
	font-size:small;
	color:#666;
}

/* 3. default link setting
================================================== */
a:link{
	color:#57802b;
}
a:visited{
	color:#40606a;
}
a:hover{
	color:#669933;
	text-decoration:none;
}
a:active{
	color:#669933;
	text-decoration:none;
}
