﻿@charset "utf-8";

h1 {
	font-size: 200%;
	color: white;
	padding: 345px 0 40px 10px;
	text-align: left;
	background-image: url('../../common/scope_img.gif');
	background-position: center 180px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

h2 {
	font-size: 123%;
	margin-top: 48px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-left: 18px;
	background-image: url('scan_titl.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}

h3 {
	width: 615px;
	line-height: 150%;
	font-size: 120%;
	margin-top: 80px;
	margin-bottom: 6px;
	padding-top: 2px;
	padding-left: 5px;
	border-top: 1px #9BCE31 solid; 
	border-right: 1px #9BCE31 solid; 
	border-bottom: 1px #9BCE31 solid; 
	border-left: 9px #9BCE31 solid;
}

h4 {
	width: 250px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-style: normal;
	font-size: 170%;
	color: #003399;
	border-bottom: 2px #003399 solid;
	clear: both;
}

.h4_bg {
	width: auto;
	line-height: 131%;
	padding-left: 7px;
	padding-top: 5px;	
	border-bottom: 1px #003399 solid;
	border-left: 8px #003399 solid;
	font-size: 131%;
}

#alpha-block {
	margin: 0 0 48px 60px;	
	width: 650px;
}

#alpha-block p {
	font-size: 104%;
	line-height: 150%;
	margin: 1px 0 2px 0;
}

#beta-block {
	width: 650px;
	margin-left: 10px;
}

.beta-text {
	width: 600px;
	margin-top: 8px;
	margin-left: 20px;
	line-height: 128%;
}

.beta-text-p {
	padding-left: 15px;
	width: 580px;
}

#delta-block {
	padding-bottom: 30px;
	border-bottom: 1px #9BCE31 solid;
} 

#img-program-flow {
	border: 1px #CECECE dotted;
	padding: 20px 6px;
	margin-top: 15px;
}

.beta-block-box-A {
	margin-left: 10px;
	clear: right;
}

.img-left {
	margin: -30px 5px 0px 30px;
	border: 1px #CECECE solid;
	padding: 5px;
	float: right;
	display: inline;
	clear: both;
}

#beta-block-inner {
	width: 600px;
	border: 1px #CECECE solid;
	padding: 15px;
	padding-bottom: 30px;
}

.beta-block-box-text-A {
	line-height: 140%;
	padding-left: 10px;
	border-left: 1px #003399 solid; 
} 

.case-img-p {
	text-align: center;
}

.case-img {
	margin-top: 18px;
	margin-bottom: 18px;
	border: 1px #CECECE solid;
	padding: 2px;
}

.case-pro-img {
	margin-top: 20px;
	margin-left: 5px;
	border: 1px #CECECE solid;
	padding: 2px;
	float: left;
	display: inline;
}

.s-point-img {
	margin-top: -85px;
	margin-left: 20px;
	float: left;
	display: inline;
	clear: left;
}

.hd_gamma-block {
	margin-top: 20px;
}

.gamma-block {
		width: 580px;
		margin-bottom: 40px;
		padding: 5px;
		padding-top: 10px;
		border: 1px #CECECE solid;
}

.gamma-block-inner li {
	font-size: 100%;
	line-height: 188%;
}

/*
.gamma-block-inner p {
	font-size: 200%;
}*/

.gamma-block-inner {
	width: 250px;
	font-size: 90%;
	margin: 20px 0 5px 320px;
	padding: 2px 2px 2px 0;
	background-color: #F3F3F3;
	border: 1px #CECECE solid;
}

ol {
	list-style-type: decimal;
}

#to-top-arrow {
	margin-top: 28px;
	margin-right: 10px;
	text-align: right;
	font-size: 88%;
}

#to-top-arrow a {
	text-decoration: none;
}

#to-top-arrow img {
	border-style: none;	
}

#path {
	text-align: right;
	margin: 0;
	font-size: 93%;	
	position: absolute;
	top: 147px;
	right: 35px;
}

#path a {
	text-decoration: none;
}

/*==================================
         Navigation menu
==================================*/
ul#navi-scanning {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 60px;
	position: absolute;
	top: 380px;
	left: 0;
	background-color: #EBEBEB;
	border-bottom: solid 3px #FF9900;
	letter-spacing: 0.05em;
}

ul#navi-scanning li {
    margin: 22px 0 4px 6px;
	width: 120px;
	list-style-type: none;
	text-align: center;
	float: left;
	display: inline;
}

ul#navi-scanning li a {
	padding: 12px 0 11px 0;
	display: block; 
	position: relative;  /*IE 6対策（カーソルの反応範囲が正しく広がらない） */
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.colored_cell a {
	background-image: url('../../common/tab_xyscan_1.gif');
	background-repeat: no-repeat;
	background-position: center center;
	color: white;
}

.not_colored_cell a {
	background-image: url('../../common/tab_xyscan_2.gif');	
	background-repeat: no-repeat;
	background-position: center center;
}