@charset "shift_jis";
/* CSS Document */
/*-----------------about images-----------------*/
img{
	border-style:none;
	margin:0px;
	padding:0px;
	display:block;
}

/*画像に枠を付ける*/
.img_waku{
	padding:4px;
	background:#FFF;
	border:#cccccc 1px solid;
}

	dl{
		margin:0px;
		padding:0px;
	}
		dt{
			margin:0px;
			padding:0px;
		}
		dd{
			margin:2px 0 0 0;
		}

/*-----------------about link-----------------*/
a:link,a:visited{color:#9C0;}
a:hover,a:active{color:#E4DFC1;}

/*-----------------about text-----------------*/

body{
	font-size:smaller;
}

h1{
	font-weight:normal;
	height:10px;
	font-size:10px;
	margin:5px 0px;
	padding: 0px;
	color:#ccc;
}
.smaller{
	font-size:smaller;
}

.caution{
	color:#F36;
}
.caution_r{
	color:#CC0000;
}
.bk{
	color:#333;
}
.large{
	font-size:large;
	font-weight:bold;
}
.point{
	color:#FC6;
}

.bl{
	color:#0066CC;
}
.cc{
	color:#9CC;
}

#count img{
	display:inline;
}
