@charset "Shift_JIS";

/*================================
 basic
================================*/
html, body,
h1, h2, h3, h4, h5, h6,
ul, ol, li,
div, p, pre, blockquote,
dl, dt, dd, address {
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	line-height: 1.6em;
	background:#fff;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
div,p,caption {
	text-align: left;
}

th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
td {
	vertical-align: top;
}
ul,ol{
	list-style:none;
}
li{
	list-style-type: none;
}
img{
	border:none;
}
input,
textarea{
	font-size: 100%;
}

/*================================
 link
================================*/
a {color:#bbb; text-decoration:none; outline: 0;}
a:link {color:#bbb; text-decoration:underline; font-style:italic;}
a:visited {color:#bbb; text-decoration:underline; font-style:italic;}
a:hover {color:#fff; text-decoration:underline; font-style:italic;}
a:active {color:#bbb; text-decoration:underline; font-style:italic;}

/*================================
 font
================================*/

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/*================================
 clearfix
================================*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hide from MacIE \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* End Hide from MacIE */