@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

/* ================================================================ *
	登美代商事 2007/10
	カラム縦積み型
	カスタマイズ CSS
 * ================================================================ */


/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定
 * ---------------------------------------------------------------- */
body {
  /* --- 基本的な前景色（文字色）を設定 --- */
  color: #333333;
  /* --- 背景を設定（短縮プロパティ）--- */
  background: #FFFFFF;
}

#container {
  /* --- 内容部分の背景を設定 --- */
  background: transparent;
  /* --- ドキュメント本体の幅を設定 --- */
  /* Note：百分率指定も可能 */
  width: 900px;
  /* --- ドキュメント本体の位置を設定 --- */
  /* Note：「0」のみで左寄せ，「0 auto」でセンタリング */
  margin: 0 auto;
}


/* ---------------------------------------------------------------- *
	ヘッダ部分の設定
 * ---------------------------------------------------------------- */

#header {
  /* --- 背景を設定（短縮プロパティ） --- */
  background: #FFFFFF;
  /* --- マージンを設定 --- */
  /* Note：上下マージンの折りたたみに注意 */
  margin-top: 0;
  margin-bottom: 0;
  /* --- パディングを設定し --- */
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}


/* ---------------------------------------------------------------- *
	ナビゲーション部分の設定
 * ---------------------------------------------------------------- */

#navi {
  /* --- 背景を設定（短縮プロパティで） --- */
  background: #FFFFFF url(image/bg.png) repeat-x;
  /* --- マージンを設定 --- */
  /* Note：上下マージンの折りたたみに注意 */
  margin-top: 0;
  margin-bottom: 0;
  /* --- パディングを設定 --- */
  /* Note：ナビゲーション部分に上下マージンを持つものが含まれる場合，
           上下パディングには正の値を指定 */
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  /* --- 枠を設定 --- */
  border-top: none;
  border-bottom: 1px solid #EEEEEE;
}
/* ---------------------------------------------------------------- *
	APS関連プレスリリース部分の設定です
 * ---------------------------------------------------------------- */

#apsNews {
	/* --- パディングを設定--- */
  padding: 0;
	/* --- ボックスの幅を設定 --- */
  width: 895px;
	/* --- 必要ならば，ボックスの高さを設定する --- */
  height: 180px;
	/* --- ボックスの位置（縦位置）を設定する --- */
  /* Note：基準にしたい辺に値を与え，もう一方は auto を設定する */
/*  top: 620px;
	bottom: auto;
	/* --- ボックスの位置（横位置）を設定 --- */
  /* Note：基準にしたい辺に値を与え，もう一方は auto に設定 */
  left: 20px;
	right: auto;*/
	color: #666666;
	background-image: url(../image/bg_white.png);
	background-repeat: repeat-x;
	overflow: auto;
	border: 1px dotted #0099FF;
}

#apsNews ul {
	/* --- リストの左マージンを設定 --- */
  margin-left: 2em;
	/* --- パディングを設定 --- */
  padding-top: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.4em;
	/* --- コンテンツの前景色（文字色）を設定 --- */
  /* Note：背景写真とのコントラストを意識--- */
  color: #000000;
	/* --- 必要ならば，フォントサイズを調整する --- */
  font-size: 90%;
	line-height: 2.3em;
	list-style-type: none;
}
#apsNews p {
   padding-left:10px;
   padding-right:10px;
   background-color:#CCFFFF;
   }   


/* ---------------------------------------------------------------- *
	コンテンツコンテナの設定
 * ---------------------------------------------------------------- */

#main {
  /* --- 背景を設定（短縮プロパティ）--- */
  background: transparent;
  /* --- マージンを設定 --- */
  /* Note：この要素のマージン・パディングは，その有無と値によって
           複雑な折りたたみを生じます。複雑なカスタマイズをしない
           限り，以下を「すべて 0」にしておく。 */
  margin-top: 0;
  margin-bottom: 0;
  /* --- パディングを設定 --- */
  padding-top: 17px;
  padding-bottom: 0;
}
#mainCont {
	/* ★ --- レイアウト調整：左右カラムの設定に応じて設定 --- */
  /* Note：padding-left をサイドメニューの幅＋マージンとし，
           padding-right をサイドコンテンツの幅＋マージンとして
           ください */
    padding-right: 210px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: tranparent;
	background-image: url(../image/2c-back_R.png);
	background-repeat: repeat-y;
	background-position: right;
}
/* ---------------------------------------------------------------- *
	コンテンツ部分の設定
 * ---------------------------------------------------------------- */

