/* 全体構造
---------------------------------------------------- */
* {
	margin: 0px; /* 各ブラウザの独自解釈をリセット */
	padding: 0px;
}
html{overflow-y:scroll;height:100%;}
body{
	background:#000;
	color:#808080;
	height:100%;
	font-size:65%;
	font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.2;
}

ul{list-style:none;}

/* リンク
---------------------------------------------------- */
a {
/**/
 overflow: hidden;
/**/
}
a:link {
	color:#808080; /* リンクの色 */
	text-decoration:none;
	background:transparent; /* 背景透明 */
}
a:visited {
	color:#808080; /* 訪問済みリンクの色 */
	text-decoration:none;
	background:transparent; /* 背景透明 */
}
a:hover, a:active {
	color:#fff; /* マウスオーバー、アクティブリンクの色 */
	text-decoration:none;
	background:transparent; /* 背景透明 */
}
a img{
  border:none;
  color: #fff;
  background:transparent;	/* 背景透明 */
}

/* #header
---------------------------------------------------- */
#header{
	width:925px;
	padding-top:5px;
	margin-left:15px;
}
#header p{
	padding:0 0 4px 5px;
}
h1{
	width:378px;
	float:left;
}
p#link-corporate{
	width:181px;
	padding-top:7px;
	float:right;
}
p#main-img{
	width:100%;
	background:url(../images/bg.gif) repeat-x;
	padding:5px 0;
}

/* #container
---------------------------------------------------- */
#container{
	width:920px;
	padding-top:0px;
	margin-left:10px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#contents-box{
	width:577px;
	float:left;
}
#contents-box img{
	vertical-align:bottom;
}
#contents-box li{
	padding-bottom:5px;
}
#news-box{
	width:334px;
	float:right;
}
#news-box table{
	margin-bottom:18px;
}
#news-box td,#contents-box td{
	padding:1px 0;
}
#contacts{
	padding:15px 0 20px 0;
	clear:both;
}

/* #footer
---------------------------------------------------- */
#footer{
	border-top:1px solid #1e2024;
	background:#131417;
	padding:15px 0 15px 20px;
}
.footer_navi{
	margin-bottom:7px;
}
.footer_navi ul{
	background:url(../images/fotter_labo.gif) no-repeat;
	display:inline;
	padding-left:80px;
}
#footer_labo{
	background:url(../images/footer_labo.gif) no-repeat;
}
#footer_corporate ul{
	background:url(../images/footer_corporate.gif) no-repeat;
}
.footer_navi li{
	display:inline;
	border-right:#828282 1px solid;
	padding:0 5px 0 3px;
	line-height:1;
	vertical-align:bottom;
}
.footer_navi li.start{
	border-left:#828282 1px solid;
}
#copy{
	margin-top:15px;
}
/* フロート対策
---------------------------------------------------- */
.box-clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.box-clear{
    display:inline-block;  /* MAC IE用　*/
    min-height:1%;  /* IE 7用 */
}
/*--MAC IEは非適用→ \*/
* html .box-clear{height: 1%;}
.box-clear{display: block;}
/*--ここまでMAC IEは非適用 */#mainphoto {
	margin: 0px;
	padding: 0px;
	width: 940px;
}
