@charset "utf-8";
/*//////////  会社案内ページ設定  //////////*/
#company a:link, #company a:visited {
	color: #96b816 !important;
}
#company a:hover, #company a:active {
	color: #b1d238 !important;
}
#company #contents h2 {
	margin-bottom: 15px;
}

/*//////////  会社案内トップページ設定  //////////*/
.columnRow {
	margin-bottom: 20px;
}
.columnLeft,
.columnRight {
	width: 290px;
}
.columnLeft {
	float: left;
}
.columnRight {
	display: inline;
	float: left;
	margin-left: 25px;
}
.columnRow h2 {
	margin-bottom: 0 !important;
}
.columnRow p {
	margin-top: 8px;
	margin-right: 12px;
	margin-left: 12px;
}

/*//////////  ごあいさつページ設定  //////////*/
#greering {
	background-image: url(../images/greeting_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	padding-bottom: 55px;
}
#greering #sign {
	text-align: right;
	margin-top: 55px;
}

/*//////////  会社概要ページ設定  //////////*/
#outline,
#recruit {
	margin-bottom: 30px;
}
#outline table,
table#release,
#recruit table {
	width: 585px;
	margin-right: 10px;
	margin-left: 10px;
	border-collapse: collapse;
}
#outline th,
#release th,
#recruit th {
	font-weight: bold;
	color: #96b816;
	vertical-align: top;
	text-align: left;
	padding-top: 0.7em;
	padding-right: 1em;
	padding-bottom: 0.7em;
	padding-left: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#outline td,
#release td,
#recruit td {
	vertical-align: top;
	padding-top: 0.7em;
	padding-right: 1em;
	padding-bottom: 0.7em;
	padding-left: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/*//////////  プレスリリースページ設定  //////////*/
#release a:link, #release a:visited {
	color: #595959 !important;
	text-decoration: none;
}
#release a:hover, #release a:active {
	color: #999999 !important;
	text-decoration: none;
}
#release a:hover strong, #release a:active strong {
	text-decoration: underline !important;
}
#release th {
	width: 6em;
}

/* タブ */
#contents .Tabs ul {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
/* Modern browsers like Firefox, Safari, Opera */
#contents .Tabs ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE 7 and MacIE*/
#contents .Tabs ul {
	display: inline-block;
}

/* Hides from IE-mac */
* html  .Tabs ul {height: 1%;}
#contents .Tabs ul {display: block;}
/* End hide from IE-mac */

#contents .Tabs li {
	display: block;
	float: left;
	list-style: none;
}
#contents .Tabs ul a {
	text-decoration:none !important;
	display: block;
	margin-right: 10px;
}

/*//////////  沿革・売上実績ページ設定  //////////*/
table#history {
	width: 605px;
	border-collapse: collapse;
	margin-bottom: 30px;
}
#history th {
	font-weight: bold;
	color: #96b816;
	background-color: #f7faeb;
	vertical-align: top;
	text-align: center;
	padding-top: 0.4em;
	padding-right: 0.5em;
	padding-bottom: 0.4em;
	padding-left: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#history td {
	vertical-align: top;
	padding-top: 0.4em;
	padding-right: 0.5em;
	padding-bottom: 0.4em;
	padding-left: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#history .year {
	width: 6em;
}
#history .month {
	width: 3.5em;
}
#history .product {
	width: 220px;
	padding-right: 1em;
	padding-left: 1em;
}

