@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{
	font-size: 90%;
	color: #333333;
	background-color: #D0EAC6;
}

body .nocssread{
	display: none;
}

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;}
