@charset "utf-8";
/* CSS Document */

/*------------ 背景画像 ------------*/
body {
	background-image: url(../images/top_main_back.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #4D506E;
}

/*------------ ヘッダー ------------*/
#header {
	background-image: url(../images/header_back.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

/*------------ 検索フォーム ------------*/
#search {
	width: 350px;
	padding: 9px 0 0 540px;
}

#search table th {
	padding-right: 10px;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
} 

#search table td#serch_text{
	padding: 1px;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
}

#search table td#serch_botan {
	padding: 1px;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
}

#search .w200 {
	width: 200px;
	height: 15px;
	border-width: 0;
	font-size: 10px;
}

/*------------ ボタン ------------*/
.gray_button {
	padding: 3px 5px 2px 5px;
	color: #000000;
	background-color: #cbcbcb;
	border: #59597C 1px solid;
	font-size: 11px;
}

/*------------ お知らせ ------------*/
#news {
    float: left;
    top: 127px;
    left: 16px;
    height: 313px;
    width: 175px;
}
#news #newsInner {
    padding-left: 6px;
    padding-bottom: 30px;
}
#news #newsInner li {
    padding-top: 10px;
    padding-right: 6px;
    line-height: 1.4;
}
.jScrollCap {
    display: none;
}

/*------ リンク色（お知らせ） ------*/
#news a {
    color: #E2E2E2;
}
#news a:hover {
    color: #FFFFFF;
}
#news a:visited {
    color: #;
}

/*------------ コンテンツ ------------*/
#top_contents {
	background-color: #00000D;
	background-image: url(../images/top_contents_back.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#image_visual {
    width:  950px;
    height: 440px;
    background: url(../images/main111031.jpg) no-repeat;
}
#image_visual h1 {
    padding: 314px 200px 0;
}



/*------------ ナビゲーション ------------*/
ul.nav {
    width: 130px;
    margin-right: 40px;
}
ul.nav li a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    height: 18px;
    width: 130px;
    margin: 2px 0;
}

/*------------ ナビゲーション入れる箱 ------------*/
#nav_box {
	width: 934px;
	padding-left: 16px;
}

#nav_box #banner {
    width: 175px;
    height: 60px;
    background: url(../images/bg.bottom.jpg) no-repeat;
    padding-top: 28px;
    margin-right: 79px;
    float: left;
}
#nav_box #banner a img{
    filter:alpha(opacity=90);           /* IE7以下用 */
    -ms-filter: "alpha(opacity=90)";    /* IE8用 */
    -moz-opacity:0.9;                   /* Firefox 1.5未満, Netscape用 */
    -khtml-opacity: 0.9;                /* Safari 1.x, 他khtmlに対応したブラウザ用  */
    opacity: 0.9;                       /* Firefox 1.5以上, Opera, Safari用 */
}
#nav_box #banner a:hover img{
    filter:alpha(opacity=100);           /* IE7以下用 */
    -ms-filter: "alpha(opacity=100)";    /* IE8用 */
    -moz-opacity:1.0;                   /* Firefox 1.5未満, Netscape用 */
    -khtml-opacity: 1.0;                /* Safari 1.x, 他khtmlに対応したブラウザ用  */
    opacity: 1.0;                       /* Firefox 1.5以上, Opera, Safari用 */
}
#nav_box ul.nav {
    padding-top: 1px;
}

/*------------ ナビゲーションタイトル ------------*/
#top_contents h2 {
    padding-bottom: 10px;
}

ul.nav li.first a {
    background: url(../images/top_nav_first.gif);
}
ul.nav li.ordermade a {
    background: url(../images/top_nav_ordermade.gif);
}
ul.nav li.material a {
    background: url(../images/top_nav_material.gif);
}
ul.nav li.orders a {
    background: url(../images/top_nav_orders.gif);
}
ul.nav li.items a {
    background: url(../images/top_nav_items.gif);
}
ul.nav li.new a {
    background: url(../images/top_nav_new.gif);
}
ul.nav li.appeal a {
    background: url(../images/top_nav_appeal.gif);
}
ul.nav li.special a {
    background: url(../images/top_nav_special.gif);
}
ul.nav li.care a {
    background: url(../images/top_nav_care.gif);
}
ul.nav li.shop a {
    background: url(../images/top_nav_shop.gif);
}
ul.nav li.detail a {
    background: url(../images/top_nav_detail.gif);
}
ul.nav li.class a {
    background: url(../images/top_nav_class.gif);
}
ul.nav li.apply a {
    background: url(../images/top_nav_apply.gif);
}
ul.nav li.works a {
    background: url(../images/top_nav_works.gif);
}
ul.nav li.guide a {
    background: url(../images/top_nav_guide.gif);
}
ul.nav li.history a {
    background: url(../images/top_nav_history.gif);
}
ul.nav li.contact a {
    background: url(../images/top_nav_contact.gif);
}
ul.nav li.sitemap a {
    background: url(../images/top_nav_sitemap.gif);
}

ul.nav li a:hover {
    background-position: bottom;
    z-index: 1;
}

/*------------ フッター ------------*/
#footer {
	width: 930px;
	padding-right: 20px;
	padding-bottom: 70px;
	color: #606079;
	font-size: 10px;
	background-image: url(../images/footer_back_.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #00000D;
}

#footer p#english {
	text-indent: -9999px;
	float: left;
}

#footer #copy_box {
	width: 613px;
	padding-left: 10px;
	float: left;
}

/*------------ English（マウスOFF） ------------*/
#footer p#english a {
	width: 76px;
	height: 25px;
	display: block;
	background-image: url(../images/top_nav_english_off.jpg);
}

/*------------ English（マウスON） ------------*/
#footer p#english a:hover {
	width: 76px;
	height: 25px;
	background-image: url(../images/top_nav_english_on.jpg);
}


/*--BA---index3---------------------------------*/

body#index3 #search{
	padding: 9px 0px 0px 0px;
	width: 900px;
	clear:both;
}

body#index3 #search form{
	margin-left: 200px;
}


body#index3 #search table{
	width:auto;
	float: left;
}

body#index3 #search #company_info{
	float: left;
	width: 550px;
	margin-right: 10px;
}

body#index3 #search #company_info ul{
	margin: 4px 0 0 0;
	float: right;
}

body#index3 #search #company_info ul li{
	display: inline;
	list-style-type: none;
	font-size: 100%;
	line-height: 1.6;
	color: #000;
	padding: 0 6px;
}

body#index3 #search #company_info ul li a{
	text-decoration: none;
	color: #56569E;
}




