@charset "utf-8";

/*-----------------------------------------------
  style clear
-----------------------------------------------*/

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td {
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
	font-size: 20px;
	font-weight: normal;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#header ol,#header ul,#header li,
#side-menu ol,#side-menu ul,#side-menu li,
#footer ol,#footer ul,#footer li{
    list-style:none;
    margin: 0; 
    padding: 0;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}

body {
	line-height:1.4;
	background-color: #333333;
}

ul {
    margin-top: 0;
	margin-bottom: 1em;
}

li {
	line-height:1.3;
	margin-top: 0;
	margin-bottom: 0.5em;
}

hr {display:none;}

sup {
	font-size: 0.8em;
	vertical-align: baseline;
}

.clear {
	clear:both;
}


/*-----------------------------------------------
 link color
-----------------------------------------------*/

a:link {
	text-decoration:underline;
	color: #333333;
}

a:visited {
	text-decoration:underline;
	color: #333333;
}

a:hover {
	text-decoration:none;
	color: #660000;
}

a:active {

}

a.noline{text-decoration:none;}
a.noline img{
	vertical-align: bottom;
}


/*-----------------------------------------------
 font-size
-----------------------------------------------*/

.small,.memo{
	font-size: 0.8em;
	line-height: 1.2em;
}
.medium {
	font-size: 0.9em;
	line-height: 1.4em;
}



/*-----------------------------------------------
 font-color
-----------------------------------------------*/

.green {
	color:#009140;
}

/*inquiries*/
.red {
	color:#cc0000;
}

/*thanks*/
.big-blue {
	color:#3366cc;
	font-size: 1.3em;
	font-weight: bold;
}
/*thanks*/
.box-gray-double {
	padding:15px;
	border: 3px double #cccccc;
	float:left;
}




/*-----------------------------------------------
 page-top
-----------------------------------------------*/
.page-top {
	clear:both;
	width:850px;
	padding-bottom:5px;
	text-align:right;
	font-size:85%;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

.yuudou {
	clear:both;
	width:850px;
	padding-bottom:5px;
	text-align:center;
	font-size:13px;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}





/*-----------------------------------------------
 container
-----------------------------------------------*/
#container {
	width:900px;
	overflow:hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}



/*-----------------------------------------------
 header
-----------------------------------------------*/
#header {
	float:left;
	width:900px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #231F20;
}
#header #logo {
	float:left;
	width:460px;
	height:54px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#header #head-link {
	float:right;
	width:370px;
	height:30px;
	padding-top: 40px;
	padding-right: 10px;
}
#header ul#sub-link {
	float:right;
	width:150px;
	height:21px;
}
#header ul#sub-link li {
	display: inline;
	padding-right: 9px;
	padding-left: 9px;
	border-left-color: #FFFFFF;
}
#header ul#sub-link li a{
	display: inline;
	line-height: 21px;
}


#header ul#sub-link li a:link {
	text-decoration:underline;
	color: #FFFFFF;
}

#header ul#sub-link li a:visited {
	text-decoration:underline;
	color: #FFFFFF;
}

#header ul#sub-link li a:hover {
	text-decoration:underline;
	color: #660000;
}

#header ul#sub-link li a:active {
	text-decoration:underline;
	color: #660000;
}

#header ul#sub-link li a.noline{text-decoration:none;}
#header ul#sub-link li a.noline img{
	vertical-align: bottom;
}





#header dl#font-size {
	float:left;
	width:135px;
	height:22px;
}
#header dl#font-size img{
	vertical-align: middle;
}
#header dl#font-size dt,#header dl#font-size dd {
	float: left;
	height:22px;
}
#header dl#font-size dt{
	height: 22px;
	width: 72px;
}
#header dl#font-size dd a{
	display: block;
	height: 22px;
	width: 21px;
	float: left;
}
#header #head-link #search{
	float: right;
	background-image: url(../img/share/header_search.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 150px;
	text-align: right;
	vertical-align: middle;
	line-height: 0px;
	font-size: 0px;
	display: block;
	margin-top:12px;
	margin-right:3px;
	padding-left:72px;
}
* html #header #head-link #search{
	margin-top:8px;
}
#header #head-link #search strong{
	display:none;
}
#header #head-link #search input.var{
	height: 0;
	line-height:0;
	visibility: hidden;
}
#header #head-link #search input.search-field{
	width:119px;
	height: 18px;
	display: block;
	float: left;
	font-family:Meiryo, Sans-Serif;
	font-size: 12px;
	line-height:1.1em;
	vertical-align: middle;
	border: 1px solid #999999;
}
* html #header #head-link #search input.search-field{
	width:113px;
	height: 15px;
	margin:0px;
	padding:0px;
	border: 1px solid #999999;
}
*:first-child+html #header #head-link #search input.search-field{
	width:115px;
	height: 13px;
	margin:1px 0px 0px;
	padding:0px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	background-image: none;
}
#header #head-link #search a{
	display: block;
	float: right;
	width:22px;
	hight:21px;
}


