@charset "utf-8";

/* ------------------------------------------- CSS Information
 File Name:      contents.css
 Author:         IIYAMA
 Style Info:     各コンテンツ要素内の設定
----------------------------------------------------------- */

body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",verdana,Sans-Serif;
	background:url(../images/common/bg_carbon.gif) ;
	background-color:#eee;
	background-repeat:repeat-x;
	color: #000000;
	text-align: center;
	font-size: 88%;
	line-height: 150%;
}

html>/**/body {
	font-size: 14px;
}

table	{
	border-collapse: collapse;	border-spacing: 0;
}

/*galleryページ内要素
-------------------------*/
#wrapper_g {
width:660px;
margin:10px auto 0;
}

#container_g {
	width:660px;
	text-align:left;
	margin:0;}

#image_g{
	height:400px;
	width:660px;
}

.tbl_gallery01 {width:100%; margin-top:10px;}

.tbl_gallery01 td {font-weight:bold; color:#FFF; vertical-align:bottom;}

.tbl_gallery01 td.bikename {font-size:20px;}

.tbl gallery01 td.bikeowner {font-size:18px;}

.tbl_gallery02 {
	font-size:88%;
	width:100%;
	margin:5px 0 10px;
	background:#c0bebe;
	border:1px solid #FFF;}
	
.tbl_gallery02 tr.odd_g {
    background: #b1afaf;}

.tbl_gallery02 td {
	padding:3px 0;
	border-bottom:1px solid #FFF;}

.tbl_gallery02 td.parts_g01 {
	color:#fff;
	width:90px;
	padding-left:5px;
	vertical-align:top;}

.tbl_gallery02 td.parts_g02 {
	color:#fff;
	width:90px;
	padding-left:5px;
	vertical-align:top;
	border-left:1px solid #FFF;}

.tbl_gallery02 td.model_g {
	color:#000;
	width:220px;
	vertical-align:top;}

@font-face {
  font-family: 'BebasNeue';
  src: url('../font/BebasNeue_Bold.eot');
  src: url('../font/BebasNeue_Bold.eot?#iefix') format('embedded-opentype'),
       url('../font/BebasNeue_Bold.woff') format('woff'),
       url('../font/BebasNeue_Bold.woff2') format("woff2"),
       url('../font/BebasNeue_Bold.ttf') format('ttf');
  font-weight: bold;
  font-style: normal;
}

.tbl_gall_ttl {
	margin:15px 0;}

.tbl_gall_ttl td {
	color:#666;
	font-weight:bold;
	vertical-align:bottom;}

.tbl_gall_ttl td.bebas {
	font-family: 'BebasNeue';
	font-size:28px;
	color:#333;
	padding-right:10px;
	padding-bottom:5px;
	vertical-align:bottom;}
	