@charset "UTF-8";



body {
	text-align: left; /* IE6対応（ボックスのセンタリング） */
}

div#wrap {
	margin: 0 ;
}


/*------------------------------*/

a.arrow {
	text-decoration: underline;
	background:transparent url(../img/arrow.gif) no-repeat scroll 0 6px;
	color:#00597C;
	padding-left:10px;
}	

	a.arrow:hover {
		text-decoration: none;
	}	
	

/*-----------------------------*/

div#header {
	background: transparent url(../img/header_BG.gif) 0 0 repeat-x scroll;
	height: 167px;
}

	div#headerInner {
		position: relative;
		width: 930px;
		background: transparent url(../img/yugami_logo_BG.gif) 0 0 repeat-x scroll;
	}
	
	
	ul#global {
		overflow: hidden;
	}
	
		ul#global li {
			float: left;
		}
		
		ul#global li#globalBottom {
			clear: both;
			height: 22px;
			overflow: hidden;
		}
		
/*------------------------------------*/

div#main {
	background: #FFF url(../img/mainBG.gif) 0 0 repeat-x scroll;
	
}

	div#mainInner {
		width: 930px;
	}

/*-----------------------------------*/


div.heightLine.mainLeft {
	float: left;
	width: 234px;
	overflow: hidden;
}

	div#mainLeftInner {
		padding: 15px 5px 0 16px;
		height: 100%;
	}
	
		div#menu {
			position: relative;
			width: 213px;
		}
		
			div#menu ul li {
				display: inline;
			}
			
			div#menu ul li.menu_banner.MB_top {
				display: block;
				padding: 7px 11px 0 11px;
				background: transparent url(../img/menu_bg.gif) 0 0 repeat-y scroll;
			}
			
			div#menu ul li.menu_banner.MB_bottom {
				display: block;
				padding: 7px 11px;
				background: transparent url(../img/menu_bg.gif) 0 0 repeat-y scroll;
			}
			
			
/*-------------------------------------*/


div.heightLine.mainRight {
	float: left;
	width: 696px;
	background: #FFF;
	padding-bottom: 20px;
	position: relative;
}
	
	
	div#mainTTL {
		position: relative;
		background: #fff url(../img/mainRight_TTL_bg.jpg) left top no-repeat;
		height: 173px;
	}
	
	
		h1#mainH1 {
			padding-top: 72px;
			margin-left: 28px;	
		}
		
		ul#topicPath {
			padding: 5px 0 0 10px;
			position: absolute;
			top: 20px;
			left: 28px;
			height: 30px;
			width: 668px;
			background: #fff url(../img/topicPath.gif) left top no-repeat;
			display: block;
		}
		
			ul#topicPath li {
				display: inline;
				font-size: 87%;
				margin-right: 23px;
				color: #fff;
			}
			
				ul#topicPath li a {
				text-decoration: none;
				color: #A36200;
			}
			
			ul#topicPath li a:hover {
				text-decoration: none;
				color: #DD8000;
			}
			
		p#lead {
			padding-top: 42px;
			padding-left: 28px;
		}
	
	div#topIMGbox {
		overflow: hidden;
		margin-bottom: 50px;
		margin-top: 12px;
	}
	
		p#topCaption {
			padding-right: 30px;
			margin-top: 5px;
			color: #8D8D8D;
			font-size: 77%;
			text-align: right;
		}
		
		div#reportIMGbox {
			margin-top: 15px;
			margin-bottom: 60px;
			height: 378px;
			overflow: hidden;
		}
				
		div#reportP {
			float: left;
			position: relative;
			width: 334px;
			height: 378px;
			background: #fff url(../img/yugami_f_reportPRbox.gif) left top no-repeat;
		}	
		
			p.reportTTL {
				position: absolute;
				top: 18px;
				left: 18px;
			}
			
			p.f_reportImg {
				position: absolute;
				top: 65px;
				left: 17px;
			}
			
			p.f_reportCap {
				position: absolute;
				top: 275px;
				left: 18px;
				width: 300px;
			}
			
			p.f_reportBtn {
				position: absolute;
				top: 333px;
				right: 18px;	
			}
			
		div#reportM {
			position: relative;
			float: right;
			width: 334px;
			height: 378px;
			background: #fff url(../img/yugami_f_reportMRbox.gif) left top no-repeat;
		}
			
	
			
	div#reportIMGbox {
		overflow: hidden;
		margin-bottom: 50px;
		margin-top: 12px;
		background: #F2F2F2;
	}
	
			
	div#mainContents {
		margin-top: 5px;
		padding-left: 28px;
		overflow: hidden;
	}
	
		div.mainContentsInner {
			margin-bottom: 60px;
			padding: 0 15px;
		}
		
			div#a_contentsBox1 {
				margin-bottom: 50px;
				height: 249px;
				width: 668px;
				background: #fff url(../img/a_intro_img_01.gif) 0 0 no-repeat;
			}
			
			div#a_contentsBox2 {
				margin-bottom: 50px;
				height: 249px;
				width: 668px;
				background: #fff url(../img/a_intro_img_02.gif) 0 0 no-repeat;
			}
			
			div#a_contentsBox3 {
				margin-bottom: 50px;
				height: 249px;
				width: 668px;
				background: #fff url(../img/a_intro_img_03.gif) 0 0 no-repeat;
			}
				
				div#a_contentsBox1 div {
					padding-left: 12px;
					padding-right: 340px;
					padding-top: 65px;
				}
				
				div#a_contentsBox2 div {
					padding-left: 385px;
					padding-top: 65px;
				}
				
				div#a_contentsBox3 div {
					padding-left: 12px;
					padding-right: 320px;
					padding-top: 65px;
				}
				

				p.pointBtn {
					text-align: right;
					margin-top: 20px;
				}
				
			div.contentsBlock {
				overflow: hidden;
				margin-bottom: 38px;
			}
			div.contentsBlock_last {
				overflow: hidden;
				margin-bottom: 55px;
			}
			
				div.blockLeft {
					float: left;
					width: 315px;
				}
				
				div.blockRight {
					float: right;
					width: 315px;
				}
	
	div#mainBottom {
		background: #FFF;
	}
	
	
	
