﻿/*--------------------------------
last up data:2009.4.22
--------------------------------*/
/*縲css reset
--------------------------------*/
dl,dt,dd,ul,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin: 0;
	padding: 0;
	color: #242424;
	font-size: 14px;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	font-family:'繝｡繧､繝ｪ繧ｪ',Meiryo, Verdana,"MS P 繧ｴ繧ｷ繝・け",sans-serif;
	}
table {border-collapse:collapse;}
fieldset,img {border:0;}
img {vertical-align:bottom;}	
ol,ul {list-style:none;}
caption,th {text-align:left;}



/*
clear
--------------------------------*/
.clear{
	clear:both;
	}
	
.clearfix:after {  
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
	}
	  
.clearfix {  
	display: inline-block;  
	min-height: 1%;  
	}
	  
/* Hides from IE-mac \*/  
* html .clearfix {  
	height: 1%;  
	}  
	.clearfix {  
	display: block;  
	}
/* */




/*
font style
--------------------------------*/
/* for WinIE6*/
* html body {
	font-size: 88%;
	font-family:'繝｡繧､繝ｪ繧ｪ',Meiryo, Verdana,"MS P 繧ｴ繧ｷ繝・け",sans-serif;
	letter-spacing: 1px;
	vertical-align:baseline;
	}
/* for WinIE7*/
*:first-child+html body { 
	font-size: 88%;
	font-family:'繝｡繧､繝ｪ繧ｪ',Meiryo, Verdana,"MS P 繧ｴ繧ｷ繝・け",sans-serif;
	}

	  
/* Hides from IE-mac \*/  
* html .clearfix {  
	height: 1%;  
	}  
	.clearfix {  
	display: block;  
	}
/* */
