@charset "UTF-8";
/* CSS Document */

/* index==========================

	1.for common reset
	2.for common link
	3.for clearFix
	
*/

/* for common reset
===============================================================*/
* {
	margin:0;
	padding:0;
}
html{
    height:100%;
	overflow-y:scroll;
}
body{
	margin:0;
	padding:0;
	line-height:1.5;
	color:#4D4D4D;
	/*font-size:100%;*/
	font-family:  "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	background-color: #FFFFFF;
	/*height:100%;*/
}
 /* safari only \*/  
html:\66irst-child body {  
	letter-spacing: 0px ;
}


img{
	margin:0;
	padding:0;
	border:none;
	vertical-align:bottom;
}
ul,ol{
	margin:0;
	padding:0;
	list-style:none;
	list-style-position:outside;
}
dl,dt,dd{
	margin:0;
	padding:0;
}
hr{
	display:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:normal;
}
p{
	margin:0;
	padding:0;
	font-size: 12px;
}
div{
	margin:0;
	padding:0;
}
input, select {
	font-size:12px;
}
table, th, td {  
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
}
/* for common link
===============================================================*/

a:link {
	color: #4D4D4D;
	text-decoration:none;
}   
a:visited {
	color: #4D4D4D;
	text-decoration:none;
}   
a:hover {
	color: #FF5D1C;
	text-decoration:none;
}
a:active {   
    color:#D96C22;   
} 

/* for clearFix
===============================================================*/
.cf:after{ 
   display:block;
   height:0;
   visibility:hidden;
   clear:both;
   content:"";
	font-size: 0em;   /* フォントサイズを0にする */
}
/* 追加 MacIE 5 と WinIE 7 向け */
.cf{
   display:inline-block;
}
/*MacIE \*/
* html .cf{
	height:1em;
}
.cf{
	display:block;
}
/*  */

/* for clearFix2
===============================================================*/
div:after{ 
   display:block;
   height:0;
   visibility:hidden;
   clear:both;
   content:"";
}
/* 追加 MacIE 5 と WinIE 7 向け */
div{
   display:inline-block;
}
/*MacIE \*/
* html div{
	height:1em;
}
div{
	display:block;
}
/*  */
