@charset "utf-8";

/* =================================================
 * Theme Name: ------ theme
 * @Description: -----------
 * @Version: 1.0
 * @date: Jan 20, 2011
 * @Author: fourier
 * @copyright (c) 2010	FOURIER Inc. (fourier.jp)
 * ================================================= */

/* ***************************************************************************
 *
 * CSS初期化設定
 *
 * ************************************************************************* */
* { margin: 0; padding: 0; }
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,select,textarea,p,
blockquote,table,th,td { margin:0; padding:0; vertical-align: baseline; }
table { border-collapse:collapse; border-spacing:0; line-height:1.6; }
fieldset,img,abbr,acronym { border:none; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
img, a { text-decoration: none; vertical-align:top; }

#content ul a:hover,
#content ul a:active  {
	color: #333;
	border-bottom:none;
}
strong { font-weight:bold; }
hr {
	margin:10px 0; padding:0;
	border-top:1px solid #cccccc;
}
tr.LineCycle { background:#eee; }
.clear { clear:both; }

.clearfix:after { content: ""; display: block; clear: both; }
.clearfix { zoom:1; }

span.debug { color:red; font-weight:bold; }

/* ***************************************************************************
 *
 * COMMON
 *
 * ************************************************************************* */

html , body {
  height:100%;
	background: url(../images/common/container-bg.gif) repeat-y left top;
}

html {font-size: 62.5%;}

body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px; 
	font-size: 1.4rem;
	letter-spacing:0.08em;
	color:#222;
}

a:link,a:visited{
	text-decoration:underline;
	color:#222;
}
a:hover,a:active{
	text-decoration:none;
	color:#222;
}
div#content a:link,div#content a:visited{
	text-decoration:underline;
	color:#2a4478;
}
div#content a:hover,div#content a:active{
	text-decoration:none;
	color:#2a4478;
}

a:hover,a:active img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

#container{
	overflow: hidden;
		margin:0;
		text-align:left;
		width: 940px;
		_height:100%;
		padding-left: 40px;
}
#container:after{
	display: none;
}
div#leftCol {
	float:left;
	width:160px;
	_height:100%;
	min-height:100%;
	padding:20px 10px;
	text-align:left;
}
h1#logo a{
	width: 158px;
	height: 50px;
	float: left;
	text-indent: -9999px;
	background: url(../images/common/logo.gif) no-repeat;
	margin-bottom: 20px;
}

body > #rightCol {height:auto;}
div#rightCol {
	float:left;
	_height:100%;
	min-height:100%;
	width:720px;
	text-align:left;
	padding-top: 20px;
}

div#banners {
	margin-top:30px;
	text-align:right;
}

div#Junior {
	border:1px solid #ccc;
	width:200px;
}

div#description {
	float:left;
	padding-left:30px;
	color:#666;
	font-size: 12px;
}
div#language {
	float:right;
	padding:0;
}
div#language a{
	margin-left: 20px;
	padding:0 0 0 15px;
	background: url(../images/common/arrow.png) no-repeat left center;
	font-size: 12px;
}

#content{
	width:690px;
	padding:20px 30px;
	clear:both;
	margin-top:10px;
}

#footer{
	margin:30px 0 0 0;
	padding:0 0 30px 30px;
	letter-spacing:0;
	font-size:12px;
	line-height:1.2;
}
#pagetop { text-align:right; }
#pagetop a{ 
	display:inline-block;
	padding-left:15px;
	background: url(../images/common/arrow_t.png) no-repeat left 5px;
}
#pagetop a:hover{ background-position:left 4px; }

#copyright{
	margin:5px 0 0 0;
	padding:10px 0 0 0;
	border-top: 1px solid #ddd;
}
p.copyright{
	color:#999;
	font-size:12px;
	margin-top: 5px;
}

p.notice {
	font-size:12px;
}
p.notice span {
	color:red;
}

div#navigation ul {
	clear: both;
	text-align:left;
	margin-left: 5px;
}
div#navigation ul li {
	padding:8px 0 8px 10px;
	list-style-type: none;
	background: url(../images/common/arrow.png) no-repeat left 12px;
	/* font-size:14px; */
}
div#navigation ul li ul {
	margin-top:5px;
	margin-left:15px;

}
div#navigation ul li ul li {
	padding:3px 0 3px 0px;
	background: none;
	list-style-type: disc;
}

ol.decimal { list-style: decimal inside; }
ol.decimal li{ padding: 3px 0; }

/*
.top20 { margin-top: 20px; }
.top40 { margin-top: 40px; }
.right20 { margin-right: 20px; }
.bottom5 { margin-bottom: 5px; }
*/

