@charset "utf-8";

/* ---------------------------------------------------
   エレメント / タグセレクター
------------------------------------------------------ */

body {
	font: 14px/1.3 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #999;
	margin: 0;
	padding: 0;
	color: #000;
}
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
}
h1 {
	font: bold 24px/1.3 Arial, Helvetica, sans-serif;
	padding-left: 7px;
	margin-bottom: 30px;
	border-width: 0 0 1px 13px;
	border-style: solid;
	border-color: #fff #fff #333 #900;
}
h2 {
	font: bold 14px/1.3 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	background: #600;
	margin: 0 0 15px;
	padding: 0 0 0 20px;
}
h3 {
	font: bold 14px/1.3 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: url(../images/listmark.gif) no-repeat left top;
	margin: 0;
	padding: 3px 0 0 25px;
	color: #306;
}
h4 {
	font: bold 14px/1.3 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0;
	padding: 0;
}
p, ol {
	text-align: justify;
}
hr {
	border-top: 2px dotted #000;
	margin: 20px 0 20px;
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ---------------------------------------------------
   リンクのスタイル付け
------------------------------------------------------
＊サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。 */

a:link {
	color: #3333CC;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

/* ---------------------------------------------------
   レイアウト
------------------------------------------------------ */

.container { /* ~~ この固定幅コンテナが他の div を囲みます。~~ */
	width: 880px;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	background: #000 url(../images/bg.jpg) no-repeat top;
}
.bgbtm {
	background: url(../images/bgbtm.jpg) no-repeat bottom;
}

/* ~~ レイアウトに使用するカラムです。~~ 

1) 余白は、div の上部または下部にのみ配置されます。これらの div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

2) カラムはすべてフロートしているため、マージンは指定されていません。マージンを追加する必要がある場合は、フロート方向には指定しないでください (例えば、右フロートに設定した div の右マージン)。多くの場合、代わりに余白を使用できます。このルールに従わない場合は、div のルールに「display:inline」宣言を追加し、一部のバージョンの Internet Explorer でマージンが 2 倍になるバグを回避する必要があります。

3) クラスはドキュメント内で複数回使用できるので (またエレメントには複数のクラスを適用できます)、カラムには ID ではなくクラス名が割り当てられます。例えば、必要に応じて 2 つのサイドバー div をスタックできます。クラスを各ドキュメントで一度しか使用しないのであれば、ユーザーの好みに応じて、クラス名を ID に変更することができます。

4) ナビゲーションを左ではなく右に配置したい場合、これらのカラムを反対方向にフロートさせると (すべて左方向にする代わりに、すべて右方向に設定)、反転してレンダリングされます。HTML ソース内で div を移動する必要はありません。

*/
.sidebar {
	float: left;
	width: 220px;
}
.content {
	float: left;
	width: 660px;
}
.text {
	padding: 20px 20px 50px;
	background-color: #FFF;
	min-height: 550px; /* 最低限の高さを確保 */
	height: auto !important; /* IE6 */
	height: 550px;
}
.textthank {
	width: 800px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 230px 20px 400px;
	text-align: center;
}

/* ---------------------------------------------------
   .text 内のリスト
------------------------------------------------------
＊このセレクターグループは、.text 内のリストに領域間隔を指定します。 */

.text ul, .text dl { 
	padding: 0 0 15px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}
.text ol {
	margin: 0 0 0 2em; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
	padding: 0 0 15px;
}

/* ---------------------------------------------------
   ナビゲーション
------------------------------------------------------ */

ul.nav {
	list-style: none; /* リストのマーカーを削除します。 */
	margin: 30px 0 15px; /* 上下のコンテンツのナビゲーション間の間隔を作成します。 */
}
ul.nav a, ul.nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	display: block; /* リンクにブロックプロパティを指定し、リンクが含まれる LI 全体がリンクになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */
	width: 198px;  /*この幅により、IE6 でボタン全体をクリックできるようになります。IE6 をサポートする必要がない場合は削除できます。適切な幅を計算するには、サイドバーコンテナの幅からそのリンクの余白を減算します。 */
	text-decoration: none;
	color: #FC3;
	padding: 3px 0 2px 22px;
	background: url(../images/point.gif) no-repeat 10px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	background-color: #ADB96E;
	color: #000;
}

/* ---------------------------------------------------
   サイドバーのボタン類
------------------------------------------------------ */

ul.btn {
	list-style: none;
}
.btn li {
	padding: 0 0 7px 20px;
}
.banr {
	padding: 3px 0 0 20px;
}

/* ---------------------------------------------------
   フッター
------------------------------------------------------ */

.footer {
	position: relative; /* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
}

/* ---------------------------------------------------
   その他の float/clear クラス
------------------------------------------------------ */

.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 15px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 15px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* ---------------------------------------------------
   outline.html
------------------------------------------------------ */

.outline h3 { /* h3を左にフロートさせる */
	float: left;
    clear: both;
    width: 100px;
}
.outline p { /* pを右に回り込ませる */
	margin: 0 0 15px 125px;
}
p.outline { /* pに左マージンをとる */
	margin: 0 0 15px 125px;
}
.outline dt { /* dtを左にフロートさせる */
	float: left;
    clear: both;
    width: 270px;
	padding-left: 125px;
}
.outline dd { /* ddを右に回り込ませる */
	margin: 0 0 0 395px;
	font-weight: bold;
	color: #C00;
}

/* ---------------------------------------------------
   invitation.html
------------------------------------------------------ */

.inv p {
	text-indent: 1.5em;
	margin-bottom: 0px;
}
p.inv {
	padding-left: 485px;
}

/* ---------------------------------------------------
   committee.html
------------------------------------------------------ */

.committ ul {
	list-style-type: none;
}
.committ .lft {
	width: 250px;
	float: left;
	padding-left: 100px;
}
.committ .rt {
	width: 250px;
	float: left;
}
.committ .lftx {
	padding-left: 100px;
}
.committ .lftpr {
	width: 100px;
	float: left;
}

/* ---------------------------------------------------
   program.html
------------------------------------------------------ */

table.program {
	width: 100%;
	border-collapse: collapse;
}
.program th, .program td {
	padding: 0 0 15px;
	text-align: left;
	vertical-align: top;
}
.program th {
	width: 150px;
	font-weight: normal;
}
.program td {
	font-weight: bold;
}
.program th.pd {
	padding-bottom: 0;
}

/* ---------------------------------------------------
   call_abs.html
------------------------------------------------------ */

ol.lft {
	width: 210px;
	float: left;
}
ol.rt {
	width: 210px;
	float: left;
}

/* ---------------------------------------------------
   journal.html
------------------------------------------------------ */

ol.journal {
	margin-top: 15px;
}
ol.journal li {
	margin-bottom: 10px;
}

/* ---------------------------------------------------
   for_presenter.html
------------------------------------------------------ */


h2.presen {
	color: #000;
	font-size: 18px;
	margin: 0 0 20px;
	padding-left: 0;
	border-top: dotted #333 1px;
	border-bottom: dotted #333 1px;
	background-color: #CBD0D3;
}
table.presentime {
	width: 90%;
	margin-left: 1em;
	border-collapse: collapse;
}
.presentime th, .presentime td {
	border: 1px #333 solid;
	padding: 2px;
}
.presentime th {
	background-color: #CCF;
	text-align: left;
	font-weight: normal;
}
.star {
	margin-left: 1.5em;
	text-indent: -1em;
}
.star:before {
	content: "*";
}
ul.equipment {
	margin: 0 0 0 1.5em;
}
.equip {
	margin: 0 1.5em;
}
.equip h4 {
	font-style: italic;
}
ul.abc {
	list-style-type: lower-latin;
	margin: 0 0 0 2em;
}

/* ---------------------------------------------------
   satellite.html
------------------------------------------------------ */

.sate {
	margin-bottom: 30px;
}
.sate h4 {
	font-size: 18px;
	margin: 0 0 20px;
	border-top: dotted #333 1px;
	border-bottom: dotted #333 1px;
	background-color: #CBD0D3;
}
.sate dt { /* 左にフロートさせる */
	float: left;
    clear: both;
    width: 60px;
	color: #006;
	font-weight: bold;
}
.sate dd { /* 右に回り込ませる */
	margin: 0 0 0 65px;
}
.sate dt.lg {
    width: 140px;
}
.sate dd.lg {
	margin: 0 0 0 145px;
}
.program_sate {
	padding: 10px;
	border: dotted 1px #999;
	background-color: #EFEFEF;
}
.program_sate .head {
	font-weight: bold;
}
.program_sate .mode {
	margin: 0 0 15px 200px;
}
.program_sate .titl {
	margin-left: 40px;
}
.program_sate .spk {
	margin: 0 0 15px 240px;
}

/* ---------------------------------------------------
   social.html
------------------------------------------------------ */

.textsoc {
	color: #006;
	font-style: italic;
}
dl.soc, dl.soc_d  {
	padding: 5px 0 10px;
	color: #006;
}
dl.soc_d {
	padding: 0 0 5px;
}
.soc dt, .soc_d dt {
	width: 90px;
	float: left;
    clear: both;
}
.soc dd, .soc_d dd {
	margin: 0 0 0 90px;
}
dl.route  {
	padding: 5px 0 10px;
	color: #006;
}
.route dt {
	width: 80px;
	float: left;
    clear: both;
}
.route dd {
	margin: 0 0 0 80px;
}
.asterisk li { /* マークがアスタリスクのリスト */
    list-style-type: none;
    background: url(../images/asterisk.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 13px;
}
.square h3 {
	background: none;
	color: #606;
	padding: 0 0 15px;
	text-align: center;
}
.pd30 {
	padding-top: 30px;
}
dl.dinner {
	color: #006;
	padding-bottom: 20px;
	font-weight: bold;
}
.dinner dt {
	width: 175px;
	float: left;
    clear: both;
}
.dinner dd {
	margin: 0 0 0 175px;
}
.dinnertxt {
	color: #006;
	margin: 5px 0 10px;
}
table.social {
	width: 500px;
	margin-left: 90px;
	margin-bottom: 15px;
	border-collapse: collapse;
	color: #006;
}
.social td {
	border: 1px #006 solid;
	padding-left: 5px;
	vertical-align: top;
}

/* ---------------------------------------------------
   tours.html
------------------------------------------------------ */

h4.tours {
	margin: 10px 0;
	color: #630;
}
table.tourscdl {
	width: 500px;
	margin-bottom: 15px;
	border-collapse: collapse;
	color: #006;
}
.tourscdl td {
	border: 1px #006 solid;
	padding-left: 5px;
	vertical-align: top;
}
.tourfee {
	margin: 5px 0 10px;
	color: #C00;
}

/* ---------------------------------------------------
   registration.html
------------------------------------------------------ */

table#registration {
	width: 100%;
	border-collapse: collapse;
}
#registration th {
	border: 1px #333 solid;
	background-color: #CCF;
	font-weight: normal;
}
#registration td {
	border: 1px #333 solid;
	text-align: center;
}
#registration td.lft {
	text-align: left;
	padding-left: 5px;
}
ul.dash { /* マークがダッシュのリスト */
	margin-top: 10px;
}
.dash li { /* マークがダッシュのリスト */
    list-style-type: none;
    background: url(../images/dash.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 12px;
}
dl.bank {
	padding: 0;
}
.bank dt {
	width: 120px;
	float: left;
    clear: both;
}
.bank dd {
	margin: 0 0 0 120px;
}
.desk dt {
	width: 210px;
	float: left;
    clear: both;
}
.desk dd {
	margin: 0 0 0 210px;
}

/* ---------------------------------------------------
   accommodt.html
------------------------------------------------------ */

table#hotel {
	width: 100%;
	border-collapse: collapse;
}
#hotel th {
	border: 1px #333 solid;
	background-color: #CCF;
	font-weight: normal;
}
#hotel th.line3 {
	width: 145px;
}
#hotel th.line5 {
	width: 105px;
}
#hotel td {
	border: 1px #333 solid;
}
#hotel td.s {
	font-size: 11px;
}
#hotel td.tb {
	padding-left: 10px;
}
table#note {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0 15px;
	font-size: 12px;
	line-height: 1.2;
}
#note td {
	vertical-align: top;
	padding: 0 2px 0 0;
	border: 0;
}
.jtb {
	padding: 10px 0 0 180px;
}
.cancel dt {
	width: 390px;
	float: left;
    clear: both;
	padding-left: 20px;
}
.cancel dd {
	margin: 0 0 0 410px;
}
table#lodge {
	width: 100%;
	border-collapse: collapse;
}
#lodge th {
	border: 1px #333 solid;
	background-color: #CCF;
	font-weight: normal;
}
#lodge td {
	border: 1px #333 solid;
	text-align: center;
}
#lodge td.lft {
	text-align: left;
}
.change {
	text-align: right;
	font-size: 13px;
}
.visa dt, dd {
	margin-left: 20px;
}

