@charset "utf-8";
/* CSS Document */
/* ******************************************************************
	@This stylesheet Information{
		CSS File Name: common.css

		Setting of: General pages
			1: General setting
			2: container setting
	}
****************************************************************** */


/*===================================================================
	1: General setting
===================================================================*/
div#logo
{
	float:left;
}

div.logo {
    background-image: url(/images/logo.png);
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    width: 129px;
    height: 48px;
    margin: 15px 0px 0px 37px;
}
body {
        background-image: url("/images/background.png");
        background-attachment: fixed;
        background-position: right bottom;
	padding:0;
	margin:0;
	font-size:13px;
	color:#333;
	background-color:#FFFFFF;
	line-height:1.4em;
	font-family: 'MS PGothic',Verdana,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
	text-align:center;
	word-break:break-all;
}
