@charset "UTF-8";
/* CSS Document */

@import "reset.css";

html,body {
	height: 100%;
}

img {
	margin: 0px;
	border: none;
}

body {
	margin: 0px;
	background-color: #FFF;
}


dl {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 85%;
	line-height: 1.7;
	color: #000;
	padding-right: 15px;
	padding-left: 15px;
}
dd {
	background-image: url(../image/common/info_barret.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	line-height: 1.5;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 1em;
}
dd a {
	color: #900;
}

