@charset "utf-8";

/* -----------------------------------------------
CSS file Fuoco Inc.
FileName: base.css
----------------------------------------------- */

/* Base */
html,
body,
td,
th,
div,
form,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
caption,
pre,
dl,
dt,
dd,
select,
option,
textarea
{
	margin: 0px;
	padding: 0px;
	font: 10pt sans-serif, Verdana, Arial, Helvetica, 'MS UI Gothic', 'MS P Gothic', 'Hiragino Kaku Gothic Pro', 'Osaka';
	color: #000000;
}

html,
body
{
	background-image:none;
	background-color:white;
	text-align: center;
	font-size: 10pt;
}
head+body{
	width: 180mm;
	max-width:100%;
	min-width:90%;
	margin:0 auto;
}

td,
th { font-size: 100%; }

/*input,
select,
option,
textarea { font-size: 90%; }*/

img { border: 0px; }

ul,
li { list-style-type: none; }

h1,
h4,
h5,
h6
{
	padding:0;
	margin:0;
	font-weight: bold;
}

/* Anchor - normal */
/*リンクはすべて文字色を固定*/
a:link,
a:active,
a:visited,
a:hover{
	color:#000000;
	text-decoration:none;
}

/* Anchor - under */
a.under:link,
a.under:active,
a.under:visited,
a.under:hover
{
	color:#000000;
	text-decoration:none;
}

.twoColFixRtHdr #container{text-align: left;}

.twoColFixRtHdr #header{ text-align:right;}

.twoColFixRtHdr #header h1.logo a{display: none;
/*
display: block;
height:50px; width:380px;
background: url(../images/print_logo.jpg)  no-repeat;
text-indent:-9999px;*/
}

.twoColFixRtHdr #header p.global-menu{display:none;}
.twoColFixRtHdr #header p{ text-align:right;font-size:8pt; line-height:110%;letter-spacing: 1.1px;}

.twoColFixRtHdr #flmv{}

.twoColFixRtHdr #menu1{display:none;}
.twoColFixRtHdr #menu2{display:none;}
.twoColFixRtHdr #menu3{display:none;}

.twoColFixRtHdr #container #sidebar2 {display:none;}


.twoColFixRtHdr #mainContent1
{
	margin: 15px 230px 0 0;
	padding: 0 10px 0 40px;
}

.twoColFixRtHdr #mainContent2 .pannavi{display:none;}




.twoColFixRtHdr #footer{display:none;}



.fltrt
{ /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}

.fltlft
{ /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}

.clearfloat
{ /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
