﻿@charset "utf-8";

/* DEFAULT.CSS （リセット用CSS）*/

/*======================================

	1-0.YUI Reset CSS
	Copyright (c) 2007, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt

=======================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote
{ 
	margin: 0;
	padding: 0;
}

fieldset,img
{ 
	border: 0;
}

ol,ul
{
	list-style: none;
}

caption
{
	text-align: left;
}

abbr,acronym
{
	border: 0;
}

/*======================================


	
10px :63%
11px :69%
12px :75%
13px :82%
14px :88%
15px :94%
16px :100%
17px :107%
18px :113%
19px :119%
20px :125%
21px :132%
22px :138%
23px :144%
24px :150%
25px :157%
26px :163%

=======================================*/

body
{
	font: 16px arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
}

pre,code,kbd,samp,tt
{
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}



/*======================================

	1-2.Structure Module

=======================================*/

html
{
	overflow-y: scroll;
}