@charset "utf-8";
@import url("jp.css");

html,body{
	margin:0;
	padding:0;
}

a:link {
	color: #963;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #963;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #C96;
}

body{font: 76% arial,sans-serif;text-align:center}

p{
	margin:0;
}

h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
	background:none;
	text-decoration:none;
}

img{
	padding:0;
	margin:0;
	border:none;
}
  
div#header img{
	float:left;
}
  
div#container{
	text-align:left;
}

div#content p{line-height:1.4}

div#extra{background:#FFF}

div#container{
	width:800px;
	margin: 0 auto;
	border: thin solid #999999 1px;
}

div#content{
	margin-left:10px;
	float:left;
	width:490px;
	margin-top: 20px;
	margin-bottom: 10px;
}

div#navigation{
	float:right;
	width:250px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
}

div#navigation .new{
	font-weight:bold;
	border-bottom:dotted 1px #000;
	margin-bottom:5px;
}

div#extra{
	float:right;
	clear:right;
	width:250px;
	margin-right: 10px;
	margin-bottom: 50px;
}

div#footer{
	clear:both;
	width:800px;
	height: 142px;
	background: url(../img/footer.jpg) top left no-repeat;
}

div#footer p{
	float:left;
	margin:5px auto auto 5px;
	padding:0;
	color:#FFF;
}

div#footer a:link{
	color: #FFF;
	text-decoration: none;
}
div#footer a:visited {
	text-decoration: none;
	color: #FFF;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer a:active {
	text-decoration: none;
	color: #FFF;
}

div#footer ul {
	width:280px;
	float: right;
	margin: 0px;
	padding:5px 10px;
}

div#footer ul li {
	margin-top:0;
	float: left;
	list-style-type: none;
	color: #FFF;
}
