﻿@charset "utf-8";


/*	reset
----------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: left;
	line-height: 1.5;
}

* {}

/*	reset_2
----------------------------------------------------*/

html {
	overflow-y: scroll;
	font-size:100.01%;
}

body{
	font-size:0.8em;
	font-family:
		"メイリオ",
		"Meiryo",
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		Sans-Serif;
}

h1{
	font-size:0.9em;
	}

h2{font-weight:normal; font-size:0.8em;}
h3,h4,h5,h6{font-size: 1em;}

ul,ol,li{list-style-type: none}

a:link,
a:visited {
	color: #006eca;
	text-decoration:none;
}

a:hover	{
	color: #006eca;
	text-decoration:underline;
}
a:active	{}

img{
	border: 0;
	vertical-align: bottom;
}

address {font-style:normal; text-align:left;}

hr {
	clear:both;
	border:0px solid #fff;
	margin:0;
	padding:0;
	height:0;
}


table {
	font-size:1em;
}

/*	import
----------------------------------------------------*/

/* modern browsers */

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

br.cl {
	line-height:0px;
	height:0;
	clear:both;
	}
