@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

/* ================================================================ *
	CastNote (http://www.castnote.net/)
	version: 2.0
	
 * ================================================================ */

/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定です
 * ---------------------------------------------------------------- */

body {
  color: #333333;
  background: #000000 url(images/bg_body.gif);
  padding: 20px;
}

#container {
  background: #FFFFFF;
  width: 760px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}

  /* #containerにclearfixを適用 */
#container:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}


/* ---------------------------------------------------------------- *
	ヘッダ部分の設定です
 * ---------------------------------------------------------------- */

#header {
  background: #FFFFFF;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-bottom: 0;
  height: 100px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
}

  /* #headerにclearfixを適用 */
#header:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

#search {
display: none;
}

/* ---------------------------------------------------------------- *
	ナビゲーション部分の設定です
 * ---------------------------------------------------------------- */

#navi {
  position: absolute;
  top: 75px;
  left: 240px;
  background: #000000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

#navi ul {
  margin: 0;
  padding: 0;
  height: 2.5em;
}

#navi ul li {
  margin: 0;
  padding: 0;
  float: left;
}

#navi ul li a {
  margin: 0;
  padding: 6px 15px 5px 15px;
  display: block;
  border-bottom: 5px solid #000000;
  font-weight: bold;
}

#navi a:link {
	color: #FFFFFF;
}

#navi a:visited {
	color: #FFFFFF;
}

#navi a:hover {
  border-bottom: 5px solid #FFFFFF;
  background: url(images/arrow.gif) no-repeat;
  color: #125382;
  text-decoration: none;
}

/* ---------------------------------------------------------------- *
	コンテンツコンテナの設定です
 * ---------------------------------------------------------------- */
 
#content {
	margin: 0 10px 10px 10px;
	padding: 0;
  background: #F2F2F2 url(images/bg_content.gif) no-repeat right bottom;
}

  /* #contentにclearfixを適用 */
#content:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}


#main {
width: 485px;
  padding-left: 0px;
  padding-right: 0px;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
}


/* ---------------------------------------------------------------- *
	サイドメニュー部分の設定です
 * ---------------------------------------------------------------- */

#sub {
  background: transparent;
  width: 210px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 0;
}

#sub_live {
    margin: 0 0 20px 0;
    padding: 8px;
	border: solid 1px #999999;
	background: #F2F2F2;
}

  /* Note：上マージンを確保し，IE6/IE7 で垂直配置がずれるバグを回避します。以降，指示に従って同じ値での指定を 2 回続けてください。 */
[id="sub"]#sub {
  /* ★ --- 上マージンを設定してください --- */
  /* Note：コンテンツ部分の上マージンと同じ値を設定してください */
  margin-top: 0;
}
html:lang(ja) #sub {
  /* Note：直前の指定と同じ値を設定してください */
  margin-top: 0;
}

/* ---------------------------------------------------------------- *
	コンテンツ部分の設定です
 * ---------------------------------------------------------------- */

.contents {
  background: transparent;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 15px 0 0 15px;
  border: none;
}

.post_full h2 {
  background: #F2F2F2 url(images/post_full_h2.gif) no-repeat;
padding-left: 36px;
}

.recentarticles h2 {
margin: 0;
padding: 0;
}

.recentarticles dl{
display: inline;
}

.recentarticles dt {
width: 90px;
padding: 0 0 0 15px;
float: left;
clear: both;
}

.recentarticles dd {
float: right;
width: 365px;
padding: 0;
margin: 0;
}

/* ---------------------------------------------------------------- *
	コンテンツ画像の設定です
 * ---------------------------------------------------------------- */

.contents img {
  margin-top: 0;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 0;
}

/* ---------------------------------------------------------------- *
	画像のみのボックスを作る場合の設定です
 * ---------------------------------------------------------------- */

.imgbox {
  background: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
}

/* ---------------------------------------------------------------- *
	フッタ部分の設定です
 * ---------------------------------------------------------------- */

#footer {
  background: transparent;
  width: 760px;
  margin: 0 auto;
  padding-top: 0.6em;
  padding-right: 0;
  padding-bottom: 1em;
  padding-left: 1em;
}
