@charset "utf-8";

/** |READ ME| **************************************************************************************


/common/css/print.css
date:2009.02.10

----------------------------------------------------------------------------------------------------



************************************************************************************** |READ ME| **/




/** |RESET SETTINGS| ******************************************************************** START **/

/************************************************* 印刷用初期化 **/

html{
	background-color:#ffffff;
	color:#000000;
	font-size:12px;
}

body{
	font-size:100.01%;
	font-family:Verdana,sans-serif;
	background-color:#ffffff;
}

table,th,td{
	border:solid 1px #000000;
}

th,td{
	padding:1em;
}

ul{
	list-style:none;
}

div.container{
	width:649px;
	margin:0;
	background-color:#ffffff;
	background-image:none;
}

div.mainArea{
	width:649px;
}

div.mainArea div.contentsClm{
	float:left;
	width:100%;
}

div.mainArea div.subPrimaryClm{
	float:left;
	width:190px;
}

/************************************************* 非表示要素 **/

/* エリア */
div.header,
div.footer{
	display:none;
}

div.subArea{
	display:none;
}

/* 要素 */
caption{
	display:none;
}

/** |RESET SETTINGS| ************************************************************************ END **/


/** |Link SETTINGS| *********************************************************************** START **/

a:link {
	color:#5f859b;
}

a:visited {
	color:#5f8588;
}
a:hover, a:active {
	color:#006F33;
	text-decoration:none;
}

/** |Link SETTINGS| ************************************************************************ END **/


/** |Clearfix SETTINGS| ****************************************************************** START **/

.clearfix:after,
.wrapper:after,
div.topicPath ul:after{
	clear:both;
	content:".";
	display:block;
	font-size:0.1px;
	height:0.1em;
	line-height:0;
	visibility:hidden;
}
.clearfix,
.wrapper,
div.topicPath ul{
  _height: 1px;
  min-height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/** |Clearfix SETTINGS| ******************************************************************** END **/



/** |Contents SETTINGS| ****************************************************************** START **/

/* パンくずリスト */
div.topicPath li{
	float:left;
	line-height:1.2;
	padding-right:0.5em;
}

h2.title, h3.title { behavior:none; }

div.contents div.mainArea h2.title{
	position:relative;
	border:none;
	background-image:none;
	background-color:transparent;
}

div.contents div.mainArea h2.title span{
	display:block;
	position:relative;
	top:30px;
	color:#000000;
}

h2.title, h3.title { behavior: url(/common/js/iepngfix.htc); }

/** |Contents SETTINGS| ******************************************************************** END **/

