@charset "utf-8";
/*////////////////////////////////////////////////

  colopla
	Copyright (c)COLOPL, Inc. All Rights Reserved.
	CreationDate: 2010-8
	
////////////////////////////////////////////////*/
/*----------------------------
	reset
----------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,p,table,th,td {
	margin:0;
	padding:0;
	}
address,caption,cite,em,strong,th {	font-style: normal;	}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	}
img,abbr,fieldset { border:0; }
ol,ul { list-style:none; }
article, aside, dialog, figure, footer, header,
hgroup, nav, section {display:block;}


/*----------------------------
	body
----------------------------*/
html,
body { height:100%; }
body {
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	font:12px "Lucida Grande",Verdana,"�q���M�m�p�S Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS P �S�V�b�N","MS PGothic",sans-serif;
 *font-size: 75%;
	line-height:1.5;
	letter-spacing: 1px;
	vertical-align:baseline;
	color:#000;
}
/*----------------------------
a
----------------------------*/
a:link,
a:visited {
	color:#33698E;
	text-decoration:underline;
	}
a:hover,
a:active {
	color:#C03;
	text-decoration:none;
	}
/*----------------------------
hidden module
----------------------------*/
.skipNav,
#contentsStart { display:none; }

/*----------------------------
hr
----------------------------*/
hr {
	display:none;
	}


