/* oshirase */
* {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 1.4em;
}
body {
	width: 515px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 11px;
	background-attachment: fixed;
	background-color: #FCFCE5;
	background-image: url(topimg/oshi_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
table {
	border-collapse: collapse;
}
h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	line-height: normal;
}
/* link color */
a { text-decoration: none; } 
a:hover { text-decoration: underline; } 
a:link { color: #185C29; }
a:visited { color: olive; }
a:hover { color: #2DAC4D; }
a:active { color: fuchsia; }
ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
li {
	padding-left: 20px;
	margin-bottom: 5px;
	background-image: url(topimg/oshi_icon01.gif);
	background-position: left 0.1em;
	background-repeat: no-repeat;
}
