@charset "UTF-8";

/* =========================================================================
 content.css
 （コンテンツ内要素の設定）

　目　次

　1.見出し
　2.段落
　3.リスト
　4.テーブル
　5.横罫線
　6.パンくずリスト
　7.ホーム
  8.コンテンツ
  9.サイトマップ
 10.お問い合わせ
 11.AORI画像アルバム
 12.研究人生もよやま話連載・大槌レポート連載・AORIスタッフ日誌連載
========================================================================= */

/* -------------------------------------------------------------------------
 1.見出し
------------------------------------------------------------------------- */
#content h2 {
	clear: both;
	color: #000;
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 9px 5px 14px 10px;
	border-top: 1px solid #CCC;
	border-bottom: 3px solid #00316C;
	line-height: 1.1;
	background: url(../images/base/h2_bg.gif) repeat-x left bottom #FFF;
}
#content h3 {
	clear: both;
	color: #000;
	font-size: 120%;
	font-weight: bold;
	margin: 20px 5px 10px;
	padding: 8px 5px 8px 26px;
	background: url(../images/base/h3_bg.gif) no-repeat left bottom #FFF;
	border: 1px solid #CCC;
	line-height: 130%;
}
#content h4 {
	clear: both;
	color: #000;
	font-size: 110%;
	font-weight: bold;
	margin: 15px 8px 10px;
	padding: 6px 5px 6px 22px;
	border-bottom: 1px solid #CCC;
	background: url(../images/base/h4_bg.gif) no-repeat left center #FFF;
}

/* -------------------------------------------------------------------------
 2.段落
------------------------------------------------------------------------- */
#content p {
	margin: 0 10px 1em;
	line-height: 180%;
}

/* -------------------------------------------------------------------------
 3.リスト
------------------------------------------------------------------------- */
#content ul {
	margin: 10px 10px 20px 20px;
	line-height: 1.3;
}
#content ul li {
	margin-bottom: 1px;
	padding: 1px 0 7px 14px;
	list-style: none;
	background: url(../images/base/li_bg.gif) no-repeat 0 5px;
}

#content ol {
	margin: 10px 10px 12px 38px;
	line-height: 140%;
}

/* -------------------------------------------------------------------------
 4.テーブル
------------------------------------------------------------------------- */
#content table {
	clear: both;
	margin: 0 10px 15px;
	border-collapse: collapse;
	border: 1px solid #CCC;
	border-spacing: 0;
	empty-cells: show;
	line-height: 1.1;
	width: 690px;
	overflow: auto;
}
#content caption {
	font-size: 110%;
	text-align: center;
	padding: 0 0 10px;
	font-weight: bold;
}
#content th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	background: #F4F4F4;
	border: 1px solid #CCC;
}
#content td {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #CCC;
}

/* 4-1 スタッフ紹介
---------------------------------------------------------------------- */

#content table.staffTable {
	line-height:130% !important;
	font-size:90%;
	margin-top: 15px;
	border: none;
	clear: none;
}
#content table.staffTable th {
	background-color:#FDFDFD!important;
	border: none;
	border-top: solid #CCC 1px!important;
	border-bottom: solid #CCC 1px!important;
	text-align: left;
	padding: 10px 20px;
}
#content table.staffTable {
	border-collapse: separate;
}

#content table.staffTable td {
	background-color:#EFEFEF;
	border: none;
	border-top: solid white 2px!important;
	padding: 8px 3px;
	line-height: 110%;
}
#content table.staffTable caption {
	background-color:#00469b;
	color:#FFFFFF;
	font-weight: 500;
	border: none; 
	padding: 8px 3px;
}
#content table.staffTable td.memo {
	background-color:#FFFFFF;
	font-weight: 300;
	border: none; 
}

#content table.table1 {
	width: 205px;
}
#content table.table2 {
	width: 310px;
}
#content tr.support {
	margin-top: 2px;
}
#content .support td {
	border-top: solid blue thin;
}
#content table.mgnRit10 {
	margin-right: 7px;
}
#content table.staffTable001 {
	line-height:130% !important;
	font-size:85%;
	width: 600px;
	margin-top: 15px;
}
#content table.staffTable001 td {
	background-color:#EEEEEE;
	border-top: solid white 1px;
	padding-top: 3px;
}
#content table.staffTable001 td.staffTitle {
	background-color:#00469b;
	color:#FFFFFF;
	font-weight: 300; 
}



