@charset "utf-8";

/* トップページ　CSS書き込みエリア */

#main {
	width: 510px;
	padding: 10px 35px 20px 0px;
}

.title {
	text-indent: -9999px;
	background: url(images/title.gif) no-repeat;
	width: 510px;
	height: 120px;
}

h2 {
	margin: 15px 0px 0px 3px;
}

h3 {
	margin: 15px 0px 0px 3px;
}

#main p {
	width: 490px;
	margin: 10px 0px 20px 10px;
}

#main ul {
	list-style-type: none;
	margin: 0px 0px 0px 3px;
}

#main li {
	display: inline;
}


/* ここまで */


.xxx:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	width: 624px;
}

.xxx {
	display: inline-table;
}

/*  \*/
*html.xxx {height: 1%;}
.xxx {display: block;}
/* */
