@charset "utf-8";

/*=========================================================
 *	file name : default.css
 *  1-1.Yahoo UI Library Fonts CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
	Font-size Adjustment
	
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|
=========================================================*/

html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

body {
	font-size: 13px;
	*font-size: 100%; /*IE*/
	*font: 100%; /*IE quirks mode*/
	color:#444; 
	background:url(../img/bg.jpg) repeat-x top left;
	background-color:#f7f7f7;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	height:100%;

}

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

select,
input,
textarea {
	font-size: 99%;
}

img{
	border:none;
}

/*======================================

	1-2. Font size setting
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
	line-height:1.6em;
	margin:0;
	padding:0;
	color:#444;
}

li,dt,dd {
}


/*=======================================

	1-3.Universal selector

=======================================*/

* {
	line-height: 1.4;
	font-size: 100%;
	font-style: normal;
}


/*=======================================

	1-4.Structure Module
	http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_structuremodule

=======================================*/


html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}

/*=======================================

	1-5.Text Module
	http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_textmodule

=======================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:180%;
	line-height:1.8em
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	padding:0;
}

/*=======================================

	1-6.Hypertext Module
	http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_hypertextmodule

=======================================*/

/* Anchor - Nomal */
a:link ,
a:visited ,
a:active {
	color: #4b2929;
	text-decoration: underline;
}

a:hover {
	color: #4b2929;
	text-decoration: none;
}


/*=======================================

	1-7.List Module
	http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_listmodule

=======================================*/

/*=======================================

	1-8.Applet Module
	http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_appletmodule

=======================================*/

/*=======================================

	1-9.Presentation Module
	http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_presentationmodule

=======================================*/

hr {
	display: none;
}

/*=======================================

	1-10.Bi-directional Text Module
	http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_bdomodule

=======================================*/

/*=======================================

	1-11.Forms Module
	http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_extformsmodule

=======================================*/

select,
input,
{
	font-size: 99%;
}

textarea {font-size: 180%;}

/*=======================================

	1-12.Tables Module
	http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_tablemodule

=======================================*/

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

/*=======================================

	1-13.Image Module
	http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_imagemodule

=======================================*/

/*=======================================

	1-14.Object Module
	http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_objectmodule

=======================================*/