/*---------------------------------------*/



/*------------------------------*/

div#footer {
	clear: both;
	background: transparent url(../img/footerInnerBG.gif) 0 0 repeat-x scroll;
}
	
	div#footerInner {
		margin-left: 16px;
		width: 914px;
		height: 160px;
		overflow: hidden;
		position: relative;
	}
	
			div#pageTop {
				position: absolute;
				top: 0;
				right: 0;
			}
		
			div#footerContents {
				padding-top: 43px;
				overflow: hidden;
			}
			
			div#ci {
				float: left;
				width: 260px;
				overflow: hidden;
			}	
				
				p#ciLogo {
					margin-top: 0px;
					margin-bottom: 8px;
					float: left;
					width: 127px;
				}
				
				ul#footerNavi {
				position: absolute;
				top: 5px;
				left: 3px;
			}
			
				ul#footerNavi li {
					display: inline;
				}
				
					ul#footerNavi li a {
						font-weight: bolder;
					}
					
						ul#footerNavi li a img {
							vertical-align:middle;
						}
					
			
			p#copyright {
				clear: both;
			}
				
			div#corporateInfo {
					margin-top: 6px;
					float: right;
					width: 220px;
					overflow: hidden;
				}
					
					div#corporateInfo ul {
						margin-top: 8px;
					}
					
					div#corporateInfo ul li {
						display: inline;
						margin-right: 6px;
					}
					
		
		div#footerBtn {
			margin-top: 10px;
			float: right;
			width: 300px;
		}
		
			div#footerBtn p {
				text-align: right;
				font-size: 85%;
				color: #555;
				padding-bottom: 20px;
			}
		
			
				
				
				
/*----------------------------------*/

p#mainIMG {
	margin-bottom: 20px;
}

p.paragraph {
	margin-bottom: 30px;
}

p.ttl {
	margin-bottom: 25px;
}


p.miniTTL {
	font-weight: bolder;
	font-size:109%;
	margin-bottom: 10px;
}

p#mainTxt {
	/*padding-bottom: 30px;*/
	margin: 20px 0 30px 0;
	font-size:109%;
	/*background: #fff url(../img/topBottom.gif) left bottom no-repeat;*/
}

div.section {
	margin-bottom: 30px;
	overflow: hidden;
}

div.section2 {
	margin-bottom: 35px;
	overflow: hidden;
}

