@charset "shift_jis";

/* =======================================

	Style CSS

======================================= */

body #contents p,
body #contents dt,
body #contents dd,
body #contents li,
body #contents th,
body #contents td {
	line-height: 1.429;
	font-size: 92.4%;
}

body #contents h2 {
	line-height: 1;
	padding-left: 0;
	background: none !important;
}

/* Main Visual
======================================= */
body #mainVisual {
	position: relative;
	clear: both;
	width: 960px;
	height: 151px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

body #mainVisual ul {
/*	width: 100%;*/
	height: 151px;
	float: left;
	display: inline;
	overflow: hidden;
}

body #mainVisual ul li {
	width: 210px;
	height: 151px;
	float: left;
	display: inline;
	overflow: hidden;
}

body #mainVisual ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

body #mainVisual ul {
	display: inline-block;
	overflow: hidden;
}

/* Topics Unit
======================================= */
body #topicsUnit {
	margin-bottom: 25px;
	padding: 10px;
	background-color: #deead1;
}

body #topicsUnit h2 {
	margin-bottom: 10px;
}

/* Information Unit
======================================= */
body #informationUnit {
	margin-bottom: 30px;
}

body #informationUnit h2 {
	margin-bottom: 10px;
}

/* Event and Seminer Unit
======================================= */
body #eventAndSeminerUnit {
	margin-bottom: 1em;
	padding: 7px;
	background: url(images/bg_box.gif);
}

body #eventAndSeminerUnit .inner {
	position: relative;
	padding: 10px 0 15px;
	background-color: #FFF;
}
*:first-child+html #eventAndSeminerUnit .inner {
	padding-left: 170px;
}

body #eventAndSeminerUnit .inner h2 {
	position: absolute;
	top: 27px;
	left: 0;
	padding-left: 10px;
	border-left: 10px #126334 solid;
	background: none;
}

body #eventAndSeminerUnit .inner iframe {
	margin: 10px 0 0 170px;
}
*:first-child+html #eventAndSeminerUnit .inner iframe {
	margin-left: 0;
}
