
/******************************************************************

	johoshi
	情報誌ページ用スタイルシート
	ver1 06/02/10

*****************************************************************/


/*	テキスト関連
**********************************/
.text {
	font-size: x-small;
	line-height: 1.4em;
	
	margin-bottom: 10px;
	}

#name,
#dept,
.text2 {
	font-size: small;
	line-height: 1.4em;
	
	margin: 10px 50px;
	}

.text2 {
	text-align: left;
	}

#name,
#dept {
	text-align: right;
	}

#name {
	font-weight: bold;
	}



/*	画像リンク関連
**********************************/
#imagelist {
	margin: 20px 0px 20px 60px;
	}

#imagelist a img {
	width: 40%;
	
	border: #E9E9E9 1px solid;
	}

#imagelist a img:hover {
	border: solid #FF0000 1px;
	}

#imagelist a:link,
#imagelist a:visited {
	_border: solid #FFFFFF 1px;
	}
	
#imagelist a:link:hover,
#imagelist a:visited:hover {
	_border: solid #FF0000 1px;
	}

.titlelist {
	margin-left: 15px;
	margin-bottom: 15px;
	}

.titlelist h3 {
	font-size:small;
	font-weight: bold;
	color:#424242;
	
	padding-left: 15px;
	background: url(../images_common/list_arrow_ul.gif) 1px 50% no-repeat;
	
	margin-bottom: 3px;
	}

.imagelink a img {
	width: 457px;
	height: 323px;
	
	border: #E9E9E9 1px solid;
	}

.imagelink a img:hover {
	border: solid #FF0000 1px;
	}

.imagelink a:link,
.imagelink a:visited {
	_border: solid #FFFFFF 1px;
	}
	
.imagelink a:link:hover,
.imagelink a:visited:hover {
	_border: solid #FF0000 1px;
	}
