﻿@charset "UTF-8";

* {
	margin: 0; 
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1;
	color:#000;
	font-weight: normal;
	font-style: normal;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	/* *font-size: small;
	*font: x-small; */
}

/* for WinIE6*/
* html body{
	/* font-size: 75%; */
	/* letter-spacing: 1px; */
	font-family: Verdana, "MS P ゴシック", sans-serif;
	font-size: 12px;
	/* *font-size: small;
	*font: x-small; */
}

/* for WinIE7*/
*:first-child+html body{
	/* font-size: 75%; */
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	/* *font-size: small;
	*font: x-small; */
}

* html hr{/* for -IE6 */
	margin:0;
}

*:first-child+html hr{/* for IE7 */
	margin:0;
}

.clear{
	clear:both;
}

.hide{
	position: absolute;
	left: -999px; 
	width: 990px; 
}

.bold{
	font-weight:bold;
}

img,a img{
	vertical-align:bottom;
	border:none;
	background:transparent;
}

table{
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}

th,td{
	margin:0;
	padding:0;
	vertical-align:top;
	border:none;
	font-weight:normal;
	text-align:left;
}

caption{
	text-align:left;
}

ul,ol,dl{
	list-style:none;
}

li{
	display:list-item;
	/* zoom:normal; */
}

object,embed{
	vertical-align:top;
}

fieldset{
	margin:0;
	padding:0;
	border:none;
}

form{
	margin:0;
	padding:0;
}

input,textarea{
	font-size:1em;
}

em,address,dfn{
	font-style:normal;
}

ul ul,ul dl,dl ul,table p,table ul,table table{
	font-size:1em;
}

hr{
	height:0px;
	margin:0px;
	border:none;
	border-top:1px solid #000;
	display:none;
}

a {
	font-weight:normal;
	font-size:10px;
	color:#000;
	text-decoration:none;
}

a:hover {
	font-weight:normal;
	font-size:10px;
	color:#000;
	text-decoration:none;
}

* html hr{/* for -IE6 */
	margin:0;
}

*:first-child+html hr{/* for IE7 */
	margin:0;
}
