@charset "utf-8";
/* CSS Document */

/* お知らせ */

* {
	margin: 0px;
	padding: 0px;
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {
	margin:0;
	padding:0;
}

img{
	border:0px;
}

html {
    overflow-y: scroll;
}

a:link,a:visited,a:active{
	color:#0066CC;
}

a:hover{
	color:#66B3FF;
}

body{
	font-size:0.8em;
	line-height: 160%;
	color:#333;
	letter-spacing:1px;
}

.list li{
	padding-top:7px;
	padding-bottom:7px;
	list-style:none;
	background-image: url(../img/top/line-bk.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.list{
	padding-right: 10px;
}
	