@charset "utf-8";

/*編集不要*/
body {
*font-size:small;*font:x-small;
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 13px;
	line-height: 1.231;
}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

* {
}

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	line-height: 1.2;
	color: #555555;
	background-color: #fff;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
}

p,
pre,
address,
cite {
	margin: 0;
	font-size: 93%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

h1 {
	font-size: 189%;
}

h2 {
	font-size: 159%;
}

h3 {
	font-size: 144%;
}

h4 {
	font-size: 122%;
}

h5 {
	font-size: 107%;
}

h6 {
	font-size: 107%;
}

pre {
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
	padding: 0.5em 10px;
	border: 1px solid #222;
	width: 90%;
	overflow: scroll;
	color: #555;
	background-color: #fff;
	line-height: 1.4;
}

pre[title]::before {
	margin-bottom: 0.8em;
	padding: 0 10px;
	display: block; 
	content: attr(title);
	color: #000;
	background-color: #fff;
}

blockquote {
	margin: 0;
	padding: 1px 0; 
	border: 3px solid #eee;
	background-color: #fff;
}

blockquote * {
	color: #666;
}

blockquote[title]:before {
	margin: 0;
	padding: 0.1em 16px;
	display: block;
	content: attr(title); 
	background-color: #f5f5f5; 
}

blockquote[cite]:after {
	padding: 0.8em 20px;
	display: block; 
	content: attr(cite);
	color: #333;
	text-align: right;
}

cite {
	display: block;
	color: #333;
	text-align: right;
}

em {
	font-style: normal;
	font-weight: bold;
}

strong {
	color: #ff4500;
}

code {
	font-family: "Osaka－等幅", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: "Osaka－等幅", monospace;
}

a:link {
	color: #555555;
	text-decoration: none;
}

a:visited {
	color: #555555;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ae130e;
}

ul,
ol,
dl {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

li {
	list-style: none outside;
}

li,
dt,
dd {
	margin: 0;
	font-size: 93%;
}

dt {
	margin: 0;
}

dd {
	margin: 0;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd,
dd th,
dd td,
td p,
td li,
td dt,
td dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p ,
td p,
td li,
td dt,
td dd {
	margin: 0;
}

del {
	color: #999;
	text-decoration: line-through;
}

del[datetime]::before {
	content: " ( "attr(datetime)"\00524a\009664) ";
}

ins {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

ins[datetime]::before {
	content: " ( "attr(datetime)"\004fee\006b63) ";
}

form {
	margin: 0;
	padding: 1px 0; 
}

form dl,
form p {
	margin: 0;
}

fieldset {
	border: 1px solid #ddd;
}

legend {
	margin: 0;
	padding: 0 10px;
}

input,
textarea {
}

input {
	line-height: 1.2;
}

input:hover,
textarea:hover {
}

input:focus,
textarea:focus {
}

textarea {
}

table {
	margin: 0;
	border-collapse: collapse;
	background-color: #fff;
	border: 1px solid #ccc;
}

th,
td {
	line-height: 1.5;
	font-size: 93%;
}

th {
	padding: 0.2em 8px;
	border: 1px solid #ccc;
	background-color: #698aa8;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

td {
	padding: 0.2em 8px;
	border: 1px solid #ccc;
	background-color: #fff;
}

img {
	vertical-align: bottom;
}

a img {
	border: 0;
}

a:hover img {
	border: 0;
}

object,
embed {
	margin: 0;
}
