@charset "UTF-8";



#globalNavi2 { 
width: 900px;
height:50px;
background-color: #003466;
}


/*------ トップページヘッダー設定　---------*/

div#header_top {
	padding: 1px 0;
/*	background-color: #fff; */
     background-color: #00a0c6;
	 background: url(http://www.toyotec-intl.co.jp/spss/wp-content/images/top_bg_1.gif) no-repeat;
	 
}

div#header_top p.siteName {
	margin: 25px 30px 10px;
	line-height: 1;
	font-size: 144%;
	font-weight: bold;
}

div#header_top p.siteName a {
	text-decoration: none;
	color: #417698;
}

div#header_top p.siteName a:hover {
	color: #000;
}

div#header_top p.description {
	margin: 0 30px 25px;
	font-size: 92%;
}


/*------ トップページコンテンツ設定　---------*/

div#content_top {
	padding-bottom: 1px;
	background-color: #fff;
	background: url(http://www.toyotec-intl.co.jp/spss/wp-content/images/top_bg_3.gif) no-repeat left top;
}



table.table-01 {
    width: 400px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}


table.table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}


table.table-02 {
    width: 800px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.table-02 th {
width:25%;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}


table.table-02 td {
width:75%;
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

/*--- オーダーフォームテーブル1 ---*/
table#form img{
 vertical-align: bottom;
}

#form td.form_bd {
padding: 0 30px;
}


/*--- オーダーフォームテーブル ２ ---*/
table.order_t{
    width: 490px;
	margin: 0 0 0 10px;
}

table.order_t th {
    padding: 10px 10px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 0;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
		white-space: nowrap;
}


table.order_t td {
	padding: 10px 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 0;
    text-align: left;
	white-space: nowrap;
}


/*------　トップページテーブル　--------*/
table.table-top {
    width: 800px;
    border-collapse: collapse;
    border-spacing: 0;

}

table.table-top th {
width:15%;
    padding: 5px;
    background: #FFF;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}


table.table-top td {
    padding: 5px 20px 10px 5px;
    text-align: left;
}

p.top_menu {

}



/*------- フッターナビゲーション　-----------*/

#footer_navi {  
	float: left;
   /* margin-top: 20px;  */
  /*  padding: 15px;  */

}  
#footer_navi a {  
	font-size: 75%;
    color: #666;  
}  
#footer_navi a:hover {  
    color: #f0f;  
}  
#footer_navi ul {  
    margin-bottom: 10px;  
    text-align: center;  
}  
#footer_navi ul li {  
    display: inline;  
    margin-left: 10px;  
    padding-left: 10px;  
    border-left: 1px solid #666;  
}  
#footer_navi ul li:first-child,  
#footer_navi ul li.firstChild {  
    margin-left: 0;  
    padding-left: 0;  
    border-left: 0;  
}  
