@charset "utf-8";
/* CSS Document */

body#company #mainContents{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}


body#company h2.title{
	height: 24px;
	width: 100px;
	font-weight: bold;
	color: #000;
	font-size: 18px;
	line-height: 26px;
	margin-left: 200px;
}

body#company #nakami{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

body#company #nakami img{
	height: 225px;
	width: 300px;
	margin-left: 250px;
	margin-top:15px;
}


body#company #nakami table{
	font-size: 14px;
	width: 500px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-image: url(../share/img/bg.gif);
}

body#company #nakami table tr td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 25px;
	margin-right: 0px;
	margin-left: 0px;
}

body#company #nakami table td{
	width: 15px;
}

body#company #nakami table td.space{
	background-color: #CCC;
	height: 10px;
	background-image: url(../share/img/bg.gif);
}


body#company #nakami table .koumoku{
	background-color: #999;
	width: 100px;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}

body#company #nakami table .kodomo{
	background-color: #D6D6D6;
	width: 300px;
	padding-left: 15px;
}



body#company a#comp {
	color: #00C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00C;
	text-decoration: none;
}

body#company a#comp:hover{	
    color: #69F;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 


body#company a:hover{
	color: #CCC;
}


body#company a#comp p{
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 80px;
	text-align: center;
	line-height: 12px;
	letter-spacing: 1.5px;
	margin-top: 20px;
	padding-top: 5px;
	margin-right: 0px;
	float: right;
	color: #666;
}

body#company a#comp p:hover{
	color: #CCC;
}


body#company .under2{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	width: 630px;
	height: 45px;
	margin-left: 100px;
}


