@charset "UTF-8";
/* CSS Document */

#topimage h1 {
	background-image:url(/ceat/e/img/top_image.png);
}


#headimage h1 {
	background-image:url(/ceat/e/img/head_image_bg.png);
/*
	background-color:#999;
*/
}


#news_area_title {
	margin:0;
	height:40px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-image:url(/ceat/e/img/top_news_bg.png);
}

#news_area_title ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	float:left;
}


#news_area_title ul li {
	margin:0;
	padding:0;
	height:40px;
	list-style:none;
	display:inline;
	float:left;
	border-right:1px solid #D9D9D9;
}

#news_area_title a {
	height:40px;
	display:block;
	text-indent:-9999px;
}

#news_area_title a:hover {
	background-image:url(/ceat/e/img/top_news_on.png);
}


a#na_topics {
	width:105px;
	background-position:center 0px;
	background-image:url(/ceat/e/img/top_news_on.png);
}

a#na_event {
	width:124px;
	background-position:center -40px;
	background-image:url(/ceat/e/img/top_news_off.png);
}

a#na_seminar {
	width:165px;
	background-position:center -80px;
	background-image:url(/ceat/e/img/top_news_off.png);
}

a#na_press {
	width:136px;
	background-position:center -160px;
	background-image:url(/ceat/e/img/top_news_off.png);
}


#news_area {
	margin: 0 0 18px 0;
	padding: 5px 15px;
	border:1px solid #CCCCCC;
	border-top:none;
	height:300px;
	overflow:auto;
}



#topics, #event, #seminar, #recruit {
	margin:0;
	padding:0;
}

#topics, #event, #seminar, #recruit {
	display:none;
}

#topics {
	display:block;
}

.goall {
	float:right;
	font-size:80%;
}

.goall a {
	padding-left:18px;
	background: url("/ceat/e/img/arrow_orange_off.png") no-repeat 0 center;
}

.goall a:hover {
	background: url("/ceat/e/img/arrow_orange_on.png") no-repeat 0 center;
}

.noborder {
	border:none;
}






dd.wn_news {
	background:url("/e/cmn/img/wn_news.png") no-repeat 0 0.5ex;
}

dd.wn_topics {
	background:url("/e/cmn/img/wn_topics.png") no-repeat 0 0.5ex;
}

dd.wn_recruit {
	background:url("/e/cmn/img/wn_recruit.png") no-repeat 0 0.5ex;
}

dd.wn_event {
	background:url("/e/cmn/img/wn_event.png") no-repeat 0 0.5ex;
}

dd.wn_press {
	background:url("/e/cmn/img/wn_press.png") no-repeat 0 0.5ex;
}



#topics dl, #recruit dl, #seminar dl {
	margin:0;
	padding:30px 0;
/*
	border-bottom: 1px dotted #AAAAAA;
*/
}

#topics dl dt, #recruit dl dt {
	float:left;
	width:8em;
	margin: 0;
	margin-bottom: 20px;
}

#seminar dl dt {
	float:left;
	width:11em;
	margin: 0;
	margin-bottom: 20px;
}


#topics dl dd {
	margin:0;
	margin-left:8em;
	margin-bottom:20px;
	padding-left:60px;
}

#recruit dl dd {
	margin:0;
	margin-left:8em;
	margin-bottom:20px;
}
#seminar dl dd {
	margin:0;
	margin-left:11em;
	margin-bottom:20px;
}



#event dl {
	margin:0;
	padding:20px 0;
	border-bottom: 1px dotted #AAAAAA;
}

#event dl dt {
	margin: 0;
	margin-bottom: 20px;
}

#event dl dt:before {
	content:"開催日 ";
}

#event dl dd {
	margin:0;
	margin-bottom:20px;
}



.end {
	color:#C00;
}




/* top inquery */
h4 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.2;
    margin: 50px 0 20px;
    padding: 0 0 5px 5px;
}

#p_column
{
	width: 630px;

	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	-o-column-count: 2;
	column-count: 2;

/*	-webkit-column-width: 250px;
	-moz-column-width: 250px;
	-ms-column-width: 250px;
	-o-column-width: 250px;
	column-width: 250px;*/

	text-align: justify;
	-webkit-text-justify: inter-ideograph;
	-moz-text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	-o-text-justify: inter-ideograph;
	text-justify: inter-ideograph;

	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	-ms-column-gap: 50px;
	-o-column-gap: 50px;
	column-gap: 50px;
}

#p_column_no
{
	width: 630px;

	-webkit-column-count: 1;
	-moz-column-count: 1;
	-ms-column-count: 1;
	-o-column-count: 1;
	column-count: 1;

	text-align: justify;
	-webkit-text-justify: inter-ideograph;
	-moz-text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	-o-text-justify: inter-ideograph;
	text-justify: inter-ideograph;

	text-indent: 1em;
	-webkit-text-indent: 1em;
	-moz-text-indent: 1em;
	-ms-text-indent: 1em;
	-o-text-indent: 1em;
}

#p_figure
{
	font-size: 11px;
	font-weight: bold;

	-webkit-column-count: 1;
	-moz-column-count: 1;
	-ms-column-count: 1;
	-o-column-count: 1;
	column-count: 1;

	text-align: justify;
	-webkit-text-justify: inter-ideograph;
	-moz-text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	-o-text-justify: inter-ideograph;
	text-justify: inter-ideograph;

	padding-left: 6px;
	padding-right: 6px;
}

#researcher .line
{
	font-size: 16px;
	color: #000000;
	background-color: #cccccc;
}

#researcher .name
{
	font-size: 25px;
}

#researcher .name a
{
	text-decoration: none;
	color: #6633FF;
}

#researcher .name a:link
{
	text-decoration: none;
	color: #6633FF;
}

#researcher .name a:visited
{
	text-decoration: none;
	color: #6633FF;
}

#researcher .name a:hover
{
	text-decoration: underline;
	color: #6633FF;
}

#researcher table
{
	width: 100%;
}

#researcher td
{
	width: 50%;
	valign: top;
	border-bottom: solid 1px #cccccc;
}
