@charset "UTF-8";
/* CSS Document (2010/09作成)

/writing/	論文・寄稿・書籍
***************************************************************************/

@import url(basic.css);		/* 基本設定・ブラウザ依存をリセット */
@import url(navi.css);		/* 左柱ナビゲーション */
@import url(layout.css);		/* 全コンテンツページの基本レイアウト構造 */



/* /writing/index.php 論文・寄稿・書籍
---------------------------------------------------------------------------------------------------------------*/

/* ページ移動リンクボタン */
#contents .linkBooth { 
	width:695px;
	height:auto;
	margin:0 0 15px 0;
	}

#contents .linkBooth .year {
	width:104px;
	height:29px;
	float:left;
	text-align:center;
	background:url(../img/lecture/linkbtn_bg_hover.gif) no-repeat;
	background-position:left top;
	margin:0 9px 4px 0;
	font-weight:bold;
	}

#contents .linkBooth .year a { 
	width:104px;
	height:29px;
	padding:4px 0px 0 0;
	display:block;
	background:url(../img/lecture/linkbtn_bg_nomal.gif) no-repeat;
	background-position:left top;
	color:#505050;
	text-decoration:none;
	}

#contents .linkBooth .year a:hover { 
	background:url(../img/lecture/linkbtn_bg_hover.gif) no-repeat;
	}

#contents .linkBooth .year a.disp { 
	background:url(../img/lecture/linkbtn_bg_disp.gif) no-repeat;
	background-position:left top;
	padding:4px 0px 0 0;
	color:#ffffff;
	text-decoration:none;
	}
	



.ctitle { padding:0 0 8px 3px;}



/* 表テーブル */
.listTable { 
	width:693px; 
	margin:0 auto 20px auto; 
	padding:1px; 
	border:1px solid #cccccc; 
	background:#ffffff;
	}
	
.listTable th { 
	padding:3px; 
	background:#908364; 
	color:#ffffff;
	vertical-align:middle;
	text-align:center; 
	font-weight:bold; 
	border-top:1px dotted #4c5f70; 
	border-bottom:1px border #4c5f70; 
	}

.listTable td { 
	padding:7px 8px 7px 8px;  
	}
	
.listTable td.title  { 
	width:45%;
	border-right:1px dotted #7291ad; 
	border-bottom:1px dotted #a49140; 
	background:url(/img/lecture/tdbg_a.gif) repeat; 
	}

.listTable td.pub  { 
	width:35%; 
	border-right:1px dotted #7291ad; 
	border-bottom:1px solid #cccccc; 
	background:url(/img/lecture/tdbg_b.gif) repeat;
	}

.listTable td.date  { 
	width:7%;
	white-space:nowrap;
	border-bottom:1px dotted #bebebe;
	}


.listTable td.name {
	width:15%;
	padding:7px 5px 7px 7px;
	border-bottom:1px dotted #bebebe;
	white-space:nowrap;
	background:#f3f3f3;
	}
		
.listTable td span {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:x-small;
	letter-spacing:1px;
	
	}
	.nosm {	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:x-small;
	letter-spacing:1px;
	}

.listTable td a {
	color:#5e4e2d;
	text-decoration:underline;
	}	
	
.listTable td a:hover {
	color:#384c5e;
	text-decoration:none;
	}	

