@charset "UTF-8";

/*----------------------------------------------
	  #トップページ背景
----------------------------------------------*/


#container{
	text-align:left;
	font-size: 84%;
	background-image: url(../img/contents_bg.png);
	background-repeat: repeat-x;
}


/*----------------------------------------------
	  #トップページ：イメージID
----------------------------------------------*/


#image {
}
#image .content {
	width : 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/ctsimage_bg.png);
	background-repeat: no-repeat;
}
#image .image-contents {
	width : 1000px;
	position: relative;
}


/*-------------------------------------------*/
/*メニュー固定NAV横バー*/
.inner{
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 250px;
	}
	.g-nav{
	width: 100%;
	z-index: 10;
	}
	.fixed{
		position: fixed;
		top: 0;
		left: 0;
	}

#nav
{
	width:100%;
	height:50px;
}
#navigation 
{
margin-left:0px;
}
#navigation li
{
float:left;
display:block;
}
#navigation li a
{
	background-image:url(../img/formenu.png);
	display: block;
	outline: none;
	position: relative;
	height:50px;
	text-decoration: none;
	width: auto;
}
/*#navigation .home
	{
	background-position:0px 0px;
	width:250px;
	height:50px;
	}*/
	#navigation .patient
	{
	background-position:0px 0px;
	width:385px;
	height:50px;
	}
	#navigation .medical
	{
	background-position:-385px 0px;
	width:365px;
	height:50px;
	}
	#navigation a .hover {
	display:block;
	opacity: 0;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: transparent;
	background-image:url(../img/formenu.png);
	background-repeat: no-repeat;
	}
/*	#navigation .home .hover{
	background-position: -0px -50px;
	}*/
	#navigation .patient .hover{
	background-position: 0px -50px;
	}
	#navigation .medical .hover {
	background-position: -385px -50px;
	}


/*-------------------------------------------*/
/*ページタイトル*/
#image .pagetitle {
	float:left;
	height: 50px;
	width : 1000px;
}


/*----------------------------------------------
  #メインコンテンツ
----------------------------------------------*/


#main {
}
#main .content {
	width : 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-bottom: 0px;
}
#main .main-contents {
	width : 1000px;
	position: relative;
}

/*-------------------------------------------*
/*固定NAVI縦バー*/

.sidebar {
	float: left;
	position: relative;
}
.mainbox {
	float: left;
	width: 750px;
}
.relnav, .fixnav {
	  float: left;
}
.relnav {
	  float: left;
}
.fixnav {
	float: left;
	width: 250px;
	margin-top: 10px;
}


/*----------------------------------------------
  #フッター
----------------------------------------------*/


#footer {
	background-image: url(../img/footer_bg.png);
	background-repeat: repeat-x;
}
#footer .content {
	width : 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer footer-contents {
	width : 1000px;
	position: relative;
}


/*-------------------------------------------*/