@charset "utf-8";

@import url(g_navi.css);
@import url(baner_bt.css);
@import url(home.css);
@import url(about.css);
@import url(guarantee.css);
@import url(concierge.css);
@import url(access.css);
@import url(link.css);
@import url(faq.css);
@import url(payment.css);
@import url(world.css);
@import url(privacy.css);
@import url(sitemap.css);
@import url(stocklist.css);
@import url(form.css);

html {
	overflow-y: scroll;
}

body {
	font-size: 12px;
	color: #666666;
	font-family: Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ丸ゴ Pro W3";
	line-height: 16px;
	margin: 0;
	padding: 0;
}

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

a {
  text-decoration: underline;
	color: #666666;
  overflow: hidden;     /* tabキーでフォーカスしている箇所の枠線が表示される為の設定 */
}
a:hover {
	color: #ff9933;
}
a:focus {
  outline: 1px dotted #666666;    /* tabキーでフォーカスしている箇所の枠線が表示される為の設定 */
}

p {
  margin: 0;
  padding: 0;
}

span.span_strong {
  font-weight: bold;
}
span.span_favorite {
  text-decoration: underline;
}
/* ビビットな感じ */
span.span_vivit {
  color: #ff9933;
}
span.span_mini {
  font-size: 10px;
}
span.span_marker {
	background-image: url(/images/common/red.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
	margin-left: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*--------------------------------------------*/
/* 配置調整用ラッパー*/
/*--------------------------------------------*/
div.wrapper {
	width: 710px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
}

/*--------------------------------------------*/
/* ヘッダー */
/*--------------------------------------------*/
div.header {
	width: 710px;
}
div.header div.wrap {
	width: 710px;
	height: 67px;
}
div.header div.wrap div.logo {
	width: 111px;
	height: 43px;
	float: left;
	margin-top: 5px;
	margin-bottom: 2px;
}
div.header div.wrap div.tel {
	float: right;
	width: 274px;
	height: 10px;
	margin-top: 38px;
}
div.headear div.wpar div.hr {
	clear: both;
	width: 710px;
	height: 3px;
}
div.header div.menu {
	width: 600px;
	float: right;
	margin-top: -5px;
	height: 20px;
	margin-bottom: 5px;
}

/*--------------------------------------------*/
/* title */
/*--------------------------------------------*/
div.title {
	height: 192px;
	margin-bottom: 6px;
	clear: both;
}

/*--------------------------------------------*/
/* コンテンツ */
/*--------------------------------------------*/
div.contents {
	margin-left: 6px;
	width: 698px;
  height: auto;
}

/*--------------------------------------------*/
/* ブロック */
/*--------------------------------------------*/
/* 共通ブロック */
div.block {
	width: 695px;
	letter-spacing: 1px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* 共通ブロック サブ */
div.block_sub {
	float: left;
	clear: both;
	width: 180px;
	min-width: 168px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
/* 共通ブロック メイン */
div.block_main {
	float: left;
	width: 470px;
	min-width: 470px;
	margin-bottom: 5px;
	padding: 5px;
}
div.block_main p {
  margin-bottom: 1.2em;
}
/* form  */
input, textarea {
	margin: 5;
	padding: 5;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	color: #000000;
}
	
/*--------------------------------------------*/
/* フッター */
/*--------------------------------------------*/
div.footer {
	clear: both;
  margin-bottom: 14px;
  padding-top: 7em;
	letter-spacing: -1px;
}
div.footer p {
	text-align: center;
	font-size: 11px;
}
div.footer a {
  text-decoration: none;
	color: #666666;
}
div.footer a:hover {
	color: #ff9933;
}
#copyright {
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
	margin-top: 10px;
	letter-spacing: 1px;
}
#copyright img {
	border: 0px;
  margin-top: 2px;
}
