@charset "utf-8";

/*Font
-------------------------------------------*/		

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
*/

/*--------------------------------------------------------
YUI Font-size Adjustment
10px = 77%     11px = 85%	  12px = 93%     13px = 100%
14px = 108%	   15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/

body {
	font:13px/1.231 "ＭＳ Ｐゴシック", sans-serif;
	*font-size:small;
	*font:x-small;/* x-small is for IE6/7 quirks mode. */
	}

table {
	font-size:inherit;
	font:100%;
	}

pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
	}

html>/**/body {font-size/*\**/:small\9;}


/*Class
-------------------------------------------*/
#wrapper {
	font-size:93%;/*default 12px*/
	line-height:1.5;
	color:#333333;
	}

#wrapper .txtS, #pankuzu li, #ftr li, .note {
	font-size:85%;/*10px*/
	}

#wrapper .txtM, #wrapper h5, #wrapper h6 {
	font-size:108%;/*12px*/
	}

#wrapper .txtL, .dotTtl, .lineTtl {
	font-size:123.1%;/*14px*/
	}

#wrapper .txtLL, .boxTtl  {
	font-size:138.5%;/*16px*/
	}