/*
$Rev: 16 $
*/
(function($){
if (!window.CWAVE.settings) {
	window.CWAVE.settings = {};
}

/* -------------------- Settings for CWAVE.Contents -------------------- */
CWAVE.settings.Contents = [
	  {
		  path     : '/'
		, title    : '株式会社シー・ウェーブ'
		, id       : 'root'
		, posid    : '0'
		, children : [
			  {
				  path     : '/home'
				, id       : 'home'
				, posid    : '0'
				, title    : ''
				, children : []
			  }
			, {
				  path     : '/about-us'
				, id       : 'about-us'
				, posid    : '1'
				, title    : '会社概要'
				, children : [
					  {
						  path  : '/about-us/01'
						, id    : 'about-us-01'
						, title : ''
					  }
					, {
						  path  : '/about-us/02'
						, id    : 'about-us-02'
						, title : '沿革'
					  }
					, {
						  path  : '/about-us/03'
						, id    : 'about-us-03'
						, title : '関連会社'
					  }
				]
			  }
			, {
				  path     : '/services'
				, id       : 'services'
				, posid    : '2'
				, title    : '事業領域'
				, children : [
					  {
						  path  : '/services/01'
						, id    : 'services-01'
						, title : ''
					  }
					, {
						  path  : '/services/02'
						, id    : 'services-02'
						, title : 'FIELD'
					  }
				]
			  }
			, {
				  path     : '/offices'
				, id       : 'offices'
				, posid    : '3'
				, title    : '事業所'
				, children : []
			  }
			, {
				  path     : '/recruit'
				, id       : 'recruit'
				, posid    : '4'
				, title    : '採用情報'
				, children : []
			  }
			, {
				  path     : '/contact'
				, id       : 'contact'
				, posid    : '5'
				, title    : 'お問い合わせ'
				, children : []
			  }
			, {
				  path     : '/privacy-policy'
				, id       : 'privacy-policy'
				, posid    : '6'
				, title    : 'プライバシーポリシー'
				, children : [
					  {
						  path  : '/privacy-policy/01'
						, id    : 'privacy-policy-01'
						, title : ''
					  }
					, {
						  path  : '/privacy-policy/02'
						, id    : 'privacy-policy-02'
						, title : '個人情報の取り扱いについて'
					  }
				]
			  }
		  ]
	  }
];


})();
