@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
	font-family: 'Lucida Grande', Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:16px;
	background:url("/images/parts/bk_Dot.gif");
	text-align: left;
	position: relative;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure,
header,hgroup,menu,nav,section{
	display: block;
}
h1, h2, h3, h4, h5, h6, form, dl, dt, dd, p{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight:normal;
}
div{
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
}
img{
	border-style: none;
	margin: 0;
	padding: 0;
}
ul,ol{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
dl{
	padding: 5px 0 5px 10px;
}
label{
	white-space: nowrap;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
th{
	font-weight: 400;
}
input[type=radio]{
	font-size: 13px;
	line-height: 13px;
	height: 13px;
}
: root input[type=radio]{
	margin-bottom: 2px;
}
input[type="button"]: hover,
input[type="submit"]: hover{
	opacity: 0.8;
}
input[type=button]: hover#inactive{
	opacity: 1.0;
}
a{
	color:#7b5946;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img:hover{
	opacity:0.8;
}
/* リンク（未読）
a: link{
	color: #4444B7;
}
a: visited{
	color: #4444B7;
}
a: hover{
	color: #4444B7;
}
a: active{
	color: #4444B7;
}  */
