@charset "utf-8";

/* ------------------------------------------

コンテンツエリアを古いまま移行したコンテンツに
新しいヘッダーとフッターを適用

------------------------------------------ */

/* インポート
------------------------------------------ */
@import "common.css";
@import "header.css";
@import "footer.css";



/* コンテンツ部分外枠
------------------------------------------ */
#wrapper {
	width: 740px !important;
	margin-right: auto;
	margin-left: auto;
	text-align: center; 
}

#wrapper524 {
	width: 524px;
	margin-right: auto;
	margin-left: auto;
	text-align: center; 
}

#wrapper:after,
#wrapper524:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #wrapper,
* html #wrapper524 {
    height: 1em;
    overflow: visible;
}
/**/



/* パンくずメニュー
------------------------------------------ */
#topic-path {
	clear: both;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 2px;
	color: #666;
	background-color:#FFF;
	text-align: left;
	text-indent: 6px;
}

#topic-path ul li {
	display: inline;
	list-style-type: none;
}