/* -------------------------------------------------------------------------
 5.横罫線
------------------------------------------------------------------------- */
#content hr {
	height: 0;
	margin: 0 8px 15px;
	padding: 0 0 5px;
	border: none;
	border-bottom: 1px dotted #DDD;
}

/* -------------------------------------------------------------------------
 6.パンくずリスト
------------------------------------------------------------------------- */
div#breadcrumbs{
	padding:0px 18px 13px;
	font-size: 100%;
	width: 943px;
	margin: 0 auto;
	text-align: left;
}

/* -------------------------------------------------------------------------
 7.ホーム
------------------------------------------------------------------------- */

/* 7-1 NEWS
---------------------------------------------------------------------- */
div#nLeft{
	float:left;
	line-height:120%;
	width: 342px;
}

div#nNews{
	position: relative;
}

#content div#nNews h2{
	font-size: 120%;
	margin: 0 0 7px 0;
	background: none;
	padding: 0;
	margin: 0;
	border: none;
}

#content div#nNews p.more{
	position: absolute;
	right: 5px;
    top: 4px;
}

#content div#nNews p{
	margin:0;
	/*padding:0;*/
}

#content #nNews ul li{
	background: none repeat scroll 0 0 transparent;
    padding: 8px 0px;
	list-style: none;
	border-bottom: 1px dotted #BBB;
	line-height: 150%;
}

#content #nNews ul.recruit li{
    padding: 8px;
}

#content #nNews ul li img{
	margin: 2px 5px -4px 0;
    vertical-align: baseline;
}

#content #nNews ul#news-more{
	border: none;
	padding: 2px 0 10px;
	width: 333px;
	margin: 10px 0 0 2px;
}
#content #nNews ul#news-more li{
	float: left;
	padding: 0 0 0 0;
	margin: 0 4px 0 0;
	border: none;
	line-height: 150%;
	min-height: 22px;
}

p.newsDate{
	background-image:url("../images/common/arrow.gif");
	background-repeat:no-repeat;
	background-position:left center;
	padding:5px 5px 0 15px;
	float:left;
	line-height:1.3em;
}
p.newsContent{
	padding:5px 0 0 15px;
	line-height:1.3em;
}

/* 7-2 ピックアップ
---------------------------------------------------------------------- */

div#pick-up-wrap{
	width: 342px;
	margin: 0 0 10px 0;
}

#content #pick-up-wrap h2{
	background: none;
	padding: 0;
	margin: 0;
	border: none;
}

div#pick-up-wrap #pick-up{
	padding: 5px;
	background: url("../images/base/pick_bg.png") bottom no-repeat;
	overflow: hidden;
	clear: both;
	display: block;
	margin: 0;
}

#pick-up-wrap #pick-up p{
	margin: 0 0 5px 0;
	display: block;
}

#pick-up-wrap #pick-up p img{
	padding: 2px 10px;
}

#pick-up-wrap #pick-up ul {
    line-height: 1.3;
    margin: 0 10px 7px 3px;
}

#pick-up-wrap #pick-up ul li {
    background: url("../images/base/li_bg.gif") no-repeat scroll 0 5px transparent;
    list-style: none outside none;
    margin-bottom: 1px;
    padding: 1px 0 7px 14px;
}


div#pick_up h2{
	font-size: 120%;
	margin: 0 0 7px 0;
	background: none;
}

#pick-up-wrap #pick-up div.wcv-floatbox-left{
	margin: 0 6px 6px;
	line-height: 1.3;
	text-align: left;
	clear: both;
	overflow: hidden;
	display: block;
	width: 320px;
}

#pick-up-wrap #pick-up div.wcv-centerbox div.wcv-centerimg-l,
#pick-up-wrap #pick-up div.wcv-leftbox div.wcv-centerimg-l {
	width: 49%;
	float: left;
	margin-right: 5px;
}

/*回り込み解除・フロートクリア*/
 .clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#pick-up-wrap .clearfix:after,
#pick-up-wrap .BoxPageTop:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#pick-up-wrap .clearfix,#content .BoxPageTop { display: inline-block; }
#pick-up-wrap .clearfix,#content .BoxPageTop { display: block; }


#pick-up-wrap #pick-up .wcvimg-floatleft {
	float: left;
	margin-right: 7px;
}

#pick-up-wrap #pick-up .wcvleft {
	text-align: left;
}


