@charset "utf-8";
/* CSS Document */


/* --HTML-- */
html {
background:#fff;
color:#333;
overflow-y:scroll;
}

/* --BODY-- */
body {
margin:0;
overflow:visible;
padding:0;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
line-height:1.5;
font-size:14px;
}

/* for IE7 */
*+html body {
font-size:14px;
}

/* for IE6 */
* html body {
font-size:14px;
}

/* --OTHER TAGS-- */
a img, fieldset, img {
border:0;
}

blockquote, dd, div, fieldset, form,
input, pre,
select, span, textarea {
	margin:0;
	padding:0;
	font-weight: normal;
}

abbr, acronym {
border:0;
}

caption, th {
text-align:left;
}

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

/* for IE7 */
*+html code, kbd, pre, samp, tt {
font-size:108%;
}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}

input, select, textarea{
font-size:100%;
font-family:'Lucida Grande',Arial,Helvetica,Verdana,sans-serif;
}

ol, ul {
}

q:before, q:after {
content:'';
}

/* tables still need 'cellspacing="0"' */
table {

font-size:100%;
}

a {
	color:#0000ff;
	text-decoration: underline;
}

a:hover {
	color:#5555ff;
	text-decoration: underline;
}

.sideframeJS {
	overflow:hidden;
}
