


@charset "utf-8";


/*== reset =========================================================================*/
html,body{ height: 100%; }
body, div,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li,
table, thead, tbody, tfoot, caption, th, td,
p, blockquote, pre, form, fieldset, legend {
	margin:0;
	padding:0;
	font-size:100%;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
	display:block;margin:0;padding:0;
}
a, input[type="submit"] {
	cursor:pointer;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight:bold;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}
caption, th {
	text-align:left;
}
img, input {
	vertical-align:middle;
}
abbr, acronym, fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
select, input, textarea {
	font-size:100%;
}
textarea {
	overflow:auto;
}
code, kbd, code, samp {
	font-family:monospace;
}
ins, del {
	display:block;
}
p ins, p del,
ol ins, ol del,
ul ins, ul del,
dl ins, dl del,
table ins, table del {
	display:inline;
}


/*===========================================================================*/
a:hover img { opacity:0.7; }
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }

html{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Verdana,sans-serif;
	font-size:13px;
}
body{
	width:100%;
	height:auto;
	line-height:1.6;
	color:#333;
	background-image: url(back.gif);
}

h1 {font-size:20px;
font-weight:bold;
margin-bottom:20px;
}
h1 span {
	font-size:15px;
	margin-left:1em;
}

.txt {
	margin-bottom:1.5em;
}