@charset "UTF-8";

/*

 :タイトル "印刷用 スタイル設定";

 :一行説明 "印刷用 スタイル設定のスタイルシートです";

 :作成日 "2010-01-28";

 :改訂版 [:版 "1.0.0"; :作成日 "2010-03-25"];

*/



body{

	width: 100%;

	margin: 0;

	color: #000;

	background-image: none;

}

header{

	width: 100%;

	height: auto;

	margin-bottom: 20px;

	padding: 20px 0;

	border-bottom: 2px solid #1a1ad4;

}

header p#siteTtl,

header h1#siteTtl{

	position: static;

}

#main,

#footer{

	width: 100%;

	margin: 0;

}

#main #catVisual{

	width: 670px;

	overflow: hidden;

}

#main.cl1Main #primary{

	margin: 0;

}

#primary{

	float: none;

	margin-bottom: 2em;

	padding-bottom: 1px;

}

* html #primary{

	zoom: 96%;

}/* IE6 */

*:first-child+html #primary{

	zoom: 96%;

}/* IE7 */

#footer{

	clear: both;

	margin-top: 2em;

	background: none;

}

#footer div.inner{

	clear: both;

	width: 100%;

}

#footer p.copyright{

	border-color: #1a1ad4;

}

#footer p.copyright span{

	overflow: visible;

	height: auto !important; /*高さを0にする（IE7＆IE以外のモダンブラウザ）*/

	height /**/: auto; /*ここに画像の高さ　※IE4-5では適用されない（IE6のみ適用）*/

	padding-top: 0; /*ここにも画像の高さ*/

	background: none;

	vertical-align: top;

}



p.toPageTop,

header #globalNav,

header #visitorNav,

header dl.search,

header dl.functionNav,

header dl.fontResize,

#secondary,

#topicpath,

#footer dl.assistNav01,

#footer dl.assistNav02,

#footer p.toPageTop,

#footer address{

	display: none;

}

ul.linkList01{

	clear: both;

}

div.separate hr{

	position: static;

	overflow: visible;

	top: 0;

	left: 0;

}

div.pageTtl{

	overflow: visible;

}

div.pageTtl h1,
div.pageTtl h2{

	float: none;

	width: 670px;

}

div.pageTtl p.print{

	float: none;

	display: none;

}