﻿@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;
	margin:0;
	padding:0;
}


h1,h2,h3,h4,h5,h6,div,p {
	margin:0;
	padding:0;
}

.strong {
	font-weight:bold;
}

#container {
	width:850px;
	margin: 0 auto;
	text-align:left;
}

#cover,
#profile,
#domain {
	width:850px;
	height:600px;
	margin:5% 0 0 0;
	border:1px solid #cccccc;
}

#map {
	width:850px;
	height:660px;
	margin:5% 0 0 0;
	border:1px solid #cccccc;
}

#profile,
#domain {
	/*background:url(../img/print_bg.gif) repeat-y;*/
}

/* cover
------------------------------------------------------*/
div#cover {
	position:relative;
	width:850px;
}

div.coverTitle {
	position:relative;
	width:206px;
	height:100px;
	left:50%;
	top:50%;
	margin-left:-103px;
	margin-top:-50px;
}

div.coverTitle p {
	font-size:130%;
	margin:15px 0 0 15px;
}

/* company profile
------------------------------------------------------*/
div#profile div.titleSide {
	width:248px;
	float:left;
	/*color:#FFFFFF;*/
	/*text-align:center;*/
}

div#profile div.titleSide h2 {
	margin:20px 0 0 20px;
	font-size:160%;
}

div#profile div.titleSide p.mean {
	margin:0 0 0 20px;
}

div#profile div.contentDetail {
	width:600px;
	float:right;
}

div#profile div.contentDetail table {
	margin:20px 0 0 20px;
}

div#profile div.contentDetail table td {
	vertical-align:top;
}

div#profile div.contentDetail table td h3 {
	margin:5px 0;
	font-size:100%;
}

div#profile div.contentDetail table td p.mgn {
	margin:5px 0;
}

div#profile div.contentDetail table td p.top {
	margin:5px 0 0 0;
}

div#profile div.contentDetail table td p.btm {
	margin:0 0 5px 0;
}

div#profile div.contentDetail table td.bdr{
	border-top:1px dotted #0B2848;
}

/* access map
------------------------------------------------------*/
div#map div.titleSide {
	width:198px;
	float:left;
	/*color:#FFFFFF;*/
	/*text-align:center;*/
}

div#map div.titleSide h2 {
	margin:20px 0 0 20px;
	font-size:160%;
}

div#map div.titleSide p.mean {
	margin:0 0 0 20px;
}

div#map div.contentDetail {
	width:650px;
	float:right;
}

div#map div.contentDetail table {
	margin:20px 0 0 20px;
}

div#map div.contentDetail table td h3 {
	margin:0 0 5px 0;
	font-size:120%;
}

div#map div.contentDetail table td p.mapIntro {
	margin:5px 0;
}

div#map div.contentDetail table td p.osakaImg {
	padding:0 0 10px 0;
}

/* domain
------------------------------------------------------*/
div#domain div.titleSide {
	width:248px;
	float:left;
	/*text-align:center;*/
}

div#domain div.titleSide h2 {
	margin:20px 0 0 20px;
	font-size:160%;
}

div#domain div.titleSide p.mean {
	margin:0 0 0 20px;
}

div#domain div.contentDetail {
	width:600px;
	float:right;
}

div#domain div.contentDetail table {
	margin:20px 0 0 20px;
}

div#domain div.contentDetail table td.bdr{
	border-top:1px dotted #0B2848;
}

div#domain div.contentDetail table td h3 {
	margin:5px 0 0 0;
	font-size:100%;
}

div#domain div.contentDetail table td h3.onlyTitle {
	margin:5px 0 !important;
}

div#domain div.contentDetail table td p.btm {
	margin:0 0 5px 0;
}

/* [011] margin setting
------------------------------------------------------*/
/*
#header {
	margin-bottom:10px !important;
	padding-bottom:5px !important;
	border-bottom:1px solid #000000;
}
*/
/* EOF*/
