/* CSS Document */
/* ------------------------------------------------------
iepngfix
------------------------------------------------------ */
html,body{
    height:100%; 
}

body {
	margin:0;
	padding:0;
	font-size:0.75em;
	/*font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;*/
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif, Osaka;
	background-color:#000;
	overflow: hidden;
	height: 100%;
}
a {
	cursor:pointer;
}
p {
	margin:0;
	padding:0;
}
h1 {
	margin:0 0 0px;
	padding:0 0 0px;
}
h2 {
	font-size:0.7em;
	color:#4A1F00;
	font-weight:normal;
}
img {
	border:0;
	vertical-align: bottom;
}
ul {
	margin:0;
	padding:0;
}
ul li {
	list-style:none;
}
#wrap {
	margin:0px;
	padding:0px;
    height:100%; 
}
#left_side {
	width:150px;
	float:left;
	margin:20px 0 0 0;
	padding-left:20px;
}
#right_contents {
	width:800px;
	float:left;
}
.clear {
	clear:both;
}
div.fixed {
	clear:both;
        width: 100%;
        height: 60px;
        left: 0;
        bottom: 0;
       background: #000000;
	   color:#FFF;
position : fixed!important; /* importantで、Mozilla, Opera に対して優先順位を上げて固定配置 */
position : absolute;        /* Internet Explorer 用に絶対位置配置する */
/* あとは普通にボックスの位置指定をすればよい。これらは例。0 でなくてもいい */
}
  ul#menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  ul#menu li {
    float: left;
  }

    ul#menu2 {
      list-style: none;
      margin: 0;
      padding: 0;
    }
	ul#menu2 a {
	  cursor:pointer;
	}
    ul#menu2 li {
      float: left;
    }



/*----menu----*/
/*ul#menu2{
    list-style:none;
    width:100%;
}
ul#menu2 li{
    list-style:none;
    float:left;
    width:81px;
}
ul#menu2 a{
    display:block;
    width:81px;
    height:21px;
    text-indent:-100px;
    background-image:url(../img/roll6-d.gif);
    overflow:hidden;
}
a.home2{
    background-position:0px 0px;
}
a:hover.home2{
    background-position:0px -23px;
}
a.mail2{
    background-position:-83px 0px;
}
a:hover.mail2{
    background-position:-83px -23px;
}
a.photo2{
    background-position:-166px 0px;
}
a:hover.photo2{
    background-position:-166px -23px;
}*/