/* CSS Document */



/*ユニバーサルセレクタ*/

* {
  margin: 0;
  padding: 0;
}



/*全体構造*/

body {
background:url(../images/body_back.gif) repeat-x;
background-color:#AAAAAB;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.2em;
}


#wrap {
width:800px;
margin:0 auto 0 auto;
}

#head {
width:800px;
background:#333399;
}

#contena {
width:800px;
background:#90c64f;
}

#leftmenu {
width:183px;
float:left;
}

#rightcontents {
width:580px;
float:right;
background:#FFFFFF;
background:url(../images/contents_back.gif) repeat-y;
padding:0 0 20px 37px;
}

#footer {
background:#333333;
background:url(../images/footer_back.gif) repeat-x;
text-align:center;
color:#FFFFFF;
font-size:10px;
height:18px;
padding:10px 0 0 0;
}

.day h4 {
font-size:14px;
}


/*メニュー*/

.day a:link,
.day a:active,
.day a:visited {
display:block;
width:155px;
height:29px;
background:url(../images/day_back.jpg);
text-decoration:none;
color:#000000;
font-weight:bold;
font-size:14px;
padding:14px 0 0 28px;
}

.day a:hover {
background:url(../images/day_back_hover.jpg);
}

.session {
background:url(../images/session_back.jpg);
padding:10px 10px;
text-align:right;
line-height:20px;
}

.session a:link,
.session a:active,
.session a:visited {
color:#006E35;
}

.session a:hover {
color:#00CC00;
}


/*本文*/

h1 {
margin:30px 0 30px 0;
color:#006E35;
}

h2 {
font-size:18px;
margin:0 0 10px 0;
color:#90c64f;
}


.date{
background:#333333;
color:#FFFFFF;
width:555px;
padding:3px 0 3px 7px;
margin:0 0 15px 0;
}

.num {
background-color:#CCCCCC;
font-weight:bold;
width:555px;
margin:0 0 12px 0;
padding:3px 0 3px 7px;
}

.title {
width:555px;
font-size:14px;
font-weight:bold;
line-height:18px;
margin:0 0 7px 0;
color:#6666FF;
}

.title a:link,
.title a:active,
.title a:visited {
color:#6666FF;
}

.title a:hover {
color:#FF6600;
}

.name{
width:555px;
margin:0 0 5px 0;
font-size:13px;
line-height:17px;
}

.org{
width:545px;
font-style:italic;
margin:0 0 20px 0;
padding:0 0 0 10px;
}

.time{
padding-left:10px;}

sub {
vertical-align:baseline;
}

.h_1 {
	width:553;
	font-size:28px;
	font-family:Arial, helvetica, 'ＭＳ Ｐゴシック',sans-serif;
	color:#656364;
	padding-left:20px;
	background:url(../../images/sg_h1.gif) no-repeat; 
	height:58px;
	padding-top:20px;
	margin-top:10px;
	margin-bottom:20px;
	}
	
.h_2 {
	font-size:18px;
	font-weight:bold;
	height:25px;
	color:#72A934;
	margin-top:7px;
	background-image: url(../images/border.jpg);
	background-repeat: no-repeat;
	background-position: 0px 24px;
}
	
table#table-01 {
    border: 1px #999999 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size:12px;
}

table#table-01 th {
    padding: 5px;
    border:#999999 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}

table#table-01 td {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}	