@charset "utf-8";

@import "base.css";
@import "smartstep.css";
@import "table.css";
@import "unique.css";



body{
	font-size: 85%;
	line-height: 1.5;
}

body div.body{
	width: 760px;
}



/**
 * page-header
 */

td.page-header{
}

td.page-header div.image-top-sabani{
	height: 364px;
	background: url(../img/image_top_sabani.jpg) no-repeat;
}

td.page-header div.image-pages-sabani{
	height: 136px;
	background: url(../img/image_pages_sabani.jpg) no-repeat;
}

td.page-header div.image-top-spring{
	height: 364px;
	background: url(../img/image_top_spring.jpg) no-repeat;
}

td.page-header div.image-pages-spring{
	height: 136px;
	background: url(../img/image_pages_spring.jpg) no-repeat;
}

td.page-header div.image-top-summer{
	height: 364px;
	background: url(../img/image_top_summer.jpg) no-repeat;
}

td.page-header div.image-pages-summer{
	height: 136px;
	background: url(../img/image_pages_summer.jpg) no-repeat;
}

td.page-header div.image-top-autumn{
	height: 364px;
	background: url(../img/image_top_autumn.jpg) no-repeat;
}

td.page-header div.image-pages-autumn{
	height: 136px;
	background: url(../img/image_pages_autumn.jpg) no-repeat;
}

td.page-header div.image-top-winter{
	height: 364px;
	background: url(../img/image_top_winter.jpg) no-repeat;
}

td.page-header div.image-pages-winter{
	height: 136px;
	background: url(../img/image_pages_winter.jpg) no-repeat;
}



/**
 * page-side
 */

td.page-side{
	width: 236px;
	background: #DBDBDB;
}

td.page-side ul.navi-side{
	margin-top: 33px;
	margin-bottom: 10px;
	list-style: none;
}

td.page-side ul.navi-side li{
	padding-left: 38px;
	line-height: 1;
}

td.page-side ul.navi-side li.selected{
	background: url(../img/back_navi.jpg) repeat-x;
}

td.page-side ul.navi-side li a{
	line-height: 1;
}

td.page-side ul.navi-side-sub{
	list-style: square;
	margin-left: 30px;
}

td.page-side ul.navi-side-sub li{
	padding-left: 0;
	line-height: 1.5;
}

td.page-side ul.navi-side-sub ul{
	list-style: circle;
	margin-left: 20px;
}

td.page-side ul.navi-global{
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 40px;
	list-style: none;
}

td.page-side ul.navi-global li{
	padding-left: 10px;
	background: url(../img/back_navi_global.gif) no-repeat left;
}



/**
 * page-paragraph
 */

td.page-paragraph{
	width: 524px;
	background: url(../img/back_paragraph.jpg) repeat-y;
}

td.page-paragraph div.paragraph{
	margin-top: 34px;
	margin-left: 64px;
	margin-bottom: 50px;
}

td.page-paragraph div.paragraph div.pathlist{
	margin-bottom: 30px;
}


/**
 * page-footer
 */

td.page-footer{
	background: url(../img/back_footer.jpg) repeat-y;
}

td.page-footer div.footer{
	width: 460px;
	border-top: 1px solid #B4B4B5;
	margin-left: 300px;
	padding-top: 12px;
}
	
