@charset "utf-8";

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

	{cV[O CSS
	updated: 22 SEP. 2008
	designed:  AZ
	
	1. general
	2. wrapper
	3. header
	4. global navigation
	5. flash
	6. contents (wrap of columns)
	7. main column
	8. sub column
	9. footer

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

/* --------------------------------------------
1. general  
-------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #E1E1E1;
	color: #333;
	font-family: "Hiragino Kaku Gothic Pro", "qMmpS Pro W3", Meiryo, "CI", "MS PGothic", "lr oSVbN", sans-serif;
	font-size: 85%;  /*  11px  */
	text-align: center;
}
h1,
h2,
h3,
h4,
div,
p,
ul,
ol,
li,
a,
img {
	margin: 0;
	padding: 0;
}
p,
a,
li,
th,
td {
	font-size: 0.9em;
}
ul,
dl {
	list-style: none;
}

/* --------------------------------------------
float  */

.left {
	float: left
}
.right {
	float: right;
}
.clr {
	clear: both;
}

/* --------------------------------------------
clear fix  */

.clear {
	display: inline-table;
	zoom: 1;
}



/* --------------------------------------------
2. wrapper  
-------------------------------------------- */

#wrapper {
    width: 824px;
    background: url(../images/img_common/bgWrapper.jpg) repeat-y 0 0;
    margin: 0 auto;
}

/* --------------------------------------------
3. header  
-------------------------------------------- */

#header {
    width: 800px;
    height: 100px;
    background: url(../images/img_common/bgHeader.gif) no-repeat 0 0;
    margin: 0 auto;
    text-align: left;
    font-size: 0.8em;
}
    #header .left{
        width: 570px;
        height: 82px;
        float: left;
        padding: 13px 0 0 22px;
    }
        h1 {
            width: 221px;
            height: 51px;
            background: url(../images/img_common/Header_title.jpg) no-repeat 0 0;
            text-indent: -9999px;
            margin: 17px 0 0 0;
        }
    #header .right{
        width: 208px;
        height: 100px;
        float: right;
        text-indent: -9999px;
    }
        #header .right .tel{
            width: 155px;
            height: 35px;
            background: url(../images/img_common/Header_tel.gif) no-repeat 0 0;
            margin: 18px 0 4px 19px;
        }
        #header .right .contact{
            width: 171px;
            height: 38px;
            background: url(../images/img_common/Header_btn_contact.png) no-repeat 0 0;
            margin: 0 0 0 10px;
        }
        #header .right .contact a:hover{
            width: 171px;
            height: 38px;
            background: url(../images/img_common/Header_btn_contact_over.png) no-repeat 0 0;
        }
        h1  a,
        #header .right .contact a{
            display: block;
            width: 100%;
            height: 100%;
            outline: none;
        }

/* --------------------------------------------
4. global navigation  
-------------------------------------------- */

#gNav {
    width: 800px;
    height: 45px;
    background: url(../images/img_common/bgGnav.jpg) no-repeat 0 0;
    margin: 0 auto;
}
    #gNav ul{
        margin-left:19px;
    }
    #gNav li{
        float: left;
        list-style: none;
        width: 190px;
        height: 45px;
        text-indent: -9999px;
        margin-right: 1px;
    }
    #gNav li a{
        display: block;
        width: 100%;
        height: 100%;
        outline: none;
    }
    #gNav .navCompany a{
        background: url(../images/img_common/gNavCompany.png) no-repeat 0 0;
    }
    #gNav .navCompany_link a{
        background: url(../images/img_common/gNavCompany.png) no-repeat 0 -45px;
    }
    #gNav .navHandling a{
        background: url(../images/img_common/gNavHandling.png) no-repeat 0 0;
    }
    #gNav .navHandling_link a{
        background: url(../images/img_common/gNavHandling.png) no-repeat 0 -45px;
    }
    #gNav .navFacilities a{
        background: url(../images/img_common/gNavFacilities.png) no-repeat 0 0;
    }
    #gNav .navFacilities_link a{
        background: url(../images/img_common/gNavFacilities.png) no-repeat 0 -45px;
    }
    #gNav .navContact a{
        background: url(../images/img_common/gNavContact.png) no-repeat 0 0;
    }
    #gNav .navContact_link a{
        background: url(../images/img_common/gNavContact.png) no-repeat 0 -45px;
    }
    #gNav .navCompany a:hover,
    #gNav .navHandling a:hover,
    #gNav .navFacilities a:hover,
    #gNav .navContact a:hover{
        background-position: 0 -45px;
    }

/* --------------------------------------------
5. flash  
-------------------------------------------- */

