@charset "UTF-8";
/* CSS Document */

/*-------------------------reset-----------------------------------*/
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
　↓YUI3 CSS Reset　ブラウザー固有のスタイルをリセットします↓　*/
body,section,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img{
	border:none;
	outline:none;
}
ul,ol,li {
	list-style:none;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167

*/
body{
	font: 13px/1.231;
	font-family: "heisei-maru-gothic-std";
    *font-size: small;/* IE用 */
    *font: x-small;/* IE 互換モード用 */
	-webkit-text-size-adjust: 100%;
	background: #FFFFEE;
}

/* Fonts フォントサイズ対応表
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%
*/

a {
	text-decoration:none;
	border:none;
	outline:none;
}

hr.clear{
	border-top: 1px solid #fffcd1;
	border-left: none;
	border-right: none;
	border-bottom: none;
	clear: both;
}

header, section, footer, aside, nav, article, figure, hgroup { 
	margin:0;
	padding:0;
	display: block;
}

/*-------------------------reset-end-------------------------------*/
/*--------------------------------------------------------------------------*/

