@charset "UTF-8";



/*
	UHCTアライアンス - 大学病院臨床試験アライアンス Seet # Revision: 1.01

	Author Date:
	2007.03.18 (artmosphere.jp) New Document;

	Contents:
		Initialization
		Container
		Header
		Contents
		Footer
*/


/* Initialization
----------------------------------------------- */

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 100%;
	font-style: normal;
	/*font-weight: normal;*/
	text-decoration: none;
	list-style-type: none;
	xborder: 1px solid #A54506 !important;  
}
/*=== add by k_yamamoto */
big {
	font-size:		larger !important;
}
small {
	font-size:		smaller !important;
}
i, cite, em, var, address, dfn {
	font-style: 		italic !important;
}
u, ins {
	text-decoration: 	underline !important;
}

html {
	border: 2px;
	height: 100%;
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ;
}

body {
	height: 100%;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

hr {
	display: none;
}

.visibleOff {
	visibility: hidden;
}

.displayOff {
	display: none;
}

.disabledOn {
	cursor: default;
}

.linkset {
	font-size: 0.8em;
	line-height: 1.6em;
}

.linkset dd {
	display: inline;
	white-space: normal;
}



/* Container
----------------------------------------------- */

#Container {
	margin: 0 0 0 3px;
	width: 990px;
	background-image: url(../img/containerBG.png);
	background-repeat: repeat-y;
	background-position: top left;
	xborder: 1px solid #A54506 !important;  
}


/* Header
----------------------------------------------- */

#Header {
	width: 990px;
	height: 63px;
	xborder: 1px solid #A54506 !important;
	position: relative;
}

#Header img {
	display: block;
}

#logo {
	width: 170px;
	height: 63px; 
}

#siteTitle {
	width: 808px;
	height: 63px;
	background-image: url(../img/headerBG.png);
	background-repeat: repeat-x;
	background-position: top left;
	position: absolute;
	top: 0px;
	left: 182px;
}

#siteTitle p {
	height: 48px;
	font-size: 18px;
	line-height: 48px;
}

#siteTitle ul {
	margin-left: auto;
	margin-right: 10px;
	width: 160px;
	height: 15px;
}

#siteTitle li {
	float: left;
	display: block;
	text-align: center;
}

#siteTitle li a {
	width: 80px;
	height: 15px;
	font-size: 10px;
	line-height: 15px;
	display: block;
}

#siteTitle .selected {
	background-color: #ffffff;
}


/* Navi
----------------------------------------------- */

#Navi {
	float: left;
	padding: 5px 0 0 0;
	width: 170px;
	background-image: url(../img/NaviBG.png);
	background-repeat: repeat;
	xborder: 1px solid #A54506 !important;  
}
	
#Navi .menuMain .menuSub {
	padding: 4px 0 4px 0;
	margin: 0 0 4px 0;
	width: 170px;
	background-image: url(../img/menuSubBG.png);
	background-repeat: repeat;
}

* html #Navi .menuMain .menuSub {
	margin: 3px 0 4px 0 !important;
}

#Navi .menuMain li {
	margin: 0 0 3px 0;
	font-size: 12px;
	line-height: 14px;
}

#Navi .menuMain a {
	width: 135px;
	height: auto;
	padding: 8px 0 8px 25px;
	margin: 0 0 0 9px;
	background-image: url(../img/menuBTN.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ffffff;
	border-bottom-color: #0F5474;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: #d8d9da;
	border-right-style: dotted;
	border-right-width: 1px;
	display: block;
}

#Navi .menuMain a:hover {
	background-image: url(../img/menuBTN.png);
	background-repeat: no-repeat;
	background-position: -160px 0;
	background-color: #eff1f6;
}

#Navi .selected a {
	color: #ffffff;
	background-image: url(../img/menuSelected.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #0083ca;
}

#Navi .selected a:hover {
	color: #ffffff;
	background-image: url(../img/menuSelected.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #0083ca;
}


#Navi .menuSub li {
	margin: 0 0 0 0 !important;
	font-size: 10px !important;
	line-height: 12px !important;
}

#Navi .menuSub a {
	width: 135px !important;
	height: auto !important;
	padding: 4px 0 4px 25px !important;
	margin: 0 0 0 9px !important;
	background-image: none !important;
	background-color: #ffffff !important;
	border-bottom-color: #0F5474 !important;
	border-bottom-style: solid !important;
	border-bottom-width: 2px !important;
	border-right-color: #d8d9da;
	border-right-style: dotted;
	border-right-width: 1px;
	display: block !important;
}

#Navi .menuSub a:hover {
	background-color: #eff1f6 !important;
}

* html .selected .menuSub a  {
	color: #0000FF !important;
}

.comments-body {
	font-family: "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W6" ;
}

.btn{

}

.btn a:active img,
.btn a:hover img,
.btn a:focus img{
filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;

}