@charset "shift_jis";

@import url("../../css/009_o/base.css");

/*	exclusive style
------------------------------------*/
div.tNavi {}
p.breadNavComp {
	margin: 5px 10px 3px;
	font-weight: bold;
	line-height: 1.3;
	}

/*	サービス内容
-----------------------------------------------------*/
ul.example {
	margin-bottom: 10px;
	list-style: disc;
	}
ul.example li {
	line-height: 1.3;
	margin-left: 35px;
	}
	
/*	photo
-----------------------------------------------------*/
div.imagePositionWR img,
div.imagePositionWL img { vertical-align: bottom; }

div.imagePositionWR {
	width: 260px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	}	/* 写真のwidthをwidthに指定する */
	
div.imagePositionWL {
	width: 260px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}	/* 写真のwidthをwidthに指定する */

div.imagePositionWR p,
div.imagePositionWL p {
	text-align: center;
	line-height: 1.3;
	}

/*	sitemap
-----------------------------------------------------*/
div.sitemapCompanySection { margin: 5px 10px 12px 30px; }