#main #yuudou2 {
	clear:both;
	width: 900px;
	height:200px;
	background-repeat: no-repeat;
	background-position: left top;
}

#main #yuudou2 ul {
	list-style:none;
}

#main #yuudou2 ul li {
list-style-type:none;
float: left;
}

/*-----------------------------------------------
 footer
-----------------------------------------------*/
#footer {
	clear:both;
	width:900px;
	margin-top: 7px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#footer p.topic-path{
	width:747px;
	font-size: 11px;
	padding:5px 3px;
	margin:0px;
	border-top: 2px dotted #80d39e;
	border-bottom: 2px dotted #80d39e;
}
#footer #related {
	width:747px;
	float:left;
}
#footer #related dl{
	width:747px;clear:both;
	float:left;
	padding:5px 0px;
}
#footer #related dt{
	float:left;
	width:100px;
}
#footer #related dd{
	float:left;
	width:647px;
}

#footer #related ul{
	list-style: none;
}

#footer #related li{
	float:left;
	list-style: none;
	padding-right: 20px;
	padding-left: 15px;
	margin-bottom: 4px;
	background-image: url(../img/share/footer_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	display: block;
	white-space: nowrap;
}
#footer #f-navi {
	clear:both;
	width: 900px;
	height:84px;
	background-repeat: no-repeat;
	background-position: left top;
}
#footer #f-navi strong {
	display:none;
}
#footer #f-navi ul {
	list-style: none;
}
#footer #f-navi ul li {
	float:left;
	list-style-type: none;
}
#footer #f-navi ul li.navi-denwa a{
	width:360px;
	display:block;
	height:84px;
}
#footer #f-navi ul li.navi-denwa{
	background-image: url(../../img/share/f_navi01_o.gif);
	background-repeat: no-repeat;
}
#footer #f-navi ul li.navi-soudan a{
	width:270px;
	display:block;
	height:42px;
}
#footer #f-navi ul li.navi-soudan{
	background-image: url(../img/share/f_navi02_o.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 270px;
}
#footer #f-navi ul li.navi-testki a{
	width:270px;
	display:block;
	height:42px;
}
#footer #f-navi ul li.navi-testki{
	background-image: url(../img/share/f_navi03_o.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 270px;
}
#footer #f-navi ul li.navi-kakaku a{
	width:270px;
	display:block;
	height:42px;
}
#footer #f-navi ul li.navi-kakaku{
	background-image: url(../img/share/f_navi04_o.gif);
	background-repeat: no-repeat;
	float: left;
	height: 42px;
	width: 270px;
}
#footer #f-navi ul li.navi-katarogu a{
	width:270px;
	display:block;
	height:42px;
}
#footer #f-navi ul li.navi-katarogu{
	background-image: url(../img/share/f_navi05_o.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 270px;
}
#footer p#footer-link {
	font-size: 10px;
	line-height:2;
	clear:both;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #666666;
	background-color: #5A5A5A;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#footer p#footer-link a:link {
	text-decoration:underline;
	color: #FFFFFF;
}
#footer p#footer-link a:visited {
	text-decoration:underline;
	color: #FFFFFF;
}
#footer p#footer-link a:hover {
	text-decoration:underline;
	color: #660000;
}
#footer p#footer-link a:active {
	text-decoration:underline;
	color: #660000;
}
#footer p#footer-link a.noline{text-decoration:none;}
#footer p#footer-link a.noline img{
	vertical-align: bottom;
}
#footer .copyright {
	font-size: 10px;
	text-align:right;
	background-color: #5A5A5A;
	margin: 0px;
	color: #FFFFFF;
	padding-right: 15px;
	padding-bottom: 15px;
}


/*ROLL OVER*/
#footer #f-navi ul li a:hover{
	background-color:transparent;
}
#footer #f-navi ul li a:hover img{
	visibility:hidden;
}




/*-----------------------------------------------
 topic-path + print
-----------------------------------------------*/
.topic-path {
	font-size: 12px;
	margin:0px;
	padding-top: 25px;
	padding-right: 3px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.centering {
	text-align: center;
}
p.topic-path strong{
	color:#000000;
}
#header p.topic-path{
	float: left;
	width:850px;
	color: #FFFFFF;
}
p#print{
	float: right;
	width:99px;
	text-align: right;
	padding-top:2px;
	padding-right:1px;
}
* html p#print{
	padding-top:8px;
}
*:first-child+html p#print{
	padding-top:10px;
}
p#print a{
	display: inline;
	font-size: 10px;
	line-height: 11px;
	padding-right: 7px;
	padding-left: 7px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}