ul.disc { list-style: disc outside; margin-left: 23px; }
dl.notice { margin: 0; padding: 0; }
dl.notice dt{ width: 18px; float: left; }
dl.notice dd{ margin: 0 0 0 18px; padding: 0; }



/* #content * ─────────────────*/



#content{ position:relative; overflow:hidden; }
#content .section{ 
	clear:both;
	overflow:hidden;
	width:660px;
	margin-bottom:15px;
	padding-left:5px;
}
#content .columnL,
#content .columnR 	 { width: 320px; }
#content .columnLC,
#content .columnCC,
#content .columnRC	 { width: 210px; }
#content .columnCC	 { float: left;  padding:0; }
#content .columnL,
#content .columnLC	 { float: left;  clear: left;  }
#content .columnR,
#content .columnRC	 { float: right; clear: right; padding:0; }
/* headline */
#content h1 {
	margin-bottom:15px;
	padding:17px 15px;
	border:3px double #ccc; 
	border-left:none; border-right:none;
	font-family:"ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体", serif;
	font-size:20px;
	font-weight:bold;
}
#content h2 {
	position:relative;
	left:-30px;
	margin:15px 0;
	padding-left:30px;
	background: url(../images/common/rect15.png) no-repeat left center;
	font-size:14px;
	font-weight:bold;
	color: #555;
}
#content h3 {
	font-size:14px;
	margin:20px 0 5px 0;
	font-weight:bold;
	/* color:#003366; */
}
/* paragraph */
#content p { line-height:1.8; }

/* list */
#content ul{ list-style-type: disc; margin-left: 23px; }

#archiveCategory ul,
#content ul.column,
#content ul.linkList{ list-style-type:none; margin-left:0; }
#archiveCategory ul a,
#content ul.linkList a { 
	display:inline-block;
	padding-left:15px;
	background-repeat:no-repeat;
}
/* ul.linkList */
#content ul.linkList a{ 
	background-image: url(../images/common/arrow.png);
	background-position:left center;
}
#content ul.linkList a:hover{ background-position:1px center; }
/* #archiveCategory ul */
#archiveCategory ul li{
	float:left; margin-right:10px; 
}
#archiveCategory ul a{ 
	background-image: url(../images/common/arrow_b.png);
	background-position:left 6px;
}
#archiveCategory ul a:hover{ background-position:left 7px; }




/* ***************************************************************************
 *
 * PAGE
 *
 * ************************************************************************* */


/* top
 * ─────────────────*/

div#messageSummary {
	background: url(../images/top/message-summary-bg.jpg) no-repeat 30px 0;
	width: 660px;
	height: 206px;
}
div#messageSummary p {
	margin: 0 0 0 130px;
	width: 520px;
	padding: 20px 0 0 0;
	font-size: 12px;
	letter-spacing: 0;
}
div#topTheme{
	width: 340px;
	float: left;
}
div#topProfessor {
	width: 300px;
	float: right;
}
div#topProfessor h2 {
	float: left;
	width: 170px;
}
div#topProfessor a {
	float: right;
	margin: 0 0 0 0;
}
div#topProfessorBox {
	clear: both;
	background: #eee;
	border: 1px solid #ccc;
	padding: 3px;
}
div#topProfessorBox img {
	float: left;
	margin-right: 10px;
}
div#topProfessorBox p{
	margin: 10px 0 0 0;
	color: #666;
	font-size: 12px;
	line-height: 100%;
}
div#topProfessorBox p.name{
	margin: 10px 0 0 0;
	color: #222;
}
dl#topUpdate dt{
	clear:left;
	float: left;
	width: 110px;
	padding: 5px 0;
	border-bottom:1px dotted #ccc;
}
dl#topUpdate dd{
	margin: 0 0 0 110px;
	padding: 5px 0 5px 15px;
	background: url(../images/common/arrow.png) no-repeat left center;
	border-bottom:1px dotted #ccc;
}

/* company
 * ─────────────────*/
table.company {

}
table.company th {
	padding:10px;
	text-align:left;
}
table.company td {
	padding:10px 20px;
}

/* member
 * ─────────────────*/
table.member {
	margin-top:20px;
	border-top:1px solid #ccc;
	width:100%;
}
table.member th {
	padding:2px 10px;
	text-align:left;
	width:170px;
	background:#eee;
}
table.member td {
	padding:2px 20px;
}
table.member tr.line th,
table.member tr.line td{
	border-bottom:1px solid #ccc;
}


/* theme
 * ─────────────────*/
#content ul.theme {
	margin-left:20px;
	list-style-type: none;
	text-align:left;
}
#content ul.theme li {
	padding:5px 5px;
	background:#eee;
	border-bottom:2px solid #fff;
	/* font-size:14px; */
}
/* project
 * ─────────────────*/
