@charset "UTF-8";

/*サイドメニュー：表面分析
--------------------------------------------------------*/
#surface{}

#surface ul{
	padding: 7px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 5px;
}

#surface li{
	display:block;
	padding:4px 0px 4px 10px;
	vertical-align: middle;
	background-image: url(../../surface_analysis/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 140%;
}

.border_dot{
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#surface a{
	color: #666666;
	text-decoration: none;
	outline: none;
	display:block;
}

#surface a:visited {
	color: #666666;
	text-decoration: none;
}

#surface a:hover {
	color: #2c8dd7;
	text-decoration: underline;	
}

#surface .active {
	color: #2c8dd7;
}

#surface_menu{
	margin-bottom: 25px;
}


/*サイドメニュー：信頼性試験
--------------------------------------------------------*/
#reliability{}

#reliability ul{
	padding: 7px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 25px;
}

#reliability li{
	display:block;
	padding:4px 0px 4px 10px;
	vertical-align: middle;
	background-image: url(../../application_notes/images/arrowr_reliability.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 140%;
}

#reliability a{
	color: #666666;
	text-decoration: none;
	outline: none;
	display:block;
}

#reliability a:visited {
	color: #666666;
	text-decoration: none;
}


#reliability a:hover {
	color: #67ae0a;
	text-decoration: underline;	
}

#reliability .active {
	color: #67ae0a;
}


/*サイドメニュー：医療デバイス
--------------------------------------------------------*/
#device{}

#device ul{
	padding: 7px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 25px;
}

#device li{
	display:block;
	padding:4px 0px 4px 10px;
	vertical-align: middle;
	background-image: url(../../application_notes/images/arrowr_device.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 140%;
}

#device a{
	color: #666666;
	text-decoration: none;
	outline: none;
	display:block;
}

#device a:visited {
	color: #666666;
	text-decoration: none;
}


#device a:hover {
	color: #ab487b;
	text-decoration: underline;	
}

#device .active {
	color: #ab487b;
}

/*詳細ページ
--------------------------------------------------------*/
.disc ul{
	margin-left: 25px;	
}

.disc li{
	list-style-type: disc;
}

/*カラム設定*/
.col_harf_l{
	float: left;
	width: 300px;
}

.col_harf_r{
	float: right;
	width: 300px;
}

.next{
    text-align: center;
	padding: 10px;
	margin-top: 20px;
	border: 1px solid #CCCCCC;}


/*医療デバイスページ
--------------------------------------------------------*/
#kakomi{
	padding: 15px;
	border: 1px solid #CCC;
	background-color: #e7f5f7;
}

#pass ul{
	margin-top: 10px;
}

#pass li{
	font-size: 140%;
	font-weight: bold;
	line-height: 140%;
}

#pass a{
	text-decoration: underline;
}

#pass a:visited {
	text-decoration: underline;
}


#pass a:hover {
	text-decoration: none;	
}

.telfax{
	color: #FF6600;
}

#pass .kome{
	font-size: 70%;
	font-weight: normal;
}


#list_table{
	border-collapse:collapse;
	width: 630px;
}

#list_table th{
	border: 1px solid #CCCCCC;
	text-align: center;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #56c0ce;
	vertical-align: middle;
}

#list_table td{
	border: 1px solid #CCCCCC;
	text-align: center;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	vertical-align: middle;
	font-size: 90%;
}

.td01{
	background-color: #e7f5f7;
}

#list_table a, #list_table a:visited, .use_r a{
    font-size: 120%;
    color: #2c8dd7;
	text-decoration: underline;	}

#list_table a:hover, .use_r a:hover {
	color: #2c8dd7;
	text-decoration: none;	
}


