@charset "UTF-8";

/*
*	Title: 日刊訳業WEB - 印刷用CSS
*	URI: 
*	Last Modified: 2008-XX-XX
*	Description: 印刷用に各種要素の表示を調整する
*/

body {
	width: 100%;
	background: #ffffff;
	padding: 0; 
	font-size: 12pt;
	line-height: 1.4;
}

/*--------------------------------------
	X. ボディ枠部の調整
---------------------------------------*/
#wrapper {
	margin: 0;
	width: 100%;
	padding: 0;
}
#twocontents,
#authtwocontents,
#threecontents {
	width: 100%;
	padding-top: 15px;
}


/*--------------------------------------
	X. ヘッダー部の調整
---------------------------------------*/
#header {
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #cccccc;
	background: none;
}

#header #logo {
	left: 0;
	top: 0;
}

#header #globalmenu {
	display: none;
}

#header #categorymenu {
	display: none;
}

#header #saitefaq {
	display: none;
}

#header #saitemap {
	display: none;
}

#header #corporate {
	right: 10px;
	top: 0;
}

/*--------------------------------------
	X. メイン領域部の調整
---------------------------------------*/

#main {
	float: none !important;
	width: 100% !important;
	padding-left: 0 !important;
}

#mainwrap {
	float: none;
	width: 100%;
}

/* ----- トピックパス（ぱんくず） ----- */
#main #topicpath {
	display: none;
}

/* ----- トピックパス（ぱんくず） ----- */
#main #allcategorylist {
	display: none;
}

#sidebar {
	display: none;
}

#subsidebar {
	display: none;
}

/* ----- 各種ジャンルタイトル部（一覧リンク、RSSリンク） ----- */
#main .newslist .rsslink,
#main .newslist .listlink {
	display: none;
}


/*--------------------------------------
	X. フッター部の調整
---------------------------------------*/
#footer {
	border-top-width: 0;
	padding-top: 20px;
}

#footer #footernavi {
	display: none;
}

#footer #footercontent {
}

/*
#footer #footercontent #copyright {
	width: 100%;
}

#footer #footercontent #privacyinfo {
	position: static;
	width: 100%;
}
*/



/*--------------------------------------
	X. 各ページ毎の調整
---------------------------------------*/

#main #newsphoto .listlink {
	display: none;
}

#main #newsdetail .latestarea p {
	display: none;
}