#flash {
    width: 800px;
    height: 306px;
    margin: 0 auto;
    padding: 0 0;
    background:#fff url(../images/img_common/bgContents.gif) no-repeat 0 bottom;
}
#pankuzu {
    width: 752px;
    margin: 0 auto;
    padding: 17px 0 0 0;
    font-size: 0.8em;
    text-align: left;
}
#pankuzu a {
    color: #176CB9;
}

/* --------------------------------------------
6. contents (wrap of columns)
-------------------------------------------- */

#home #contents{
    width: 771px;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    padding: 19px 20px 20px 9px;
}
#contents {
    width: 800px;
    height: auto;
    margin: 0 auto;
    padding: 16px 0 0 0; 
}
    #home #contents #main{
        width: 771px;
        background:#fff;
        overflow: auto;
    }
    #contents #main{
        width: 760px;
        background-color: #fff;
        overflow: auto;
        text-align: center;
        margin: 0 auto;
        background: url(../images/img_common/bg_sub_common.jpg) repeat-y 0 0;
    }

/* --------------------------------------------
main column (left column) */

/*--home--*/
#home #contents .main_contents{
    width: 541px;
    float: left;
    display: inline;
    text-align: left;
}
    #home #contents .main_contents h3{
        margin-bottom: 23px;
    }
    #home #contents .main_contents p{
        line-height: 140%;
        margin: 0 0 40px 28px;
    }
/*--common--*/
#contents .sub{
    width: 220px;
    float: left;
    display: inline;
}
    #contents .sub .sub_contact {
        width: 220px;
        height: 55px;
        background: url(../images/img_common/sub_contact_common.jpg) no-repeat 0 0;
        text-indent: -9999px;
    }
    #contents .sub .sub_tel {
        width: 220px;
        height: 69px;
        background: url(../images/img_common/sub_tel.jpg) no-repeat 0 0;
        text-indent: -9999px;
    }
    #contents .sub .sub_btn_contact {
        width: 220px;
        height: 81px;
        background: #fff url(../images/img_common/sub_btn_contact.png) no-repeat 0 0;
        text-indent: -9999px;
    }
        #contents .sub .sub_btn_contact a:hover {
            width: 220px;
            height: 77px;
            background: url(../images/img_common/sub_btn_contact_over.png) no-repeat 0 0;

        }
        #contents .sub .sub_btn_contact a {
            display: block;
            width: 100%;
            height: 100%;
            outline: none;
        }
    #sNav {
        width: 220px;
        font-size: 1.1em;
    }
        #sNav ul {
            text-align: left;
            border-bottom:4px solid #003366;
        }
        #sNav .sNav_title {
            height: 56px;
            margin: 0 0;
        }
        #sNav li{
            height: 36px;
            list-style: none;
            overflow: hidden;
        }
        #sNav li a{
            background: url(../images/img_common/bg_sNav.jpg) no-repeat 0 0;
            height: 23px;
            width: 206px;
            padding: 13px 0 0 14px;
            color: #333333;
            text-decoration: none;
        }
        #sNav li a:hover {
            background-position: 0 -36px;
        }
        #sNav li.link a{
            background-position: 0 -36px;
        }
        #sNav li a{
            display: block;
            width: 100%;
            height: 100%;
        }


/* --------------------------------------------
sub column (right column) */

/*--home--*/
#home #contents .sub{
    width: 220px;
    float: right;
    display: inline;
    text-indent: -9999px;
}
    #home #contents .sub .sub_contact{
        width: 220px;
        height: 28px;
        background: url(../images/img_common/sub_contact.jpg) no-repeat 0 0;
    }
    #home #contents .sub .sub_tel{
        width: 220px;
        height: 69px;
        background: url(../images/img_common/sub_tel.jpg) no-repeat 0 0;
    }
    #home #contents .sub .sub_btn_contact{
        width: 220px;
        height: 77px;
        background: url(../images/img_common/sub_btn_contact.png) no-repeat 0 0;
    }
        #home #contents .sub .sub_btn_contact a:hover{
            width: 220px;
            height: 77px;
            background: url(../images/img_common/sub_btn_contact_over.png) no-repeat 0 0;
        }
        #home #contents .sub .sub_btn_contact a,
        #home #contents .sub .sub_zam a{
            display: block;
            width: 100%;
            height: 100%;
            outline: none;
        }
    #home #contents .sub .sub_zam {
        width: 196px;
        height: 64px;
        background: #fff url(../images/img_common/banner_zam.gif) no-repeat 0 0;
        text-indent: -9999px;
        margin:20px auto;
    }
/*--common--*/
#contents .main_contents{
    width: 525px;
    float: right;
    display: inline;
    text-align: left;
}
    #contents .main_contents h2 {
        margin-bottom: 25px;
    }
    #contents .main_contents h3 {
        text-align: center;
        margin-bottom: 25px;
    }
    #contents .main_contents p {
        line-height: 150%;
        margin: 0 0 40px 28px;
    }
    #contents .btn_sales a:hover{
        width : 335px;
        height: 123px;
        background: url(../images/img_common/btn_sales_over.jpg);
    }
    #contents .pagetop{
        float:right;
        margin:13px 0;
    }

