
/*--------------------------------------------

近畿大学医学部附属病院　脳神経外科

/*-------------------------------------*/
/* 初期設定                          */
/*-------------------------------------*/

body {
/*	background: #FFFFFF;*/
	margin: 0;
	padding: 0px 0px;
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #993300;
	text-decoration: none;
}
a:active {
	color: #993300;
	text-decoration: none;
}
A{ 
	text-decoration:none; 
}
h1 {
	margin: 0;
	padding: 0;
	float:left;
}
h2 {
	color:#666666;
	margin: 0px 0px 5px 10px;
	padding-top: 0px;
	padding-left:8px;
	/*background-color:transparent;*/
	background-image:url(index_image/h2.gif);
	background-repeat:no-repeat;
	height:29px;
	width:480px;
}
a img{
	border: 0;
	vertical-align: bottom;
}
UL{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
LI {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

/*-------------------------------------*/
/* Templates部分                       */
/*-------------------------------------*/

#wrap {
	margin: 0 auto;
	/*background-image:url(img/bg.jpg);
	background-repeat:repeat-x;*/
	font-size: 14px;
	line-height:130%;
	color:#666666;
}
#container{
	margin: 0 auto;
	width:789px;
}
#header{
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	height:91px;
}

/* メニューエリア */
#menu {
	float:left;
	width:800px;
	height:41px;
}
#menu li{
	float:left;
}

/* メインエリア */
#main {
	clear:both;

}
#info1 {
	width:580px;
	float:left;
	margin-top:2px;
}
#info2 {
	padding-top:16px;
	float:right;
	width:413px;
}
/*td,th {
    padding:0px 10px 0px 10px;
}*/
.waku_left{
	float:left;
}
.waku_top{
	margin-top:3px;
}
.waku_right{
	float:right;
	margin-top:3px;
}
.banner01{
    margin-top:23px
}
.banner{
    margin:5px 0px;
}
#submenu{
	padding-top:0px;
	float:right;
	margin-top:2px;
}
#submenu ul{
	border:2px solid #1BACC9;
	line-height:175%;
	width:167px;
	clear:both;
	padding:10px;
	font-size:14px;
}
#submenu li{
	/*list-style: inside url(img/icon_arrow.jpg);*/
	background:url(img/icon_arrow.jpg) left no-repeat; 
	text-indent:13px;
}

/* フッタエリア */
#footer {
	margin-top:10px;
	clear:both;
	padding:10px 5px 0px 0px;
	height:80px;
	line-height:150%;
	font-size: 10px;
	text-align:right;
	background-color:#D4D0C8;
	background-position:bottom;
	color:#1BACC9;
}
#footer a:link {
	font-size: 10px;
	color: #1BACC9;
	text-decoration: underline;
}
#footer a:visited {
	font-size: 10px;
	color: #993300;
	text-decoration: underline;
}
#footer a:hover {
	font-size: 10px;
	color: #993300;
	text-decoration: underline;
}
#footer a:active {
	font-size: 10px;
	color: #993300;
	text-decoration: underline;
}

.gakkai{
	padding:10px 15px;
	border:2px solid #1BACC9;
	margin:5px 0px;
	background: #E7F0F1;
}



/*------------------------------------------------------------------------------*/
.text12gray {
	font-size: 12px;
	line-height: 130%;
	color: #666666;
}
.text12brn {
	font-size: 12px;
	line-height: 135%;
	color: #796400;
}
.text12green {
	font-size: 12px;
	line-height: 135%;
	color: #4D715B;
}

.leftline{border-left:1px solid #363A91;border-top:1px solid #363A91;border-right:1px solid #363A91; color:#FFFFFF;}
.rightline{border-top:1px solid #363A91;border-right:1px solid #363A91;}