.contents,.contents2,.contents3,.contents4 {
  /* --- マージンを設定 --- */
  /* Note：上下マージンの折りたたみに注意*/
  margin-top: 0;
  margin-bottom: 20px;
  /* --- パディングを設定--- */
  /* Note：コンテンツ部分に上下マージンを持つものが含まれる場合，
           上下パディングには正の値を指定 */
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  /* --- 枠線を設定 --- */
  border-top: 15px solid #EEEEEE;
  border-right: 15px solid #EEEEEE;
  border-bottom: 15px solid #EEEEEE;
  border-left: 15px solid #EEEEEE;
}

.contents ol li{
	list-style-type:decimal;
	line-height: 2em;
	color: #003399;
}
/* --- 背景を設定（短縮プロパティ）--- */
.contents {
	background-color: #FFFFFF;
}
.contents2 {
	background-image: url(../image/info_bg.jpg);
}
.contents3 {
	background-image: url(../image/info_bg.jpg);
}
.contents2 li {
	list-style-type:none;
	font-size: 14px;
	line-height: 2em;
	color: #000066;
}
.
.contents3 li {
	list-style-type:decimal;
	font-size: 14px;
	line-height: 2em;
	color: #000066;
}
.contents3 h3 {
	line-height: 2em;
}
.contents4 h3 {
	background-color: #66CCFF;
	display: block;
	padding: 3px;
	height: 18px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 5px;
}
/* --- 内部に高さをあわせるバグフィックス--- */
.contents:after {
    overflow: hidden;
}

.contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .contents {
    height: 1em;
    overflow: visible;
}
/**/
/* --- 内部に高さをあわせるバグフィックス--- */
.contents2:after {
    overflow: hidden;
}

.contents2:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .contents2 {
    height: 1em;
    overflow: visible;
}
/**/
/* --- 内部に高さをあわせるバグフィックス--- */
.contents3:after {
    overflow: hidden;
}

.contents3:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .contents3 {
    height: 1em;
    overflow: visible;
}
/**/
/* --- 内部に高さをあわせるバグフィックス--- */
.contents4:after {
    overflow: hidden;
}

.contents4:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .contents4 {
    height: 1em;
    overflow: visible;
}
/**/
/* --- 内部に高さをあわせるバグフィックスここまで--- */
/* --- 内部に高さをあわせるバグフィックスここまで--- */
/* --- 内部に高さをあわせるバグフィックスここまで--- */
/* ---------------------------------------------------------------- *
	コンテンツ画像の設定
 * ---------------------------------------------------------------- */

.fig {
  /* --- 画像をどちらに回り込ませるか設定 --- */
  /* Note：left（左）または right（右）を指定；この指定によって
           以降のマージンの指定方法が異なる */
  float: left;
  /* --- 画像のマージンを設定 --- */
  /* Note：前記の回り込みについて「left」のとき→左マージン 0，
           「right」のとき→右マージン 0 とする */
  margin-top: 0;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 0;
}

/* ---------------------------------------------------------------- *
	サムネイルリストの設定
 * ---------------------------------------------------------------- */

ul#thumbslist {
	/* ★--- マージンを設定 --- */
  margin: 0;
	/* ★--- パディングを設定--- */
  padding: 0;
}

ul#thumbslist li {
  /* --- 背景を設定してください（短縮プロパティでの設定） --- */
  background: #FFFFFF;
  /* Note:サムネイルのリストアイテム（サムネイルとキャプションを囲むボックス）に関する設定。 */
  /* ★--- マージンを設定 --- */
  /* Note:float:left;をすでに設定しているため、左方向のマージンは0にし、右方向のマージンでリスト同士の間隔を調整*/
  margin-right: 10px;
  margin-bottom: 15px;
  /* ★--- パディングを設定してください --- */
  /* Note:このオブジェクトはフロートさせるため、0と設定し、余白はさらに内側のボックスで設定 */
  padding: 0;
  /* ★--- ボックスの幅と高さを設定--- */
  /* Note：ボックスからはみ出す分は出力されません；内容の量にに対して
           余裕をもって設定 */
  width: 148px;
  height: 180px;
  /* ★--- 枠線の幅・線種・色を設定（短縮プロパティでの設定）--- */
  border: 1px solid #EEEEEE;
/* ★Note:（このボックスの幅[width]＋左右線幅[border]＋右マージン[margin]）x １列のボックスの数　で算出される寸法が、#mainの横幅以内に収まるように設計 */
display:inline;
white-space:nowrap
}