div.section3 {
	margin-bottom: 25px;
	overflow: hidden;
}

div.section4 {
	margin-bottom: 85px;
	overflow: hidden;
}

div.section5 {
	margin-bottom: 15px;
	overflow: hidden;
}

div.section6 {
	margin-bottom: 68px;
	overflow: hidden;
}

/*--------------------------------------*/

div#mia {
	height: 324px;
	margin-bottom: 20px;
	background: #EFF7EF url(../img/mia_img.gif) left bottom no-repeat;
	overflow: hidden;	
}

div#miaTxt {
	padding-right: 28px;
	margin-top: 30px;
	margin-left: 310px;
}	
	
	p#mia_ttl {
		margin-bottom: 15px;
	}
	
	p#mia_mainTxt {
		margin-bottom: 15px;
		padding-bottom: 8px;
		font-weight: bolder;
		font-size: 100%;

	}
	
	p#mia_miniTxt {
		font-size: 93%;
	}
	
	p#mia_btn {
		text-align: center;
		margin-top: 15px;
	}


div#recom {
	height: 208px;
	margin-bottom: 20px;
	background: #EFF7EF url(../img/recom_img.gif) left bottom no-repeat;
	overflow: hidden;	
}

div#recomTxt {
	padding-right: 20px;
	margin-top: 50px;
	margin-left: 20px;
}	
	
	p#recom_mainTxt {
		margin-bottom: 10px;
		font-size: 100%;

	}
	
	p#recom_miniTTL {
		font-size: 93%;
		font-weight: bolder;
	}
	
	p#recom_miniTxt {
		font-size: 93%;
	}
	
	
/*----------------------------*/


div#graf {
	overflow: hidden;
}
	
	div.grafBox {
		width: 325px;
	}
	
	div.grafBox.grafLeft {
		float: left;
	}
	
	div.grafBox.grafRight {
		float: right;
	}
		
		p#grafLeftTTL {
			height: 58px;
			padding-top: 4px;
			padding-left: 70px;
			margin-bottom: 8px;
			font-weight: bolder;
			font-size: 116%;
			background: #fff url(../img/graf_ttl1.gif) left top no-repeat;
		}
		
		
		p#grafRightTTL {
			height: 58px;
			padding-top: 4px;
			padding-left: 70px;
			margin-bottom: 8px;
			font-weight: bolder;
			font-size: 116%;
			line-height: 1.6;
			background: #fff url(../img/graf_ttl2.gif) left top no-repeat;
		}

			p#grafLeftTTL span,
			p#grafRightTTL span {
				color: #EA0000;
				font-size: 116%;
				font-weight: bolder;
			}
		
div.caseBox {
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-left: 12px;
	overflow: hidden;
	background: #fff url(../img/dot.gif) left bottom repeat-x;
}
	p.caseTTL {
		margin-bottom: 16px;
	}
		div.caseInner {
			float: left;
			width: 440px;
			overflow: hidden;
		}
			
			p.caseIMG {
				float: left;
				width; 133px;
			}
			
				div.caseRecord {
					float: right;
					width: 290px;
				}
				
					p.caseInTTL {
						margin-bottom: 8px;
						font-weight: bolder;
					}
 			div.caseGraf {
 				float: right;
				width: 186px;
 			}
/*-------------------------------*/

div#r_list_color_box {
	padding: 20px 28px;
	border-bottom: #D6CBA3 3px solid ;
	border-right: #D6CBA3 3px solid ;
	border-left: #D6CBA3 3px solid ;
}
	
	div#r_list_color_box ul {
		overflow: hidden;
		
	}
	
		div#r_list_color_box ul li {
			float: left;
			width: 82px;
		}
		
		li.r_list_colorBar_margin {
			margin-right: 49px;
		}



div.heightLine-yur {
	padding: 4px 4px;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	float: left;
	width: 314px;
	background: #EDEDED url(../img/colorBar_red.gif) left top no-repeat;
}


div.heightLine-yur.yLeft {
	margin-bottom: 18px;
}


