@charset "utf-8";

/* 2段組みレイアウト */

/* スクロールバー表示 */
html{
	overflow-y:scroll;
}
	
/* コンテナ */
div#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

/* ヘッダー */
div#header {
	margin-top: 15px;
	background-image:url(../images/title_new.png);
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	padding: 50px 25px 170px;
}

/* パンくずリスト */
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;
}