/* ---------------------------------------------------------------- *
	サムネイル画像についての設定
 * ---------------------------------------------------------------- */
div.thumbnail {
  /* --- 背景を設定 --- */
  /* Note：パディングと組み合わせると，縁取りなどの効果が期待
           できます */
  background: transparent;
  /* --- 上下マージンを設定--- */
  margin-top: 7px;
  margin-bottom: 7px;
  /* --- パディングを設定 --- */
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

/* ---------------------------------------------------------------- *
	説明キャプションについての設定
 * ---------------------------------------------------------------- */

ul#thumbslist li p {
	/* マージンを設定 */
  margin-top: 0;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 10px;
	/* テキストの行の高さを設定 */
  line-height: 1.5;
	font-size: x-small;
}
/* サムネイルリストはマーカなし，余白なし */
#thumbslist {
  list-style: none;
  margin: 0;
  padding: 0;
}

#thumbslist li {
  float: left;
  margin: 0;
  overflow: hidden;
  display: block;
  text-align: center;
}

/* サムネイルはボックスの中央に */
.thumbnail {
  margin: 0 auto;
}

/* ---------------------------------------------------------------- *
	画像のみのボックスを作る場合の設定
 * ---------------------------------------------------------------- */

.imgbox {
  /* --- 背景を設定（短縮プロパティ）--- */
  background: #FFFFFF;
  /* --- マージンを設定--- */
  /* Note：上下マージンの折りたたみに注意 */
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

	/* イベント出展風景タイトルの設定 */
.eventTytle {
	display: inline;
	padding: 0.5em;
	border: 1px solid #EEEEEE;
	width: 9em;
	background-color: #EEEEEE;
	margin-bottom: 2em;
}
.eventTytle a{
    text-decoration:none;
	}

.eventTytle a:hover{
    text-decoration:underline;
	}


/* ---------------------------------------------------------------- *
	フッタ部分の設定
 * ---------------------------------------------------------------- */

#footer {
	/* --- マージンを設定 --- */
  /* Note：上下マージンの折りたたみに注意 */
  margin-top: 0;
	margin-bottom: 0;
	/* --- パディングを設定 --- */
  /* Note：上下マージンを持つものが含まれる場合，上下パディングには
           正の値を指定 */
  padding-top: 0.6em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 1em;
	/* --- 枠を設定--- */
  border-top: 1px dotted #3EBAEE;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #FFFFFF;
	background-image: url(../image/logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#footer ul li {
  /* --- 横並びリストのリストマーカ画像を設定 --- */
  /* Note：16×16 ピクセル以下のものを使用 */
  background-image: none;
}
/* ---------------------------------------------------------------- *
	サイドメニュー部分の設定
 * ---------------------------------------------------------------- */

#sidenavi {
  /* --- 背景を設定（短縮プロパティ）--- */
  /* Note：ここでの背景設定はメニュー部分の内容がある部分にしか適用
           されない、サイドメニュー部分全体に背景を適用させる場合は
           コンテンツコンテナの背景として，サイドメニュー部分の背景を
           作る必要がある。 */
  background: #FFFFFF;
  /* ★ --- メニューの幅を設定 --- */
  width: 200px;
  /* ★ --- メニューを左右どちらに寄せるか設定 -- */
  /* Note：左に寄せる場合は，「left: 0; right: auto;」，右の場合は
           「left: auto; right: 0;」 */
  top: auto;
  left: 0;
  right: auto;
  /* --- パディングを設定 --- */
  /* Note：コンテンツ部分に上下マージンを持つものが含まれる場合，
           上下パディングには正の値を指定する。 */
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1;
}

/* Note：上マージンを確保し，IE6/IE7 で垂直配置がずれるバグを回避
         する。以降，指示に従って同じ値での指定を 2 回続ける */
[id="sidenavi"]#sidenavi {
	/* ★ --- 上マージンを設定 --- */
  /* Note：コンテンツ部分の上マージンと同じ値を設定 */
  margin-top: 6px;
	border: thin solid #0099CC;
}
html:lang(ja) #sidenavi {
  /* Note：直前の指定と同じ値を設定 */
  margin-top: 6px;
}
/* サイドナビゲーションの設定*/
/*#sidenavi ul {
	margin: 0;
	padding: 8px;
	list-style: none;
	background-repeat: repeat;
	background-image: url(../image/submenu_back.jpg);
}

#sidenavi ul li {
	margin: 0;
	padding: 5px 20px 5px 25px;
	border-bottom: 1px solid #0086B9;
	background-color: #FFFFFF;
	background-image: url(../image/point.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}*/