div.heightLine-yur.yRight {
	margin-left: 18px;
	margin-bottom: 18px;
}

	div.heightLine-ortBoxinner {
		padding: 10px 10px;
		background: #FFFFFF;
	}

	div.heightLine-ortBoxinner table tr td a img {
		border: none;
	}

	div.heightLine-ortBoxinner table tr td.yur_ortTD {
		padding-right: 15px;
		vertical-align: top;
	}

		p.yur_ort_p {
			background:#FFFFFF url(../img/dot.gif) repeat-x scroll left top;
			padding-top:5px;
			font-size: 93%;
		}
		
		p.yur_btn_p {
			margin-top: 14px;
		}

		h3.yur_ort_H3 {
			font-size:108%;
			font-weight:bolder;
			padding-bottom:8px;
		}
		


/*----------------------------------------*/

h2.questTTL {
	background: transparent url(../img/faq_quest_ttl.gif) 0 0 no-repeat;
	padding: 10px 0px  0px 50px;
	height: 27px;
	font-size: 108%;
	font-weight: bolder;
	color: #323232;
}

div.questBox {
	padding: 18px 20px;
	background: #F9F9F9;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}


/*----c_intro.html--------------------------------*/

div.ctm_listBox {
	height: 239px;
	overflow: hidden;
	background: #EFEFEF url(../img/c_box.gif) 0 0 repeat-x;
	position: relative;
	z-index: 0;
}

	p.loader {
			position: absolute;
			top: 107px;
			left: 480px;
			z-index: 1;
		}

	div.heightLine-ctmList.ctmListLeft {
		float: left;
		width: 295px;
		
	}
	
		div.ctmList_TTlBox {
			padding: 1px;
		
		}
		
			p.ctmList_TTl {
				padding: 14px 12px 0px 12px;
				line-height: 1.7;
				font-size:108%;
				font-weight: bolder;
				color:#323232;
				height: 45px;
			}
			
			div.ctmList_Desp {
				padding:  16px 9px 11px 12px;
			}
			
				p.ctmList_Txt {
					padding-bottom: 22px;
				}
				
				ul.ctmList_thum {
					margin-top: 16px;
					overflow: hidden;
				}
				
					ul.ctmList_thum li {
						float: left;
						width: 55px;
						border:1px solid #D2D2D2;
						padding:1px;
					}
					
					ul.ctmList_thum li:hover {
						float: left;
						width: 55px;
						border:1px solid #B2B2B2;
						padding:1px;
					}
					
						ul.ctmList_thum li img {
							cursor: pointer;
						}
					
					ul.ctmList_thum li.ctmList_PR {
						margin-right: 12px;
					}
		
	div.heightLine-ctmList.ctmListRight {
		padding: 4px 4px 4px 0px;
		float: right;
		width: 366px;
		display: block;
		position: relative;
		z-index: 2;
	}
		
		div.heightLine-ctmList.ctmListRight p {
			position: absolute;
			top: 4px;
			left: 0px;
			
		}
		
		







/*-------------------------------------------*/

div.heightLine-ctmBox {
	padding: 5px 2px 2px 2px;
	background: #E5E5E5 url(../img/yuc_ctmBoxbg.gif) center top no-repeat;
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	width: 318px;
	float: left;
}

h3.yuc_ctmBoxH3 {
	padding-bottom: 8px;
	background: #FFFFFF url(../img/dot.gif) left bottom repeat-x;
	font-size: 108%;
	font-weight: bolder;
}

p.heightLine-ctmBoxP {
	margin: 8px 0;
}


div.heightLine-ctmBox.yucL {
	margin-right: 20px;
}

div.heightLine-ctmBoxInner {
	padding: 10px 10px;
	background: #FFFFFF;
}

p.yuc_image {
	margin-top: 8px;
	float: left;
	width: 135px;
}

div.heightLine-yucPIMG {
	margin: 8px 0 0 148px ;
}
	
	div.heightLine-yucPIMG p {
		font-size: 93%;
	}

/*-------------------------------------------*/

	p#f_introTTL {
		margin-top: 35px;
	}
	
	p#f_intro_repo_left {
		float: left;
		width: 334; 
	}
	
	p#f_intro_repo_right {
		float: right;
		width: 334;
	}
	

	div#step123 {
		background: #fff url(../img/stepTime.gif) left top no-repeat;
		padding-left: 68px;
	}
 		div.stepBox {
 			overflow: hidden;
			width: 600px;
			padding-bottom: 18px;
			margin-bottom: 18px;
			border-bottom: 1px solid #C3C3C3;
 		}
		
			p.stepImg {
				float: left;
				width: 230px;
			}
			
			div.stepRightBox {
				float: right;
				width: 350px;
			}
			
				p.step_ttl {
					margin-bottom: 10px;
				}
				
				p.step_point {
					margin-top: 18px;
					margin-bottom: 8px;
				}
				
				p.stepLink {
					margin-top: 6px;
				}
