/* CSS Document */

/* 共通CSS */


#contents_area {
	width: 680px;
	color:#333333;
	font-size:80%;
	line-height:150%;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}


/* タイトル */
h2#title {
	width: 680px;
	height: 95px;
}

h3#s_title {
	width: 680px;
	padding: 0px 0px 20px 0px;
}

h4 {
	font-weight:bold;
	font-size: 100%;
	margin-bottom: 10px;
	border-left: 1em solid #E50014;
	padding-left: 5px;
	line-height: 150%;
/*
	padding: 5px 10px;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 5px solid #000099;

*/
}


/* ナビ */
#subnavi {
	float:left;
	width:140px;
	
}

#subnavi li {
	display: block;
	margin-bottom:5px;
	padding:5px;
	list-style:none;
	height: 20px;
	border-left: #0055AA solid 3px;
	text-indent: 5px;
	background-color:#EEF7FF;
}

#subnavi li.active {
	border-left: #E50014 solid 3px;
	background-color: #FFD7D7;
}

/* 本文 */
#honbun {
	width: 525px;
	margin: 0px 0px 0px 15px;
	float:left;
}


.catch {
	background-color: #FFFFEA;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 15px 0px;
	padding: 15px;
	line-height: 180%;
	text-indent: 1em;
/*
	width:300px;
*/
}
.notes {
	margin: 0px 0px 20px 0px;
	line-height: 120%;
	padding:0 15px 15px 15px;
	font-size:90%;
/*
	width:300px;
*/
}


#honbun table {
	margin-bottom: 20px;
	border-collapse: collapse;
		
}
.a_right {
	text-align: right;
}


#honbun table th, #honbun table td {
	font-size: 100%;
	vertical-align: top;
	border-bottom:  dotted #CCCCCC 1px;
/*
	padding: 10px 10px;
*/
}

#honbun table th {
	text-align: left;
	white-space: nowrap;
	font-weight: bold;
	background: transparent url(/j/common/img/link_arrow.gif) no-repeat scroll 10px 1.4em;
	padding: 10px 10px 10px 20px;
/*
	background-color: #EEEEEE;
	border-right: double #333333 3px;
*/
}

#honbun table td {
	padding: 10px 10px;
	/*
*/
}


#honbun table.details {
	background: #FFFFFF;
	border: solid #CCCCCC 1px;
}



#honbun table.details th {
	background: none;
	background-color: #EEEEEE;
	text-align: left;
	padding: 10px;
}

#honbun table.details td {
	border-left: solid #EEEEEE 1px;
}

#honbun table.details .rightdouble {
	border-right: double #CCCCCC 3px;
	width:20%;
	white-space: nowrap;
	font-weight: normal;
}

#honbun table.details .leftsingle {
	border-left: solid #CCCCCC 1px;
}



#honbun table strong {
	font-weight: bold;
	color: ##333333;
}


#honbun dl dt {
	clear: both;
	float: left;
}

#honbun dl dd {
	margin-left: 2em;
} 


/* 講演者プロフィール */
.profile{
	padding: 10px 0px 0px 0px;
	margin-bottom:10px;
	border-top:#CCCCCC solid 1px;
	clear:left;
}


.profile h4{
	font-weight:bold;
	font-size:100%;
	margin-bottom: 10px;
	border-left: 0em ;
	padding-left: 0px;
	line-height: 150%;
}


/* 地図 */
.map{
	margin:30px 0px;
}
#honbun .details ol {
	margin-left: 20px;
}
.theme {
	background-color: cc9999;
}
p.indent {
	text-indent: 1em;
	padding-left: 1em;
}
p.indent-nomargin {
	text-indent: 1em;
	padding-left: 1em;
	margin-bottom: 1em;
}
p.noindent {
	text-indent: 1em;
	margin-bottom: 0px;
}

