@charset "UTF-8";
@import url( "default.css" );


body{
	background-image: url(/images/bg.png);
}


h2{
	padding: 5px 0;
	margin: 5px 0;
	border-bottom: 1px dotted gray;
}

strong{
	color: #F0F;
}

/* 開発コード */
div#container{
	background-color: #fff;
	line-height: 150%;
	border: 1px dotted gray;
}

div#header{}

div#naviContents{
	padding: 10px;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	text-align: right;
}

div#leftpane p{
	margin-left: 1em;
}

div#copyright{
	padding-top: 20px;
	border-top: 1px dotted gray;
}