/* 7-3 学術ニュース＆トピックス
---------------------------------------------------------------------- */
div#nCenter{
	float:right;
	width: 403px;
}

#nCenter #topics-wrap{
	position: relative;
}

#nCenter #topics-wrap h2{
	background: none repeat scroll 0 0 transparent;
    font-size: 120%;
    margin: 0 0 3px 0;
	background: none;
	padding: 0;
	margin: 0;
	border: none;
}
div#topics-wrap p.more{
	position: absolute;
	right: -5px;
    top: 4px;
}

#nCenter #topics-wrap #topics{
	line-height:120%;
	width: 403px;
}

#nCenter #topics-wrap #topics .topics-detail{
	padding: 7px 8px;
	background: url("../images/base/topics_bg.png") no-repeat bottom;
	border: 1px solid #CDCDCD;
	margin: 4px 0;
	width: 385px;
}

#nCenter #topics-wrap #topics .topics-detail p{
	margin: 0;
	padding: 0;
}

#nCenter #topics-wrap #topics .topics-detail .topics-top{
	clear: both;
	overflow: hidden;
	display: block;
	width: 383px;

}

#nCenter #topics-wrap #topics .topics-detail .topics-top .img{
	float: left;
	border: 1px solid #C1C1C1;
	padding: 3px;
	margin: 0;
}
#nCenter #topics-wrap #topics .topics-detail .topics-top .topics-right{
	float: right;
	width: 225px;
	margin: 0 0 0 7px;
}
/*
#nCenter #topics-wrap #topics .topics-detail .topics-right p.title {
	font-size: 120%;
	font-weight: bold;
	margin: 15px 0 0;
	line-height: 110%;
}

#content .topics-detail .topics-right p.title a:link{
	text-decoration: none;
}

#nCenter #topics-wrap #topics .topics-detail .topics-right p.title img{
	margin: 3px 7px 0 2px;
}

*/

#content #nCenter #topics-wrap #topics .topics-detail .topics-right p.name{
		text-align: right;
		margin: 5px 0;
}

#content #nCenter #topics-wrap #topics .topics-detail .topics-right p.cate{
	text-align:right;
	clear: both;
	margin: 1px 0 0 0;
	line-height: 110%;
}

#content #nCenter #topics-wrap #topics .topics-detail .topics-right p.date{
	text-align:right;
	clear: both;
	margin: 6px 0 0 0;
	line-height: 110%;
}

#nCenter #topics-wrap #topics .topics-detail .detail{
		clear: both;
		margin: 10px 0 0;
		line-height: 150%;
		overflow: hidden;
}

#nCenter #topics-wrap #topics .topics-detail .detail p.title {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 13px;
	line-height: 110%;
	padding: 0 4px;
}

#nCenter #topics-wrap #topics .topics-detail .detail p.title a:link{
	text-decoration: none;
}

#nCenter #topics-wrap #topics .topics-detail .detail p.title img{
	margin: 3px 7px 0 2px;
}

#nCenter #topics-wrap #topics .topics-detail .next{
	float: right;
	padding: 1px 5px 4px 18px;
	margin: 6px 0 3px;
	background: url("../images/base/next.png") no-repeat 0 center;
		
}

/* 7-3 バナー
---------------------------------------------------------------------- */
div#nRight{
	float:right;
	height:100%;
	width:180px;
	background: none;
	padding: 8px 0 0;
}

#nRight p{
	margin: 0 10px 8px;
	text-align: center;
}

.left {
    float: left;
}

div.dtlContent {
    clear: both;
    margin-bottom: 20px;
}

div.dtlContent p {
    line-height: 180%;
    margin-bottom: 30px;
}
.mgnBtm20 {
    margin-bottom: 20px;
}

.clear {
    clear: both;
}
/* -------------------------------------------------------------------------
 8.コンテンツ
------------------------------------------------------------------------- */
/* 8-1 NEWS
---------------------------------------------------------------------- */
#content div#nNews{
	position: relative;
}

#content #nNews ul {
    margin: 0 5px 23px 5px;
}

#nContent #nNews ul {
    margin: 0 5px 2px 5px;
}

/* 8-2 研究活動
---------------------------------------------------------------------- */
#content div.nKei {
    border: 1px solid #CCCCFF;
	margin: 5px 3px 5px 0;
	padding: 5px;
}

#content div.nKei div.nSoshikiLink {
    border: 1px solid #DDDDDD;
    padding: 3px 2px 0 6px;
}

