/* CSS Document */

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html {

}

body {
	color: #000000;
	text-align: center;
	line-height:1.8;
	letter-spacing:normal;
	font-size:75%;
	color:#333;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_haikei.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	
}
a {
	color: #1D5C79;
	text-decoration: none;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}

ul li ol{
	margin:0;
	padding:0;
	list-style-type: none;

}





table{
	font-size: 12px;

}

p{
	margin:0;
	padding:0;

}

img {
	border: none;
	vertical-align: top;
}

	

.pagetop{
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

a:hover img  {  
opacity:0.8;  
filter: alpha(opacity=80);  
-ms-filter: "alpha( opacity=80 )";  
background: #fff;  
} 


/*フロートの解除*/
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	page-break-after:avoid;
}

/* 大枠スタイル
---------------------------------------------*/
	
#header{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/logo_haikei.jpg);
	background-position: left top;
	height: 89px;
}

#mainMenu{
	width: 960px;
	margin: 0 auto;
	clear:left;
}

#mainImage {
	width: 960px;
	margin: 0 auto;
	clear:left;
}

#wrap{
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;

}

#topMain{
	width: 757px;
	margin-right:3px;
	float: left;
    overflow: hidden;
	text-align: left;

	}
	
	
#topMain table{
	clear:left;

}
	
#rightMenu{
	width: 200px;
	float: left;
	overflow: hidden;

	}
	
#rightMenu02{
	margin-top:155px;

	}
	
#content{
	width: 100%;
	margin-right:3px;
    overflow: hidden;
	text-align: left;
	overflow:hidden;
	clear:left;
	}

#content750{
	width: 750px;
	overflow:hidden;
	float: left;
	}

#footer{
	clear :both;
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
}


/* ヘッダー
---------------------------------------------*/
#header h1{
	float: left;
	margin-right:120px;
	overflow: hidden;

	
}
#header ul{
	float: left;
	overflow: hidden;
}

#header li{
	float: left;
	margin-left:10px;
	margin-top:40px;
	list-style-type: none;
	overflow: hidden;

}

/* メインメニュー
---------------------------------------------*/
#mainMenu ul{
	margin:0;

}

#mainMenu li{
	float: left;
	list-style-type: none;
}

/* メインイメージ
---------------------------------------------*/

#mainImage li{
	list-style-type: none;

}

/* トップメイン
---------------------------------------------*/
#topMain .topmenu{
		clear:left;
}

#topMain .topmenu ul{

}

#topMain .topmenu li{
	float: left;
	margin:10px 15px 0 0;
	list-style-type: none;
}
#topMain .topJyosei{
	background-image: url(images/top_menuh_jyosei.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 120px;
	width: 230px;
	border: 1px solid #CCCCCC;

}

#topMain .topDouro{
	background-image: url(images/top_menuh_douro.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 120px;
	width: 230px;
	border: 1px solid #CCCCCC;

}
#topMain .topSchedule{
	background-image: url(images/top_menuh_schedule.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 120px;
	width: 230px;
	border: 1px solid #CCCCCC;

}
#topMain .topRikusai{
	background-image: url(images/top_menuh_rikusai.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 120px;
	width: 230px;
	border: 1px solid #CCCCCC;

}
#topMain .topYousiki{
	background-image: url(images/top_menuh_yousiki.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 120px;
	width: 230px;
	border: 1px solid #CCCCCC;

}

#topMain .topmenu p{
	font-size: 14px;
	color: #333333;
	padding-left: 20px;
	line-height: 1.6em;


}

#topMain .topmenu a{
	display:block	
	
}

#topMain .topmenu a:hover{
	text-decoration: none;
	background-color: #DDF2FB;

}

/*右メニュー
---------------------------------------------*/
#rightMenu ul{
	margin-bottom:10px;
}

#rightMenu li{
	margin:10px 0 0 0;
	list-style-type: none;
}

#rightMenu .submenu ul{
}

#rightMenu .submenu li{
	margin:5px 0 0 0;
	list-style-type: none;
	background-image: url(images/aicon_yazirusi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-size: 14px;
	text-align: left;
}

#rightMenu .annaimap{
	text-align: center;
	width: 200px;
	padding-top: 40px;
	padding-bottom: 10px;
	background-image: url(images/top_menur_annaihaikei.jpg);
	background-repeat: no-repeat;
	height: 200px;
}




#rightMenu .trucklink{
	background-color: #E7E7E7;
	text-align: center;
	width: 198px;
	padding-top: 0px;
	padding-bottom: 10px;
	border: 1px solid #CCCCCC;

}

/* フッター
---------------------------------------------*/


#footer ul{
}


#footer li{
	float: left;
	margin-right: 10px;
}
#footer .footerMenu ul{
	clear:left;
	margin-top:30px;
}

#footer .footerMenu li{
	float: left;
}


#footer .copy{
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #333333;

}
