@charset "UTF-8";

@import url(reset.css);
@import url(common.css);
@import url(textsettings.css);

/* ================================================================ *
	Web Designing 2007/10
	テンプレート B：2 カラム型
	カスタマイズ CSS
	
	この CSS を書き換えることで，テンプレートをカスタマイズ
	できます。本文記事およびコメントを参考に変更し，活用して
	ください。
	「★」が付されている設定項目は相互に依存します。注意して
	設定してください。
 * ================================================================ */

/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定です
 * ---------------------------------------------------------------- */

body {
  color: #999999;
  background: #FFFFFF;
}

#container {
  width: 587px;
  margin: 0 auto;
}

/* ---------------------------------------------------------------- *
	ヘッダ部分の設定です
 * ---------------------------------------------------------------- */

#header {
  width:495px;
  margin-top:10px;
  margin-bottom:53px;
}



/* ---------------------------------------------------------------- *
	コンテンツコンテナの設定です
 * ---------------------------------------------------------------- */

#main {
  width:499px;
  float:left;
}

/* ---------------------------------------------------------------- *
	サイドメニュー部分の設定です
 * ---------------------------------------------------------------- */

#sidenavi {
padding-top:157px;
width: 88px;
float:right;
}

#sidenavi ul {
float:right;
}

#sidenavi ul li {
  font-size:11px;
  line-height:19px;
  font-family: Palatino, 'Times New Roman', serif;
letter-spacing: .3em;
}

[id="sidenavi"]#sidenavi {
  /* ★ --- 上マージンを設定してください --- */
  /* Note：コンテンツ部分の上マージンと同じ値を設定してください */
  margin-top: 0;
}
html:lang(ja) #sidenavi {
  /* Note：直前の指定と同じ値を設定してください */
  margin-top: 0;
}

#sidenavi .mail_to  {
margin-top:25px;
width: 88px;
text-align:right;
}

/* ---------------------------------------------------------------- *
	コンテンツ部分の設定です
 * ---------------------------------------------------------------- */

.contents {
	width:495px;
  margin-bottom: 60px;
}

.contents p {
	width:495px;
  text-align:center;
}

.contents_footer {
	width:495px;
	margin-top:35px;
	padding-top:14px;
  border-top: 1px solid #cccccc;
}

.contents_footer .contents_footer_inner {
width:52px;
float:right;
}

.contents_footer .mail_to {
width:37px;
float:left;
}

.contents_footer .goto_top {
width:15px;
float:left;
}


/* ---------------------------------------------------------------- *
	コンテンツ画像の設定です
 * ---------------------------------------------------------------- */

.contents img.fig {
  /* --- 画像をどちらに回り込ませるか設定してください --- */
  /* Note：left（左）または right（右）を指定します；この指定によって
           以降のマージンの指定方法が異なります */
  float: left;
  /* --- 画像のマージンを設定してください --- */
  /* Note：前記の回り込みについて「left」のとき→左マージン 0，
           「right」のとき→右マージン 0 としてください */
  margin-top: 0;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 0;
}

div#back {
position: fixed;
bottom: 15px;
right:55px;
}


