@charset "UTF-8";

/* 基本
---------------------------------------------*/
body {
	color: #333333;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat;
}
img {
	vertical-align: top;
}
a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover,
a:focus {
	color: #3366CC;
}
a:active {
	color: #CC3300;
}
#wrapper {
	width: 930px;
	margin: 0 auto;
	background: #FFFFFF;
}
#header {
	position: relative;
	margin-bottom: 10x;
}
#content {
	clear: both;
	width: 100%; /* for WinIE6,7 */
}
#content #primary {
	float: left;
	width: 715px;
}
#content #secondary {
	float: right;
	width: 215px;
	text-align: right:
}
#footer {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	background: #fa7518;

}
#column {
	padding: 10px 20px;
	line-height: 1.8;
}
p.list {
	text-indent:-2em;
	padding-left:2em;
}

#top {
	text-align: center;
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fa7518;
}
div#siteTop {
	margin: auto;
	height: 30px;
	width: 930px;
	float: none;
	padding: 5px;
	text-align: right;
	color: #FFFFFF;
}
#top2{
	float:right;
	margin-top:5px;
	font-size: 120%;
}

input,textarea {
	border:1px solid #ccc;
}


/* 以下、内包するブロック要素の margin-top が利かなくなるバグ回避のため */
/* br タグでクリア */
br.clearboth { clear:both; }

/* ロゴとユーティリティナビゲーション
---------------------------------------------*/
#logo {

}
#logo #company_info {
	position:absolute;
	top:5px;
	left:660px
}
#logo #contact {
	position:absolute;
	top:5px;
	left:745px
}
#logo #sitemap {
	position:absolute;
	top:5px;
	left:840px
}
#logo a {
	color: #7a8e4f;
	font-size: 120%;

}
#logo a:visited {
	color: #333333;
}
#logo a:hover,
#logo a:focus {
	color: #7a8e4f;
	text-decoration: underline;

}
#logo a:active {
	color: #7a8e4f;
}


/* グローバルナビゲーション
---------------------------------------------*/
#globalNavigation {}
#globalNavigation li {
	float: left;
	margin-bottom: 10px;
}
#globalNavigation li a {
	display: block;
}
#globalNavigation li a:hover,
#globalNavigation li a:focus {
}

#globalNavigation2 {
	margin-left: 10px;
}
#globalNavigation2 li {
	float: left;
	margin-right: 16px;
	margin-bottom: 10px;
}
#globalNavigation2 li a {
	display: block;
}
#globalNavigation2 li a:hover,
#globalNavigation2 li a:focus {
}

/* パンくずリスト
---------------------------------------------*/
#topicPath {
	height: 20px;
	padding: 1px 0 7px 20px;
	font-size: 100%;
	line-height: 1.2;
	color: #298cb6;

}
#topicPath li {
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 32px;
	background: #EEEEEE url(../images/topicpath_li_bg.gif) left center no-repeat;
}
#topicPath li.first {
	padding-left: 30px;
	background: #EEEEEE url(../images/topicpath_li_bg_first.gif) left center no-repeat;
}
#topicPath li.last {
	background: #FFFFFF url(../images/topicpath_li_bg_last.gif) left center no-repeat;
}
#topicPath a {
	color: #298cb6;
}
#topicPath a:visited {
	color: #298cb6;
}
#topicPath a:hover,
#topicPath a:focus {
	color: #298cb6;
	text-decoration: underline;

}
#topicPath a:active {
	color: #298cb6;
}


/* コンテンツエリア
---------------------------------------------*/
#content #primary #contentTitle{
	margin-left: 10px;
	margin-bottom: 10px;
}

/* セクションスタイル
---------------------------------------------*/
#section {}
#section #body {
	width: 712px;
	padding: 20px 0px 20px 20px;
	font-size: 120%;
}

/* テーブルスタイル
---------------------------------------------*/
#tableWrap {
	margin: 20px 0px 20px 0px;
}
table#style1 {
	width: 380px;
	border-collapse: collapse;
}
table#style1 th.t_top {
    border-top: #46c962 1px solid;
}
table#style1 th.left {
    border-right: #ffffff 1px solid;
}