/*--------------------------------------*/
 
 


div#reportIMG {
	position: relative;
	margin-top: 30px;
	margin-bottom: 38px;
	height: 500px;
}

	p#pr_no1 {
		position: absolute;
		top: 130px;
		left: 1px;
	}
	
	p#pr_no2 {
		position: absolute;
		top: 275px;
		left: 1px;
	}
	
	p#pr_no3 {
		position: absolute;
		top: 380px;
		left: 1px;
	}
	
	p#pr_no4 {
		position: absolute;
		top: 80px;
		right: 0px;
	}
	
	p#pr_no5 {
		position: absolute;
		top: 310px;
		right: 0px;
	}
	
	p#ctmLogo {
		position: absolute;
		top: 442px;
		left: 33px;
	}
	
	p#mr_no1 {
		position: absolute;
		top: 30px;
		left: 1px;
	}
	
	p#mr_no2 {
		position: absolute;
		top: 80px;
		left: 1px;
	}
	
	p#mr_no3 {
		position: absolute;
		top: 200px;
		left: 1px;
	}
	
	p#mr_no4 {
		position: absolute;
		top: 80px;
		right: 0px;
	}
	
	p#mr_no5 {
		position: absolute;
		top: 310px;
		right: 0px;
	}
	
div.f_pr_pointBox.prPointLeft {
	float: left;
	width: 318px;
	height: 150px;
	background: transparent url(../img/f_pr_pointBG.gif) 0 0 no-repeat;
}

div.f_pr_pointBox.prPointRight {
	float: right;
	width: 318px;
	height: 150px;
	background: transparent url(../img/f_pr_pointBG.gif) 0 0 no-repeat;
}

	p.f_pr_pointTTL {
		margin-top: 3px;
		margin-bottom: 5px;
		font-size: 109%;
		font-weight: bolder;
		padding-left: 23px;
	}
	
	p.f_pr_pointTTL.prNum1 {
		background: transparent url(../img/f_pr_num1.gif) 0 0.8px no-repeat;
	}
	
	p.f_pr_pointTTL.prNum2 {
		background: transparent url(../img/f_pr_num2.gif) 0 0.8px no-repeat;
	}
	
	p.f_pr_pointTTL.prNum3 {
		background: transparent url(../img/f_pr_num3.gif) 0 0.8px no-repeat;
	}
	
	p.f_pr_pointTTL.prNum4 {
		background: transparent url(../img/f_pr_num4.gif) 0 0.8px no-repeat;
	}
	
	p.f_pr_pointTTL.prNum5 {
		background: transparent url(../img/f_pr_num5.gif) 0 0.8px no-repeat;
	}
	
	p.f_pr_pointTTL.prNum6 {
		background: transparent url(../img/f_pr_num6.gif) 0 0.8px no-repeat;
	}
	
	div.f_pr_pointInner {
		overflow: hidden;
		padding-right: 14px;
	}
	
		p.f_pr_pointIMG {
			margin-top: 5px;
			float: left;
			width: 93px;
		}
		
		p.f_pr_pointTxt {
			margin-left: 110px;
			vertical-align: top;
		}
		
		
		
/*------------index.html--------------*/		

div#main_index {
	background: transparent url(../img/topFlashBG.gif) 0 0 repeat-x;
	overflow: hidden;
}

