﻿@charset "utf-8";

/*============================================================
	Print

	1.Base Layout
	2.Navigation
	3.Layout Block
	4.List

============================================================*/

/*------------------------------------------------------------
	1.Base Layout
------------------------------------------------------------*/
#header #subNavi,
#globalNavi,
#naviContents,
#footer{
	display:none;
}
#contents{
	padding:0;
}
#contents #mainContents,
#contents #mainContents.noNavi{
	margin-right:0;
	margin-left:0;
	float:none;
}
* html #contents #mainContents{
	width:645px;
}

/*------------------------------------------------------------
	2.Navigation
------------------------------------------------------------*/
#contents ul.contentsNavi02 li{
	margin-left:17px;
	padding-left:0;
	list-style-image:url(/common/css/images/icon_arrow03.gif) ;
}
#contents p.pageEnd{
	display:none;
}


/*------------------------------------------------------------
	3.Layout Block
------------------------------------------------------------*/
* html #contents div.blockSection02,
* html #contents div.blockSection03A,
* html #contents div.blockSection03B,
* html #contents div.blockSection04{
	width:645px;
}

* html #contents div.blockSection01 div.cont01,
* html #contents div.blockSection01 div.cont02{
	margin-right:10px;
	width:312px;
	float:left;
}

* html #contents div.blockSection02{
	margin-right:-20px;
	width:665px;
}
* html #contents div.blockSection02 div{
	padding-right:20px;
	width:201px;
}
* html #contents div.blockSection03A div.cont01,
* html #contents div.blockSection03B div.cont01{width:237px;}
* html #contents div.blockSection03A div.cont02,
* html #contents div.blockSection03B div.cont02{width:390px;}

* html #contents div.blockSection04 div.cont01,
* html #contents div.blockSection04 div.cont02{
	width:305px;
}
* html #contents div.blockSection04 div.cont01 div.construct01,
* html #contents div.blockSection04 div.cont02 div.construct01{width:120px;}
* html #contents div.blockSection04 div.cont01 div.construct02,
* html #contents div.blockSection04 div.cont02 div.construct02{width:170px;}


/*------------------------------------------------------------
	4.List
------------------------------------------------------------*/
#contents ul.uList01 li,
#contents ul.uList01 li ul.linkList01 li{
	margin-left:17px;
	padding-left:0;
	list-style-image:url(/common/css/images/icon_list01.gif);
}

#contents ul.linkList01 li,
#contents ul.linkList01 li ul.uList01 li{
	margin-left:17px;
	padding-left:0;
	list-style-image:url(/common/css/images/icon_arrow01.gif) ;
}
* html #contents ul.iList03 li{margin-right:14px;}
*+html #contents ul.iList03 li{margin-right:14px;}

* html #contents ul.iList02 li{margin-right:0;}
* html #contents ul.iList03 li{margin-right:1px;}

