@charset "utf-8";

/* ************************************** */
/* *********** スタイル初期化 *********** */

html,body{
	height:100%;
	margin:0px;
	padding:0px;
}

body{
	background-image:url(../images/bg_base.gif);
	background-repeat: repeat;
	}

body,h1,h2,h3,h4,h5,h6,th,td,p,div{
	font-size:13px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#222;
	line-height:1.5em;
}

h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}

/*見出し1はヘッダのみに使用。text-indentで枠外に飛ばしている*/
h1{
	border-style:none;
	padding:0;
	margin:0;
	text-indent:-9000px;
}


h2{
	font-size:120%;
	line-height:1.1em;
	margin:2em 0 1em 0px;
	padding:0;
}


h3{
	color:#8c233d;
	font-size:110%;
	line-height:1.25em;
	padding:0 0 2px 20px;
	margin:1.5em 0 0.4em 0;

	border-bottom:solid #ccc 1px;

	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 -1px;
}

h2.first,
h3.first{
	margin-top:1em;
}

h3.noMark{
	color:#333;
	padding-left:12px;
	background-image:none;
}
h3.noBorder{
	border-style:none;
}

h2.noStyle,
h3.noStyle,
h4.noStyle{
	background-image:none;
	border-style:none;
}

h4{
	margin:18px 0 3px 0;
	padding:0;
}

h4.first{
margin-top:4px;
}

p{
	margin:0px;
	padding:0px;
	margin-bottom:0.75em;
}

ul,ol{
	margin:0 0 0.75em 24px;
	padding:0;
}
li{
	margin:0 0 3px 0;
	line-height:1.25em;
	padding:0;
}
ol.num2{/* 数字が2桁になる場合に… */
	margin-left:32px;
}
ul.numKakko{/* 1)のような番号付きリスト  */
	list-style:none;
	margin-left:10px;
}
ul.numKakko li{
	text-indent:-1.2em;
	margin-left:1.2em;
}


a {
	color:#0000FF;
	text-decoration:none;
}

a:hover{
	color:#ff0000;
	text-decoration:underline;
}

img{
	border-style:none;
}

/* ************************************** */
/* ********* 共通ID スタイル定義 ******** */
/* ************************************** */

/* ========== 大枠 ========== */
#background{
	position:relative;
	z-index:1;
	width:840px;
	margin:0px auto;
	min-height:100%;
	background-color:#fff;
	background-image: url(../images/bg_shade.gif);
	background-repeat:repeat-y;
	background-position: top;
}

* html #background{/* for IE6 */
	height:100%;
}

#mainArea{
	position:relative;
	z-index:2;
	width:800px;
	height:100%;
	min-height:640px;
	margin:0;
	padding: 0 20px;
}

/* Mac IE 5のみのスタイル定義(裏技) \*//*/
div#background{
	height:auto;
}
#mainArea{
	height:640px;
  overflow:visible;
}
/* Mac IE 5のみのスタイル定義 ここまで  */

#leftArea{
	width:180px;
	float:left;
	height: auto;
}
#rightArea{
	width:620px;
	float:right;
	height: auto;
}


/* ========== ヘッダ ========== */
div#header{
	width:800px;
	height:80px;
	margin:0 auto;
	background-image: url(../images/header_in.jpg);
	background-repeat: no-repeat;
}

div#header h1 a{
display:block;
	width:800px;
	height:80px;
}

div#header p{
	text-indent:-9000px;
}

/* ========== メニュー（中ページのみ） ========== */

/*メニュー*/
#Menu{
	/*	position:relative;
	z-index:5;*/
	width:161px;
	height:413px;
	margin:0 19px 0 0;
	padding:0;
}

#Menu ul{
	line-height:1em;
	margin:0;
	padding:0;
/*	background-color:pink;*/
	list-style-type:none;
}

#Menu li{
	display:block;
	width:161px;
	height:35px;
	margin:0;
	padding:0;
}

#Menu li a{
	display:block;
	text-indent:-9000px;
	width:161px;
	height:35px;
	margin:0;
	padding:0;
/*\*/
overflow: hidden;/*左に果てしなく伸びる枠線抑制*/
/**/
}

