@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-size:small;
	line-height: 1.8em;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	text-indent:0;
}

/*html {
     overflow-y: scroll;
}*/

/* 透過PNG設定 */
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}


/* General Rules
--------------------------------------*/
body{
	text-align:center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: -50px -40px;
}

/* div */
div{
	text-align:left;
	line-height:1.8em;
	color:#333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

li{
	list-style:none;
}

#contents{
	float:left;
	width: 380px;
}

#companyname{
	display:block;
	margin-left:100px;
	width:250px;
	text-indent:-9999px;
	background-image:url(../images/logo.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	margin-bottom: 30px;
	margin-top: 90px;
}

#discription{
	display:none;
}

#navi ul{
	margin-left:100px;
}

#navi a{
	display:block;
	text-indent:-9999px;
	height: 65px;
	width: 250px;
}

#navi a#weblog{
	background-image:url(../images/btn_weblog.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}

#navi a#weblog:hover{
	background-image:url(../images/btn_weblog-ovr.gif);
}

#navi a#contact{
	background-image:url(../images/btn_contact.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}

#navi a#contact:hover{
	background-image:url(../images/btn_contact-ovr.gif);
}

#navi a#access{
	background-image:url(../images/btn_access.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}

#navi a#access:hover{
	background-image:url(../images/btn_access-ovr.gif);
}

#copyright{
	display:block;
	margin-left:100px;
	text-indent:-9999px;
	background-image:url(../images/copyright.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	margin-bottom: 30px;
	margin-top: 10px;
}

#accessmap{
	display:block;
	width: 589px;
	margin-left: 0px;
	float: left;
	margin-top: 40px;
}
