@charset "UTF-8";
@import url("base.css");

/* @group bottomBlock */
#contentWrap{
	background: url(../img/bg_bottom.gif) repeat-y;
}
#main{
	width: 580px;
	float: left;
	margin: 0 auto 0 0;
	padding: 0 15px;
}
#subnavi{
	width: 187px;
	float: right;
	margin: 0 0 0 auto;
}



/* @end */

/* @group brdClm */
#brdClm{
	border-bottom: solid 1px #d9d9d9;
	padding: 3px 15px;
	margin-bottom: 1px;
}
#brdClm ol{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: x-small;
	font-size: _xx-small;
}
#brdClm ol li{
	display: inline;
}


/* @end */

/* @group subnavi */
#subnavi a:link,
#subnavi a:visited{
	text-decoration: none;
}
#subnavi dl{
	margin: 0;
	padding: 0;
	font-size: x-small;
}
#subnavi dl dt a{
	display: block;
	background-color: #6b72a6;
	padding: 7px 9px;
	line-height: 100%;
	font-weight: bold;
}
#subnavi dl dt a:link,
#subnavi dl dt a:visited{
	color: #fff;
}
#subnavi dl dt a:hover,
#subnavi dl dt a:visited:hover{
	background-color: #828bca;
}
#subnavi dl dd{
	margin: 0;
	padding: 0;
}
#subnavi dl dd ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#subnavi dl dd li{
	background: url(../img/dot_subnavi.gif) repeat-x 0 bottom;
}
#subnavi dl dd a{
	display: block;
	padding: 12px 9px;
	line-height: 120%;
}
#subnavi dl dd a:link,
#subnavi dl dd a:visited{
	color: #333;
}
#subnavi dl dd a:hover,
#subnavi dl dd a:visited:hover{
	background: url(../img/dot_subnavi.gif) repeat-x 0 bottom #e9e9e9;
}


/* @end */

/* @group pTitle */
#pTitle{
	height: 102px;
	position: relative;
	margin: 0 -15px 20px;
	width: 610px;
}
#pTitle h1{
	position: absolute;
	top:68px;
	left: 15px;
	margin: 0;
	font-size: large;
	line-height: 100%;
	border-left: solid 9px #0961b0;
	padding-left: 7px;
}
#profile #pTitle{
	background: url(../profile/img/bg_pt.jpg) no-repeat;
}
#diagnosis #pTitle{
	background: url(../diagnosis/img/bg_pt.jpg) no-repeat;
}
#research #pTitle{
	background: url(../research/img/bg_pt.jpg) no-repeat;
}
#system #pTitle{
	background: url(../system/img/bg_pt.jpg) no-repeat;
}
#web #pTitle{
	background: url(../web/img/bg_pt.jpg) no-repeat;
}



/* @end */

/* @group midashi */
#main h2 {
	font-size: small;
	background-color: #e4eef7;
	border-left: 7px solid #0961b0;
	padding: 4px 7px;
	margin-top: 25px;
}


/* @end */

/* @group table */
table.tblFmt1{
	border-collapse: separate;
	width:580px;
}
table.tblFmt1 th{
	font-weight: normal;
	text-align: left;
	background-color: #cbe6ff;
}
table.tblFmt1 th,
table.tblFmt1 td{
	border: solid 1px #d9d9d9;
	padding: 5px 9px;
}
table.tblFmt1 input.required1, input.required2, input.required3, input.required4, input.non-required, input.validate-number, textarea{
	border: 1px solid #00A8E6;
}
table.tblFmt1 input.validation-failed{
	border: 1px solid #FF3300;
	color : #FF3300;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.yohaku {
	padding:5px;
	border: 1px #FFF solid;
}
/* @end */

/* @group parts */
.sprClr {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
.message {
	border-left: 7px solid #ff7d0c;
	padding-left: 7px;
}
.taC{
	text-align: center;
}
.fcBlue{
	color: #074f9f;
}

/* @end */
/*pages*/

/* @group form */
.submitBtn {
	text-align: center;
	margin: 20px;
}



/* @end */

/* @group profile */
#outline td ul{
	margin: 0 0 0 20px;
	padding: 0;
}


/* @end */

/* @group research */
.fig_nagare{
	margin: 15px 0 30px;
}
.fig_nagare ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.fig_center {
	text-align: center;
}
.fig_center img{
	margin-bottom: 15px;
}


/* @end */