@charset "UTF-8";

/*
--------------------------------------------------------------
	[ File Name   ] content.css
	[ Last UpDate ] 13 Sep 2013
	[ Version     ] 2.0 
--------------------------------------------------------------

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


/*
--------------------------------------------------------------
	Breadcrumb Link Section
--------------------------------------------------------------
*/

#contents
	{

		height: auto !important;
		width: 100%;
		clear: both;
		background: transparent;
	}
	#contentsinner 
		{
			width:960px;
			margin: 0px auto;
			clear: both;
			/*text-align: center;*/
			/*background: url(../images/wrap/contensInnerBg.gif) repeat-y top left;*/
		}

/*
--------------------------------------------------------------
	Layouts
--------------------------------------------------------------
*/


div#contentsMain
	{
		display: block;
		width: 660px;
		min-height: 240px;
		height: auto !important;
		height: 240px;
		float: left;
		text-align: left;
		margin: 30px 18px 0px 0px;
	}

* html div#contentsMain
	{
	margin: 27px 0 0px 18px;
	}


/*
--------------------------------------------------------------
	breadcrumbs
--------------------------------------------------------------
*/

div#breadCrumb
	{
		display: block;
		/*width: 576px;*/
		min-height: 36px;
		height: auto !important;
		height: 36px;
		margin-top:9px;
		margin-bottom: 18px;
		font-size: 90%;
		background:#FEFCFA;
		position: relative;
	}
	div#breadCrumb ul
		{
			position: absolute;
			top: 9px;
			left:18px;
		}
		div#breadCrumb li
			{
				display: inline;
				float: left;
				width: auto;
			}
			ul#breadCrumb li a:hover
				{
					color: #FF00FF;
				}

* html div#breadCrumb
		{
			font-size: 85%;
		}



/*
--------------------------------------------------------------
	div.article
--------------------------------------------------------------
*/
div.article
	{
		display: block;
		/*width:576px;*/
		width:660px;
		/*min-height: 90px;
		height: auto !important;
		height: 90px;*/
		margin-bottom: 40px;

	}
	div.article p
		{
			/*width:544px;*/
			/*margin-left: 18px;*/
			margin-bottom: 1em;
			line-height: 1.78;
			letter-spacing: 0.1em;
			padding-left: 1em;
		}



	div.article h3
		{
			display: block;
			/*width:660px;*/
			min-height: 36px;
			height: auto !important;
			height: 36px;
			margin-bottom: 0px;
			margin-top: 18px;
			padding: 9px 0;
			text-indent: 18px;
			background: url(/__common/images/wrap/h3Blanc.png) no-repeat;
		}

		div.article h3 span
		{
			color:#CC6699;
			font-weight: bold;
		}

		div.article h3 a
			{
				color:#CC6699;
				text-decoration: none;
			}

	div.article h4
		{
			display: block;
			/*width:576px;*/
			min-height: 24px;
			height: auto !important;
			height: 24px;
			padding-top: 9px;
			margin-bottom: 18px;
			margin-top: 0px;
			text-indent: 9px;
			border-bottom: 1px dotted #CC6699;
			/*background:#Faf9f8;*/
		}
		div.article h4 span
		{
			color:#CC6699;
			font-weight: bold;
		}

		div.article h4 a
			{
				color:#CC6699;
				text-decoration: none;
			}

	div.article h5
		{
			display: block;
			/*width:576px;*/
			min-height: 24px;
			height: auto !important;
			height: 24px;
			padding-top: 9px;
			margin-bottom: 27px;
			margin-top: 18px;
			text-indent: 9px;
			border-bottom: 1px dotted #CCCCCC;
			background:#Fff;
		}
		div.article h5 span
		{
			color:#666;
			font-weight: bold;
		}

		div.article h5 a
			{
				color:#666;
				text-decoration: none;
			}



	div.article h6
		{
			display: block;
			/*width:576px;*/
			min-height: 24px;
			height: auto !important;
			height: 24px;
			padding-top: 9px;
			margin-bottom: 18px;
			margin-top: 18px;
			text-indent: 9px;
			border-bottom: 1px dotted #CCCCCC;
			background:#Fff;
		}
		div.article h6 span
		{
			color:#333;
			font-weight: bold;
		}

		div.article h6 a
			{
				color:#333;
				text-decoration: none;
			}


/*
--------------------------------------------------------------
	Table_Styles
--------------------------------------------------------------
*/

table 
	{
		width: 100%;
		margin: 18px 0px 18px 0;
		border-collapse: collapse;
		font-size: 90%;
	}
	table th
		{
			padding: 9px 9px;
			line-height: 2;
			border: 1px #E8E7E2 solid;
			background: #FEFCFA;
			width: 25%;
		}
		table td 
		{
			padding: 9px 9px;
			line-height: 2;
			border: 1px #E8E7E2 solid;
			background: #FFF;
		}
		table tr.even th
		{
			background:#FEFCFA;
		}
		table tr.even td
		{
			background:#fff;
		}

* html table th,
* html table td
	{
		font-size: 80%;
	}
