@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-size: 12px;
	line-height: 1.4;
	font-family: sans-serif;
	color: #333333;
	text-decoration: none;
}
hr {
	display: none;
}
#c-both {
	clear: both;
}
.shadow {
    background: url(img/shadow_001.gif) right bottom;
    float: left; /* 荞ݐ */
}

.shadow img {
    position: relative;
    left: -5px; /* 摜ֈړ */
    top: -5px; /* 摜ֈړ */
}

table {
	border-collapse:collapse;
}

/* link styles
------------------------------*/
a img {
	border-style: none;
}

h1 {
	color: #666666;
}

a {
	text-decoration: none;
	color: #006699;
}

a:hover {
	color: #996600;
}