/* ---------------------------------------------------
   map.html
------------------------------------------------------ */

table#hotellist {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
	font: 13px Arial, Helvetica, sans-serif;
}
#hotellist td {
	padding: 0 0 10px;
	border: 0;
	vertical-align: top;
}
#hotellist strong {
	font-size: 14px;
}
#hotellist td.no {
	padding: 1px 2px 0 0;
}
#hotellist td.htl {
	width: 293px;
}
#hotellist td.sp {
	padding: 20px 0 0;
}
.alfa {
	color: #306;
	font-weight: bold;
}
#hotellist td.pd0 {
	padding-bottom: 0;
}

/* ---------------------------------------------------
   social, tuors.htmlの画像関係
------------------------------------------------------ */

.piclft, .piclft22, .piclft22x, .piclft24, .piclft25 {
	float: left;
}
.picrt, .picrt22, .picrt22x, .picrt24, .picrt25 {
	float: right;
	padding-left: 15px;
}
.piclft {
	width: 405px;
}
.picrt {
	width: 200px;
}
.piclft22 {
	width: 385px;
}
.picrt22 {
	width: 220px;
}
.piclft22x {
	width: 353px; /* ボーダーの分も引く */
}
.picrt22x {
	width: 220px;
}
.piclft24 {
	width: 360px;
}
.picrt24 {
	width: 245px;
}
.piclft25 {
	width: 355px;
}
.picrt25 {
	width: 250px;
}
.pic {
	margin-bottom: 15px;
}
.pic span {
    font-size:11px;
	display:block;
}
.pad20 {
	padding-left: 20px;
}
.pad45 {
	padding-left: 45px;
}

/* ---------------------------------------------------
   その他
------------------------------------------------------ */

.center {
	text-align: center;
	margin: 5px 0 10px;
}
.centerx {
	text-align: center;
	margin: 5px 0 0;
}
.square {
	margin: 0 0 20px;
	padding: 15px;
	border: 1px solid #636;
}
.space00 {
	margin: 0 0 15px;
}
.space01 {
	margin: 0 0 30px;
}
.imagetxt {
	vertical-align: bottom;
}
.text01 {
	font-size: 16px;
}
.text000 {
	font-size: 13px;
}
.text0000 {
	font-size: 12px;
}
.textR {
	color: #C00;
}
.textRb {
	color: #C00;
	font-weight: bold;
}
.textBb {
	color: #006;
	font-weight: bold;
}
.textBR {
	color: #630;
}
.textYb {
	color: #660;
	font-weight: bold;
	font-style: italic;
}
.textno {
	font-weight: normal;
}
.b {
	font-weight: bold;
}

