@charset "utf-8";

/* BASE STYLE CSS +TIPS 2008.07.28
---------------------------------------------------*/

/* Browser-formatting Styles */
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size : 100%;
}
body {
	background-color: #D0EAC6;
	color: #333333;
	font-size: 90%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
body .nocssread {
	position: absolute; /* For Mac IE 5*/
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
li {
	list-style: none;
}
img {
	border: none;
}
strong, h1, h2, h3, h4, h5, h6, em {
	font-weight: bold;
}
p {
	margin: 0 0 8px 0;
	padding: 0 16px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}
table {
	border-collapse:collapse;
}
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #660099;
	text-decoration: underline;
}
a:hover {
	color: #990033;
	text-decoration: underline;
}
.small {
	font-size: 80%;
	line-height: 1.6em;
}
/* for scroll bar
------------------------------------------------*/
/*IE6*/
*html body {overflow-y:auto;}
/*IE7*/
*+html body {overflow-y:visible;}
body {overflow-y:scroll;}

