@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -15px;
	background-image: url(../image/footer_side.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	border: 15px solid #000000;
}
#container {
	height: auto;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 410px;
	width: 1100px;
	position: relative;
	margin-bottom: 15px;
}
#header02 {
	height: 120px;
	width: 1100px;
	margin-bottom: 15px;
	position: relative;
}

#header .stock_car {
	height: 85px;
	width: 296px;
	position: absolute;
	right: 79px;
	top: 271px;
}
#container .main_block {
	display: block;
	height: auto;
	width: 1100px;
}
#container .main_block02 {
	display: block;
	height: auto;
	width: 1100px;
	background-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

.main_block #new_box {
	float: left;
	height: 315px;
	width: 704px;
	margin-left: 76px;
	margin-right: 5px;
}
#feed {
	width: 704px;
	height: 400px;
	text-align: left;
}
.main_block .new_r_image {
	float: left;
	height: 315px;
	width: 300px;
	margin-right: 15px;
}
#info_left {
	float: left;
	position: relative;
	display: block;
	width: 470px;
	height: 351px;
	margin-right: 20px;
	margin-left: 50px;
}
#info_right {
	height: 351px;
	float: left;
	width: 560px;
	padding-top: 35px;
	margin-right: auto;
}

#info_left #map_imgae {
	height: 118px;
	width: 129px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#info_left #map {
	background-image: url(../image/i_googlemap.gif);
	background-repeat: no-repeat;
	height: 316px;
	width: 380px;
	position: absolute;
	left: 90px;
	top: 35px;
	padding: 1px;
}
#info_right dl {
	height: 20px;
	width: 610px;
}
#info_right dl dt {
	float: left;
	height: 20px;
	width: 80px;
	margin-right: 10px;
	display: block;
	margin-bottom: 39px;
}
#info_right dl dd {
	float: left;
	height: 20px;
	width: 520px;
	display: table-cell;
	margin-bottom: 39px;
	line-height: 20px;
	vertical-align: middle;
}






#footer {
	color: #FFF;
	height: 280px;
	width: 1050px;
	background-image: url(../image/f_img.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
}
#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
}
#footer a:active {
	text-decoration: none;
	color: #fff;
}

#footer #f_left {
	float: left;
	height: 280px;
	width: 464px;
}
#footer #f_right {
	float: left;
	height: 250px;
	width: 586px;
	margin-top: 30px;
}
#f_right #f_image {
	float: left;
	height: 150px;
	width: 240px;
	margin-right: 15px;
	margin-bottom: 20px;
}
#f_right #f_text {
	height: 150px;
	width: 331px;
	float: left;
	margin-bottom: 20px;
}


.mb_10 {
	height: auto;
	width: auto;
	margin-bottom: 10px;
}
.mb_15 {
	height: auto;
	width: auto;
	margin-bottom: 15px;
}
.mb_25 {
	height: auto;
	width: auto;
	margin-bottom: 25px;
}


.mt_3 {
	height: auto;
	width: auto;
	margin-top: 3px;
}
.mt_30 {
	height: auto;
	width: auto;
	margin-top: 30px;
}
.mt_50 {
	height: auto;
	width: auto;
	margin-top: 50px;
}
.mr_3 {
	height: auto;
	width: auto;
	margin-right: 3px;
}
.mr_5 {
	height: auto;
	width: auto;
	margin-right: 5px;
}
.text120 {
	font-size: 125%;
}






/********************************************* スクロールバー ***/

.scroll-pane {
	overflow: auto;
	width: 704px;
	height: 180px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.scroll-pane .jspVerticalBar {
    width: 15px;
}
.scroll-pane .jspTrack {
    background: #ccc;
}
.scroll-pane .jspDrag {
    background: #333;
}



/*----------------------------------------------------------------

	
	for SmartPhone
	
	
----------------------------------------------------------------*/


/* for iPhone 3G + 3GS */
@media only screen and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 1) {
 
 body { border: none; }
 
}

/* for iPhone 4 + 4S */
@media only screen and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) {
 
 body { border: none; }
 
}

/* for iPhone 5 */
@media only screen and (min-device-width: 640px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) {
 
 body { border: none; }
 
}

/* for iPad 1 + 2 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	
	body { border: none; }
	
}