/* CSS Document */
@charset "Shift_JIS";

/*すべての余白をリセット*/
* {
	margin:0px;
	padding:0px;
}

body {
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	background: #EEEEEE url('../images/page_bg.jpg') repeat-x;
	background-color: #EEE;
}

.header {
	height: 80px;
}

.globalNav {
	width: 800px;
	text-align: right;
	vertical-align: top;
	height: 30px;
	background: url('../images/globalNav_bg.jpg') repeat-x 0 0;
}

#globalLink {
/*	margin-bottom: 12em;    /* これを指定しておかないと、それ以降の要素が重なってきてしまう。*/
	margin: 0;
	padding: 0;
/*	height:30px;        /*背景画像と同じ高さ。指定しないとIE ではテキストが右によってしまう*/
}

ul#globalLink li {
	width: 100px;
	height: 30px;
	font-size: 10px; 
    list-style-type:none;
    display: block;
    margin: 0;
    padding: 0;
    float: left;
}

ul#globalLink li a {
    margin: 0;
    padding: 0;
    width: 100px;        /*背景画像と同じ幅*/
    height: 30px;       /*背景画像と同じ高さ*/
	display: block;
}

#globalLink li a:hover {
	background-position: 0 -30px;
	float: left;
}

li#btn_blank {
	background: url('../images/#.jpg') 0 0 no-repeat;
}

li#btn_home a {
	background: url('../images/btn_home.jpg') 0 0 no-repeat;
}

li#btn_company a {
	background: url('../images/btn_company.jpg') 0 0 no-repeat;
}

li#btn_solution a {
	background: url('../images/btn_solution.jpg') 0 0 no-repeat;
}

li#btn_employ a {
	background: url('../images/btn_employ.jpg') 0 0 no-repeat;
}

li#btn_product a {
	background: url('../images/btn_product.jpg') 0 0 no-repeat;
}

li#btn_achieve a {
	background: url('../images/btn_achieve.jpg') 0 0 no-repeat;
}


li#btn_contact a {
	background: url('../images/btn_contact.jpg') 0 0 no-repeat;
}

.hidden {
	visibility : hidden;
}


/*A:会社ロゴエリア　*B:TOPページ画像エリア　*C:コンテンツエリア　*D:メインコンテンツエリア　*E:ナビゲーションボタンエリア　*F:フッターエリア*/
/*A:会社ロゴエリア*/
.cover01 {
	background-color: #FFFFFF;
	height: 80px;
	margin: 0px;
	padding: 0;
	border-top: 3px solid #0066CB;
}

.cover02 {
	background-color: #FFFFFF;
	width: 140px;
	margin: 0px;
	padding: 40px 0px 0px 0px;
	border-top: 3px solid #0066CB;
}

.coverBgLeft {
	width: 4px;
	background: url('../images/coverBgLeft.gif') no-repeat 0 0;
}

.coverBgRight {
	width: 4px;
	background: url('../images/coverBgRight.gif') no-repeat 0 0;
}

.contentsBgLeft {
	width: 4px;
	background: url('../images/contentsBgLeft.gif') repeat-y;
}

.contentsBgRight {
	width: 4px;
	background: url('../images/contentsBgRight.gif') repeat-y;
}

/*B:TOPページ画像エリア*/
.topImage {
	background-color: #FFFFFF;
	height: 250px;
	background: url('../images/topImage.jpg') no-repeat 0 0 ;
}

/*C:コンテンツエリア*/
.contents {
	vertical-align: top;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/*D:メインコンテンツエリア*/
.mainContents {
	width: 550px;
	padding: 15;
	vertical-align: top;
	background-color: #F9F9F9;
	background-image: url('../images/contentsBgCenter.gif');
	background-repeat:  repeat-y;
	background-position: right;
}

#history {
/*	font-size: 10px; 
	width: 500px;*/
	margin-bottom: 0.75em;
	height: 125px;
	background: url('../images/top_parts_his.jpg') 0 0 no-repeat;
}

#contact {
	font-size: 10px; 
	margin-top: 1em;
}

#contact a {
	width: 500px;
	height: 70px;
	background: url('../images/top_parts_contact.jpg') 0 0 no-repeat;
	display: block;
}

#contact a:hover {
	background-position: 0 -70px;
}

.topSolution {
	width: 240px;
	margin: 15 15 15 15;
	height: 110px;
/*	min-height: 135px;*/
	background: url('../images/top_parts_solution.gif') 0 0 no-repeat;
	padding-top: 45px;
	font-size: x-small;

}

.topSolution ul {
/*	height: 100px;*/
}

.topSolution li {
	width: 230px;
	height: 23px;
	font-size: 10px; 
    list-style-type:none;
    padding: 3;
}

.topSolution li a {
    margin: 0;
    padding: 0;
    width: 230px;        /*背景画像と同じ幅*/
    height: 23px;       /*背景画像と同じ高さ*/
	display: block;
}

.topSolution li a:hover {
	background-position: 0 -23px;
}


.topProduct {
	width: 240px;
	margin: 15 15 15 15;
	height: 110px;
/*	min-height: 135px;*/
	background: url('../images/top_parts_product.gif') 0 0 no-repeat;
	padding-top: 45px;
	font-size: x-small;

}
.topProduct ul {
/*	height: 100px;*/
}

.topProduct li {
	width: 230px;
	height: 23px;
	font-size: 10px; 
    list-style-type:none;
    padding: 3;
}

.topProduct li a {
    margin: 0;
    padding: 0;
    width: 230px;        /*背景画像と同じ幅*/
    height: 23px;       /*背景画像と同じ高さ*/
	display: block;
}