#content div.nSoshikiLink {
    border: 1px solid #C8C8C8;
    color: #666666;
	margin: 7px 0;
    padding: 2px 2px 0 6px;
}

#content div.nBumon2 {
    color: #000000;
    font-size: 100%;
    line-height: 1.8em;
}

#content div.nBunya {
    margin: 1px 1px 1px 0;
    font-size: 95%;
}

#content div.dtlContent P.noMarP {
    line-height: 180%;
    margin: 4px 4px 4px 6px;
}

/* 8-3 学術ニュース＆研究トピックス
---------------------------------------------------------------------- */
#content div#nNews ul.topics-content{
	margin: 0 0 20px;
}

#content div#nNews ul.topics-content li.topics{
	width: 698px;
	padding: 0 0 5px 3px;
	margin: 0 0 6px 0;
}

#content div#nNews ul.topics-content li.topics div.topics-detail{
	width: 520px;
	float: left;
}

#content div#nNews ul.topics-content li.topics div.topics-detail p.title{
	font-size: 110%;
	font-weight: bold;
	line-height: 150%;
	margin: 3px 0 15px;
}

#content div#nNews ul.topics-content li.topics div.topics-detail p.title img{
	vertical-align: bottom;
	margin: 0 7px 3px 3px;;
}

#content div#nNews ul.topics-content li.topics img{
	margin: 0 6px 6px 0;
}

#content div#nNews ul.topics-content li.topics div.topics-detail p.title a{
	text-decoration: none;
}

#content div#nNews ul.topics-content li.topics div.topics-detail p.title a:hover{
	text-decoration: underline;
}

/* 8-4 書籍紹介
---------------------------------------------------------------------- */
#content div.book-wrap{
	clear: both;
}

#content div.book{
	margin: 0 0 10px;
	padding: 3px 0 10px 0;
	border-bottom: 1px dotted #CCC;
	width: 100%;
}

#content div.book img{
	float: left;
	padding: 5px;
	margin: 0 0 0 20px;
}

#content div.book .book-right{
	float: right;
	width: 530px;
	margin: 2px 15px 0 0;
}

#content div.book .book-right p{
	
}

#content div.book .book-right .text{
	margin: 0 0 25px 0;
	padding: 7px 0 0 0;
	font-size: 110%;
}

#content div.book .book-right .text p{
	line-height: 110%;
	margin: 0 10px 8px;
}

#content div.book .book-right .text-small {
	margin: 0 0 10px 0;
	display: block;
	clear: both;
}

#content div.book .book-right .text-small p{
	line-height: 140%;
	font-size: 95%;
	margin: 0 10px 6px;
}

/* 8-5 要覧・年報
---------------------------------------------------------------------- */
#content table.tableLine01{
	margin-right: 30px;
	padding: 5px 10px;
}

#content table.tableLine01 td{
	padding: 7px 10px;
}

#content table.tableLine01 th{
	padding: 9px 10px;
}

#content .mgnLft30{
	margin-left: 30px;
}

/* -------------------------------------------------------------------------
 9.サイトマップ
------------------------------------------------------------------------- */
#content h3.sitemap{
	background: url("../images/base/sitemap.gif") no-repeat scroll 3px 9px #FFFFFF;
	border: none;
	border-bottom: 2px solid #CCC;
	padding: 5px 5px 5px 25px;
	font-size: 110%;
}

#content ul li.sitemap-dir{
	background: url("../images/base/side_li_li_li_a.gif") no-repeat left center;
	border-bottom: 1px solid #CCC;
	padding: 1px 1px 5px 14px;
	margin: 0 0 5px 0;
}
/* -------------------------------------------------------------------------
 10.お問い合わせ
------------------------------------------------------------------------- */
#content-wide #content{
	width: 940px;
}



/* -------------------------------------------------------------------------
 11.AORIアルバム
------------------------------------------------------------------------- */
/* -- 低画質の画像アルバムのサムネイル一覧 -- */
#content #thumbnails {
	width: 700px;
	overflow: hidden;
	margin: 0 auto;
	padding: 11px 0 6px;
	_padding-bottom: 17px;
	border: 1px solid #CCC;
}
#content #thumbnails p {
	float: left;
	overflow: hidden;
	margin: 5px 0 5px 12px;
	_margin-left: 8px;
	position: relative;
	width: 160px;
	height: 160px;
	overflow: hidden;
}
#content #thumbnails p a img {
	position: absolute;
	width: 160px;
	height: 160px;
	margin: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
}
#content #thumbnails p img {
/*	width: 275px;
	height: auto;*/
