@charset "utf-8";

/* ****************************************************
Title: top.css
Created: 2010-06-07
Last Modified: 2010-06-07
Editor(s): nishio
Last Editor: nishio
***************************************************** */


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

# General Elements
# content
# sidebar
# clearfix
# common classes

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


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


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

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

div#content div.section h2 {
	margin: 0 -20px 15px;
}

div#content div.section {
	padding-left: 20px;
	padding-right: 20px;
}

div#content div#purpose {
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	padding: 0;
}

div#content div#purpose h2 {
	margin-left: 0;
	margin-right: 0;
}

div#content div#purpose div.sectionInner {
	border: 1px solid #fff;
	padding: 18px;
	zoom: 1;
}

div#content div#outline ul.bnrList {
	float: right;
	margin-bottom: -5px;
	position: relative;
}

div#content div#outline ul.bnrList li {
	margin-bottom: 5px;
}

div#content div#outline ul.bnrList li a img {
	border: 2px solid #e8e8e8;
}

div#content div#outline dl {
	margin: 0 -20px;
}

div#content div#outline dl dt {
	padding-left: 20px;
}

div#content div#outline dl dd {
	background: url(../common/images/bg_bd_dot.gif) repeat-x left bottom;
	margin: -1.5em 0 4px;
	padding: 0 20px 4px 124px;
}

div#content div#outline dl dd.last {
	background-image: none;
}

div#content div#seminar table {
	margin: 0 -20px;
	width: 746px;
}

div#content div#seminar table td {
	background: url(../common/images/bg_bd_dot.gif) repeat-x left bottom;
	padding: 4px 20px;
}

div#content div#seminar table td span {
	background: url(../common/images/ico_square.gif) no-repeat 0 0.25em;
	display: block;
	padding-left: 20px;
}

div#content div#contact h3 {
	font-size: 143%;
}

div#content div#sponsorsArea.section {
	border: 1px solid #199200;
	padding: 0px;
}
div#content div#sponsorsArea.section div.sectionInner {
	border: 1px solid #fff;
	padding: 18px 0px 18px 18px;
	zoom: 1;
	background: #199200; 
}
div#content div#sponsorsArea.section div.sectionInner ul {
	width: 716px;
	margin-right: -8px;
	overflow: hidden;
}
div#content div#sponsorsArea.section div.sectionInner ul li {
	float: left;
	color: #FFF;
	text-align: center;
	width: 230px;
	margin-right: 8px;
}

div#content div#sponsorsArea.section div.sectionInner h2 {
	margin: 0 0 10px 0;
}

div#content p#kokuchi span {
	background-color:#FFFFFF;
	padding: 3px 5px 3px 5px;
	border-style:solid;
	border-color:#e8f4e5;
	border-width:thin;
	font-size:85%;
}


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



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



div#content div#sponsorsArea.section div.sectionInner:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#content div#sponsorsArea.section div.sectionInner {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html div#content div#sponsorsArea.section div.sectionInner {
	height: 1%;
}
div#content div#sponsorsArea.section div.sectionInner {
	display: block;
}
/* End hide from IE-mac */


/* # common classes
---------------------------------------------------------------------------- */


