@charset "UTF-8";

/* Reset styles */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

/*
blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}
*/

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* New styles */

h2 {
	color: #800000;
}

h3 {
	color: #008000;
}

p {
	margin: 1em 0;
	line-height: 1.2em;
}

pre {
	margin: 1em 0;
}

ol {
	margin: 1em 1em;
	marker-offset: 1em;
	list-style-type: decimal;
	padding-left: 2em;
}

li {
	line-height: 1.2em;
}

dl {
	margin: 1em 1em;
}

dt {
	line-height: 1.2em;
	margin-top: 1em;
}

dd {
	line-height: 1.2em;
	padding-left: 2em;
}

.sect {
	border-top: solid 1px #cccccc;
	margin-top: 1em;
	padding-top: 1em;
}

.AA {
	font: normal normal normal 12pt / 100% "ＭＳ Ｐゴシック";
	white-space: nowrap;
}

.code {
	border: dashed 1px #cccccc;
	margin: 1em;
	padding: 1ex;
}

#header {
	background: url("banner.png") top left no-repeat;
	padding: 60px 0 0 0;
	margin: 0;
}

#header #breadcrumb {
	background: url("pattern.png") repeat #355E3B;
	color: white;
	padding: 4px 1ex;
}

#header h1 {
	display: inline;
	color: white;
}

#header #breadcrumb a {
	color: white;
	text-decoration: none;
}

#header #breadcrumb a:hover {
	color: #ff6200;
}

#content {
	margin: 1em;
}

#footer {
	border-top: solid 1px #cccccc;
	padding: 4px;
	color: #aaaaaa;
	font-size: 80%;
	line-height: 1.3em;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #aaaaaa;
	border-bottom: dotted 1px #cccccc;
	text-decoration: none;
}

#footer a:hover {
	color: #ff6200;
}