.topProduct li a:hover {
	background-position: 0 -23px;
}
/* h20.8.13 追加　*/
.topEskyushu {
	width: 240px;
	margin: 15 15 15 15;
	height: 70px;
	background: url('../images/eskyushu_bkg.gif') 0 0 no-repeat;
	padding-top: 5px;
	font-size: x-small;

}




.btn_development a {
	width: 230px;
	height: 23px;
	display: block;
	background: url('../images/top_parts_solutionBtn1.jpg') 0 0 no-repeat;
}

.btn_operation a {
	width: 230px;
	height: 23px;
	display: block;
	background: url('../images/top_parts_solutionBtn2.jpg') 0 0 no-repeat;
}

.btn_entry a {
	width: 230px;
	height: 23px;
	display: block;
	background: url('../images/top_parts_solutionBtn3.jpg') 0 0 no-repeat;
}

.btn_proveq a {
	width: 230px;
	height: 23px;
	display: block;
	background: url('../images/top_parts_productBtn1.jpg') 0 0 no-repeat;
}

.btn_ralc a {
	width: 230px;
	height: 23px;
	display: block;
	background: url('../images/top_parts_productBtn2.jpg') 0 0 no-repeat;
}


.topEmploy {
	margin: 15 15 5 15;
	font-size: x-small;
}

.topGreeting {
	margin: 15 15 15 15;
	font-size: x-small;
}

.topEmploy a {
	width: 240px;
	height: 55px;
	background: url('../images/top_parts_employ.gif') no-repeat 0 0;
	display: block;
}

.topGreeting a {
	width: 240px;
	height: 55px;
	background: url('../images/top_parts_greeting20.gif') no-repeat 0 0;
	display: block;
}
/*	background: url('../images/top_parts_greeting.gif') no-repeat 0 0; */

.topEmploy a:hover {
	background-position: 0 -55px;
}

.topGreeting a:hover {
	background-position: 0 -55px;
}

.mainContents h1 {
	margin: 0.5em 0;
}

.topPartsInfo {
	height: 55px;
	padding: 8 0 0 17;
	background: url('../images/top_parts_info.jpg') no-repeat 0 0;
}

.topPartsInfoText {
	padding: 6px;
	color: #0066CB;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.topPartsInfoText a {
	color: #333333;
	font-size: 12px;
}

.topPartsInfoText a:hover {
	color: #333333;
	font-size: 12px;
}

.topPartsInfoText1 {
	padding: 6px;
	color: #ff9933;
	font-size: 13px;
        font-weight: bold;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.infoTbl01 {
	width: 500px;
	border-top: 3px solid #0066CB;
}

.infoTd02 {
	height: 24px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: url('../images/top_parts_info3.jpg') repeat-x 0 0;
}

#infoTd02inner {
	background: url("../images/top_parts_info1.jpg") no-repeat left -1;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.infoTd03 {
	width: 15px;
	text-align: center;
	border-left: 1px solid #CCCCCC;
	background: #DBDBDB;
}

.infoTd04 {
	padding-right: 3px;
	width: 485px;
	background: #DBDBDB
}

.infoTd05 {
	height: 4px;
	background: url('../images/top_parts_info4.jpg') no-repeat 0 0;
}

#updates {
	color: #0066CB;
	font-size: 11px;	
	margin-top: 5px;
	margin-bottom: 15px;
}

#updates li{
	width: 490px;
	padding: 5px;
	list-style-type: none; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #dddddd; 
}

#updates a {
	color: #333333;
	font-size: 12px;	
	padding: 3px;
}

#updates a:hover {
	color: #333333;
	font-size: 12px;
	background: #eeeeee;
	padding: 3px;
}

.mainContents h1 {
}
/*
#mainContents p {
    display: block;
    margin: 0;
    padding: 0;
	font-size: 12px; 
}

#mainContents p a {
    display: block;
    margin: 0;
    padding: 0;
	font-size: 10px; 
    list-style-type:none;
}

p.img {
	background: url('../images/top_parts_updates.jpg') 0 0 no-repeat;
	height: 30px;
}

li#btn_company a {
	background: url('../images/btn_company.jpg') 0 0 no-repeat;
}

li#btn_solution a {
	background: url('../images/btn_solution.jpg') 0 0 no-repeat;
}

li#btn_employ a {
	background: url('../images/btn_employ.jpg') 0 0 no-repeat;
}

li#btn_product a {
	background: url('../images/btn_product.jpg') 0 0 no-repeat;
}

li#btn_achieve a {
	background: url('../images/btn_achieve.jpg') 0 0 no-repeat;
}


li#btn_contact a {
	background: url('../images/btn_contact.jpg') 0 0 no-repeat;
}
*/
/*E:ナビゲーションボタンエリア*/
.navi {
	background-color: #FFFFFF;
	width: 250px;
/*	text-align: right;
	padding: 10 10 10 0;*/
	text-align: center;
	vertical-align: top;
}
/*
.naviTbl01 {
	width: 240px;
	border-top: 3px solid #0066CB;
}
*/
/*.navi li{
	padding: 2px;
	list-style-type: none; 
}*/

/*F:フッターエリア*/
.footer {
	font-size: 11px;
	color: #666666;
	padding: 10px 10px 10px 15px;
	margin: auto;
	text-align: center;
	background: url('../images/contentsBgBottom.gif') repeat-x 0 0;
	height: 50px;
	vertical-align: top;
}

.footer a {
	color: #666666;
	text-decoration: none;
}

.footer a:hover {
	color: #333333;
	text-decoration: underline;
}


