@charset "utf-8";
/*

 File Name  : reset.css
 Author     : 
 Style Info : 共通利用

---------------------------------------------------------------------*/

/*
 style-reset
----------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0; padding:0;}
table{border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal; font-weight:normal;}
ol,ul{ list-style:none;}
caption,th{ text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;	font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
hr{display: none;}
html{overflow-y: scroll;}
img{_vertical-align:bottom;}
header, article, footer, article, aside, time ,nav { display: block; }


/* ===================================================================

YUI 3.3.0 (build: 3167)
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Licensed under the BSD License.

http://developer.yahoo.com/yui/license.html

  77% = 10px	|	123.1% = 16px	|	167% = 22px	
  85% = 11px	|	131% = 17px		|	174% = 23px
  93% = 12px	|	138.5% = 18px	|	184% = 24px
  100% = 13px	|	146.5% = 19px	|	192% = 25px
  108% = 14px	|	153.9% = 20px	|	197% = 26px
  116% = 15px	|	161.6% = 21px	|

=================================================================== */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
/*	font-family:"Lucida Grande",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
*/
	font-family:"Lucida Grande",Osaka,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;

}
* + html body {
	font-family: "メイリオ","Meiryo";
}
/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,input,button,textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}
/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/*IE6/7で11px以下日本語が大きく見える為フォント指定*/
* html body { font-family: 'ＭＳ Ｐゴシック',sans-serif; }
*:first-child+html body { font-family: 'メイリオ','ＭＳ Ｐゴシック',sans-serif; }

.txt10 {font-size:77% !important;}
.txt11 {font-size:85% !important;}
.txt12 {font-size:93% !important;}
.txt13 {font-size:100% !important;}
.txt14 {font-size:108% !important;}
.txt15 {font-size:116% !important;}
.txt16 {font-size:123.1% !important;}
.txt17 {font-size:131% !important;}
.txt18 {font-size:138.5% !important;}
.txt19 {font-size:146.5% !important;}
.txt20 {font-size:153.9% !important;}
.txt21 {font-size:161.6% !important;}
.txt22 {font-size:167% !important;}
.txt23 {font-size:174% !important;}
.txt24 {font-size:182% !important;}
.txt25 {font-size:189% !important;}
.txt26 {font-size:197% !important;}