@charset "UTF-8";

/* Reset Style
------------------------------------------------------------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
	vertical-align: bottom;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none outside;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	*font-size: 100%;
}
input[type="text"], input[type="tel"], input[type="password"], input[type="image"] {
	-webkit-appearance: none;
	border-radius: 0;
}
legend {
	color: #000;
}



/* General Setting
----------------------------------------------------------------------*/
html {
	overflow-y: scroll;
}
body {
	background-color: #fff;
	color: #666;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	min-width: 346px;
}
//a:link {
//	color: #f66;
//	color: #666;
//	text-decoration: none;
//}
//a:visited {
//	color: #f66;
//	color: #666;
//	text-decoration: none;
//}
//a:hover {
//	color: #f99;
//	color: #666;
//	text-decoration: underline;
//}
//a:hover img.over {
//	filter: alpha(opacity=60);
//	opacity: 0.6;
//}
a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
.red {
	color: #f00;
}
.left-area {
	display: inline;
	float: left;
}
.right-area {
	display: inline;
	float: right;
}
