@charset "utf-8";
/* CSS Document */

/* Reset */

html,body,div,span,h1,h2,h3,h4,h5,h6,a{
	margin: 0;
	padding: 0;
	border: 0;
/*	outline:0;*/
}

ul{
	margin: 0;
	padding: 0px 0px 0px 20px;
	list-style-type: square;
}

/* style */
body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
	line-height:22px;
	color:#000;
	background-color:#CCCCCC;
	text-align:right;
	margin:0px;
	padding:0px;
	margin-top: 0px;
	background-image: url(../images/bg/grid.gif);
	background-repeat: repeat;
	background-position: left top;
}

h1{
	color:#cccccc;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	padding-right: 5px;
	padding-left: 5px;
}

h2{
	color:#000;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}

h3{
	color:#000;
	font-size:12px;
	line-height:14px;
	font-weight: bold;
}
	