table#style1 th {
	border-bottom: #46c962 1px solid;
	border-left: #46c962 1px solid;
	border-right: #46c962 1px solid;
	text-align: center;
	background: #46c962;
	padding: 7px;
	font-weight: normal;
	font-size: 85%;
	color: #ffffff;
}
table#style1 td {
	border-bottom: #46c962 1px solid;
	border-left: #46c962 1px solid;
	border-right: #46c962 1px solid;
	text-align: center;
	padding: 7px;
}
table#style2 {
	border-collapse: collapse;
}
table#style2 th.t_top {
    border-top: #e0e0e0 1px none;
}
table#style2 th {
	border-bottom: #e0e0e0 1px dashed;
	border-left: #e0e0e0 1px none;
	border-right: #e0e0e0 1px none;
	text-align: left;
	font-weight: normal;
}
table#style2 td {
	text-align: left;
	padding: 10px 0px 2px 0px;
}
table#style2 td.dash {
	border-bottom: #e0e0e0 1px dashed;
	border-left: #e0e0e0 1px none;
	border-right: #e0e0e0 1px none;
	text-align: left;
	padding: 2px 0px 10px 0px;
}
table#style2 td.st {
	font-weight: bold;
}
table#style2 td.product_name {
	color: #298cb6;
	font-weight: bold;
}
/* 採用情報 */
table#style3 {
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #e3e3e3;
	width:712px;
}
table#style3 th {
	background-image: url(../images/thBackground.png);
	background-repeat: repeat-y;
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 200px;
}
table.part_timer th {
	background-image: url(../images/thBackground_b.png)!important;
}
table#style3 td {
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #FFF;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/* ローカルナビゲーション
---------------------------------------------*/
#localNavigation {}
#localNavigation ul {
	width: 208px;
	line-height: 1.2;
	padding: 0px 0px 1px 4px;
}

#localNavigation ul li {
	margin-bottom: 10px;
}
#localNavigation ul li a {
}
#localNavigation ul li a:hover,
#localNavigation ul li a:focus {
	background: #E6E6E6 url(../images/arrow_big.gif) 11px 13px no-repeat;
}
#boxRecruit {
	width: 195px;
	background-color: #d9eff6;
	border:1px solid #c0e0ea;
	border-radius: 5px;
	margin: 0px 0px 10px 5px;
	padding: 7px 0px 0px 7px;
	font-size: 90%;
	color: #333333;
}
#boxRecruit ul {
	margin: 15px 0px 0px 15px;
}
#boxRecruit ul li {
	list-style-image: url(../images/banner_recruit_mark.png);
}
#boxRecruit a {
	color: #003399;
}
#boxRecruit a:visited {
	color: #333333;
}
#boxRecruit a:hover,
#boxRecruit a:focus {
	color: #3366CC;
}
#boxRecruit a:active {
	color: #CC3300;
}

/* カレンダー
---------------------------------------------*/
#calendar {
	width: 205px;
	height: 273px;
	background-image: url("../images/itiba_calendar.png");
	background-repeat: no-repeat;
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 0px 10px;

}

/* フッターナビゲーション
---------------------------------------------*/
#footerNavigation {
	padding-left: 10px;
	border-top: 1px solid #E5E5E5;
	font-size: 90%;
	line-height: 1.2;
}
#footerNavigation li {
	float: left;
	margin-right: 10px;
	padding: 8px 0;
}
#footerNavigation li a {
	display: block;
	padding-left: 6px;
	background: url(../images/arrow_small.gif) left center no-repeat;
	text-decoration: none;
}
#copyright {
	clear: both;
	width: 835px; /* for WinIE6,7 */
	padding: 20px 17px;
	color: #FFFFFF;
	font-size: 90%;
	line-height: 1;
}

/* トップページ
---------------------------------------------*/
#lead {
	margin-bottom: 15px;
}

/* 取扱い商品
---------------------------------------------*/
#product_container {
	clear: both;
}
#product_container #product_l {
	float: left;
	width: 335px;
	height: 80px;
	border: 1px solid #ebe5e0;
	background-color: #fefaf6;
	margin-left: 12px;
	margin-bottom: 15px;
}
#product_container #product_r {
	float: left;
	width: 335px;
	height: 80px;
	border: 1px solid #ebe5e0;
	background-color: #fefaf6;
	margin-left: 15px;
	margin-bottom: 15px;
}
#product_container #product_img {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
#product_container #product_icon {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}
#product_container #product_ex {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}

#product_container #product_ex h4 a {
	color: #2475b2;
}

#title_v,#title_f {
	padding-left: 12px;
	padding-bottom: 15px;
}

/* 取扱い商品　詳細
---------------------------------------------*/
#product_container #product_d {
	width: 710px;
	border: 1px solid #ebe5e0;
	background-color: #fefaf6;
}
#product_d #product_img {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}
#product_d #product_d_info {
	float: left;
	margin-top: 15px;
	margin-left: 30px;
}
#product_d #product_d_ex {
	clear: both;
	width: 670px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
	font-size: small;
}
#product_d #product_d_ex h4 {
	margin-bottom: 15px;
}

/* メールフォーム
---------------------------------------------*/
#formWrap {
	width: 712px;
	color:#555;
	line-height:120%;
	padding: 20px 0px 20px 10px;
	font-size: 120%;

}
table.formTable{
	width:690px;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
#formWrap p{
	margin-top:20px;
}
p.error_messe{
	margin:5px 0;
	color:red;
}

div#article {
	margin: 20px 0px 20px 0px;
	line-height: 3;
	font-size: 14px;
}
div#article a {
	background-image: url(../images/arrow_link.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
}
div#article ul {
	margin-left: 30px;
}


/* 透過フィルター
---------------------------------------------*/
.highlight:hover{
filter: alpha(opacity=70);
-moz-opacity:0.70;
opacity:0.70;
}