@charset "utf-8";

/* 2段組みレイアウト */

/* コンテナ */
div#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

/* ヘッダー */
div#header {
	background-color: #99dfdf;
	background-image:url(../images/title.png);
	background-repeat:no-repeat;
	padding: 25px 25px 105px;
}

/* パンくずリスト */
div#bread {
	margin-top: 3px;
	margin-bottom: 20px;
}

/* コンテンツ */
div#content {
	width: 580px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

/* サイドバー */
div#sidebar {
	width: 155px;
	float: left;
	margin-bottom: 25px;
}

/* フッター */
div#footer {
	background-image:url(../images/line.png);
	background-repeat:repeat-x;
	width: 760px;
	margin-top: 0px;
	padding-top: 8px;
	clear: both;
}

