
/* ================================================================================= */
/*  Styles                                                                           */
/* ================================================================================= */
/* -------------------------------------------------------------------------- common */
.contentsTitle{
	width: 700px;
	height: 150px;
}
.contentsBody{
	width: 600px;
	margin-left: 50px;
}
.pageTitle{
	width: 600px;
	height: 70px;
}

/* --------------------------------------------------------------------------- index */
.indexStr01{
	font-size: 16px;
	font-weight: bold;
}

.indexStr02{
	margin-top: 20px;
	padding-left: 30px;
	background-image: url(../img/bar_red.png);
	background-repeat: no-repeat;
	background-position: left 10px;
}

.indexStr03{
	margin-top: 20px;
	padding-left: 30px;
	background-image: url(../img/bar_red.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	font-weight: bold;
}

.indexStr04{
	padding-left: 30px;
}

.indexStr05{
	margin-bottom: 20px;
}

.sita {
	font-size:66%;
}


.tokucho01 {
	margin-top: 25px;
	margin-bottom: 15px;
}


/* ------------------------------------------------------------------------ research */

div.tokucho-move a:hover {
 position: relative;
 top: 5px;
 left: 5px;
}

/* ------------------------------------------------------------------------ application */

table {
	border-collapse: collapse;
	border: solid 2px black;
	width: 700px;
	margin-bottom: 50px;
}

table th {
	text-align: center;
	background-color: #dddddd;
	font-weight: bold;
	padding: 10px;
	border-collapse: collapse;
	border: solid 1px black;
}

table td {
	padding: 5px;
	border-collapse: collapse;
	border: solid 1px black;
}

.number {
	text-align: center;
	width: 60px;
}

.tsuunen {
	text-align: center;
	width: 30px;
}

.name {
	text-align: center;
	width: 70px;
}

.affiliation {
	width: 100px;
}

.research {
	padding: 5px;
}

.kaken {
	text-align: center;
	width: 50px;
}


/* ------------------------------------------------------------------------ list */

.listcategory {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

.listyear {
	color: #444444;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

.articletitle {
	margin-top: 5px;
}

.author {
	font-size: 12px;
	margin-left: 10px;
}

.jlink {
	margin-left: 10px;
}

.journal {
	font-style: italic;
}

.vol {
	font-weight: bold;
}

.pages {
	
}

.year {
	
}


.btnYearON{
	float: left;
	color: #000000;
	font-weight: bold;
	display: block;
	width: 70px;
	height: 30px;
	background-color: #ffffff;
	background-image: url(../img/bar_red.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.btnYearOFF{
	float: left;
	color: #e6e6e6;
	font-weight: bold;
	display: block;
	width: 70px;
	height: 30px;
	background-color: #ffffff;
	background-image: url(../img/bar_gray.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}



