@charset "utf-8";

/* ****************************************************
Title: map.css
Created: 2010-08-25
Last Modified: 2010-09-07
Editor(s): iwahara
Last Editor: iwahara
***************************************************** */


/* Table Of Contents
----------------------------------------

# General Elements
# content
# popup
# clearfix
# common classes

----------------------------------------*/


/* # General Elements
---------------------------------------------------------------------------- */

body#popup div#header {
	height: auto;
	min-width: 600px;
	margin-bottom: 10px;
}

body#popup div#header p#siteId {
	background-color: #199200;
	left: 50%;
	margin-left:-5300px;
	width: 600px;
}


body#popup div#pageBody {
	background: none;
	padding: 0;
}

body#popup div#pageBody div#pbInner {
	width: 580px;
}

body#popup div#content p.dateTime {
	text-align: right;
	font-weight: bold;
	padding: 6px;
	margin: 0 0 4px 0;
	background: #efefef;
}

body#popup h1 {
	font-size: 140%;
	font-weight: bold;
	padding: 0 0 6px 0;
	margin: 0 0 8px 0;
	color: #199200;
	background: url(../images/bg_bh_popup.gif) no-repeat 0 100%;
}

body#popup h2 {
	background: #199200;
	color: #fff;
	padding: 6px;
	line-height: 1;
}

body#popup p.speakerInfo {
	width: 440px;
	float: left;
}

body#popup p.sessionPhoto {
	width: 132px;
	float: right;
}


body#popup p.speakerInfo span.speaker {
	font-weight: bold;
	font-size: 120%;
	display: block;
}

body#popup div#fInner {
	width: 580px;
}




p.close {
	text-align: center;
}

p.close a {
	background: #199200;
	padding: 5px 10px;
	color: #FFF;
	text-decoration: none;
}

p.close a:hover {
	background: #21A200;
}


/* # content
---------------------------------------------------------------------------- */

div#content {
	float: none;
	width: auto;
}


div#content p#catch {
	margin-bottom: 20px;
}

div#content div.section h2 {
	margin: 0 0 4px 0;
	font-size: 120%;
	font-weight: bold;
}

div#content div.section {
	padding: 0;
}


/* # sidebar
---------------------------------------------------------------------------- */



/* # clearfix
---------------------------------------------------------------------------- */


/* # common classes
---------------------------------------------------------------------------- */
div#content p.pageTop {
	text-align: right;
	margin-bottom: 35px;
}

p.pageTop a {
	color: #333333;
	background: url(../regist/images/icon_pagetop.gif) no-repeat 0 4px;
	padding-left: 15px;
}