/*******************************************************************************************************************************/
/* ▼【body】▼*/
/*******************************************************************************************************************************/

body{
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,sans-serif;
	/*font-family: 'メイリオ','ＭＳ Ｐゴシック',Hiragino Kaku Gothic Pro,sans-serif;*/
	font-size: 0.9em;
	background-image: url(../images/2.jpg);
	_background-image: url(../images/2.jpg);
	background-repeat: repeat;
}

*:first-child+html body{
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,sans-serif;
	/*font-family: 'メイリオ','ＭＳ Ｐゴシック',Hiragino Kaku Gothic Pro,sans-serif;*/
	font-size: 0.9em;
	background-image: url(../images/2.jpg);
	background-repeat: repeat;
}

/*==============================================================================================================================*/ 

img{
     border:none;
}
a:link{
	color:#333333;
	text-decoration:none;
}

a:visited{
  color:#333333;
  text-decoration:none;
}

a:hover{
	color:#ff0000;
	text-decoration:underline;
}

a:active{
  color:#ff0000;
  text-decoration:none;
}

/*文字：グレー、青*/
a.link:link{
	color:#666666;
	text-decoration:underline;
}

a.link:visited{
  color:#666666;
  text-decoration:none;
}

a.link:hover{
	color:#3366CC;
	text-decoration:underline;
}

a.link:active{
	color:#3366CC;
	text-decoration:underline;
}


/*文字：黒、オレンジ*/
a.footer:link{
	color:#333333;
	text-decoration:none;
}

a.footer:visited{
	color:#333333;
	text-decoration:none;
}

a.footer:hover{
	color:#0000FF;
	text-decoration:underline;
}

a.footer:active{
	color:#0000FF;
	text-decoration:underline;
}

/*******************************************************************************************************************************/
/* ▼【ヘッダー】▼*/
/*******************************************************************************************************************************/

/*メインバナー*/

#header{
	padding:0;
	position: relative;
	height: auto;
	width: 975px;
	text-align: center;
}


/*▲【ヘッダーここまで】▲*/

/*******************************************************************************************************************************/

/*メインキャッチフレーズ*/

h1 {
	font-size: 14px;
	width: 700px;
	height: auto;
	position: relative;
	top: 5px;
	left: 15px;
	color: #333333;
}
/*▼ IE7 ここから--------------------------------------------------------------------------------------------------------------*/
/*メインキャッチフレーズ*/
*:first-child+html h1 {
	font-size: 14px;
	width: 700px;
	height: auto;
	position: relative;
	top: 10px;
	left: 10px;
	color: #333333;
}
	
	
/*▲ IE7 ここまで--------------------------------------------------------------------------------------------------------------*/	

/*******************************************************************************************************************************/
/* ▼【コンテンツ括り】▼*/
/*******************************************************************************************************************************/

/* コンテンツ背景用*/
#pagewrap {
	width: 975px;
	_width: 970px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: auto;
	
}

/* footerコンテンツ背景用*/
#pagewrap2 {
	width: 960px;
	_width: 970px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	overflow: hidden;
	margin-top: 0px;
	padding: 0px;
	height: 170px;
	
}


/* コンテンツ-ヘッダー含-*/
#container {
	width: 975px;
	text-align: left;
	position: relative;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: -1px;
	height: auto;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	
} 


/* コンテンツ-ヘッダー除-*/
#container #pagebody {
	width: 975px;
	_width: 965px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
		
}
 
/*▲【コンテンツ括りここまで】▲*/
 

/*******************************************************************************************************************************/
/* ▼【メインコンテンツ】▼*/
/*******************************************************************************************************************************/

/* メインコンテンツ大枠*/
#mainContent1{
	margin-right: 15;
	margin-left: 225px;
	_padding-left:0px;
	color: #333333;
	_overflow: hidden;
	_position: relative;
	_left: -3px;
	margin-top: 0px;
	position: relative;
	width: 730px;
	_width: 710px;
	_height: 545px;
	margin-bottom: 0px;
	height: auto;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
/* IE7*/
*:first-child+html #mainContent1{
	margin-right: 15;
	margin-left: 225px;
	color: #333333;
	margin-top: 0px;
	position: relative;
	width: 730px;
	margin-bottom: 0px;
	height: auto;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

/* Firefox*/
html[xmlns] #mainContent1{
	margin-right: 15;
	margin-left: 225px;
	color: #333333;
	margin-top: 0px;
	position: relative;
	width: 730px;
	margin-bottom: 50px;
	height: auto;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

/* 新着*/
#mainContent1 #mainContent2 {
	position: relative;
	width: 730px;
	padding-bottom: 15px;
	height: auto;
	padding-top: 5px;
}


/*----------------------------------------------------------------------------------------------------------------------------*/
/* 会社概要テーブル*/
#pagewrap #container #pagebody #mainContent1 #mainContent2 .company_box {
	width: 700px;
	position: relative;
	left: 15px;
	top: 0px;
	padding-bottom: 10px;
}
#pagewrap #container #pagebody #mainContent1 #mainContent2 .company_box .co1 {
	width: 200px;
	line-height: 30px;
	height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	background-image: url(../images/company_bg2.jpg);
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-top: 5px;
}

