html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}  

body {
 background: url("../images/mainbg.gif") top left repeat-x;
 background-color: #FFF; 
 
 
}

img{
	border: 0;
}

/* ----------------------------------------------------------------------
	link
---------------------------------------------------------------------- */
a{
	color: #333;
	text-decoration: none;}
a:visited{
	color: #333;
	text-decoration: none;}
a:hover{
	text-decoration: underline;
}



/* ----------------------------------------------------------------------
	text
---------------------------------------------------------------------- */
*{
	color: #666;
	font-size: 12px;
	font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3","‚l‚r ‚oƒSƒVƒbƒN","Hiragino Kaku Gothic Pro","Osaka";
	line-height: 18px;
}

body{
	line-height: 1.4;
}

h2{
	font-size: 1.2em;
	color:#990066;
	line-height: 1.33;
	font-weight: bold;
}

h2 a{
	font-size: 100%;
}

h3{
	font-size: 1.2em;
	line-height: 1.33;
	font-weight: bold;}
h3 a{
	font-size: 100%;
}

h4{
	font-size: 1.2em;
	line-height: 1.33;
	font-weight: bold;}
h4 a{
	font-size: 100%;
}

h5{
	font-size: 14px;
	line-height: 1.33;
	font-weight: bold;
	color: #F15B5B;}
h5 a{
	font-size: 100%;
}

ul{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

ol{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

strong, strong a {
	font-weight: bold;
}

em, em a {
	font-weight: bold;
	font-style: normal;
}

abbr{
	border-bottom-width: 0;
}