/*-----------------------------------------------
 contents
-----------------------------------------------*/
#contents {
	margin-left: 0px;
}



/*-----------------------------------------------
 main
-----------------------------------------------*/
#main {
	float:left;
	width:895px;
	line-height:1.5;
	overflow: hidden;
}
#main .entry {
	clear: both;
	margin-bottom:2em;
	padding-top: 7px;
	padding-left: 22px;
}
.entry p {
	padding-right: 10px;
}
#main .entry td {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
}

#main h2{
	margin-top: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
}
#main h3{
	margin-top: 7px;
	font-size: 16px;
}
#main h4{
	font-size:1.2em;
	font-weight: bold;
	background-color: #e6e6e6;
	margin-top: 15px;
	padding: 2px 5px 2px 11px;
	clear:both;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #666;
}
#main h5{
	border-bottom: 1px solid #cccccc;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #009140;
}
#main strong{
	font-weight: bold;
}
#main .mt-05em{
	margin-top:0.5em;
}
#main .mt-1em{
	margin-top:1.5em;
}
#main .mt-2em {
	margin-top: 2.2em;
}
#main .mb-1em{
	margin-bottom:1.5em;
}
#main .mb-2em {
	margin-bottom: 2.2em;
}
#main .pt-5px{
	padding-top:5px;
}
#main .pb-1em{
	padding-bottom:1.5em;
}
#main .pb-2em {
	padding-bottom: 2.2em;
}

#main .text{
	float: left;
	width: 500px;
	overflow: hidden;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 26px;
	margin-bottom: 30px;
	margin-right: 20px;
}
#main .headtext{
	float: left;
	width: 480px;
	overflow: hidden;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 26px;
	margin-bottom: 30px;
	margin-right: 20px;
	padding-left: 20px;
}

#main .headtext2{
	float: left;
	width: 800px;
	overflow: hidden;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 26px;
	margin-bottom: 30px;
	margin-right: 20px;
	padding-left: 20px;
}

#main .headtext3{
	float: right;
	width: 500px;
	overflow: hidden;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 26px;
	margin-bottom: 30px;
	margin-right: 75px;
}


#main .text-r {
	float:right;
	width: 550px;
}
#main .center-img{
	text-align: center;
}
#main .right-img {
	float: right;
	width: 230px;
	margin-bottom: 10px;
	margin-left: 15px;
	text-align: right;
}
#main .right-img img{
	margin-bottom: 2px;
}
#main .right-img-large {
	float: right;
	width: 350px;
	margin-bottom: 10px;
	text-align: center;
	margin-left: 20px;
}
#main .right-img-large img{
	margin-bottom: 2px;
}
#main .right-date{
	margin-top:2em;
	margin-bottom:2em;
	text-align: right;
}
#main .right-links{
	margin-top:0.5em;
	margin-bottom:2em;
	text-align: right;
}
#main .float-right{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
}
#main .left-img {
	float:left;
	width:150px;
}

#main .float-left{
	float: left;
	margin-bottom: 10px;
	text-align: left;
}
#main th, #main td{
	vertical-align: middle;
}
#main a:link, #main td a:link {
	color:#3860c3;
	text-decoration:underline;
}
#main a:visited, #main td a:visited {
	color:#233f83;
	text-decoration:underline;
}
#main a:hover, #main a:active, #main td a:hover, #main td a:active {
	color:#000000;
	text-decoration:none;
}

#main table.photo-table {
	margin-top: 2em;
}

#main table.photo-table th {
	padding: 0px;
	text-align: center;
}
#main table.photo-table td {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}

.green-bullet li {
	list-style-type:none;
}

.green-bullet a {
	background-image: url(../img/share/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px
}
#main .lower-alpha {
	list-style-type: lower-alpha;
}

/* main PANKUZU
------------------------------------------------*/

#main p.topic-path a:link {
	text-decoration:underline;
	color: #000000;
}
#main p.topic-path a:visited {
	text-decoration:underline;
	color: #000000;
}
#main p.topic-path a:hover {
	text-decoration:underline;
	color: #660000;
}
#main p.topic-path a:active {
	text-decoration:underline;
	color: #660000;
}
#main p.topic-path a.noline{text-decoration:none;}
#main p.topic-path a.noline img{
	vertical-align: bottom;
}

/* main scantec
------------------------------------------------*/

#main .left-text{
	float: left;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 26px;
	width: 500px;
	margin-left: 30px;
}


/*-----------------------------------------------
  SCANTECトップページの特長一覧部分
-----------------------------------------------*/


.tokuchou_box{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}


/* main INQUIRIES
------------------------------------------------*/
#inquiries-page #main th{
	background-color: #DFF8DD;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
}
#inquiries-page #main th span{
	margin-left:7px;
	color: #CC0000;
}
#inquiries-page #main td{
	background-color: #e6e6e6;
	border-bottom: 2px solid #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#inquiries-page #main th.no-color,
