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


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

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align: middle;　
}

body {
	line-height: 1.8;
}

div.base {
	margin: 30px auto 30px;
	padding:0 10px;
	text-align:center;
}


div.base img {
	margin-bottom: 10px;
}

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

}

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

}