@charset "UTF-8";
/*

2009年6月設定、ランディングページ用CSS




*/


body {
	background-image: none;
	background-color: #f4f4f4;
}

#Wrapper {
	background-color: #FFF;
	height: 100%;

}

#LandingHeader {
	height: 74px;
}

#LandingPicture {
	background-color: #fff;
	height: 409px;
}

#LandingContents {
	background-repeat: no-repeat;
	padding-top: 0px;
	font-size: 90%;
	margin: 0;
}
#LandingContents h3 {
	border: 1px solid #e5e5e5;
	padding: 0.2em 0.2em 0.2em 20px;
	margin: 20px 40px 20px 30px;
	background-image: url(../images/landing_images/bg_h3.gif);
	background-position: left center;
	font-weight: bold;
	font-size: 120%;
}
#LandingContents p {
	line-height: 1.5;
	margin: 10px 40px;
}
#LandingContents h4 {
	padding: 0.5em;
	display: block;
	font-weight: bold;
	color: #063;
	font-size: 130%;
	padding-left: 1em;
}

#LandingContents h4.h4eow {
	border: 1px solid #e5e5e5;
	padding: 0.2em 0.2em 0.2em 20px;
	margin: 20px 40px 20px 30px;
	background-image: url(../bg_images/bg_headline_batic.gif);
	background-position: left center;
	font-weight: bold;
	font-size: 120%;
}

div.PickUpTop {
	background-image: url(../images/landing_images/bg_pickuptop.gif);
	height: 10px;
	width: 700px;
	margin: 0 0 0 40px;
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
}
div.PickUpBottom {
	background-image: url(../images/landing_images/bg_pickupbottom.gif);
	height: 10px;
	width: 700px;
	margin: 0 0 0 40px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: top;
}

div.PickUp {
	margin: 0 0 0 40px;
	width: 700px;
	background-image: url(../images/landing_images/bg_pickupbody.gif);
	background-repeat: repeat-y;
	font-size: 90%;
	padding-bottom: 20px;
}
#LandingContents div.PickUp p {
	line-height: 1.5;
	margin: 10px 20px;
	clear: both;
}

#LandingFooter {
	width: 800px;
	padding: 30px 0 20px 0;
	background-color: #ffffff;
	border-bottom: 3px solid #6c211b;
	margin: 0 auto;
}

#LandingFooter p {
	text-align: left;
	margin-left: 40px;
	color: #999;
	font-size: 70%;
}

ul.seminar-schedule-eow {
	margin-left: 50px;
	margin: 10px 50px;
	font-size: 90%;
	float: left;
}
ul.seminar-schedule-eow li {
		list-style-type: disc;
}

