﻿@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);
@import url(user.css);

/* ---------------------------------------------------------------- *
	ヘッダ
 * ---------------------------------------------------------------- */
.intro{
  border:none;
  border-bottom:1px solid #999999;
}


/* ---------------------------------------------------------------- *
	コンテンツコンテナ
 * ---------------------------------------------------------------- */
#mainbox {
  background-image: url(images/bg01.jpg);
  height: 520px;
  margin-top: 0;
  margin-bottom: 0;
  border-top: none;
  border-bottom: 0;
}

/* ---------------------------------------------------------------- *
	サービス
 * ---------------------------------------------------------------- */
#service{
  background: transparent;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  width:820px;
  height:40px;
  top: 4px;
  bottom: auto;
  left: 5px;
  right: auto;  
}


/* ---------------------------------------------------------------- *
	コンテンツ
 * ---------------------------------------------------------------- */

#contentsbox {
  background: transparent;

  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;

  width: 820px;
  height: 135px;

  top: 380px;
  bottom: auto;

  left: 0px;
  right: auto;

  border: none;
}


/* ---------------------------------------------------------------- *
	メインナビゲーション
 * ---------------------------------------------------------------- */

#navibox {
  background: #FFFFFF;

  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;

  width: 200px;
  height: auto;
  top: 50px;
  bottom: auto;
  left: 20px;
  right: auto;
}

