@charset "utf-8";

/* GRIP stylesheets */

/*==========================================================================================

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	フォントサイズ対応表↓

	77% = 10px	|	122% = 16px	|	167% = 22px
	85% = 11px	|	129% = 17px	|	174% = 23px
	93% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	108% = 14px	|	152% = 20px	|	197% = 26px
	116% = 15px	|	159% = 21px	|

==========================================================================================*/

body {
	font-size: 13px; /* 基本フォントサイズ */
	*font-size: small; /* IE7およびIE6標準準拠モード用 */
	*font: x-small; /* IE6後方互換モード用 */
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}



/*==========================================================================================

	// マージン・パディングをリセット

==========================================================================================*/
body,div,h1,h2,h3,h4,h5,h6,form,ul,li,ol,dl,dt,dd,fieldset,pre,code,legend,blockquote {
	margin: 0;
	padding:0;
}
p { margin: 0;}



/*==========================================================================================

	// リスト

==========================================================================================*/
li { list-style:none; }



/*==========================================================================================

	// イメージ

==========================================================================================*/
img { border:none; }



/*==========================================================================================

	// フォーム

==========================================================================================*/
input,textarea,select {}
legend { display:none;}
fieldset { border:none; }



/*==========================================================================================

	// テーブル

==========================================================================================*/
table {
	empty-cells:show;
	border-collapse:collapse;
	border-spacing:0;
}
caption { 
	text-align:left; 
} 
th {
	font-weight:normal;
	text-align:left;
}
td {
	text-align:left;
}



/*==========================================================================================

	// 

==========================================================================================*/
q:before,q:after { 
	content:''; 
}
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
}
a {  
	overflow:hidden  
}  
img {  
	vertical-align:bottom;  
}  
