@charset "shift-jis";
/* reset elements */
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
p, hr, blockquote, address, noscript {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	border: none;
}
ul, li , ol, dl, dt, dd , pre, table, form {
	margin: 0px;
	padding: 0px;
}

li  {
	list-style-type: none;
}

/* IE6.0のリスト・画像の行間空き解消 */
li img {
    vertical-align:top;
}

table , img {
	border: none;
}
em, strong, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
hr {
	display: none;
	clear: both;
}
/* base */
body {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #404040;	
	background-image: url(../images/back-head.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

input , textarea {
	font-family: "ＭＳ Ｐゴシック", Osaka , sans-serif;
	color: #333333;
}
/* link */

a:link {
	color: #246BAE;
	text-decoration: underline;
}

a:visited {
	color: #246BAE;
}

a:hover {
	color: #000000;
}

a:active {
	color: #AA2288;
}
