@charset "utf-8";

/*============================================================

	default.css

============================================================*/


/*------------------------------------------------------------

	Universal selector

------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}




/*------------------------------------------------------------

	anchor

------------------------------------------------------------*/
/*
a:link {
	color: #F60;
}

a:visited {
	color: #960;
}

a:hover {
	color: #F00;
}
*/
/*
a:link {
	color: #c82218;
}

a:visited {
	color: #fb908a;
}

a:hover {
	color: #ff9600;
}
*/
a:link {
	color: #0022aa;
}

a:visited {
	color: #abb7ff;
}

a:hover {
	color: #c82218;
}

a img {
	border: none;
}




/*------------------------------------------------------------

	text format

------------------------------------------------------------*/


/*---------- body ----------*/
body {
	line-height: 1.5;
	text-align: left;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	color: #333;
}


/*---------- heading ----------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	line-height: 1.2;
	font-weight: bold; 
}

h1 {
	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%;
}


/*---------- paragraph ----------*/
p,
pre,
address,
cite {
	margin-bottom: 1.5em;
}

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: "ＭＳ ゴシック", "Osaka－等幅", monospace;
}




/*------------------------------------------------------------

	list

------------------------------------------------------------*/
ul,
ol,
dl {
	margin-top: 1em;
	margin-bottom: 1em;
}

ul ul,
ul ol
ul dl,
ol ul,
ol ol,
ol dl,
dl ul,
dl ol,
dl dl {
	margin-top: 0;
	margin-bottom: 0;
}

li,
dt,
dd {
	margin-left: 2em;
}

dt {
	margin-top: 0.5em;
	font-weight: bold;
}

dd {
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dd,
dd p {
}




/*------------------------------------------------------------

	table

------------------------------------------------------------*/
table {
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
  font-size: 100%;
}

th,
td {
	padding: 0.25em 0.5em;
	border: 1px solid #999;
}

caption {
	margin: 0 auto;
	padding-bottom: 0.5em;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
}




/*------------------------------------------------------------

	form

------------------------------------------------------------*/

input {
	line-height: 1.2;
	outline: none;
}

textarea {
}

option {
	padding-right: 0.5em;
}

select,
input,
textarea {
  font-size: 99%;
}
