@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;


    
}

/*	reset_2
----------------------------------------------------*/

html {
	overflow-y: scroll;
	font-size:100.01%;
}

body {
	
	line-height : 150%;
    font-size : 13px;
}

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 {
	text-decoration:none;
	

    color : #0066cc;
}

a:hover	{
	text-decoration:none;
	
}

img{
	border: 0;
	vertical-align: bottom;
	
}

address {
	font-style:normal;
	text-align:left;
	
}



/*	clearfix
----------------------------------------------------*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	
}
	
* html .clearfix             {
	zoom: 1; 
} /* IE6 */

*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.clearfix {
	overflow:hidden;
}

/* ===================================================================
CSS information

 File Name  : default.css
 Author     : MIYA
=================================================================== */

/* ----------------------- Browser Default Initialization */

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;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}

img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */

html>/**/body {
	font-size: 12px;
}
* + html body {
	font-family: "繝｡繧､繝ｪ繧ｪ","Meiryo";
}
/