@charset "shift_jis";
/*-----------------------------------------------------------------------------
information{
	ファイル名 	: base.css;
	概要 		: このCSSファイルはトップページで使用しています。;
	サイト名 	: 東北大学病院;
	URL 		: ;
	コピーライト: (c) 2006. Tohoku University Hospital. All Rights Reserved. ;
}
-------------------------------------------------------------------------------*/
/*ページ全体管理
----------------------------------*/
/*全体背景の影*/
#all {
	display: block;
	width: 824px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../index_common/index_image/background.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*全体囲み*/
#wrapper {
	color: #666666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	width: 788px;
	display: block;
	text-align: left;
	background-color: #FFFFFF;
}

/*メインコンテンツ管理
----------------------------------*/
#contents {
	height: auto;
	width: 788px;
	display: inline;
	clear: both;
}

/*フラッシュ管理
----------------------------------*/
.topflash {
	padding: 0px;
	height: 248px;
	width: 788px;
	background-image: url(../images/coommon/flash01.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	
}

/*CSSを外したとき用*/
.blankflash {
	margin: 0px;
	padding: 0px;
	display: none;
	
}

/*左側コンテンツ管理
----------------------------------*/
#leftcontents {
	float: left;
	width: 159px;
	height: auto;
	padding: 0px;
	margin: 0px;
}

/*右側コンテンツ管理
----------------------------------*/
#rightcontents {
	float: left;
	height: auto;
	width: 629px;
	padding: 0px;
	display: block;
	margin: 0px;
}


/*インフォメーション管理
---------------------------------*/
/*囲み*/
#textbody {
	height: 275px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: auto;
	
}

/*トピック＆ニュース*/
.topic {
	padding: 0px;
	/*height: 380px;*/
	height: 560px;
	width: 301px;
	float: left;
	background-image: url(../index_common/index_image/info_long2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

/*イベント 特集 公演案内*/
.event {
	padding: 0px;
	/*height: 380px;*/
	height: 560px;
	width: 301px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	background-image: url(../index_common/index_image/info_long2.gif);
	background-repeat: no-repeat;
	background-position: -310px 0px;
	
}

/*左下病院情報（住所など）
----------------------------------*/
.rmenutop02 {
	height: 30px;
	background-image: url(../index_common/index_image/sabmenu_top02.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 159px;
	
}
.rmenuinside02 {
	height: auto;
	margin: 0px;
	background-image: url(../index_common/index_image/sabmenu_inside.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	width: 159px;
	
}
.rmenubottom02 {
	padding: 0px;
	height: 25px;
	background-image: url(../index_common/index_image/sabmenu_bottom.gif);
	background-repeat: no-repeat;
	width: 159px;
	margin: 0px;
	
}
.infotext {
	text-align: justify;
	line-height: 1.5em;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 10px;
	letter-spacing: 0.1em;
	
}
/*テキスト管理
----------------------------------*/
/*ブランクテキスト*/
.blanktext {
	text-indent: -9999px;
}

/*トピック＆ニュース*/
.textnew {
	width: 290px;
	/*height: 340px;*/
	height: 520px;
	padding: 0 0 0 7px;
	margin: 15px 0 0 0;
	overflow: auto;
}
.textnew dt{
	width: 80px;
	color: #993300;
	font-size: 1em;
	line-height: 1.5em;
	display: block;
	padding: 0 0 2px 0;
	margin: 0 0 3px 0;
	float: left;
	clear: both;
}
.textnew dd{
	width: 190px;
	font-size: 1em;
	line-height: 1.5em;
	display: block;
	padding: 0 0 3px 80px;
	margin: 0 0 3px -80px;
	border-bottom: dotted 1px #BFBFBF;
	float: left;
}
* html .textnew dt{
	width: 70px;
	color: #993300;
	font-size: 1em;
	line-height: 1.5em;
	display: block;
	padding: 0 0 2px 0;
	margin: 0 0 3px 0;
	float: left;
	clear: both;
}
* html .textnew dd{
	width: 200px;
	font-size: 1em;
	line-height: 1.5em;
	display: block;
	padding: 0 0 3px 65px;
	margin: 0 0 3px -65px;
	border-bottom: dotted 1px #BFBFBF;
	float: left;
}


/*.textnew dt{
	color: #993300;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 2px 0;
	margin: 0 10px 3px 0;
	display: block;
	float: left;
}
.textnew dt.new01 {
	padding-bottom: 2em;
}
.textnew dd{
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 3px 0px;
	margin: 0 0 3px 0;
	border-bottom: dotted 1px #BFBFBF;
}*/

/*その他の記事*/
.othersbox {
	clear: both;
	margin-top: 7px;
	
}
.textothers01 {
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 301px;
	display: block;
	padding: 0px;
	height: 21px;
	
}
/*触れる前*/
.textothers01 a{
	width: 138px;
	height: 21px;
	padding: 0px;
	display: block;
	background-image: url(../index_common/index_image/articles_01.gif);
	background-repeat: no-repeat;
	float: right;
	text-indent: -5000px;
	overflow: hidden;
	
}
/*触れた後*/
.textothers01 a:hover{
	width: 138px;
	height: 21px;
	padding: 0px;
	display: block;
	background-image: url(../index_common/index_image/articles_02.gif);
	background-repeat: no-repeat;
	float: right;
	text-indent: -5000px;
	
}

.textothers02 {
	float: left;
	width: 306px;
	display: block;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	height: 21px;
	
}
/*触れる前*/
.textothers02 a{
	width: 138px;
	height: 21px;
	padding: 0px;
	display: block;
	background-image: url(../index_common/index_image/articles_01.gif);
	background-repeat: no-repeat;
	float: right;
	text-indent: -5000px;
	overflow: hidden;
	
}
/*触れた後*/
.textothers02 a:hover{
	width: 138px;
	height: 21px;
	padding: 0px;
	display: block;
	background-image: url(../index_common/index_image/articles_02.gif);
	background-repeat: no-repeat;
	float: right;
	text-indent: -5000px;
	
}


hr {
	display: none;
	
}

/*070822*/
/*bunner_box*/
.clear {
	clear: both;
	
}
#bunner_box {
	width: 788px;
	height: 130px;
	
}

/* トップページ下部のバナー */
.banner_bottom {
	padding-top: 5px;
}

.banner_bottom .left {
	width: 305px;
	float: left;
}

.banner_bottom .right {
	width: 305px;
	float: right;
}