@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: #494949;
}

a:hover {
	color: #999;
	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 {
	clear: both;
}

/*--------------------------------------------------------------------
common
ƒy[ƒW‹¤’Ê•”•ª
--------------------------------------------------------------------*/

/*------------body‚ÌƒXƒ^ƒCƒ‹---------------------------------------------------------------*/
body {
	line-height: 1.4;
	font-size: small;
	color: #494949;
}

/*ƒNƒ[ƒ€—p*/
body:first-of-type {
	padding: 0 0 0 1px;
}

/*IE6E7—p*/
*body {
	padding: 0 0 0 1px;
}



/*------------ul‚ÌƒXƒ^ƒCƒ‹---------------------------------------------------------------*/
ul {
	list-style: none;
	min-height: 350px;
	padding: 5px;
	background: #f2f2f2;
	font-size: 12px;
}

ul li {
	margin: 4px 0 0 0;
	padding: 4px 4px 4px 6.5em;
	border-bottom: 1px dashed #b0b0b0;
	text-indent: -6.5em;
	
	
}

ul li strong {
	padding: 0 1em 0 0;
	color: #e10000;
}

ul li a {
	text-decoration: underline;
	color: #ff7300;
}

ul li a:hover {
	text-decoration: none;
}










