﻿@charset "utf-8";

@import "headerarea.css";
@import "footerarea.css";



/* contents
--------------------------------------------------------------------------
01. Default style
--------------------------------------------------------------------------
*/


/* update history
--------------------------------------------------------------------------
06/13/2008 Added by N.Tsuchida
	"input,textarea"
03/31/2008 Adjustment of all css files.
06/08/2009 add #popupMap for popup(access map)
--------------------------------------------------------------------------
*/



/* 01. Default style
----------------------------------------------------------------------- */
*{
	margin:0;
	padding:0;
}
html{
}

body{
	background:#f0f0f0 url(/common/images/layout/bg_body.png) repeat-x 0 0 scroll;
	font-size:75%;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.4;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-size:100%;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

img{
	border:0;
	text-decoration:none;
	vertical-align:baseline;
}
ol,
ul{
	list-style:none;
}
blockquote{
	quotes:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:1em;
}
fieldset,
form,
label,
legend{
	border:0;
}
address{
	font-style:normal;
}
input,
textarea,
select,
option{
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}


/* 02. Content area (div#contentArea)
----------------------------------------------------------------------- */

div#contentArea{
	width:892px;
	background-color:#fff;
}

body#popupMap div#contentArea{
	width:627px;
}

/* 03. Header area (div#headerArea)
----------------------------------------------------------------------- */

div#headerArea{
	width:892px;
}


body#popupMap div#headerArea{
	width:627px;
}
