﻿@charset "UTF-8";

/*-------------------------------------------------
  == Website CSS Divider ==
  -------------------------------------------------
  File       : print.css
  Last Update: 2008.02.18
-------------------------------------------------*/
@import "yui/reset.css";
@import "yui/fonts.css";
@import "margin.css";

/* Text Module
-------------------------------------------------*/
h1,h2,h3,h4,h5 {
	font-weight: bold;
}

p,li,dt,dd {
	font-size: 85%;
	line-height: 1.5;
}

li li,
li dd,
dd li,
td p,
td li,
td dt,
td dd,
td td {
	font-size: 100%;
}


/*------------------------------------------------------------------------------------*/
/* Site Setting
--------------------------------------------------------------------------------------*/

/* Layout Setting
-------------------------------------------------*/
/* wrapper */
#wrapper {
	width: 710px;
	text-align: left;
	margin: 0 auto;
}

/* table */
th,td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 2px;
}

th {
	font-weight: bold;
}
/* list */
ul.list li {
	list-style: inside disc;
}

/* display none */
#navi,
p.page_top,
p.page_top_normal,
div.no_print,
#flashcontent,
#bannercontent {
	display: none;
}

img {
	margin: 1em 0 2em;
}
