@charset "Shift_JIS";

/*--------------------------------------------------------------------
common
css‚Ì‰Šú‰»
--------------------------------------------------------------------*/
html, body {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ƒqƒ‰ƒMƒmŠpƒS Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ƒqƒ‰ƒMƒmŠpƒS Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ƒqƒ‰ƒMƒmŠpƒS Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ƒqƒ‰ƒMƒmŠpƒS Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

a {
	outline: none;
	color: #333;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

a:hover img {
	filter: alpha(opacity=85); 
	-moz-opacity: 0.85;
	opacity: 0.85;
}

* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

.Clear {
	display: block;
	clear: both;
	overflow: hidden;
}

@media print {
	*html body {
		zoom:70%;
	}
}

/*--------------------------------------------------------------------
ƒ^ƒO‰Šú’l
--------------------------------------------------------------------*/
body {
	overflow: scroll;
	background: transparent;
	line-height: 1.4;
	font-size: small;
	color: #666;
}

/*ƒNƒ[ƒ€—p*/
body:first-of-type {
	padding: 0 0 0 1px;
}

/*IE6E7—p*/
*body {
	overflow: auto;
	padding: 0 0 0 1px;
}

ul li {
	list-style: none;
	margin: 3px 5px 3px 5px;
	line-height: 1.1em;
	padding: 0 0 3px 5.3em;
	border-bottom: 1px dashed #aaa;
	text-indent: -5.3em;
}

ul li span {
	padding: 0 0.2em 0 0;
}






div#News {
	width: 335px;
	margin: 3px 0 0 0;
}

div#News .List {
	position: relative;
	height: 50px;
	overflow: auto;
}







/*ƒXƒNƒ[ƒ‹ƒo[*/
/*---------------------------------------------------------------------------------------------------------------------------------------Fla-*/
#scrollbar {
	position: absolute;
	left: 332px;
	width: 3px;
	height: 50px;
	text-align: left;
	cursor: pointer;
}

#scrollbar .bar {
	position: absolute;
	z-index: 1;
	width: 3px;
	background: #6d6c6c;
	cursor: pointer;
}
* html #scrollbar .bar {
	width: 3px;
}

#scrollbar .bg {
	position: absolute;
	z-index: 0;
	width: 3px;
	height: 610px;
	background: #dfdfdf;
}
* html #scrollbar .bg {
	width: 3px;
}