@charset "utf-8";
/* ===================================================================
CSS information

 file name  :history.css
 info :about/history.html用ＣＳＳ
=================================================================== */

/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
    margin :10px auto 0px ;
	width : 800px ;
	background:#FFFFFF;
	height:800px;
	overflow:hidden;
}


/* __main
------------------------------------------*/

#main {
	width:570px;
	float:right;
	margin-top:20px;
	margin-right:5px;
	padding:19px 0px 10px 40px ;
	color:#333333;
	border-left:solid 1px #333333;
}

#main p {
	margin-left:20px;
	margin-bottom:15px;
}

/* 会社概要
------------------------------------------*/
.historyTBL {
	border-top:solid 2px #333333;
	border-bottom:solid 2px #333333;
	}

.historyTBL th {
	width:80px;
	padding:5px 7px 5px 15px;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	font-weight:normal;
	text-align:left;
	background:#EBEBEB;
	}

.historyTBL td {
	margin:0;
	padding:5px 7px 5px 15px;
	border-bottom:solid 1px #CCCCCC;
	text-align:left;
	}


/* __menu
------------------------------------------*/

#menu {
	width:170px;
	float:left;
	text-align:right;
}

#menu h1 {
	margin-top:20px;
	margin-bottom:5px;
	font-size:200%;
	color:#333333;
}

#menu ul {
	margin:0 0 20px;
	padding:5px;
}

#menu ul li {
	padding:5px 0px;
}

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

#menu img{
margin-right:4px;
}

