@charset "UTF-8";

/* ファイル情報 ------------------------------------

サイト名称　:　ONTIME - http://www.ontime888.com/
デザイン　　:　コントラスト - http://web.contrast.st/

ファイル名　:　common.css
バージョン　:　1.0.0
リンク　　　:　All
作成日　　　:　2012/11/30
作成者　　　:　下見航（コントラスト）
更新日　　　:　2012/11/30
更新者　　　:　下見航（コントラスト）

目次:

  1.リセット設定
    1.1.レイアウト
    1.2.フォント
	2.基本設定
    2.1.フォント
    2.2.アンカー
    2.3.ハック
  3.共通設定
    3.1.ヘッダー
		3.2.メインコンテンツ
		3.3.フッター
	4.プラグイン

--------------------------------------------------*/

/* 1.リセット設定
--------------------------------------------------*/

/* 1.1.レイアウト */



html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

th {
  vertical-align: baseline;
}

section, header, footer, nav, article, aside, hgroup {
  display: block;
}

/* 1.2.フォント */



body {
  font-family: Helvetica, Arial, clean, sans-serif;
  font-size: 13px;
  line-height: 1.231;
 *font-size: small;
 *font: x-small;
}

select, input, button, textarea {
  font: 99%;
}

table {
  font-size: inherit;
  font: 100%;
}

address, caption, em, strong, th {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
*font-size: 100%;
}

/* 2.基本設定
--------------------------------------------------*/

/* 2.1.フォント */



body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.5;
}

/* 2.2.アンカー */



a, a:visited {
  color: #666;
  text-decoration: none;
  outline: none;
}

a:hover, a:active {
  border-bottom: 5px solid #FBC700;
  outline: none;
}

.Opacity a:hover, .Opacity input:hover {
  filter: alpha(opacity=60);  /* IE7以下用 */
  -ms-filter: "alpha(opacity=60)"; /* IE8用 */
  -moz-opacity: 0.6; /* Firefox 1.5未満, Netscape用 */
  -khtml-opacity: 0.6;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
  opacity: 0.6; /* Firefox 1.5以上, Opera, Safari用 */
}

/* 2.3.ハック */



.Offleft {
  text-indent: -9999px;
}

.OffleftHeadline { /*オフレフトしてもスペースが残る場合（h要素等）*/
  display: none;
}

.Clearfix:before, .Clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
}

.Clearfix:after {
  clear: both;
}

.Clearfix {
  zoom: 1;
}

/* 3.共通設定
--------------------------------------------------*/

/* 3.1.ヘッダー */

#Container {
  width: 960px;
  text-align: center;
  margin: 200px auto;
}