@charset "utf-8";

/* CSS Information ==============================
File name: base.css
Editors: Shinji Kobayashi
Last Editor: Shinji Kobayashi
Date: 2009.08.20
Table of Contents:
 +base element
 +clearfix
 +a11y
============================================== */

html>body #frame01,
html>body #frame02 {
	display: none;
	}

div.cc-scrollable {
	position: relative;
	}


/*====================
 +base element
====================*/
body {
	background: url(../img/bg/body1.gif) left top repeat;
	color: #000;"WebContent/META-INF/css/base.css"
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 12px;
	_font-size: 75%;
	line-height: 1;
	}
h1 {
	font-size: 150%;
	}
h2 {
	font-size: 116.7%;
	}
h2 span.normal-heading {
	font-size: 85.7%;
	font-weight: normal;
	}
a {
	color: #00f;
	text-decoration: underline;
	}
a:hover,
a.current {
	color: #fa0;
	text-decoration: none;
	}
a:active,
a:focus {
	outline: none;
	}

/*====================
 +clearfix
====================*/
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	}
* html .clearfix {
	zoom: 1;
	}
*:first-child+html .clearfix {
	zoom: 1;
	}

/*====================
 +a11y
====================*/
.a11y {
	position: absolute;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 0;
	}

img.cc-modalicon {
	display: none;
	}	
