@charset "shift_jis";
/*________________________________________________________

	平成21年度　2009 第9回あわじしま感染症・免疫フォーラム
	Designer : 高橋麻実
	coder: 影山薫
	株式会社プロアクティブ
	http://www.pac.ne.jp/
________________________________________________________*/

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #F2F2F2;
}
address {
	font-style: normal;
}


table {
    border-collapse:collapse;
	border-spacing:0;
}
	
#back {
	background-color: #C4C4C4;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 160px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#main {
	float: right;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	float: left;
	width: 180px;
	background-color:#C4C4C4;
	height:100%;
}


#maincontents {
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	color: #5D5D5D;
	text-align: left;
	width: 620px;
	float: right;
}


#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	background-color: #13007C;
	text-align: center;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}



/* sidebar-----問い合わせ等テーブル----- */
h3{
	width: 162px;
	background-color:#7F7F7F;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
}


#sub {
	width: 150px;
	font-size:11px;
	margin-left: 10px;
	border: 1px solid #7F7F7F;
	padding: 5px;
	border-color: #7F7F7F;
	line-height: 1.5em;
}

#sub table {
	margin:0;
	padding:0;
	border: none;
	border-spacing:0;  /*IE 6/7は未対応*/
	width: 150px;
}
#sub td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	font-weight: normal;
	padding-top: 5em;
	padding-right: 5em;
	padding-bottom: 5em;
}

/* sidebar-----globalNavi----- */

#globalNavi {
	width: 180px;
}
#globalNavi a {
	display: block;
	height: 38px;
	width: 180px;
	overflow: visible;
	text-indent: -9999px;
}
#globalNavi:after {
	height:0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
} 
#globalNavi li  {
	style: none;
	list-style-type: none;
}  
#globalNavi .gnavi01 a  {
	background-image: url(img/top-2.gif);
	background-repeat: no-repeat;
}  
#globalNavi .gnavi02 a  {
	background-image: url(img/pro-2.gif);
	background-repeat: no-repeat;
}  
#globalNavi .gnavi03 a  {
	background-image: url(img/tre-2.gif);
	background-repeat: no-repeat;
}  
#globalNavi .gnavi04 a  {
	background-image: url(img/pos-2.gif);
	background-repeat: no-repeat;
} 
#globalNavi .gnavi05 a  {
	background-image: url(img/abs-2.gif);
	background-repeat: no-repeat;
} 
#globalNavi .gnavi06 a  {
	background-image: url(img/reg-2.gif);
	background-repeat: no-repeat;
} 
#globalNavi .gnavi07 a  {
	background-image: url(img/jap-2.gif);
	background-repeat: no-repeat;
} 
 
#globalNavi .gnavi01 a:hover  {
	background-color:#C4C4C4;
	background-image: url(img/top-1.gif);
	background-repeat: no-repeat;
}  
#globalNavi .gnavi02 a:hover  {
	background-color:#C4C4C4;
	background-image: url(img/pro-1.gif);
	background-repeat: no-repeat;
}  
#globalNavi .gnavi03 a:hover  {
	background-color:#C4C4C4;
	background-image: url(img/tre-1.gif);
	background-repeat: no-repeat;
} 
#globalNavi .gnavi04 a:hover  {
	background-color:#C4C4C4;
	background-image: url(img/pos-1.gif);
	background-repeat: no-repeat;
} 
#globalNavi .gnavi05 a:hover  {
	background-color:#C4C4C4;
	background-image: url(img/abs-1.gif);
	background-repeat: no-repeat;
} 
#globalNavi .gnavi06 a:hover  {
	background-color:#C4C4C4;
	background-image: url(img/reg-1.gif);
	background-repeat: no-repeat;
} 

#globalNavi .gnavi07 a:hover  {
	background-color:#C4C4C4;
	background-image: url(img/jap-1.gif);
	background-repeat: no-repeat;
} 
/* テキストリンク */

a:link {
	color: #0768A5;
	text-decoration: underline;
	font-size:12px;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0768A5;
	font-size:12px;
}
a:visited { 
	font-size:12px;
}


/*------------------------------------------------------------

Clearfix

------------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}


/*------------------------------------------------------------

CSSハック

------------------------------------------------------------*/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;} 


/*　IE7を含むモダンブラウザにのみ適用（バージョン6以下のIEを除外）　*/
html>body>#back {
	height: auto;
}
