﻿html {
	overflow-y: scroll;
	background-color:#fff;
	}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,table,th,td,em { 
	margin: 0;
	padding: 0;
	font-style: normal;
	font-size: 100%;
	}

body{
	font-size: small;
	font-family: 'MS PGothic',Verdana, Arial,'繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3','Hiragino Kaku Gothic Pro', Osaka, sans-serif;
	text-align: center;
	line-height: 1.4em;
	color: #000000;
	word-break: break-all;
	}

* html body {
	padding-left: 1px;
	}

*+html body {
	padding-left: 1px;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	}

table {
	border-collapse: separate;
	border-spacing: 0;
	}

fieldset,img { 
	border: 0;
	}

img {
	vertical-align: top;
	} 

a {
	color: #3366cc;
	text-decoration: underline;
	}

a:visited {
	color: #3366cc;
	text-decoration: underline;
	}

a:hover {
	color: #3366cc;
	text-decoration: none;
	}

.onmouse a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	background:#ffffff;
}

hr {
	display: none;
	}

em,
em a {
	font-weight: bold;
	}

address {
	font-style: normal;
	}

ul,
ol {
	list-style: none;
	}

.cl{
	clear: both;
}

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

.clear {
	display: inline-block;
	}

/* no ie mac \*/
* html .clear {
	height: 1%;
	}

.clear {
	display: block;
	}
	
/* 140425 added by a*/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  