@charset "UTF-8";
/* ================================================================ *
WeddingNavi WEBサイト Yahoo!MapCSS
SUBLIME design
 * ================================================================ */

/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定です
 * ---------------------------------------------------------------- */

body { background-color: #fff;
  /* --- 基本的な前景色（文字色）を設定してください --- */
   }
#screen { background-repeat: repeat-x; background-position: center top; width: auto; }
#container {
  /* --- 内容部分の背景を設定してください --- */
  /* Note：内容部分の背景を透明にしたり，透過 GIF を利用したりして
           背景に変化をつけることができます */
  background: white;
  /* --- ドキュメント本体の幅を設定してください --- */
  /* Note：百分率指定も可能です */
  width: 900px;
  /* --- ドキュメント本体の位置を設定してください --- */
  /* Note：「0」のみで左寄せ，「0 auto」でセンタリング */
  height: 100%; margin: 0 auto; padding-top: 10px; padding-bottom: 30px; }
.align_center { text-align: center; }
.align_left { text-align: left; }
.align_right { text-align: right; }
/* ---------------------------------------------------------------- *
	ヘッダ部分の設定です
 * ---------------------------------------------------------------- */

#header {
  /* --- 背景を設定してください（短縮プロパティでの設定です） --- */
  background: #ffffff;
  /* --- マージンを設定してください --- */
  /* Note：上下マージンの折りたたみに注意してください */
  margin-top: 0; margin-bottom: 0; padding: 0; }
#header h1 { width: 170px; margin-right: auto; margin-bottom: 20px; margin-left: auto; }
#header p { color: #75756a; font-size: 1.2em; line-height: 1.5em; }
.orange { color: #fed19a; }
/* ---------------------------------------------------------------- *
	コンテンツコンテナの設定です
 * ---------------------------------------------------------------- */

#main {
  /* --- 背景を設定してください（短縮プロパティでの設定です）--- */
  background: transparent;
  /* --- マージンを設定してください --- */
  /* Note：この要素のマージン・パディングは，その有無と値によって
           複雑な折りたたみを生じます。複雑なカスタマイズをしない
           限り，以下を「すべて 0」にしておくことをおすすめします。 */
  width: 800px; margin: 0 auto; padding-top: 17px; padding-bottom: 0; }
#main h2 { color: #514737; font-size: 1.6em; font-weight: bold; margin-bottom: 15px; padding-left: 10px; border-left: 4px solid #353535; }
#main h3 { color: #514737; font-size: 1.6em; font-weight: bold; margin-top: 10px; margin-bottom: 5px; }
#main p { color: #464646; font-size: 1.2em; line-height: 1.5em; }
.traffic { background-image: url(../../_images/access/bk_traffic.gif); background-repeat: no-repeat; background-position: left top; width: 720px; }
a.btn_inquiry img { width: 194px; height: 42px; float: right; }
img.tel { margin-bottom: 10px; }
.traffic p { font-size: 1.2em; line-height: 160%; text-align: left; width: 600px; float: right; }
/* ---------------------------------------------------------------- *
	フッタ部分の設定です
 * ---------------------------------------------------------------- */

#footer {
  /* --- 背景を設定してください（短縮プロパティでの設定です）--- */
  text-align: center; width: 800px; height: 30px; margin: 20px auto 0; border-top: 1px solid #75756a; border-right-color: #75756a; border-right-width: 1px; border-bottom-color: #75756a; border-bottom-width: 1px; border-left-color: #75756a; border-left-width: 1px; }
address { color: #75756a; font-size: 1em; text-align: center; letter-spacing: 0.1em; position: relative; top: 6px; }
#footer ul {
    margin-bottom: 4px;
    padding: 0;
  /* --- フッタメニュー左端の罫線の太さ・線種・色を設定してください（短縮プロパティでの設定です） --- */
    border-left: 1px solid #CCCCCC;
}

#footer ul li {
  margin: 0;
  padding: 0 5px;
  /* --- フッタメニュー右側の区切り線の太さ・線種・色を設定してください（短縮プロパティでの設定です） --- */
  border-right: 1px solid #CCCCCC;
  /* --- 横並びリストのリストマーカ画像を設定してください --- */
  /* Note：16×16 ピクセル以下のものを使用してください */
  background-image: none;
}