#pagewrap #container #pagebody #mainContent1 #mainContent2 .company_box .co2 {
	width: 500px;
	text-indent: 1em;
	line-height: 30px;
	height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	padding-top: 5px;
}

#pagewrap #container #pagebody #mainContent1 #mainContent2 .company_box .co3 {
	width: 500px;
	text-indent: 1em;
	line-height: 30px;
	height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	padding-top: 5px;
}
/*----------------------------------------------------------------------------------------------------------------------------*/
/* 加盟団体：項目名*/
#pagewrap #container #pagebody #mainContent1 #mainContent2 .company_box .co2_2 {
	width: 150px;
	text-indent: 1em;
	line-height: 30px;
	height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	background-image: url(../images/company_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-left: 5px;
}
/* 日昇自動車：営業内容項目名*/
#pagewrap #container #pagebody #mainContent1 #mainContent2 .company_box .co2_3 {
	width: 150px;
	text-indent: 1em;
	line-height: 30px;
	height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	background-image: url(../images/company_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-left: 5px;
}


*:first-child+html #pagewrap #container #pagebody #mainContent1 #mainContent2 .company_box .co2_3 {
	width: 150px;
	text-indent: 1em;
	line-height: 30px;
	height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	background-image: url(../images/company_bg2.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-left: 5px;
}

/*----------------------------------------------------------------------------------------------------------------------------*/
/* ニッショー：加盟団体*/
#pagewrap #container #pagebody #mainContent1 #mainContent2 .company_box .co3_2 {
	width: 500px;
	text-indent: 1.0em;
	line-height: 30px;
	height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	padding-top: 5px;
}


#pagewrap #container #pagebody #mainContent1 #mainContent2 .company_box .co3_3 {
	width: 500px;
	text-indent: 1.0em;
	line-height: 25px;
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
/*----------------------------------------------------------------------------------------------------------------------------*/
/* 日昇自動車：営業内容*/
#pagewrap #container #pagebody #mainContent1 #mainContent2 .company_box .co3_4 {
	width: 500px;
	text-indent: 1em;
	line-height: 30px;
	height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	padding-top: 5px;
}


#pagewrap #container #pagebody #mainContent1 #mainContent2 .company_box .co3_5 {
	width: 500px;
	text-indent: 1.0em;
	line-height: 25px;
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

#pagewrap #container #pagebody #mainContent1 #mainContent2 .company_box .co3_6 {
	width: 500px;
	text-indent: 1.0em;
	line-height: 25px;
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

#pagewrap #container #pagebody #mainContent1 #mainContent2 .company_box .co3_7 {
	width: 500px;
	text-indent: 1.0em;
	line-height: 25px;
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


#pagewrap #container #pagebody #mainContent1 #mainContent2 .company_box .co2_4 {
	width: 150px;
	text-indent: 1em;
	line-height: 30px;
	height: 30px;
	border: 1px solid #999999;
	background-image: url(../images/company_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-left: 5px;
}

/*----------------------------------------------------------------------------------------------------------------------------*/
#pagewrap #container #pagebody #mainContent1 #mainContent2 .company_box .co4 {
	width: 150px;
	text-indent: 1em;
	line-height: 30px;
	height: 30px;
	background-image: url(../images/company_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}

#pagewrap #container #pagebody #mainContent1 #mainContent2 .company_box .co5 {
	width: 500px;
	text-indent: 1em;
	line-height: 30px;
	height: 30px;
}

#pagewrap #container #pagebody #mainContent1 #mainContent2 .company_box .co6 {
	width: 500px;
	text-indent: 1em;
	line-height: 30px;
	height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	padding-top: 5px;
}
/* MAP*/
#pagewrap #container #pagebody #mainContent1 #mainContent2 .company_box .map {
	width: 150px;
	text-indent: 1em;
	line-height: 30px;
	height: 400px;
	border: 1px solid #999999;
	background-image: url(../images/company_bg2.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-left: 5px;
}

#pagewrap #container #pagebody #mainContent1 #mainContent2 .company_box .map2 {
	width: 500px;
	text-indent: 1em;
	line-height: 30px;
	height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-top: 5px;
}
/* ▲【メインコンテンツここまで】▲*/
#pagewrap #container #pagebody #mainContent1 #mainContent2 .company_box .co1 .co_img {
	position: relative;
	top: 1px;
	padding-right: 10px;
}

#pagewrap #container #pagebody #mainContent1 #mainContent2 .company_box .co1 .co_img2 {
	position: relative;
	top: 1px;
	left: 0px;
}
#pagewrap #container #pagebody #mainContent1 #mainContent2 h2 {
	font-size: 16px;
	position: relative;
	left: 15px;
	width: 500px;
	top: 10px;
	color: #336799;
}
#pagewrap #container #pagebody #mainContent1 #mainContent2 .pagetop {
	position: relative;
	text-align: right;
	font-size: 12px;
	padding-right: 15px;
}
