/* CSS Document */


/*---------------------------------------------------------------------

‹¤’Êƒuƒ‰ƒEƒUCSS
‚±‚ÌCSS‚Í‘Sƒy[ƒW‚É‘Î‚µ‚Ä“K—p‚³‚ê‚é

2009.4.21 yatabe created

---------------------------------------------------------------------*/

*
{
	margin:0;
	padding:0;
}

body
{
	text-align:center;
}

#mainContainerBackground
{
	font-size:75%;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color:#353535;
}

h1
{
}

h2
{
}

h3
{
}

h4
{
	font-weight:normal;
}

h5
{
	font-weight:normal;
}

a:link
{
	text-decoration:none;
}

a:visited
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

#footerContainer
{
	color:#fbfeff;
}

#footerContainer a
{
	color:#fbfeff;
}

img
{
	border:0;
	line-height:0;
}

li
{
	list-style:none;
	line-height:0;
}

address
{
	font-style:normal;
}

input
{
}

textarea
{
}

table
{
	color:#6c6c6c;
	font-family:"MS UI Gothic";
}

*html table
{
	font-size:100%;
	line-height:1.7;
	color:#6c6c6c;
}

th
{
	vertical-align:top;
	text-align:left;
}

td
{
	vertical-align:top;
	text-align:left;
}



