@charset "utf-8";


/* main設定
=============================================== */

#main{
	width: 840px;
	margin: 0 auto;
	padding: 0 30px;
	background: #fff;
}



/* sub設定
=============================================== */
#content-inner {
	padding: 30px;
	background: url(../images/contents_in_bg.gif) center top no-repeat #fff;
}

#contents h3 {
	width: 475px;
	position: relative;
}
#contents h3 span {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}
#contents h3 span a:link,
#contents h3 span a:visited {
	padding: 0 0 0 17px;
	background: url(../images/arr_green.gif) 0 1px no-repeat;
	color: #00416E;
}
#contents h3 span a:hover,
#contents h3 span a:active {
	padding: 0 0 0 17px;
	background: url(../images/arr_green.gif) 0 1px no-repeat;
	color: #999999;
}


/* トピックス */
#contents dl.topics {
	width: 475px;
	margin: 0 0 30px;
}
#contents dl.topics dt {
	padding: 5px 0 5px 17px;
	float: left;
	clear: both;
	font-size: 12px;
	color: #00416E;
	background: url(../images/arr_blue.gif) 0 8px no-repeat;
}
#contents dl.topics dd {
	padding: 5px 0 5px 105px;
	border-bottom: 1px dotted #ACA3A0;
	font-size: 12px;
	color: #00416E;
}
#contents dl.topics dd a:link,
#contents dl.topics dd a:visited {
	text-decoration: none;
	color: #333;
}
#contents dl.topics dd a:hover,
#contents dl.topics dd a:active {
	text-decoration: none;
	color: #999;
}

/* 今日の企業 */
#contents .today-company {
	width: 475px;
}
#contents .today-company .box {
	margin: 15px 0;
	padding: 0 0 15px;
	background: url(../images/dotted.gif) bottom repeat-x;
}
#contents .today-company .box img {
	padding: 3px;
	border: 1px solid #999;
	float: left;
}
#contents .today-company .box .box-right {
	width: 310px;
	float: right;
}
#contents .today-company .box h4 {
	font-size: 14px;
	font-weight: bold;
}
#contents .today-company .box h4 a {
	padding: 0 0 0 17px;
	text-decoration: none;
	color: #2F5546;
	background: url(../images/arr_green.gif) 0 1px no-repeat;
}
#contents .today-company .box h4 a:hover,
#contents .today-company .box h4 a:active {
	text-decoration: none;
	color: #549870;
}
#contents .today-company .box span {
	font-size: 10px;
}
#contents .today-company .box p {
	margin: 5px 0 0;
	padding: 5px 0 0;
	border-top: 1px solid #999999;
}

/* 頑張るものづくり企業 */
#contents #carry{
	clear:both;
	width: 475px;
	margin: 0 0 15px;
	overflow:hidden;
}
#contents #carry h3{
	margin: 0 0 20px;
}
#contents #carry .carrybox{
	padding-bottom:15px;
	margin-bottom:15px;
	background: url(../images/dotted.gif) bottom repeat-x;
}
#contents #carry .carrybox_inner{
	width:370px;
	padding:3px;
	background:url(../../images/carry_bg.gif) repeat;
}
#contents #carry .carrybox_inner2{
	width:346px;
	border:2px solid #fff;
	background:#F9F8F1;
	padding:10px;
	overflow:hidden;
}
#contents #carry .box_hover{
	background:#EBE7D2;
	cursor:pointer;
}



#contents #carry .carrybox .photo{
	float:left;
}
#contents #carry .carrybox .photo img{
	width:102px;
	padding:3px;
	background:#fff;
	border:1px solid #999;
}
#contents #carry .carrybox .f_right{
	float:right;
	width:217px;
	line-height:1.6;
}
#contents #carry .carrybox .f_right .number{
	margin-bottom:10px;
}
#contents #carry .carrybox .f_right .number span{
	padding:4px 10px 3px 15px;
	color:#fff;
	letter-spacing:1px;
	background:url(../../images/carry_number.gif) no-repeat 4px 5px #069;
}
#contents #carry .carrybox .f_right .campany{
	color:#006699;
	font-weight:bold;
	font-size:120%;
}
#contents #carry .carrybox .f_right .campany a,#contents #carry .carrybox .f_right .campany a:hover{
	color:#006699;
	text-decoration:none;
}
#contents #carry .carrybox .f_right .name{
	color:#006699;
	margin-bottom:3px;
}
#contents #carry .carrybox .f_right .memo{
	color:#666;
	font-size:85%;
}



