* {
	margin           : 0px;
	padding          : 0px;
}

img {
	border-style     : none;
	border-width     : 0px;
}

body {
	font-family      : "ＭＳ Ｐゴシック",Osaka, sans-serif;
	font-size        : 0.8em;
	background-image : url('../img/imgback1.jpg');
}

#sub_body {
	font-size        : 13px;
	width            : 640px;
	margin           : 0 auto;
	background-color : #ffffff;
}

#header {
	height           : 43px;
	width            : 100%;
}

#logo {
	margin           : 5px;
}

#menu {
	height           : 20px;
	width            : 100%;
	font-size        : 11px;
}

#menu_bar a {
	width            : 80px;
	line-height      : 20px;
	display          : block;
	float            : left;
	text-align       : center;
	color            : #ffffff;
	text-decoration  : none;
	background-image : url('../img/menuBottunOff.gif');
}

#menu_bar a:hover {
	background-image : url('../img/menuBottunOn.gif');
	color            : #333399;
}

#container {
	clear            : left;
	width            : 100%;
	background-color : #ffffff;
}

#contents {
	margin           : 20px;
	width            : 600px;
}

#footer {
	width            : 100%;
	background-image : url('../img/footerBg.gif');

}

p.footer {
	text-align       : center;
	line-height      : 25px;
	font-size        : 10px;
	color            : #ffffff;
}

/* プライバシーポリシー修正文 */
a.footer {
	color            : #ffffff;
}


div.center {
	text-align       : center;
}
