/*ヘッダーの高さとか*/
#header {
    margin: 20px 25px 15px 25px;
    border-bottom: 3px solid #d6b8c7;
    height: 185px;
}
/*ロゴ画像を変更したい場合は、以下のURLをロゴのURLに書き換えてください。*/
#atwiki-jp-bg1 {
	background: transparent url(https://img.atwiki.jp/nknserver2/attach/10/2/title2.png) no-repeat scroll 0 0;
	padding-left: 140px;
	height: 110px;
}
/*ロゴ位置*/
#header a#atwiki-jp-bg1 {
	height: 140px;
	width: 110px;
	display:block;
	float:left;
	margin:45px 0px 0px 0px;
        margin-right:-55px;
}
/*ページの点線の色*/
#contents {
	margin: 0 200px 10px 220px;
	border:2px dotted #9cadde;
	padding:10px;
	overflow:hidden;
	min-width: 736px;
}