@charset "euc-jp";
/*--------------------------------------
  Universal selector
---------------------------------------*/

*{
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-style:normal;
}

img {
	margin:0px;
	padding:0px;
	vertical-align:top;
	border:none;
}
	
/*--------------------------------------
  Structure Module
---------------------------------------*/

/*サイドバーを常に表示*/
html {
	height:100%;
	margin-bottom:1px;
	overflow-y:scroll;
}

/*---------------------------------------*/

div {
	margin:0px;
	padding:0px;
}

a {
	margin:0px;
	padding:0px;
	border:none;
	text-decoration:none;
}

a:hover {
	color:#FF9900;
	text-decoration:underline;
}
	

BODY {
	margin:0px;
	padding:0px;
}

p,pre,address,cite {
	margin:0px;
}

em {
	font-style:normal;
}

ul,ol,dl {
	margin:0px;
	padding:0px;
	list-style:outside none;
}

li,dt,dd {
	margin:0px;
	padding:0px;
	list-style-position:outside;
	list-style:none;
}

.clear_both {
	clear: both;
}

.text-indent {
	text-indent:-9999px;
	font-size:5px;
	line-height:0px;
}

.twochara {
	letter-spacing:1em;
}


.font10 {
	font-size:10px;
}

b {
	font-weight:bold;
}

ul.inline_ul li {
	display:inline;
}

