@charset "Shift_JIS";

/* CONTENTS------------------------------------

	1: universal reset 
	2: link
	3: body
	: text

----------------------------------------------- */

/*
1: universal reset
----------------------------------------------- */

*{
font-size:12px;
color:#565656;
}

/*
2: link
----------------------------------------------- */
a:link, a:visited {
color:#122969;
}
a:hover, a:active {
color:#ff0000;
text-decoration:underline;
border-bottom:none;
}

/*
3: body
----------------------------------------------- */
body {
background-color:#E8E8E8;
padding: 0;
margin: 0;
border: 0;
font-size: x-small;
color: #333;
font-weight: normal;
line-height: 17px;
font-weight: normal;
font-variant: normal;
}

/*
: text
----------------------------------------------- */
.read{
margin:0;
padding: 5px 0;
line-height: 20px;
}
.read2{
margin:0;
padding: 3px 0;
line-height: 20px;
}
.read3{
margin:0;
padding: 2px 0;
line-height: 15px;
}
/*size*/
.text10{
font-size: 10px;
}
