@charset "utf-8";




a:link {
/*	text-decoration: underline;*/
	text-decoration: none;
}

a:visited {
/*	text-decoration: underline;*/
	text-decoration: none;
}



/* =============================================================================
    ヘッダーの設定（#header）
============================================================================= */
#header {
	display: none;
}

img#logo {
	display: block;
}



/* =============================================================================
    左メニューの設定（#menubar）
============================================================================= */

/*  メニュー全体の枠組み
-------------------------------------------------- */
#body-left-wrap {
	display: none;
}



/* =============================================================================
    メインコンテンツの設定（#main）
============================================================================= */

#body-center-contents {
	margin: 0;
}

#breadCrumb {
	display: none;
}



/* =============================================================================
    メインコンテンツ下部の設定
============================================================================= */

/*  ？の設定
-------------------------------------------------- */
div#attach {
	display: none;
}



/*  ツールバーの設定（旧）
-------------------------------------------------- */
div#toolbar {
        display: none;
}



/*  ？の設定
-------------------------------------------------- */
div#related {
	font-size: 80%;
	padding: 0;
	margin: 16px 0 0 0;
}
