@charset "utf-8";
/*<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />*/

/*============================================================

	[default.css]
	
	@author kaizu

	1. container
	2. anchor
	3. text
	4. list
	5. table
	6. form
	7. format

============================================================*/

/*------------------------------------------------------------

	1. container

------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.8333;
	color: #413732;
}
* html body {
	text-align: center;
}
 @media print {

body {
	font-family: Georgia, Times, serif;
}
}

/*------------------------------------------------------------

	2. anchor

------------------------------------------------------------*/
a:link {
	color: #933;
}

a:visited {
	color: #999;
}

a:hover {
	color: #900;
}

img {
	border: none;
}

/*------------------------------------------------------------

	3. text

------------------------------------------------------------*/
h2,
h3,
h4,
h5,
h6 {
	margin-top: 2em;
	margin-bottom: 0.5em;
	line-height: 1.2;
	font-weight: bold;
}

h1 {
	margin: 0 0 1em;
	font-size: 230.4%;
}

h2 {
	font-size: 192%;
}

h3 {
	font-size: 160%;
}

h4 {
	font-size: 133.33%;
}

h5 {
	font-size: 116.67%;
}

h6 {
	font-size: 100%;
}

p,
pre,
address,
cite {
	margin: 0;
}

em {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

abbr,
acronym {
	cursor: help;
}

del {
	margin-left: 0.25em;
	margin-right: 0.25em;
	text-decoration: line-through;
	color: #999;
}

del[datetime]:before {
	content: "("attr(datetime)" \00524a\009664) ";
	font-size: 77%;
}

ins {
	margin-left: 0.25em;
	margin-right: 0.25em;
	border-bottom: 1px dotted #333;
	text-decoration: none;
}

ins[datetime]:before {
	content: "("attr(datetime)" \004fee\006b63) ";
	font-size: 77%;
}

sup,
sub {
	font-size: 77%;
}

sup {
}

sub {
}

blockquote {
}

code {
	font-family: monospace;
}

hr {
	display: none;
}

/*------------------------------------------------------------

	4. list

------------------------------------------------------------*/
ul,
ol,
dl {
	margin: 2em 0 2em 2em;
	padding: 0;
}

ul ul,
ul ol,
ul dl,
ol ul,
ol ol,
ol dl,
dl ul,
dl ol,
dl dl {
	margin: 0;
}

li,
dd {
	margin: 0 0 0 2em;
	padding: 0;
}

dt {
}

dd {
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dd,
dd p {
}

/*------------------------------------------------------------

	5. table

------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
* html table {
	line-height: 1.5;
	font-size: 100%;
}

th,
td {
	vertical-align: top;
	padding: 0.25em 0.5em;
	border: 1px solid #999;
	text-align: left;
}

th {
	font-weight: normal;
	background: #EEE;
}

thead th {
	background: #666;
	text-align: center;
	color: #FFF;
}

tbody th {
}

td {
}

caption {
}

div.table-box {
	margin: 1em 0;
}
* html div.table-box {
}

/*------------------------------------------------------------

	6. form

------------------------------------------------------------*/
form {
}

fieldset {
}

legend {
}

input {
	line-height: 1.2;
}

textarea {
}

option {
	padding-right: 0.5em;
}

select,
input,
textarea {
	font-size: 99%;
}

/*------------------------------------------------------------

	7. format

------------------------------------------------------------*/
.en {
	margin-left: 0.25em;
	margin-right: 0.25em;
}

.en-l {
	margin-left: 0.25em;
}

.en-r {
	margin-right: 0.25em;
}
