@charset "shift_jis";
/*------------------------------------
------------------------------------*/


/* IE6bag cssRollover*/
html{
	filter: expression(document.execCommand("BackgroundImageCache",false,true));
}
/* /IE6bag cssRollover*/


/*--------------------------------------
	Default Reset & Base  Style Sheet
	
	1-1.Yahoo UI Library Fonts CSS
	1-2.Universal selecter
	1-3.Structure Module
	1-4.Text Module
	1-5.Hypertext Module
	1-6.List Module
	1-7.Image Module
---------------------------------------*/

/*--------------------------------------
	1-1.Yahoo UI Library Fonts CSS
---------------------------------------*/
html {
	overflow-y: scroll;
}

body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

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

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

/*--------------------------------------
	1-2.Universal selecter
---------------------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	color: #333;
	font-size: 100.01%;
	font-weight: normal;
	font-style: normal;
	
}

/*--------------------------------------
	1-3.Structure Module
---------------------------------------*/
body {
	background-color: #ffffff;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

/*--------------------------------------
	1-4.Text Module
---------------------------------------*/
p {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

h1 {
	font-size: 189%;
}

h2 {
	font-size: 159%;
}

h3 {
	font-size: 144%;
}

h4 {
	font-size: 122%;
}

h5 {
	font-size: 107%;
}

em {
	font-style: normal;
	font-weight: normal;
}

/*--------------------------------------
	1-5.Hypertext Module
---------------------------------------*/
a:link{
	color: #666666;
}

a:visited{
	color: #666666;
}

a:hover{
	color: #ff6666;
}


/*--------------------------------------
	1-6.List Module
---------------------------------------*/
ul,
ol,
dl {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	list-style-position: outside;
}

li,
dt,
dd {
	font-size: 100%;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

/*--------------------------------------
	1-7.Image Module
---------------------------------------*/
img{
	border: 0px;
}