body {
	margin: 0;
	padding: 0;
	background-repeat: repeat;
	background-position: 0 0;
	color:green;
	font-size:16px;
}

ul{
	list-style:none;
	margin: 0; padding:0;
}


a{
	text-decoration: none;
}
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; }
a:active { color: #000000; }


p {
	letter-spacing: -0.01px;
	margin: 0px;
	padding: 0px;
	
}
div#headerbar{
	background-color:#ffd300;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
}

/*---------------------------------------
 list_row
---------------------------------------*/
/* li.list_row{
	margin-left:12px;
	padding-top:5px;
	padding-bottom:5px;

} */

hr {
height: 1px;
background-color: #DFDFDF;
border: none;
color: #DFDFDF;
}

/* 
div.list_row_title{
	display:inline:block;
	width: 90%;
 	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
} */


#topmenu ul {
margin: 0px;
padding: 0px;
list-style: none;
text-align: left;
}

#topmenu li {
background-color: #fff;
display:block;
}

/*  divタグを入れるとテキストが矢印に被らなくなります */
#topmenu li div {
padding: 0px 20px 0px 0px ;
}

#topmenu ul li a {
position: relative;
background-position:right center;
-webkit-background-origin: content;
color: #000000;
font-size:16px;
display:block;
margin:0px;
padding: 12px 0px 12px 12px ;
text-decoration: none;
border-bottom: 1px solid #dddddd;
-webkit-box-shadow: 1px 1px 1px #eeeeee;
}

#topmenu ul li a:after {
display: block;
position: absolute;
top: 50%;
right: 10px;
width: 7px;
height: 7px;
margin-top: -4px;
border-top: solid 2px #7f7f7f;
border-right: solid 2px #7f7f7f;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
}

/*---------------------------------------
 メニュー
---------------------------------------*/
#menu {
	border-top:2px #fff solid;
	color:#fff;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:11px;
	margin:0 auto 2px auto;padding:0;
	overflow:hidden;
	list-style-type: none;
}

#menu li {
	background-color:#000;
	float:left;
	width:20%;
        text-align:center;
	cursor:pointer;
       height: 50px;
}

#menu li:hover {background-color:#ccccff;}


#menu span,#menu .menuH a{
	display:block;height:32px;line-height:32px;
}
#menu a{
	text-decoration: none;
	color:#fff;
}
#menu .menuH a {
	background:url(/img/home.png) center 0px no-repeat;
	padding:23px 0 0 0; 
	border-right:2px #fff solid;
}
#menu .menuE span {
	background:url(/img/series.png) center 0px no-repeat;
	border-right:2px #fff solid;
	padding:23px 0 0 0;
}

#menu .menuC span {
	background:url(/img/device.png) center 0px no-repeat;
	padding:23px 0 0 0; 
	border-right:2px #fff solid;
}
#menu .menuA span {
	background:url(/img/writer.png) center 0px no-repeat;
	padding:23px 0 0 0;
	border-right:2px #fff solid;
}

#menu .menuP span {background-position:center -188px;
	background:url(/img/dendo.png) center 0px no-repeat;
	padding:23px 0 0 0;
}

