@charset "Shift_JIS";
/***************************************************************

* group.css

***************************************************************/
body{
	background-image: url(../img/common/bg_d.jpg);
	background-repeat: repeat-x;
}
#header {
	height: 47px;
	background-image: url(../img/common/header_d.jpg);
	background-repeat: no-repeat;
}
ul#group2 img{
	min-height: 80px;
}

ul#group2 li{
	width:150px;
	min-height:170px;
	padding: 0 10px 0 10px;
	float :left;
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

dl#company {
	margin: 0 0 15px;
	padding: 0 10px 10px;
}
#company dt {
	float: left;
	width: 9em;
	padding: 5px 0;
	font-weight: bold;
	text-indent: 1.5em;
	line-height: 150%;
	background-image: url(../img/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
#company dd {
	padding: 10px 0 10px 9em;
	line-height: 150%;
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/**
dl#staff {
	margin: 0 0 15px;
	padding: 0 10px 10px;
}
#staff dt {
	float: left;
	width: 150px;
	padding: 5px 0;
	font-weight: bold;
	line-height: 150%;
	background-repeat: no-repeat;
	background-position: 5px;
}
#staff dd {
	padding: 10px 0 10px 150px;
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
**/

dl#group {
	margin: 0 0 20px;
}

dl#group dt {
	position: relative;
	width: 380px;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-left: 130px;
	font-weight: bold;
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
}

dl#group dt.firstChild,
dl#group dt:first-child {
	border-top: 0;
	padding-top: 0;
}
dl#group dt img {
	position: absolute;
	top: 15px;
	left: -3px;
	padding: 2px;
	border: 1px solid #EEE;
}
dl#group dt.firstChild img,
dl#group dt:first-child img {
	top: 0;
}

dl#group dd {
	margin-bottom: 15px;
	padding-left: 130px;
	height: 100px;
}
dl#group > dd {
	min-height: 100px;
}
tr.gray{
	background:#F4F4F4 none repeat scroll 0 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
span.accent {
	color: #C0D818;
}
td {
	padding: 5px;
}


