@charset "Shift_JIS";

@import url("../../../css/common.css");
@import url("../../../css/width.css");
@import url("../../../css/font.css");
@import url("../../../css/margin.css");
@import url("../../../css/style.css");



body{
	background-image:none;
	background-color:#fff;
	color:#333;
}


/*===========　ラッパー　==========*/
div#subWrapper {
	width: 600px;
	margin:0 auto;
	text-align: left;
}
div#subWrapper p{
	margin: 0 0 0.8em 0;
	font-size:93%;
	line-height:150%;
}


/*===========　ヘッダ　==========*/
div#subHeader {
	background: #FFF;
	border-top: 5px solid #1E4682;
	padding:10px 0;
	margin-bottom: 30px;
}


/*===========　フッタ　==========*/
div#footer {
	width: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/*===========　コピーライト　==========*/
div#footer #copyright {
	font-size: 90%;
	text-align: center;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4B6B9B;
}



h2 {
	font-size: 123.1%;
	font-weight: bold;
	color: #617DA8;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-image: url(../../../img/border_1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

dl.lead{
	margin: 0 0 30px 0;
	padding:0;
}
dl.lead dt{
	margin: 0 0 0.5em 0;
	padding: 20px 0 0 0;
	font-size:100%;
	line-height:130%;
	font-weight:bold;
	border-bottom:1px #999 solid;
}
dl.lead dd{
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size:100%;
	line-height:130%;
}


div.session{
	width:100%;
	margin-bottom:25px;
	padding-bottom:5px;
}
div.session div.captionBox{
	padding:5px;
	background-color:#eee;
}

div#subWrapper div.captionBox p{
	margin:0;	
}



div#excitedMethod{
	width:100%;
	margin: 0 0 30px 0;
	padding:5px 0;
	background-color:#d2dae6;
	background-color:#e0ebf5;
}
div#excitedMethod dl{
	margin: 0 10px;
	padding: 0;
}
div#excitedMethod dl dt{
	margin: 0 0 1em 0;
	padding:0;
	font-size:93%;
	line-height:130%;
	font-weight:bold;
}
div#excitedMethod dl dd{
	margin: 0 0 0.5em 10px;
	padding:0;
	font-size:93%;
	line-height:130%;
}
div#excitedMethod li{
	margin: 0 0 0.3em 0;
	padding: 0 0 0 10px;
}






