/* いろいろデフォルトの設定 フォントサイズ、フォントファミリー等など */
* {
	margin:0px; padding:0px;
	font-size:12px;
}
html,body {
	height:100%;
}
body * {
	color:#663300;
	font-family: "MS Pゴシック", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', sans-serif;
}
a{
	color:#663300; text-decoration:none; outline-style:none;
}
a:hover{
	color:#cc0000; text-decoration:underline;
}
a img{
	border: none;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal; font-size:12px;
}
strong{
	font-weight:normal;
}
table{
	border-collapse: collapse; border:none;
}
p{
	line-height:1.4em;
}
ul{
	margin-left:0px; /* ie */
	padding-left:0px; padding-top:0px;/* firefox */
	list-style:none;
}
ol{
	margin-left:0px; /* ie */
	padding-left:0px; padding-top:0px;/* firefox */
}
textarea{
	color:#333;
}
input{
	font-family:Arial,Helvetica,sans-serif;
	color:#333;
}
input[type="submit"]{
	color:#663333;
	cursor:pointer;
}
input[type="button"]{
	color:#663333;
	cursor:pointer;
}
/* misc */
.clearfix:after{
	content:"";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
#copy{
	margin:8px;
	text-align:right;
	color:#fff;
}