﻿@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;
}

* {}

/*	reset_2
----------------------------------------------------*/

html {
	overflow-y: scroll;
	font-size:100%;
}

body {
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}
h1 {
	font-size:108%;
	}

h2 {
	font-weight:normal;
	font-size:108%;
	}
	
h3,h4,h5,h6 {
	font-size: 108%;
	}

p {
	font-size:108%;
	line-height: 2em;
	}

ul,ol,li {
	list-style-type: none
	}

a:link,
a:visited {
	text-decoration:none;
	}

a:hover	{
	text-decoration:none;
	}

img{
	border: 0;
	vertical-align: bottom;
	}

address {
	font-style:normal;
	text-align:left;
	}
table {
    font-size:inherit;
    font:100%;
	}

/*	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;
	}

