@charset "UTF-8";

/* =======================================================================
  reset
======================================================================= */

/* cancel top-margin of the paragraph */
p {
	margin-top:0;
	padding-top:0;
}

/* cancel decorated font */
em {
	font-style:normal;
}

ins,del {
	text-decoration:none;
}

/* cancel the border */
img {
	border: 0;
	}
	
/* setting for the table */
table {
	table-layout: fixed;
	border-collapse:collapse;
}

th {
	font-weight:normal;
	text-align:left;
}

		
/* =======================================================================
   common materials
======================================================================= */

/* blue square icon */
.icon_square_bl {
	padding:0 0 5px 18px;
	margin:0;
	background-image:url(../../img/common/icon_square_bl.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

/* gray square icon */
.icon_square_gray {
	padding:0 0 5px 18px;
	margin:0;
	background-image:url(../../img/common/icon_square_gray.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

/* gray square icon */
.icon_square_gray_border {
	padding:0 0 5px 18px;
	margin:0;
	background-image:url(../../img/common/icon_square_gray.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:1px dotted #999;
	display:block;
}

/* gray border */
.border_gray {
	border-bottom:1px dotted #999;
}


/* hide text */
.hidden {
	position:absolute;
	display:none;
}


/* indent */
.indent {
	padding-left:1em;
}
/* indent */
.indent2 {
	padding-left:100px;
}


/* clear */
.clear {
	clear: both;
	font-size: 1px;
	height: 0;
	overflow: hidden;
	width: 1px;
}

/* PDF */
#pdf_plugin{
	width:575px;
	margin-top:20px;
	}

/* back to top */
#pagetop{
	width:575px;
	text-align:right;
	margin-top:20px;
	}


/* =======================================================================
   box
======================================================================= */

.box300 {
	width:300px;
	margin:0 auto;
}

.box300_l {
	width:300px;
	text-align:left
	
}

.box350 {
	width:350px;
	margin:0 auto;
}

.box400 {
	width:400px;
	margin:0 auto;
}

.box450 {
	width:450px;
	margin:0 auto;
}

.box480 {
	width:480px;
	margin:0 auto;
}

.box500 {
	width:500px;
	margin:0 auto;
}

.box545 {
	width:545px;
	margin:0 auto;
}


/* =======================================================================
   setting for changing the images
======================================================================= */

/* right float */
.photo_r {
	float:right;
	margin:0 0 1.0em 1.0em;
}

/* left float */
.photo_l {
	float:left;
	margin:0 1.0em 1.0em 0;
}

/* center */
.photo_c {
	float:none;
	margin:0 auto 1.0em auto;
}

/* caption */
.cap {
	margin-top:5px;
	font-size:10px;
}

/* caption for the page title */
.cap_h3 {
	margin-top:5px;
	margin-bottom:20px;
	font-size:10px;
}

/* hide image */
.img {
	display:none;
}


/* =======================================================================
  cancel the repeat of switching the images
======================================================================= */

h3,.bg{
	background-repeat:no-repeat;
}


/* =======================================================================
   setting
======================================================================= */

/* bg */
body {
background-color:#fff;
}

/* font color */
h4,h5,p,dt,dd,li,th,td,address,.f_small,.f_middle,.f_big,.f_biggest,.cap,.cap_h3 {
	color:#333;
}


/* =======================================================================
   glossery papge
======================================================================= */

/* bg, font color */
#dhtmlgoodies_tooltip{
	background-color:#fff;
	color:#ee7673;
	border:1px solid #333;	
}

/* shadow color */
#dhtmlgoodies_tooltipShadow{
	background-color:#666;
}

#dhtmlgoodies_tooltip{
	position:absolute;
	display:none;
	z-index:20000;
	padding:5px;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */		
}

#dhtmlgoodies_tooltipShadow{
	position:absolute;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}


