﻿@charset "utf-8";

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

	Name: industry.css
	Location: /common/css/pages/industry.css
	Desctiption {
		Industry 以下のCSS
	}

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.wrapper {
}


/**************************************************************

	Header

***************************************************************/

#header {}

/****************************************************************

	Navigation

*****************************************************************/

#navi{}

/**************************************************************

	Content

***************************************************************/

#container {

}


/* main
===============================================================*/
#content{

}


/* top */

#index #content h3 {
	height: auto;
	padding: 0;
	background: none;
	border: none;
}

#index #content .section {
	margin: 0 10px;
	width: 528px;
}

#index #referenceData  ul  {
	margin: 5px 0 0;
}

#index #referenceData ul li {
	padding: 5px 0 8px 10px;
	background: url(../images/border_dot.gif) repeat-x left bottom;
}

#index #referenceData ul li.last-child {
	background: none;
}

#index #referenceData ul li a {
	padding: 0 0 0 15px;
	background: url(../images/marker_arrow.gif) no-repeat left center;
}

/* sub
===============================================================*/
#sideNavi{}

/**************************************************************

	Footer

***************************************************************/

#footer {

}





