@charset "utf-8";
/*---------------------------------------------------------------------
　フォントサイズ	
---------------------------------------------------------------------*/
/*
	Copyright (c) 2010, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.com/yui/license.html
	version: 2.8.1
*/
html{
	font-size: 62.5%;
}

/*  body  */
body{
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.5 ;
}
@media all and (-ms-high-contrast:none) {
	body {
    font-family:"メイリオ",Meiryo,"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
}

/*  フォーム関連  */
select,
input,
button,
textarea,
button{
	font-size: 100% ;
}

/*  テーブル  */
table{
	font-size:100%;
	font:100%;
}

pre,
code,
kbd,
samp,
tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}