@charset "utf-8";


/*トップページの設定
----------------------------------------------------------*/
#content_standard{
	margin-top: 30px;
	padding-right: 80px;
	padding-left: 80px;
	line-height: 160%;
}

#content_standard h3{
	color: #006bb5;
	font-size: 140%;
	line-height: 140%;
	background-image: url(../images/h3_back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	padding-top: 6px;
	padding-bottom: 4px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	margin-top: 40px;
	font-weight: bold;
}

#content_standard h4{
	color: #30AABC;
	font-size: 120%;
	line-height: 100%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#content_standard h5{
	color: #8553A6;
	font-size: 120%;
	font-weight: bold;
	line-height: 100%;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 7px;
	margin-top: 25px;
	padding-bottom: 5px;
}

#content_standard .bt{
	margin-top: 7px;
}

#content_standard .bt img{
	padding-right: 15px;
}


/*2階層目の設定
----------------------------------------------------------*/
/*プルダウンメニュ-ー*/
#accordion h2 a{display:block;}

#myaccordion{
	margin-bottom: 25px;
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-bottom: 1px;
}

#myaccordion h3{
	padding: 4px 5px 4px 20px;
	margin: 0px;
	background-color: #DCDCDC;
	vertical-align: middle;
	background-image: url(../../surface_analysis/images/arrow02.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-indent: -1px;
	line-height: 140%;
}

#myaccordion h3 a{
	color: #333333;
	display:block;
}

#myaccordion h3 a:visited {
	color: #333333;
	text-decoration: none;
}


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

.sub{
	margin-top: 6px;
	margin-bottom: 6px;
}

.sub li{
	margin: 3px 5px 3px 15px;
	display:block;
	padding:0 0 0 8px;
	vertical-align: middle;
	background-color:#FFFFFF;
	background-image: url(../../surface_analysis/images/arrow03.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}

*html .sub li{
	padding:2px 0px 2px 10px;
	line-height: 14px;
	vertical-align: bottom;
	font-size: 12px;
}

.sub li a{
	color: #666666;
}

.sub li a:visited{
    text-decoration:none;
	display:block;
	color: #666666;
}

.sub li a:hover{
	text-decoration: underline;
	color: #2c8dd7;
}

.sub li .active{
	text-decoration: none;
	color: #2c8dd7;
}


#standard_menu01{
	margin-bottom: 5px;
}

#standard_menu02{
	margin-bottom: 25px;
}

#standard_menu03{
	margin-bottom: 0px;
}

#standard_menu01 ul, #standard_menu02 ul{
	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;
	padding: 5px 15px;
}

#standard_menu03 ul{
	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: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px 15px;
}

#standard_menu01 li, #standard_menu02 li, #standard_menu03 li{
	display:block;
	padding:2px 0px 2px 10px;
	vertical-align: middle;
	background-image: url(../../surface_analysis/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 140%;
	color: #2c8dd7;
}

#standard_menu01 a, #standard_menu02 a, #standard_menu03 a{
	color: #666666;
	text-decoration: none;
	outline: none;
}

#standard_menu01 a:visited, #standard_menu02 a:visited, #standard_menu03 a:visited {
	color: #666666;
	text-decoration: none;
}


#standard_menu01 a:hover, #standard_menu02 a:hover, #standard_menu03 a:hover {
	color: #2c8dd7;
	text-decoration: underline;	
}


/*価格表
--------------------------------------------------------*/
.list_table{
	border-collapse:collapse;
	width: 630px;
	margin-bottom: 10px;
}

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

.list_table td{
	border: 1px solid #CCCCCC;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	vertical-align: middle;
}

.list_table p{
	margin-left: 15px;
	margin-top: 10px;
}

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

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


/*02*/
.list_table02{
	border-collapse:collapse;
	width: 630px;
	margin-bottom: 10px;
}

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

.list_table02 td{
	border: 1px solid #CCCCCC;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	vertical-align: middle;
}

#list_table02 a, #list_table02 a:visitedlist_table02{
    font-size: 120%;
    color: #2c8dd7;
	text-decoration: underline;	}

#list_table02 a:hover {
	color: #2c8dd7;
	text-decoration: none;	
}


.td01{
	background-color: #e7f5f7;
}

.td02{
	text-align: right;
}

/*仕様で使用*/
/*02*/
.list_table03{margin-bottom: 5px; margin-top: 15px;}

.list_table03 th{
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333333;
	font-weight: bold;
	vertical-align: top;
}

.list_table03 td{
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

.list_table03 a, .list_table03 a:visited{
    color: #2c8dd7;
	text-decoration: underline;	}

.list_table03 a:hover {
	color: #2c8dd7;
	text-decoration: none;	
}

.kakomi{
	border: 1px dotted #CCCCCC;
	padding: 10px;
}

/*リストの設定*/
.disc ul{
	margin-left: 10px;	
}

.disc li{
	line-height: 180%;
	background-image: url(../../surface_analysis/technique/images/disc.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	text-indent: 10pt;
}

.disc02 ul{
	margin-left: 20px;	
}

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

/*仕様
--------------------------------------------------------*/
#spec_list{
	margin-top: 20px;
	margin-bottom: 30px;
}

#spec_list li{
	margin-right: 5px;
	float: left;
	font-size: 12px;
}

#spec_list a{
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	border: 1px solid #CCCCCC;
	display: block;
}

#spec_list a, #spec_list a:visited{
	text-decoration: none;	}

#spec_list a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2c8dd7;
}

#spec_list .active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2c8dd7;
}

/*04*/
.list_table04{
	border-collapse:collapse;
	width: 630px;
	margin-bottom: 10px;
}

.list_table04 sup{
	font-size: 70%;
}

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

.list_table04 td{
	border: 1px solid #CCCCCC;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	vertical-align: middle;
	text-align: center;
	font-size: 120%;
}

/*MRS-3の設定*/
#mr3_l{
	float: left;
	width: 390px;
	margin-top: 20px;
}

#mr3_r{
	float: right;
	width: 220px;
	margin-top: 20px;
}

#mr3_l table{
	border-collapse:collapse;
	margin-bottom: 10px;
}

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

#mr3_l table td{
	border: 1px solid #CCCCCC;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: middle;
}


/*nicrのテーブル設定*/
.nicr{margin-top: 10px;
border-collapse:collapse;}

.nicr table{
	border-collapse:collapse;	
}

.nicr 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;
	white-space: nowrap;
}

.nicr table td{
	border: 1px solid #CCCCCC;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: middle;
	text-align: center;
}

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

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

