@charset "utf-8";

/* -----------------------------------------------
FileName: base.css
----------------------------------------------- */

/* Base */

/*
body {
	margin: 0;
	padding: 0;
	color: #333333;
	background:url(../images/bg.jpg) center repeat-y;
	font-size: 80%;
	text-align: left; 
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	line-height:130%;
	letter-spacing:-1px;
	width:800px;
	
}
*/

	

html, body, h1, h2,h3, h4, h5, h6, p, dl, dt, dd, li, ul, ol, form, div, img, table, td, th, tr{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

ul {
	list-style: none;
}

table {
	font-size:100%;
}

img {
	border: none;
}

/* Anchor - Nomal */









a:link, a:visited, a:active {
	color: #099;
	text-decoration: none;
	
}

a:hover {
	color: #09F;
	
}

p{
	line-height:140%;
	letter-spacing:1px;
}

hr{color:#CCC;
}












