@charset "utf-8";
/* ===================================================================
CSS information

 html5doctor.com Reset Stylesheet
 v1.4.1 
 2010-03-01
 Author: Richard Clark - http://richclarkdesign.com
 Style Info : ブラウザスタイルのリセットと基本設定
=================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	letter-spacing: 0.5px;
	background: transparent;
}

body {
	background: #ffffff;
	color: #000000;
	word-break: break-all;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ul {
/*	list-style: none;	*/
	list-style: disc;
	list-style-position: outside
}

ul li {
	margin-left: 30px;
	font-size : 13px;
}

ol {
	list-style: decimal;
	list-style-position: outside
}

ol li {
	margin-left: 30px;
	font-size : 13px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}*/

mark {
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	empty-cells: show;
	border-collapse: collapse;
	margin: 0px 0px 10px 5px;
}

table.full {
	width: 100%;
}

table.fixed {
	table-layout: fixed;
}

table.just {
	width: 90%;
	margin: auto;
	font-size: 15px;
}

th {
	font-weight: bold;
	vertical-align: top;
	text-align: center;
/*	background-color: #c0c0c0;	*/
	background-color: #CCCCFF;
	padding: 3px;
}

th.middle {
	vertical-align:middle;
}

th.bottom {
	vertical-align:bottom;
}

th.large {
	font-size: 18px;
}

td {
	vertical-align: top;
	padding: 3px;
}

td.middle {
	vertical-align:middle;
}

td.bottom {
	vertical-align:bottom;
}

td.large {
	font-size: 18px;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
