﻿@charset "UTF-8";

/* 基本レイアウト用CSS／TOP印刷用 */

/* ================= 目次 =====================

【1】wrapper
【2】header
【4】content

============================================ */



/* =============================================================
　■□■ 1. wrapper ■□■
============================================================= */

#wrapper-top
{
	background: none;
}


/* =============================================================
　■□■ 2. header ■□■
============================================================= */

#size,
#search
{
	display: none;
}


/* =============================================================
　■□■ 4. content ■□■
============================================================= */

/* ------------- content内容 ------------- */

#copy /* --- FLASHを非表示 --- */
{
	display: none;
}

html[xmlns*=""] body:last-child #copy /* For Only Safari */
{
	display: block;
	background: url(/img/img_copy.jpg) no-repeat left top;
}

html[xmlns*=""] body:last-child #copy span /* For Only Safari */
{
	display: none;
}

#copy-print /* --- 印刷用 代替画像を非表示 --- */
{
	display: block;
	margin-bottom: 21px;
}

/* ------------- side内容 ------------- */
#related ul li
{
	width: 100%;
}

*:first-child+html #related ul li a /* For Only IE7 */
{
	width: 160px;
}

*html #related ul li a /* For Only IE6 */
{
	width: 160px;
}
