﻿@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:12px;
}

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

h1 {
	font-size:14px;
	}

h2 {
	font-size:13px;
	}
	
h3,h4,h5,h6 {
	font-size: 12px;
	}

p {
	font-size:12px;
	line-height: 2em;
	}

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

a:link,
a:visited {
	text-decoration:none;
	}

a:hover	{
	text-decoration:underline;
	}

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

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

table {
	font-size:12px;
	}

/*	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.clear {
	clear:both;
	}
