style.css 1.29 KB
body {
	padding: 0px;
	margin: 0px;
	background: #ffffe6;
	text-align: center;
}

a:link, a:visited, a:hover, a:active {
	color: #06c;
	text-decoration: none;
}

a:hover {
	background-color: #fcc;
}

#container {
	width: 700px;
	text-align: left;
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 90%;
	line-height: 150%;
	margin: 0px auto 0px auto;
}

#header {
	text-align: center;
}

h1 {
	width: 300px;
	height: 100px;
	background: url(../img/title.gif) no-repeat;
	text-indent: -4999px;
}

#content {
	padding: 0px 20px 20px 20px;
	float: left;
}

ul, li {
	padding: 0px;
	margin: 0px;
}

ul li {
	margin-left: 4px;
	padding: 4px 0px 4px 16px;
	background-image: url(../img/yajirusi.gif);
	background-position: left;
	background-repeat: no-repeat;
	list-style-type: none;
}


.qBox {
	width: 100%;
	padding: 6px 2px 6px 40px;
	background:  url(../img/q.gif) no-repeat left center;
}

.qBox:hover {
	background: #fff;
}

.aBox {
	width: 100%;
	padding: 2px 2px 2px 40px;
	background: #FCEBEB url(../img/a.gif) no-repeat left center;
}

hr {
	margin: 4px 0px 4px 0px;
}

address {
	padding: 4px;
	font-style: normal;
	text-align: center;
/*	background: #ffc; */
	clear: both;
}

.attentionTxt {
	color: #f36;
}

.btImg {
	vertical-align: middle;
}

.yajirushi {
	padding: 4px;
	text-align: center;
}