﻿@charset "utf-8";

/*
======================================================
[c!]COLORS -Think Innovation!-
http://www.colors.gr.jp/
info@colors.gr.jp
(C) COLORS Co.,Ltd. All Rights Reserved.
--
Editor			 : CLSTK
Since			 : 2007-02-06
Last Up Date	 : 2007-03-16
Version		 : **
======================================================

print.css
------------------------------------------------------

[TOC]
- [001] Common
- [002] link
- [003] img
- [004] page-break
- [005] display:none
- [006] float: none;
- [007] table setting
- [008] background:none
- [009] width
- [010] text setting
- [011] margin setting

------------------------------------------------------
*/
/* [001] Common
------------------------------------------------------*/
@page {
	size: 7in 9.25in;
	margin: 15mm 0mm 15mm 0mm;
}
body {
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
/* [002] link
------------------------------------------------------*/
a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}
a[href]:after {
	content: " (" attr(href)") ";
}
/* [003] img
------------------------------------------------------*/
img {
	border: 0;
}
/* [004] page-break
------------------------------------------------------*/
.page-break-after {
	page-break-after: always;
}
.page-break-before {
	page-break-after: always;
}
/* [005] display: none;
------------------------------------------------------*/
#headerNavi,
#globalNavi,
#topicpath,
#pagenavi,
.pagetop,
#sidebar,
#footerNavi {
	display: none;
}
/* [006] float: none;
------------------------------------------------------*/
#container,
#header,
#globalNavi,
#article,
#contetnt,
#sidebar,
#footer,
#footerNavi {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
/* [007] table setting
------------------------------------------------------*/
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}
#article table {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #333333;
}
#article table th,
#article table td {
	padding: 3px;
	font-size: 90%;
}
#article table th {
	border-bottom: 1px solid #333333;
}
#article table td {
	border: 1px dotted #333333;
}
/* [008] background:none
------------------------------------------------------*/
#header,
#article,
#content h1,
#footer {
	background:none !important;
}
/* [009] width
------------------------------------------------------*/
#container,
#header,
#article,
#content,
#contentHead,
#contentBody,
#contentFoot,
#pagenav,
#footeri { /*border:1px solid #ff0000;*/
	width:98% !important;
}
/* [010] text setting
------------------------------------------------------*/
body {
	line-height: 1.5;
	letter-spacing: 1px;
}
#article {
	margin: 0 0 0 5%;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", sans-serif;
}
/* [011] margin setting
------------------------------------------------------*/
#header {
	margin-bottom:10px !important;
	padding-bottom:5px !important;
	border-bottom:1px solid #000000;
}
/* EOF*/