@charset "shift_jis";
/*-----------------------------------------------------------------------------
information{
	ファイル名 	: header_footer.css;
	概要 		: このCSSファイルは全てのページの「headerとfooter」で使用しています。;
	サイト名 	: 東北大学病院;
	URL 		: ;
	コピーライト: (c) 2006. Tohoku University Hospital. All Rights Reserved. ;
}
-------------------------------------------------------------------------------*/
/*リンク色管理
----------------------------------*/
a:link {
	color: #068d97;
	text-decoration: none;
	font-size: 1em;
}
a:visited {
	text-decoration: none;
	font-size: 1em;
	color: #698787;
}
a:hover {
	text-decoration: underline;
	color: #009da6;
	font-size: 1em;
}
a:active { text-decoration: none; font-size: 1em; }

/*画像リンクの囲い線消去
----------------------------------*/
img {border-style:none;}

/*全体と背景
----------------------------------*/
* { margin: 0px; padding: 0px; }

body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: auto;
	right: auto;
	color: #666666;
	background-image: url(../gan/index_common/index_image/background_all.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 12px;
}

/*ヘッダー
----------------------------------*/
/*最上段のライン*/
#top {
	height: 24px;
	width: 824px;
	padding: 0px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(../index_common/index_image/heder001.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
/*最上段の左側テキストエリア*/
.text_l {
	height: auto;
	width: auto;
	margin-top: 7px;
	margin-left: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}
/*最上段の右側画像ボタンエリア*/
.image_r {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: auto;
	display: block;
	
}

/*ヘッダー管理
----------------------------------*/
#header {
	margin: 0px;
	padding: 0px;
	height: 161px;
	width: 788px;
	background-repeat: no-repeat;
	background-image: url(../index_common/index_image/heder01.jpg);
}
/*サイト名リンク判定(index.html)*/
.hedleft {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 93px;
	
}
.hedleft h1 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	
}
/*触れる前*/
.hedleft a {
	text-decoration: none;
	display: block;
	width: 325px;
	height: 75px;
	overflow: hidden;
}
/*触れた後*/
.hedleft h1 a:hover{
	width: 325px;
	height: 75px;
	overflow: hidden;
}
.hedright {
	float: right;
	width: 85px;
	margin-top: 73px;
	height: 15px;
	
}
/*アクセスマップ*/
.hedrightmap {
	float: left;
	width: 80px;
	height: 15px;
	
}
.hedrightmap a{
	width: 80px;
	height: 15px;
	display: block;
	text-indent: 1.3em;
	background-image: url(../index_common/index_image/list_icon04_map.gif);
	background-repeat: no-repeat;
	background-position: 0px -1px;
	
}
/*お問い合わせ*/
.hedrightinquiry {
	float: left;
	width: 90px;
	height: 15px;
	text-indent: -9999px;
	
}
.hedrightinquiry a{
	width: 90px;
	height: 15px;
	display: block;
	
}

/*ホームへ戻るボタン*/
.home {
	float: left;
	width: 90px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	display: block;
	
}
.home a {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 90px;
	height: 30px;
	text-indent: -9999px;
	
}

/*文字サイズ変更*/
.fontsize {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 70px;
	height: 30px;
	text-indent: -9999px;
	
}
.fontsize a {
	display: block;
	float: left;
	width: 35px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	
}

/*敷居
----------------------------------*/
.hedbox01 {
	margin: 0px;
	padding: 0px;
	width: 788px;
	height: 93px;
	
}
.hedbox02 {
	margin: 0px;
	padding: 0px;
	height: 30px;
	
}
.hedbox03 {
	margin: 0px;
	padding: 0px;
	height: 35px;
	
}

/*パンくずリンク*/
.panlink {
	float: left;
	height: auto;
	width: auto;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	
}

/*googlesearch(モダンブラウザ)
----------------------------------*/
.search {
	padding: 0px;
	float: right;
	width: 162px;
	height: 35px;
	margin: 0px;
	
}
.searchimage {
	margin: 0px;
	padding: 0px;
	height: 14px;
	width: 162px;
	
}
.searchbox {
	width: 115px;
	height: 17px;
	float: left;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CDCDCD;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FAFAFA;
	
}

/*テキスト*/
.fontsmall {
	font-size: 10px;
	
}
/*フッター管理
----------------------------------*/
#footer {
	padding: 0px;
	height: 85px;
	width: 824px;
	clear: both;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../index_common/index_image/fooetr.gif);
	background-repeat: no-repeat;
	background-position: 0px -5px;
}

/*コピーライト
----------------------------------*/
.copy {
	height: 70px;
	width: 788px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.copy p {
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/*プラグインダウンロード
----------------------------------*/
.plugin {
	text-align: left;
	padding: 0px;
	width: 770px;
	margin: 0px;
	
}
/*プラグインアイコン*/
.pluginimg {
	margin: 0px;
	padding: 0px;
	height: 25px;
	display: block;
	width: 153px;
	float: left;
	
}
/*プラグインテキスト*/
.plugintext {
	float: left;
	height: 18px;
	font-size: 10px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	color: #838383;
	
}
