* {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
}

body {
	text-align:center;
	color: #444444;
	font-size:12px;
	line-height:14px;
	background-color: #ffffff;
/*
	background: url("images/index_bg.jpg") ;
*/
}
a:link    { color: #444444; text-decoration:none; }
a:visited { color: #444444; text-decoration:none; }
a:hover   { color: #444444; text-decoration:underline; }

div#all{
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

div#flash{
	width:100%;
	height:500px;
}

div#ninsyo{
	margin-top:10px;
	width:100%;
	height:20px;
}

div#footer{
	margin-top:10px;
	width:100%;
}