table.project {
	margin-top:5px;
	width:100%;
}
table.project th {
	padding:5px 10px;
	text-align:left;
	border:1px solid #ccc;
	background:#eee;
}
table.project th.title, td.title {
}

table.project td {
	padding:20px;
	border:1px dotted #ccc;
	vertical-align:middle;
}
table.project th.year, td.year{
 width:200px;
 text-align:center;
}

/* プロジェクトの成果一覧 */
table.projectResult {
	margin-top:5px;
	width:100%;
}
table.projectResult th {
	padding:3px;
	border:1px solid #ccc;
	text-align:left;
	background:#eee;
}

table.projectResult td {
	padding:3px;
	border:1px dotted #ccc;
	text-align:left;
}

p.subsidy{
	font-style:italic;
	margin-bottom: 10px;
}
dl.sustainable{
	margin: 5px 0;
}
dl.sustainable dt{
	width: 26px;
	float: left;
}
dl.sustainable dd{
	margin-left: 26px;
}

/* archive
 * ─────────────────*/

#selectArchive{
	position: absolute;
	top:45px; right:45px;
}
#national_convention ul.archive li 				{ background-color:#edeae1; }
#national_convention ul.archive li:nth-child(even) { background-color:#e5e1d7; }
#technical_report ul.archive li 				{ background-color:#edeae1; }
#technical_report ul.archive li:nth-child(even) { background-color:#e5e1d7; }
#conference ul.archive li 						{ background-color:#dee5ed; }
#conference ul.archive li:nth-child(even) 		{ background-color:#ced9e2; }
#journal ul.archive li 							{ background-color:#eae2de; }
#journal ul.archive li:nth-child(even) 			{ background-color:#e5d8d3; }
#magazine ul.archive li 							{ background-color:#eae2de; }
#magazine ul.archive li:nth-child(even) 			{ background-color:#e5d8d3; }
#other ul.archive li 							{ background-color:#d3e2d4; }
#other ul.archive li:nth-child(even) 			{ background-color:#dce8dd; }

#content ul.archive {
	margin:0;
	list-style-type:none;
}
#content ul.archive li{
	display:block;
	margin-bottom:1px;
	padding:0 15px 10px;
}

#content ul.archive h3 {
	/* width:80%; */
	margin:0 0 5px;
	border-left:5px solid #fff;
	padding-top:15px;
	padding-left:10px;
	line-height:1.3;
	/* font-size:larger; */
	font-weight:bold;
}
#content ul.archive p{
	width:65%;
	margin:0;
	margin-left:auto;
	padding:0;
	line-height:1.3;
}
#content ul.archive p.docs {
	color:#777;
}

/* commendation
 * ─────────────────*/
table.book,
table.commendation {
	margin-bottom:25px;
	border-top:1px solid #ccc;
	width:100%;
}
table.book th,
table.commendation th {
	padding:5px 10px 0;
	text-align:left;
	width: 100px;
	background: url(../images/common/arrow.png) no-repeat right center;
}
table.book td,
table.commendation td {
	padding:5px 20px 0;
}
table.book th,
table.book td,
table.commendation th,
table.commendation td {
	border-bottom:1px dotted #ccc;
}

/* book
 * ─────────────────*/
#content ul.bookBox {
	margin:0;
	list-style-type:none;
}
#content ul.bookBox li {
	margin-bottom:20px;
}
#content ul.bookBox img {
	width: 60px;
	float: left;
	margin-right: 10px;
}
#content ul.bookBox h4 {
	font-weight: bold;
}
#content ul.bookBox ul {
	margin: 5px 0 0 70px;
	list-style-type:none;
}
#content ul.bookBox ul li{
	margin-bottom:0;
	font-size: 12px;
	color: #666;
}

/* oncampus
 * ─────────────────*/
table.oncampus {
	margin:10px 0 10px;
	border:1px solid #ccc;
	width:100%;
	border-collapse: collapse;
}
table.oncampus th {
	padding:5px 10px;
	text-align:left;
	width:140px;
	background:#eee;
	border-bottom: 1px solid #ccc;
}
table.oncampus td {
	padding:5px 20px;
	border-bottom: 1px solid #ccc;
}

/* access
 * ─────────────────*/
dl.access {
	margin-top: 10px;
}
dl.access dt{
	font-weight: bold;
	margin-top: 10px;
}
dl.access dd{
	margin: 2px 0 0 0;
	padding: 0 0 0 1em;
	background: url(../images/common/arrow.png) no-repeat 3px center;
}