div#header_index {
	background: transparent url(../img/header_BG.gif) 0 0 repeat-x scroll;
	height: 93px;
}

	div#headerInner_index {
		position: relative;
		width: 930px;
		background: transparent url(../img/yugami_logo_BG.gif) 0 0 repeat-x scroll;
	}
 		
		div#fontChange {
			width: 193px;
			position: absolute;
			top: 32px;
			right: 210px;
		}		
				
				ul#fsSwitch {
					overflow: hidden;
					height: 36px;
					width: 193px;
					background: #fff url(../img/font_bg.gif) 0 0 no-repeat;
				}
				
				ul#fsSwitch li#fontChangeTTl {
					float: left;
					width: 73px;
					margin-right: 14px;
					padding: 5px 0 0 10px;
				}
				
				ul#fsSwitch li.fsSwitch_small,
				ul#fsSwitch li.fsSwitch_midium,
				ul#fsSwitch li.fsSwitch_large  {
					float: left;
					width: 26px;
					padding: 5px 5px 0 0;
				}
				
				ul#fsSwitch li.fsSwitch_small a,
				ul#fsSwitch li.fsSwitch_midium a,
				ul#fsSwitch li.fsSwitch_large a  {
					
					width: 26px;
					height: 26px;
					display: block;
					overflow: hidden;
				}
				
					ul#fsSwitch li  a span {
						display: none;
					}
		
		div#navi {
			width: 167px;
			position: absolute;
			top: 15px;
			right: 12px;
		}
			p#navi_tel {
				margin-bottom: 5px;
			}
			
 
 		div#topFlash {
			height: 451px;
 		}
			
			p#flashOBJ {
				margin-left: 16px;
				height: 390px;
			}
		
	ul#global_index {
		overflow: hidden;
	}
	
		ul#global_index li {
			float: left;
		}
		
		ul#global_index li#globalBottom {
			clear: both;
			height: 3px;
			overflow: hidden;
		}
 
 	div#index_contents {
 		margin: 25px 0 20px 16px;
		overflow: hidden;
		
 	}
 
 		div#index_contents_right {
 			float: right;
			width: 245px;
 		}
			
			
			div#index_contents_right p.index_r_banner {
				margin-bottom: 15px;
			}
			
		
		div#index_banner {
			padding-top: 15px;
			border-top: 1px solid #D4D4D4;
			overflow: hidden;
		}
			p.index_bannerIMG {
				float: left;
				width: 71px;
			}
			
			div.index_bannerTXTBox {
				float: right;
				width: 160px;
			}
			
			p.index_bannerTTL {
				height: 14px;
				margin-bottom: 6px;
			}
			
			p.index_bannerTxt {
				font-size: 93%;
				line-height: 1.5;
			}
			
		div#index_contents_left {
 			float: left;
			width: 640px;
			position: relative;
 		}
 			ul#index_news_select {
 				position: absolute;
				top: 7px;
				right: 9px;
				overflow: hidden;
 			}
			
				ul#index_news_select li {
					float: left;
					width: 77px;
					margin-left: 6px;
					cursor: pointer;
				}
			
			div#index_news {
				padding: 12px 14px;
				border: 1px solid #CACACA;
				height: 225px;
				overflow-y: scroll;
				background: #fff;
			}
				
				div#index_news dl {
					padding-bottom: 10px;
					margin-bottom: 10px;
					background: #fff url(../img/dot.gif) left bottom repeat-x;
				}
 
 				div#index_news dl dt {
 					font-size: 93%;
					float: left;
					width: 100px;
 				}
				
				div#index_news dl dd {
 					font-size: 93%;
					margin-left: 105px;
					padding-left: 8px;
					background: #fff url(../img/arrow_news.gif) 0 6px no-repeat;
 				}
				
					div#index_news dl dd a {
						text-decoration: none;
					}
					
/*----------------a.spec---------------------------*/					
	
	div.specBox {
		margin-bottom: 30px;
		overflow: hidden;
	}
			
	p.specImg {
		float: left;
		width: 275px;
	}
					
	table.spec {
		width: 367px;
		float: right;
	}				
			
		table.spec tr.evenline {
			background:#F9F9F9 none repeat scroll 0 0;
		}
	
		table.spec tr.oddline 	{
			background:#F2F2F2 none repeat scroll 0 0;
		}
	
		table.spec td {
			padding: 8px 8px;
		}
				
				
		td.specTdWidth {
			width: 90px;
			font-weight: bolder;
		}		
					
					
					
/*------------a.media----------------------------*/

table.media {
	margin-bottom: 30px;
	width: 100%;
}

	table.media tr.evenline {
		background:#F9F9F9 none repeat scroll 0 0;
	}
	
	table.media tr.oddline 	{
		background:#F8F5F0 none repeat scroll 0 0;
	}
	
	table.media td {
		padding: 10px 8px;
	}
	
	td.tdWidth {
		width: 120px;
	}

