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


@import url(fonts-min.css); /* フォントリセット */
@import url(font.css); /* フォント指定 */



body {
	line-height: 2;
}

div.base {
	width: 500px;
	margin: 100px auto 50px;
	text-align: center;
}


div.footer{
	padding-top: 5px;
	text-align: center;
	font-size: 0.87em;
	background: url(../images/line-solid.gif) repeat-x top left;

}

div.footer address{
	font-style:normal !important;

}