@charset "shift_jis";
/*-----------------------------------------------------------------------------
information{
	ファイル名 	: globalmenu.css
	概要 		: このCSSファイルは全ページの「グローバルメニュー」で使用しています。
				  このスタイルを変更すると、全ページに影響します。;
	サイト名 	: こころのリスク外来;
	コピーライト: (c) 2007 こころのリスク外来 All Rights Reserved. ;
}
-------------------------------------------------------------------------------*/
/*:::::::::: globalmenu ::::::::::*/
#globalmenu {
	height: 70px;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 3px;
	
}
#globalmenu ul{list-style-type: none;}
#globalmenu li{display: block; float: left;}
/*--■ここから各ボタンのCSS-----------------------------------*/
/*こころのリスク状態とは？*/
.global01 a{
	display: block;
	height: 45px;
	width: 135px;
	text-decoration: none;
	overflow: hidden;
	background-image: url(../images/common/globalmenu01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -5000px;
	
}
.global01 a:hover{
	display: block;
	height: 45px;
	width: 135px;
	text-decoration: none;
	overflow: hidden;
	background-image: url(../images/common/globalmenu01.gif);
	background-repeat: no-repeat;
	background-position: 0px -56px;
	text-indent: -5000px;
}
.global01_open a{
	display: block;
	height: 45px;
	width: 135px;
	text-decoration: none;
	overflow: hidden;
	background-image: url(../images/common/globalmenu01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -5000px;
	
}
/*こころの病気について*/
.global02 a{
	display: block;
	height: 45px;
	width: 135px;
	text-decoration: none;
	overflow: hidden;
	background-image: url(../images/common/globalmenu01.gif);
	background-repeat: no-repeat;
	background-position: -812px 0px;
	text-indent: -5000px;
	
}
.global02 a:hover{
	display: block;
	height: 45px;
	width: 135px;
	text-decoration: none;
	overflow: hidden;
	background-image: url(../images/common/globalmenu01.gif);
	background-repeat: no-repeat;
	background-position: -812px -56px;
	text-indent: -5000px;
}
/*SAFE こころのリスク外来*/
.global03 a{
	display: block;
	height: 45px;
	width: 135px;
	text-decoration: none;
	overflow: hidden;
	background-image: url(../images/common/globalmenu01.gif);
	background-repeat: no-repeat;
	background-position: -947px 0px;
	text-indent: -5000px;
	
}
.global03 a:hover{
	display: block;
	height: 45px;
	width: 135px;
	text-decoration: none;
	overflow: hidden;
	background-image: url(../images/common/globalmenu01.gif);
	background-repeat: no-repeat;
	background-position: -947px -56px;
	text-indent: -5000px;
}
/*セルフチェック*/
.global04 a{
	display: block;
	height: 45px;
	width: 135px;
	text-decoration: none;
	overflow: hidden;
	background-image: url(../images/common/globalmenu01.gif);
	background-repeat: no-repeat;
	background-position: -405px 0px;
	text-indent: -5000px;
	
}
.global04 a:hover{
	display: block;
	height: 45px;
	width: 135px;
	text-decoration: none;
	overflow: hidden;
	background-image: url(../images/common/globalmenu01.gif);
	background-repeat: no-repeat;
	background-position: -405px -56px;
	text-indent: -5000px;
}
/*相談できる全国の窓口*/
.global05 a{
	display: block;
	height: 45px;
	width: 135px;
	text-decoration: none;
	overflow: hidden;
	background-image: url(../images/common/globalmenu01.gif);
	background-repeat: no-repeat;
	background-position: -540px 0px;
	text-indent: -5000px;
	
}
.global05 a:hover{
	display: block;
	height: 45px;
	width: 135px;
	text-decoration: none;
	overflow: hidden;
	background-image: url(../images/common/globalmenu01.gif);
	background-repeat: no-repeat;
	background-position: -540px -56px;
	text-indent: -5000px;
}
/*専門家の方々のための情報*/
.global06 a{
	display: block;
	height: 45px;
	width: 134px;
	text-decoration: none;
	overflow: hidden;
	background-image: url(../images/common/globalmenu01.gif);
	background-repeat: no-repeat;
	background-position: -676px 0px;
	text-indent: -5000px;
	
}
.global06 a:hover{
	display: block;
	height: 45px;
	width: 134px;
	text-decoration: none;
	overflow: hidden;
	background-image: url(../images/common/globalmenu01.gif);
	background-repeat: no-repeat;
	background-position: -676px -56px;
	text-indent: -5000px;
}

