@charset "utf-8";
/**
 :タイトル "印刷用 スタイル設定";
 :一行説明 "印刷用 スタイル設定のスタイルシートです";
 :作成日 "2009-03-26";
 :改訂版 [:版 "1.0.0"; :作成日 "2009-03-26"];
*/

body{
	width: 100%;
	margin: 0;
	border: none;
	color: #000;
	background-image: none;
	background-color: #fff;
}
*{
	color: #000;
}
#wrapper,
#main,
#footer{
	width: 100%;
	margin: 0;
}
#wrapper{
	width: 100&;
	padding: 0;
	background-image: none;
}
#main{
	width: 100%;
	min-height: 1px;
	background-color: #fff;
	background-image: none;
}
* html #main{
	height: 1px;
}
#primary{
	float: none;
}


#bodyWrap{
	width: 100%;
	min-width: 100%;
	background-image: none;
}
#wrapper{
	width: 100%;
	min-height: 1px;
}
* html #wrapper{
	height: 1px;
}
#header{
	position: relative;
	width: 100%;
}


#header{
	margin-bottom: 16px;
	border: none;
	border-bottom: 4px solid #3a489d;
}

#footer{
	clear: none;
	margin-top: 3em;
}
#footer address{
	width: 100%;
}

p.toPageTop,
div.stepNav,
#header #globalNav,
#header #subNav,
#header p.siteLead,
#secondary,
#main #topicpath,
#footer #assistNav,
#footer p.toPageTop{
	display: none;
}