@charset "utf-8";

/*======================================

	1-1.Universal
	
=======================================*/

h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}
textarea { 
	font-size: 100%;
}
img { 
	vertical-align: bottom;
}
hr {
	margin:0;
	padding: 0;
}
.clearfix {
  zoom: 1;               
  display: inline-table; 
}

.clearfix { 
	display: block; 
}

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

div.clearfix00 {
  height: 1px;
	text-indent: -9999px;
	font-size: 1px;
	color: #FFF;
}           

/*======================================

	1-2.Structure
	
=======================================*/

html {
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 	font-size: 100%;
}

/*======================================

	1-3.Text 
	
=======================================*/

p, pre {
 	font-size: 100%;
	text-align: left;
	line-height: 1.8em;
}
h1, h2, h3, h4, h5, h6, li {
 	text-align:justify;
	line-height: 1.4em;
}

strong { 
	font-weight: bold;
}

/*======================================

	1-4. Hypertext 
	
=======================================*/

a:link  {
	color: #38417D;
	text-decoration: none;
}
a:visited {
	color: #38417D;
	text-decoration: none;
}
a:hover {
	color: #38417D;
	text-decoration: underline;
}

/*======================================

	1-5. List 
	
=======================================*/

ul {
	margin: 0;
	padding:0;
}
li {
	margin: 0;
	padding:0;
	list-style-type: none;
}