#inquiries-page #main td.no-color{
	background-color:#ffffff;
	padding:0px;
}




/*080927_arc*/
.note{
	text-indent: -1em;
	padding-left: 1em;
}

/* main LINKS
------------------------------------------------*/
#links-page .table{
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
#links-page .table th,#links-page .table td{
	padding:5px 10px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#links-page .table th.category{
	padding:10px 10px;
	background-color: #e6e6e6;
	font-weight: bold;
	text-align: left;
}





/*080930_arc*/
.ml20{margin-left:20px;}
.ml50{margin-left:50px;}
.w180{width:180px;}
.w540{width:540px;}
.line{border-bottom: 1px solid #cccccc;margin-bottom:2em;clear:both;}

/*2column (notice-page)*/
#notice-page .column2{
	width:346px;
	float:left;
}
#notice-page .old-data li {
	list-style-type: none;
}
#notice-page .old-data a {
	background-image: url(../img/share/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px
}
#notice-page .no-bullet{
	list-style: none;
}


/* add for verisign 080930 */
#inquiries-page #veri {
	width: 725px;
	overflow: auto;
}
#inquiries-page #veri .checktext {
	width: 595px;
	float: left;
}
#inquiries-page #veri .verisign {
	float: left;
	width: 120px;
	padding-left: 10px;
}


/*Section-top*/
#main .right-links-top{
	margin-top:0px;
	margin-bottom:0px;
	text-align: right;
}

#main .right-links-top2{
	margin-top:0px;
	margin-bottom:0px;
	text-align: left;
}
#main .get-plug-ins-top {
	text-align: center;
	clear: both;
	width: 747px;
	margin-top: 7px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 4px;
}
#main .rss-top{
	width:200px;
	padding-top:5px;
	float:left;
}
#main .entry-top{
	width:520px;
	padding-top:5px;
	margin-left:220px;
}
#main .entry2{
	margin-bottom:5px;
	padding-top: 7px;
	padding-left: 22px;
}
#main .w230{width:230px;}
#main h4.column3-title{margin-top:5px;}


/*-----------------------------------------------
 g-navi (GLOBAL NAVIGATION)
-----------------------------------------------*/
#g-navi {
	clear:both;
	width: 900px;
	height:42px;
	background-position: left top;
}
#g-navi strong {
	display:none;
}
#g-navi ul {
	list-style: none;
}
#g-navi ul li {
	float:left;
	list-style-type: none;
}

/*-----------------------------------------------
 l-navi (LOCAL NAVIGATION)
-----------------------------------------------*/
#l-navi {
	clear:both;
	width: 900px;
	height:30px;
	background-position: left top;
}
#l-navi strong {
	display:none;
}
#l-navi ul {
	list-style: none;
}
#l-navi ul li {
	float:left;
	list-style-type: none;
}


body#sitemap .entry ul li {
	list-style-type: none;
	line-height: 30px;
	margin-left: 20px;
}

#main .subindex-bttn {
	float: left;
	display: block;
	margin-right: 10px;
	margin-left: 20px;
	width: 218px;
}
#main .subindex {
	overflow: hidden;
	width: 800px;
	margin-top: 45px;
	margin-bottom: 14px;
	vertical-align: top;
	padding-top: 0px;
	margin-left: 60px;
}
.subindex-bttn dt {
	display: block;
	height: 50px;
	width: 218px;
}
.subindex-bttn dd {
	font-size: 0.9em;
	line-height: 1.4em;
	display: block;
	padding-right: 7px;
	padding-left: 4px;
	width: 207px;
	overflow: visible;
}



/*-----------------------------------------------
 print
-----------------------------------------------*/

@media print {
body {font-size:12px;color: #000000;background-color: #FFFFFF;background-image: none;}
a:link,a:visited {text-decoration: underline;color: #000000;}
#header #head-link,#g-navi,.page-top,#side-menu,p#print {display: none;}
#container,#header,#header #logo,#contents,#main,#footer,#footer #related,#footer #related dl {float: none !important;width: 747px !important;margin: auto !important;}
p.topic-path{float: none !important;width: 747px !important;}
#header #logo{height:35px;}
#header p.topic-path{padding:10px 3px;margin-top:15px;border-top: 3px solid #009140;border-bottom: none;}
.topic-path,#footer #related dd li,#footer p#footer-link{font-size: 12px;}
#footer,#footer #copyright{padding-top:40px;}
#related{padding:10px 0px 30px;}
* html #related{padding:0px;}
p#footer-link{padding-top:30px;}
* {position: static !important;overflow: visible !important;}
h4{border-bottom: 1px solid #e6e6e6;}
* html body{zoom:80%;}
}
.red {
	color: #F00;
}
