@charset 'Shift_JIS';

/*------------------------------------------------

CSSリセット

------------------------------------------------*/

body {
	background: #fff;
	color: #333;
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.4;
	background:url(../images/bk-newcontainer.gif) repeat-x top;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
/*imgのborderは個別に指定*/
abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

a {text-decoration: none;}


a:link {
color:#0033cc;
text-decoration:none;
}

a:visited {
color:#663399;
text-decoration:none;
}

a:hover {
color:#d04000;
text-decoration:underline;
}

a:active {
color:#0033cc;
}