@charset "Shift_jis";
html, body {
	margin: 0;
	padding: 0;
	font-size:90%;
	line-height:1.5em;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
}

h1, h2, h3, p, ul, ol, dl, li, dt, dd, img {
	margin:0;
	padding:0;
}

table { 
	margin:0;
	padding:0;
	border-collapse:collapse;
}

a {
	color: #ec5d38;
	padding:0 0.5em;
	text-decoration:underline;
}
a:link {
	color: #ec5d38;
	text-decoration:underline;
}
a:visited {
	color: #ec5d38;
}
a:active {
	color: #ec5d38;
	text-decoration:underline;
}
a:hover {
	color: #ec5d38;
	text-decoration:underline;
	background-color:#f5a48f;
}

ol, dl {
	margin-left:2em;
	}
	
ul {
	list-style-type: none;
	margin-left:2em;
	margin-bottom:1em;
}
li {
	list-style-position: outside;
	margin-bottom:1em
}
ul.no-mb li{
	margin-bottom:0;
}
ol.le-ma li{
	margin-left:1em;
	margin-bottom:0;
	}
ol.le-ma li.last{
	margin-left:1em;
	margin-bottom:1em;
	}
img {
	margin:0;
	padding:0;
	vertical-align:top;
	line-height:0;
	}
p {
	margin-bottom:1em;
	}
	
#wrap {
	margin:0 auto;
	padding:0;
	width:1028px;
	background: url(../img/base.gif) repeat-y;
	}

#wrap-out {
	position:relative;
	width:1018px;
	margin:0 auto;
	background: url(../img/bg.gif) repeat-x;
	border-left:1px solid #e5f2f9;
	border-right:1px solid #e5f2f9;
}
#wrap-in {
	margin:0 40px;
	padding:0;
	border-left:3px double #FFFFFF;
}
#header {
	margin:0 0 50px 0;
	padding:0;
	}
	
#header #text{
	position:relative;
	top:30px;
	left:-20px;
	background:url(../img/header_bg.png) no-repeat;
	opacity: 0.8;
	filter:alpha(opacity=80);
	width:676px;
	height:96px;
	z-index:1
	}

#header h1 {
	position:absolute;
	top:28px;
	left:22px;
	width:676px;
	height:96px;
	text-indent:-9999px;	
	background:url(../img/h1_text.png) no-repeat;
	z-index:2
	}
	
* html #header {
	position:relative;
	top:30px;
	left:-20px;
	margin:0 0 50px 0;
	padding:0;
	background:url(../img/header_bg2.gif) no-repeat;
	width:676px;
	height:96px;
	}
* html #header #text {
	display:none;
	}
* html #header h1 {
	display:none;
	}
	
#container {
	margin:0;
	padding:0;
	
}
#catch {
	position:relative;
	margin:0 auto;
	padding:0;
	width:920px;
	height:160px;
	background:url(../img/catch_bg.gif) no-repeat;
	}
#catch img {
	margin:10px 10px 0 10px;
	padding:0;
	}
	
#catch #title {
	position:absolute;
	top:50px;
	right:100px;
	font-size:18px;
	line-height:1em;
	font-weight:bold;
	color:#fff;
	margin:0 ;
	background: url(../img/catch_title_bgr.png) no-repeat top left;
	}
#catch #title span{
	display:block;
	float:left;
	margin:0 0 0 12px;
	padding:17px 24px 0 12px;
	height:49px;
	text-align:right;
	background: url(../img/catch_title_bgl.png) no-repeat top right;
	}
* html #catch #title span{
	margin:0 0 0 6px;
	}
	
#content {
	margin:20px 0 0 0;
	padding:0 20px;
	overflow:hidden;
	background:url(../img/content_bg.gif) repeat-x bottom left;
}
#left {
	float:left;
	margin-bottom:20px;
	width:645px;
	height:100%;
	margin:0;
	padding:0;
	}
	
#left h2 {
	margin:1em 0;
	padding-left:0.3em;
	font-weight:bold;
	color:#003366;
	border-left:5px solid #003366;
	background:#FFCC33;
	font-size:150%;
	}
	
#left h2 span{
	display:block;
	margin:0;
	padding:0 1em;
	border-left:2px solid #003366;
	background-color:#fff;
	line-height:1.5em;
	}
#left #main {
	margin:0 2em;
	padding:0;
	}
#main #kaicho {
 	display:inline;
 	float:right;
	margin-left:2em;
	margin-bottom:2em;
	}
#right {
	float:right;
	width:225px;
	margin:0;
	padding:0;
	}
		
#right #menu ul li{
	margin:5px 0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	background:#a67800;
	width:150px;
	}
	
#right #menu ul li a {
	display:block;
	width:150px;
	height:30px;
	margin:0;
	padding:0 0 0 48px;
	line-height:30px;
	background:#a67800 url(../img/arrow.png) no-repeat;
	color:#e8dca6;
	text-decoration:none;
}
#right #menu ul li a:hover {
	background-color:#e4e2c0;
	color:#a67800;
}
	
ul li.hana-b {
	list-style-image:url(/meeting/38/img/hana_b.gif);
	}
ul li.hana-r {
	list-style-image:url(/meeting/38/img/hana_r.gif);
	}
ul li.asta_b {
	list-style-image:url(/meeting/38/img/asta_b.gif);
	}
ul li.asta_r {
	list-style-image:url(/meeting/38/img/asta_r.gif);
	}
	
#footer {
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	height:30px;
	color:#025781;
	background-color: #ffe08f;
}
#footer address {
	margin:0;
	padding:0;
	font-size:70%;
	text-align:center;
	line-height:3em;
}

#sub-menu {
	position:absolute;
	margin:0;
	padding:0;
	top:10px;
	right:40px;
	font-size:10px;
	}

#sub-menu ul li{
	display:inline;
	padding-left:1em;
			}
#sub-menu ul li a {
	margin:0;
	padding:5px;
	color:#FFFFFF;
	text-decoration:underline;
	}
#sub-menu ul li a:hover {
	background-color:#729b8d;
	}


/* ページの先頭へ */
div.r_top {
	margin :0;
	padding:1em 0;
}
.r_top p {
	text-align:right;
	font-size: 80%;
}