/*//////////  事業所一覧ページ設定  //////////*/
#map {
	width: 563px;
	margin-right: 21px;
	margin-bottom: 20px;
	margin-left: 21px;
	position: relative;
}
ul#office {
	margin: 0px;
	padding: 0px;
}
ul#office li {
	position: absolute;
	list-style-type: none;
}
ul#office li#sapporo {
	left: 351px;
	top: 58px;
}
ul#office li#sendai {
	left: 346px;
	top: 156px;
}
ul#office li#tokyo {
	left: 321px;
	top: 221px;
}
ul#office li#nagoya {
	left: 287px;
	top: 250px;
}
ul#office li#osaka {
	left: 238px;
	top: 284px;
}
ul#office li#hiroshima {
	left: 87px;
	top: 204px;
}
ul#office li#fukuoka {
	left: 47px;
	top: 233px;
}
ul#office li#goka {
	left: 332px;
	top: 190px;
}
ul#office li#itami {
	left: 165px;
	top: 138px;
}
ul#office li#maniwa {
	left: 138px;
	top: 175px;
}
ul#office li#tosu {
	left: 67px;
	top: 265px;
}
table#headData,
table#centerData,
table#officeData,
table#factoryData {
	width: 545px;
	margin-right: 30px;
	margin-bottom: 30px;
	border-collapse: collapse;
}
table#headData {
	margin-bottom: 15px;
}
table#centerData {
	margin: 5px 0 25px 0;
}
table#officeData {
	margin-bottom: 25px;
}
#headData th,
#centerData th,
#officeData th,
#factoryData th {
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	width: 10.5em;
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#headData td,
#centerData td,
#officeData td,
#factoryData td {
	vertical-align: middle;
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#headData td,
#centerData td {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#headData th,
#centerData th {
	color: #CC9900;
	background-color: #FFF7E1;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#officeData th {
	color: #96b816;
	background-color: #f7faeb;
}
#factoryData th {
	color: #9c549d;
	background-color: #f5edf5;
}
#headData .tel,
#centerData .tel,
#officeData .tel,
#factoryData .tel {
	width: 9em;
}

/*//////////  社員紹介ページ設定  //////////*/
.staffContents {
	height: auto;
	width: 605px;
	margin-top: 30px;
}
.staffContents img {
	margin: 0px;
	padding: 0px;
}
.staffContentsCenter {
	height: 160px;
	width: 195px;
	margin-right: 5px;
	margin-left: 5px;
}

/*//////////  各社員個別紹介ページ設定  //////////*/
.staffWorkColumnLeft {
	height: auto;
	width: 287px;
	float: left;
}
.staffWorkColumnRight {
	height: auto;
	width: 287px;
	float: right;
}
.StaffVege {
	float: right;
}
.StaffSalad {
	float: left;
}
.staffWorkContents {
	height: auto;
	clear: both;
}
.staffWorkContents img {
	margin-top: 30px;
}
#message {
	height: auto;
	width: 605px;
	clear: both;
	padding-top: 30px;
}
#message img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align:bottom;
}
#messageTxtBox01 {
	background-image: url(../images/staff/bg_staff01_message.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	height: auto;
	width: 605px;
}
#messageTxtBox02 {
	background-image: url(../images/staff/bg_staff02_message.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	height: auto;
	width: 605px;
}
#messageTxtBox03 {
	background-image: url(../images/staff/bg_staff03_message.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	height: auto;
	width: 605px;
}
#messageTxt {
	height: auto;
	width: 585px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
}
#staffLink {
	height: auto;
	width: 605px;
	margin-top: 30px;
	clear: both;
}
#staffLinkTxtShort {
	height: auto;
	width: 605px;
	clear: both;
}
#staffLinkTxtLong {
	height: auto;
	width: 605px;
	padding-top: 30px;
	clear: both;
}

/*//////////  各社員スケジュールページ設定  //////////*/
#staffSchedule {
	height: auto;
	width: 605px;
	margin-top: 30px;
}
#staffScheduleColumnLeft {
	height: auto;
	width: 380px;
	float: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#staffScheduleColumnLeft img {
	margin-bottom: 5px;
}
#staffScheduleColumnRight {
	height: auto;
	width: 214px;
	float: right;
}
#staffScheduleColumnRight img {
	margin-bottom: 30px;
}
#staffScheduleSentence {
	margin-bottom: 20px;
}
#staffScheduleSentence p {
	margin-left: 12px;
}
