@charset "UTF-8";

/* ------------------------------
 タグリセット
------------------------------ */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
ul,ol{
	list-style-type: none;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight: normal;
}
q:before,q:after{content:'';}
img {
	vertical-align: bottom;
	border:0;
}

/* ------------------------------
 リンク要素 
------------------------------ */

a {
	text-decoration:underline;
/*	color:#7070bd; */
}
a:hover{
	text-decoration:underline;
/*	color:#7070bd; */
}

#skip{
	position: absolute; /* For Mac IE 5*/
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

body {
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meyryo", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "sans-serif";
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
	font-size:12px;
	_font-size:82%;
/*	background: #e3e4db; */
}

*:first-child+html body {/*for IE7*/
	font-size:86%;
}

/*-----clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
*:first-child+html .clearfix {/*for IE7*/
	overflow:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