/*	width: 220px;
	height: 220px;*/
	width: 170px;
	height: 180px;
	text-align: center;
/*	margin-left: -40%;
	margin-top: -10%;*/
/*	margin-left: -25%;
	margin-top: -15%;*/
	margin-left: -6%;
	margin-top: -10%;
}
/* -- 高画質の画像アルバムのサムネイル一覧 -- */
#content #hi-thumbnails {
	width: 700px;
	overflow: hidden;
	margin: 0 auto;
	padding: 5px 0 0;
	border: 1px solid #CCC;
}

#content #hi-thumbnails p {
	float: left;
	margin: 0;
	padding: 0 0 5px 11px;
}
#content #hi-thumbnails p img {
	width: 160px;
	height: 160px;
}
/* -- ページング -- */
#content #thumbnails-wrap .page_navigation {
	text-align: center;
}
#content #thumbnails-wrap .page_navigation a {
	display: inline-block;
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #9BB2C7;
	margin: 10px 3px 0;
	text-decoration: none;
}
#content #thumbnails-wrap .page_navigation a.previous_link {
	margin-right: 15px;
}
#content #thumbnails-wrap .page_navigation a.next_link {
	margin-left: 15px;
}
#content #thumbnails-wrap .page_navigation a.page_link {
	margin-left: 3px;
	margin-right: 3px;
}
#content #thumbnails-wrap .page_navigation a:visited,
#content #thumbnails-wrap .page_navigation a:link {
	color: #00316C;
}
#content #thumbnails-wrap .page_navigation a.active_page,
#content #thumbnails-wrap .page_navigation a:hover {
	background-color: #00306E;
	color: #FFF;
}

/* -- 画像アルバム詳細ページ -- */
#content #previewarea {
	max-width: 600px;
	max-height: 450px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width : expression( document.body.clientWidth > 600 ? '600px' : 'auto' );
	height : expression( document.body.clientWidth > 450 ? '450px' : 'auto' );
}
#content #previewarea p {
	margin: 0;
	overflow: hidden;
	width : expression( document.body.clientWidth > 600 ? '600px' : 'auto' );
	height : expression( document.body.clientWidth > 450 ? '450px' : 'auto' );
}
#content #previewarea p img {
	overflow: hidden;
}


#content #previewarea p.watermark {
	position: absolute;
}
#content #previewarea p.watermark img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
}
#content .album-infomation {
	margin-top: 30px;
}
#content .album-infomation table {
	margin-left: 0;
}
#content .album-infomation p,
#content .album-infomation ul,
#content .album-infomation ul li {
	margin: 3px 10px;
}
#content .album-infomation table th {
	width: 30%;
}

/* -- CMSKIT専用 -- */
/* ページ編集画面にてサムネイル画像を小さく表示する */
#wcv_sys_content #previewarea {
	max-width: 100%;
	max-height: 100%;
}
#wcv_sys_content #previewarea p > img {
	display: none;
} 
#wcv_sys_content #hi-thumbnails p {
	/* ie8 and below */
	width: 164px\9;
	height: 164px\9;
}
#wcv_sys_content #hi-thumbnails > div {
	display: inline-block;
	height: auto;
	zoom: 1;
}
#wcv_sys_content #hi-thumbnails > div > div {
	/* ie8 and below */
	float: left\9;
}
#wcv_sys_content #hi-thumbnails input[type=image] {
	max-width: 160px;
	max-height: 160px;
}
/* ブロック編集画面にてサムネイル画像を小さく表示する */
.wcv_sys_edit_blockeditarea_rightcolumn_blockarea img {
	max-width: 160px;
	max-height: 160px;
}


/* -------------------------------------------------------------------------
 12.研究人生もよやま話連載・大槌レポート連載・AORIスタッフ日誌連載
------------------------------------------------------------------------- */
#content .column_update ul li span,
#content .otsuchi_report_update ul li span,
#content .staff_update ul li span {

	padding: 0 10px 0 5px;
}
#content .column_update ul li img,
#content .otsuchi_report_update ul li img,
#content .staff_update ul li img {
	vertical-align: top!important;
	margin: 4px 5px 0 5px!important;
}
#content h2 .no {
    margin: 0px 10px 0px 0px;
}
