@charset "utf-8";
/* CSS Document */
/*--information---------------------------------------------------------
Last update：08/05/07
File name ：index.css
Site name：東北厚生年金病院 臨床研究センター
Summary：臨床研究センタートップページのレイアウト。
Copyright：Copyright (C) 2008 Tohoku welfare annuity hospital - Clinical research center.All rights reserved.
-------------------------------------------------------------------------*/


h3#rinkenTitle {
	width: 620px;
	height: 150px;
	margin: 0px 0px 10px;
	padding: 0px;
	background: url(../../image/main_img.jpg) no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}

/*[導入部分]----------------------------------------------*/
div#openning {
	width: 510px;
	height: auto;
	padding: 15px 0px 10px;
	margin: auto 55px 0px;
}
div#openning:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 1px;
	clear: both;
	visibility: hidden;
}
div#openning h4 {
	width: 280px;
	height: 54px;
	background:url(../../image/opening.gif) no-repeat left top;
	text-indent: -5000px;
	overflow: hidden;
}
#optxt {
	margin: 15px 0px 0px;
	padding: 0px;
}
div#openning p#goabout {
	margin: 5px 0px 5px;
	padding: 0px;
	text-align: right;
	float: right;
}
div#openning img {
	margin: 0px 30px 0px 0px;
	padding: 0px;
	float:left;
}

/*[おしらせ]----------------------------------------------*/
h4#info{
	width: 510px;
	height: 50px;
	margin: 16px auto 0px;
	background: url(../../image/information.jpg) no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}
ul#infolist{
	width: 510px;
	height: auto;
	margin: 5px 55px 0px;
	padding: 0px 0px 0px;
	list-style: none;
}
ul#infolist li{
	width: 510px;
	height: auto;
	margin: 0px;
	padding: 5px 0px;
	list-style: none;
	border-bottom: dotted 1px #CCCCCC;
}
li .infodate{
	width: 70px;
	margin-right: 10px
}
p.update{
	margin: 0px;
	padding: 10px 55px 20px 20px;
	text-align: right;
}