@charset "UTF-8";
/* 印刷用 CSS */

body{
	background-image: none;
	font-size: 80%;
	width: 100%;
	margin: 0;
	padding: 0;
}

#wrapper{
	background-image: none;
}

header{
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

#header{
	background-image: none;
	width: 100%;
}

#footer{
	background-image: none;
	display: none;
}

#header #headerTop{
	margin: 0;
	padding: 0;
}

/* ヘッダー サイトID */
#header h1.pcSwitch{
	display: none;
}

#header h1.printSwitch{
	display: inline;
}

#header h1.printSwitch img{
	width: 60%;
}

#header #today_img{
	display: none;
}

#header #headerTop #header_img img{
	display: none;
}

#header #headerLeft{
	display: none;
}

#headerBottom{
	display: none;
	border: none;
}

/*共通コンテンツ囲み*/
div#wrapper div#container article{
	display: block;
}

div#wrapper div#container article #containerLeft section article#contents{
	display: block;
}

/* トップ */
body#top article {
 	margin-top: 10px;
}

article #containerLeft section#headLine{
	margin: 0 0 10px 0;
	padding: 0;
}

article #containerLeft section.newsTopics dl dd{
	width: 60%;
}

/* パンくず */
aside.breadcrumb{
	display: none;
	margin: 0;
	padding: 0;
}

/* バナー広告 */
article #containerRight{
	display: none;
}

article #containerLeft aside{
	display: none;
}

/* このページへ戻る */
#toTop{
	display: none;
}