/* --------------------------------------------
8-1. company
-------------------------------------------- */
#company table,
#company_principles table,
#facilities table,
#contact table,
#handling_shirring table,
#handling_material table{
        margin: 0 0 20px 30px;
        font-size: 1.0em;
}
    #company table td,
    #company_principles table td,
    #facilities table td,
    #contact table td,
    #access table td,
    #handling_shirring td,
    #handling_material td{
            padding: 5px 0;
            vertical-align: top;
            line-height: 140%;
    }
/*--access--*/
#access table{
        margin: 0 0 20px 30px;
        font-size: 1.0em;
}


/* --------------------------------------------
8-2. handling
-------------------------------------------- */
/*--index--*/
#handling  .handling_box{
    width:491px;
} 
#handling .text_box,
#access .text_box{
    float: left;
    width: 245px;
    margin: 0 10px 0 0;
}
    #handling .btn_see,
    #access .btn_see{
        margin: 25px 0 0 160px;
     }
#handling .photo,
#handling_shirring .photo,
#handling_material .photo,
#access .photo{
    float: left;
    margin: 0 0 0 0;
}
#handling .top{
    margin-top: 30px;
}
#handling .btn_sales,
#access .btn_sales{
    margin-top: 30px;
}

/*--shirring--*/
#handling_shirring .img_box,
#handling_material .img_box  {
    width: 493px;
    height: 165px;
    margin: 0 0 20px 18px;
}

#handling_shirring span,
#handling_material span{
    font-size: 0.8em;
}

/* --------------------------------------------
8-3. facilities
-------------------------------------------- */
#facilities table .facilities_photo{
    margin-bottom: 5px;
}
#facilities .table1 {
    font-size: 1.2em;  
    margin: 0 0;
    padding: 0 0;
}
    #facilities table .td1{
            padding: 0 0;
    }
#facilities .photo{
    float: right;
    margin-right:20px;
}

/* --------------------------------------------
8-4. contact
-------------------------------------------- */

#contact table th{
    text-align: left;
    color:#666666;
    vertical-align: top;
}
.orange{
    color: #CC3300;
}

/* --------------------------------------------
8-5. sub
-------------------------------------------- */

/*--sellingpoint--*/
#sellingpoint .text_box{
    float: left;
    width: 245px;
}
    #sellingpoint .btn_see{
        float: right;
     }
#sellingpoint .photo{
    float: right;
    margin-right:20px;
}
#sellingpoint span{
    font-size: 0.8em;
}

/*--sitemap--*/
#sitemap .main_contents p{
    margin-bottom: 20px;
}
#sitemap .main_contents a,
#company .main_contents a{
    font-size: 1.0em;
    color: #176CB9;
}

/*--sitemap--*/
#sitepolicy .main_contents p{
    margin-bottom: 20px;
}
#sitepolicy .main_contents span{
    color: #176CB9;
    font-size: 1.2em;
    font-weight: bold;
}

/* --------------------------------------------
9. footer
-------------------------------------------- */

#footer {
    width: 824px;
    height: 68px;
    background: url(../images/img_common/bgFooter.jpg) no-repeat 0 0;
    margin: 0 auto;
    text-align: left;
    padding-top: 15px;
    text-align: center;
}
#footer #footer_main {
    width: 760px;
    height: 63px;
    margin: 0 auto;
}
    #footer p {
        font-weight: bold;
        color: #666666;
        float: left;
    }
    #footer span {
        color: #666666;
        font-size: 0.9em;
        font-weight: lighter;
    }
    #footer #footerNav {
        width: 277px;
        float: right;
    }
        #footer #footerNav li{
            height: 18px;
            list-style: none;
            float: left;
            text-indent: -9999px;
        }
        #footerNav li a{
            display: block;
            width: 100%;
            height: 100%;
            outline: none;
        }
        #footerNav .fNavContact a{
            height: 18px;
            width: 82px;
            background: url(../images/img_common/btn_footer01.gif) no-repeat 0 0;
        }
        #footerNav .fNavSitemap a{
            height: 18px;
            width: 93px;
            background: url(../images/img_common/btn_footer02.gif) no-repeat 0 0;
        }
        #footerNav .fNavSitepolicy a{
            height: 18px;
            width: 102px;
            background: url(../images/img_common/btn_footer03.gif) no-repeat 0 0;
        } 
        #footerNav .fNavContact a:hover,
        #footerNav .fNavSitemap a:hover, 
        #footerNav .fNavSitepolicy a:hover{
            background-position: 0 -18px;
        } 