/* CSS Document */

/*======================================================================* 
 *  COMMONiϊ»j                                                  *
 *======================================================================*/

/* BASIC ELEMENTS */
html {
  margin: 0;
  padding: 0;
  font-size: 12px;
  height: 100%;
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
  font-family: Verdana, 'CI','lr oSVbN','Osaka','qMmpS Pro W3','Meiryo',sans-serif !important;
  margin: 0;
  padding: 0;
  height: 100%;
  background: url(../img/bg-body.gif) left top repeat #ebebeb;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  list-style: none;
}
 
table, th, tr, td, caption {
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

hr {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

hr.none {
	display: none;
}

iframe {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

span, em, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: inherit;
  font-size: 100%;
}

img { vertical-align: top; }

div.contentsWidth { color: #333333; }

/*======================================================================*
 *  clearfix                                                            *
 *======================================================================*/

.clearfix:after, .contentsWidth:after, #snavi:after, #fnavi:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.clearfix, .contentsWidth, #snavi, #fnavi { display: inline-block; }
.clearfix, .contentsWidth, #snavi, #fnavi { display: block; }


/*======================================================================* 
 *  fUC                                                            *
 *======================================================================*/

body > #all-box {
  height: auto;
}

#all-box {
  width: 980px;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  background: #fff;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.contentsWidth {
	padding: 9px;
}

/*======================================================================* 
 *  corporate                                                           *
 *======================================================================*/

#corporate {
	height: 33px;
	padding: 16px 15px;
}

#corporate .logo-yamaha {
	width: 114px;
	height: 34px;
	float: left;
}
#corporate .btn_close {
	padding-top: 2px;
	float: right;
}

/*======================================================================* 
 *  pagetitle                                                           *
 *======================================================================*/

#pagetitle {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  padding: 7px 10px 7px 10px;
  background: #e45b67;
}

h1 { color: #fff; font-size: 133%; font-weight: bold; float: left; }
h2 { padding-top:2px; color: #fff; font-size: 83%; text-align: right; }


/*======================================================================* 
 *  footer                                                              *
 *======================================================================*/

#footer {
	padding-top: 30px;
	clear: both;
}
.pagetop a {
	padding: 0 10px 10px 10px;
	color: #333333;
	font-size: 83%;
	background: url(../../img/index-top.gif) left 2px no-repeat;
	float: right;
	text-decoration: none;
}
.pagetop a:hover { text-decoration: underline; }
.contentsWidth .pagetop a {
	margin-top: -40px;
	padding-right: 30px !important;
}
#logo-ysgear {
	height: 22px;
	padding: 17px 10px 0 10px;
	background: #ffffff;
	border-top: 1px solid #cccccc;
	text-align: right;
	clear: both;
}
#copyright {
	height: 30px;
	padding: 0 10px;
	background: #ffffff;
	color: #000000;
	font-size: 11px;
	line-height: 30px;
	text-align: right;
}

