@charset "Shift_JIS";


/* -----------------------------------------------------------
	初期設定
----------------------------------------------------------- */



* {
	margin:0;
	padding:0;
}

html {
	overflow-y:scroll;
}


body {
	background:#FFF center top;
	font-family: Verdana, sans-serif;
	font-size: 70%;
	line-height: 1.4;
	color: #000;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;
}

p {
	margin:0 0 1em 0;
}

li {
	list-style-type:none;
}

table {
	border:0;
}

img {
	border: 0;
	vertical-align: top;
}

address {
	font-style:normal;
}

.clear {
	clear:both;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* -----------------------------------------------------------
	リンクの色
----------------------------------------------------------- */

a:link {
	color:#0000ff;
	text-decoration:underline;
}

a:visited {
	color:#0000ff;
	text-decoration:underline;
}
a:hover {
	color:#ff8400;
	text-decoration:none;
}

a:active {
	color:#ff8400;
	text-decoration:none;
}




