@charset "utf-8";



/* ----------------------------------------------



	CSS information

	file name  :  base.css

	infomation :  リセット、初期設定 (※変更なし)

	

 ---------------------------------------------- */





*{

	margin:0px;

	padding:0px;

	list-style:none;

}



@media screen and (-webkit-min-device-pixel-ratio:0){

body{
	letter-spacing: normal !important;
}}



html{
	height:100%;
	letter-spacing:0;
}



.gDef-contents{

	background:url(../images/bg03.gif) repeat;

	color:#464646;

	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";

	font-size:0.8em;

	line-height:1.6em;

	height:100%;

}



h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,tr,form {   

	margin:0; padding:0; font-size:100%;

}



em{

	font-style:normal;

}



img {

	border:0;

	vertical-align:top;

	-ms-interpolation-mode:bicubic;

}



.notxt{

	font-size:0px;

	line-height:0px;

	text-indent:-10000px;

}



/*-----------------------------------------------------------

 link

-----------------------------------------------------------*/



a:link { 

color:#464646;

}

a:visited {

color:#464646;

}

a:hover {

color:#464646;

}

a:active {

color:#464646;

}

/*-----------------------------------------------------------

  clearfix

-----------------------------------------------------------*/

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

/*-----------------------------------------------------------

 InfoMation 

-----------------------------------------------------------*/
#InfoMation{
	border: 2px solid #F00;
	padding: 3px;
	background-color: #FFF;
	margin-bottom: 10px;
	text-align:center;
	
}
