@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
	☆uniq
----------------------------------------------------*/

#contents .joy01{
	width:647px;
}

#contents .joy01 .joy01Img{
	float:left;
	width:180px;
}

#contents .joy01 .joy01Tx{
	float:right;
	width:447px;
}

#contents .joy02{
	background:url(../../lib/cmn_img/bg_yellow.gif) left top repeat;
	padding:15px 0;
	
	border-radius: 10px;        /* CSS3草案 */  
        -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
        -moz-border-radius: 10px;   /* Firefox用 */  
} 

#contents .joy02 .joy02Inr{
	margin:0 15px;
}

#contents .joy02 .joy02Inr .joy02ImgL{
	float:left;
	width:140px;
	margin-bottom:15px;
}

#contents .joy02 .joy02Inr .joy02ImgR{
	float:right;
	width:140px;
	margin-bottom:15px;
}

#contents .joy02 .joy02Inr .joy02TxR{
	float:right;
	width:458px;
	margin-bottom:15px;
}

#contents .joy02 .joy02Inr .joy02TxL{
	float:left;
	width:458px;
	margin-bottom:15px;
}

#contents .joy03{
	background:url(../../lib/cmn_img/bg_yellow.gif) left top repeat;
	padding:26px 0 16px 0;
	
	border-radius: 10px;        /* CSS3草案 */  
        -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
        -moz-border-radius: 10px;   /* Firefox用 */  
		
	width:647px;
}

#contents .joy03Inr{
	margin:0 26px;
}

#contents .joy03 li{
	float:left;
	line-height:180%;
	margin-right:26px;
	text-align: center !important;
}


#contents .joy03 li.last{
	float:left;
	margin-right:0;
}