/*通常時*/
#Menu00 a{background-image:url(../images/menu00.gif);}/*HOME*/
#Menu01 a{background-image:url(../images/menu01.gif);}/*会長挨拶*/
#Menu02 a{background-image:url(../images/menu02.gif);}/*プログラム*/
#Menu03 a{background-image:url(../images/menu03.gif);}/*演題募集要項*/
#Menu04 a{background-image:url(../images/menu04.gif);}/*会場アクセス*/
#Menu05 a{background-image:url(../images/menu05.gif);}/*宿泊情報*/
#Menu06 a{background-image:url(../images/menu06.gif);}/*お問い合わせ*/
#Menu07 a{background-image:url(../images/menu07.gif);}/*お問い合わせ*/
#Menu08 a{background-image:url(../images/menu08.gif);}/*お問い合わせ*/
#Menu09 a{background-image:url(../images/menu09.gif);}/*お問い合わせ*/
#Menu10 a{background-image:url(../images/menu10.gif);}/*お問い合わせ*/

/*ロールオーバー*/
#Menu00 a:hover,
#Menu01 a:hover,
#Menu02 a:hover,
#Menu03 a:hover,
#Menu04 a:hover,
#Menu05 a:hover,
#Menu06 a:hover,
#Menu07 a:hover,
#Menu08 a:hover,
#Menu09 a:hover,
#Menu10 a:hover{background-position:-161px;}



/* ========== フッタ ========== */
div#footer{
	position:absolute;
	z-index:5;
	bottom:-1px;
	margin:15px 0 0 0;
	padding:0;
	width:800px;
	height:20px;
	left: 20px;
	vertical-align:middle;
	background-color:#626160;
	border-top:solid #962141 5px;
}

div#footer p#copyrights{
	width:auto;
	color:#ffffff;
	font-size:85%;
	line-height:1em;
	margin:0;
	padding:4px 20px 0 0;
	float:right;
/*  background-color:lightgreen;*/
}

/* ========== コンテンツ収納部 ========== */

div.contents{
	position:relative;
	z-index:5;
	width:560px;
	padding-bottom:24px;
	margin: 0 40px 24px 20px;
}


/* ************************************** */
/* *********** その他いろいろ *********** */

/* リスト風表示につかうもの */
p.list,
div.list p{
	text-indent:-0.75em;
	padding-left:0.75em;
}

p.list1em,
div.list1em p{
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:0.5em;
}

p.indent1em,
div.indent1em p{
	text-indent:-1em;
	padding-left:1em;
}


/* 記事ひとくくり用 */
.unit{
	margin-left:12px;
}

/*.Unitより下の階層で使う字下げ*/
.padding{
	margin-left:12px;
}

/* 点線 */
div.line{
	border-style:dotted;
	border-width:0px 0px 2px 0px;
	border-color:#666;
/*	width:80%;
	margin-top:0px;
	margin-bottom:12px; */
}

/* 巻き戻しリンク */
div.rollUp{
	margin:0;
	padding:0;
	width:100%;
	height:14px;
/*	text-align:right;*/
}

div.rollUp a{
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	width:91px;
	height:18px;
	margin:0 0 0 auto;
	background-image:url(../images/btn_rollup.gif);
	background-repeat:no-repeat;
	background-position:0 0px;
}


/* 隠したいもの */
span.hidden,
p.hidden{
 visibility:hidden;
}

.ps{
	font-size:90%;
	line-height:1.3em;
}

/* 改ページ(IE only) */
div.print{
	page-break-before:always;
}

.blockRight{
	float:right;
	margin:0 0 6px 10px;
}

p.underConst{
	margin-top:50px;
	font-weight:bold;
}

.attention{
	color:red;
}


.clearfix:after {/* 段組float解除用スタイル */
	/*  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;*/
		
/*↓適用したブロック要素の下に不要なマージンができるのを抑止したclearfixに差し替え(08/07/24)*/
content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* テーブルスタイル */

table.normal{
	margin-bottom:12px;
}

table.normal th,
table.normal td{
	text-align:left;
	line-height:1.3em;
	padding:4px 10px;
	
	border:1px solid #ccc;
	border-width:0 0 1px 0;
}


/* ************************************** */
/* *********** 印刷用スタイル *********** */

@media print{

}

