﻿@charset "utf-8";  /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; -*- */
/******************************************************************************/
/*  PRINT STYLE                                                               */
/*  $Id: interface_print.css,v 1.2 2004/10/17 04:00:08 minato Exp $ */
/******************************************************************************/

/*-----------------------------------------------------
 * Layout Style
 *----------------------------------------------------*/

@media print { 
/* body */
body    {margin:0; padding:0; background:#999; font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", MS PMincho, serif;}
#wrap   {
	width:100%;
	margin:0;
	padding:0;
	text-align:left;
	background:#fff;
	border:none;
}

/* header */
#header              {display:block;background:#fff; clear:both; border:none; border-bottom: 5px solid #033; height:auto; margin:0; padding:0;}
/* site_id */

#header	#site_id     {background:#fff; position:relative;}
#header	#site_id h1   { margin:0;}
/* country */
#tagLine,
#header #country,
/* site_help */
#header	#site_help,
/* navi */
#header	#navi,
/* breadcrumbs */
#header	#breadcrumbs {display:none;}


/* contents */
#contents                     { margin-top:0.3cm; padding:0; clear:both; position:relative; position:relative;}
#contents a                   {text-decoration:none; padding-top:1px;}
/* main_contents */
#main_contents                {width:64%; padding-right:0.5em; position:relative; float:left;}
#main_contents div.layout_box {padding:0em 0em 0em; font-size:10pt;}

/* sub_contents */
#sub_contents                 {width:33%; margin:1px 1px 5px 0px; padding-left:1px;border-left:1px solid #ccc; position:relative; float:right;}
#sub_contents div.layout_box  {padding:0.5em; font-size:8pt;}

/* footer */

#footer div.layout_box {display:none;}
/* site_info */
#footer	#site_info     {display:none;}
/* copy */
#footer	#copy p,
/* update */
#footer #update        {display:none;}
/* banner */
#footer	#banner        {display:none;}

/* item */
.off_left              {display:none;}
.to_top                {display:none;}

/*-----------------------------------------------------
 * Text Style
 *----------------------------------------------------*/

/* font-size */
h1,h2,h3,h4     {font-size:1.0em; padding:0;}
#main_contents h2  {padding-left:0;}
#navi,
#main_contents  {font-size:0.9em;}
#site_help,
#breadcrumbs,
#sub_contents,
#footer         {font-size:small;}

/* line-height */
h1,h2,h3,h4     {line-height:1.0em;}
ul,ol           {line-height:1.5em;}
p,dl,cite       {line-height:1.3em;}

/*-----------------------------------------------------
 *Image Style
 *----------------------------------------------------*/

/* img */
img        {border:none;}
.skip_link {display:none;}


/*******************************************************/
/*  HOME STYLE                                         */
/*******************************************************/

/* HOME main_contents----------------------------------------------------------- */

/* evalution */
#home #home_jis h2          {padding:0;}
#home #home_jis p img {float:left;}

/* WCAG */
#home #home_WCAG			{border-bottom:1px solid #ccc; margin-bottom:1em;}
#home #home_WCAG h3         {width:100%; margin-bottom:2em;}

/* solution */


#home #home_solution ul {padding-bottom:2em;}


/* HOME sub_contents */

/* sub_title */

.sub_title_icon { display:none;}

#sub_solutions_item h3{margin:0; padding:0;}
#sub_evalution h3 img {}
#sub_consulting h3 img {}
#sub_education h3 img {}
#sub_tool h3 img {}
#sub_developer h3 img {}
#sub_management h3 img {}

/*-- ends here --*/
}