/* index ------------------------------ */

/* indexCommon */


/* indexFlash */
body#index .flash{
	width: 720px ;
	height: 300px ;
	margin-bottom: 20px ;
}


/* indexNewcommetalk */

body#index .newcommetalk{
	width: 720px ;
	margin-bottom: 10px ;
	position: relative ;
}

body#index .newcommetalk ul{ margin: 0 ; }
body#index .newcommetalk ul li{ width: 240px ; float: left ; }
body#index .newcommetalk ul li .unit{ margin: 2px ; padding-bottom: 2px ;}
body#index .newcommetalk ul li .unit p{ margin-bottom: 3px ; }

body#index .newcommetalk ul li .unit p.img{
	width: 230px ;
	height: 80px ;
	border: 3px solid #cfcfd5 ;
	overflow: hidden ;
}

body#index .newcommetalk ul li .unit .update{ width: 230px ; padding: 5px 3px 0 ; line-height: 1.2 ;}
body#index .newcommetalk ul li .unit .update .blockLeft{ width: 39px ;}
body#index .newcommetalk ul li .unit .update .blockLeft img{ vertical-align: middle ;}
body#index .newcommetalk ul li .unit .update .blockright{ width: 191px ; text-align: right ;}

body#index .newcommetalk ul li .unit p.img{ border: 3px solid #cfcfd5 ;}
body#index .newcommetalk ul li .unit .txt{ margin: 5px ;}
body#index .newcommetalk ul li .unit .txt .sectionTitle{ font-weight: bold ;}
body#index .newcommetalk ul li .unit .txt .sectionMember{ color: #666 ;font-size: 10px ;}
body#index .newcommetalk ul li .unit.hover .txt .sectionMember{color: #e4e4e4 ;}


/* indexCommetalk */

body#index .commetalk{
	width: 720px ;
	margin-bottom: 10px ;
	overflow: hidden ;
	position: relative ;
}

body#index .commetalk ul{ margin: 0 ; }
body#index .commetalk ul li{ width: 240px ; float: left ; }
body#index .commetalk ul li .unit{ margin: 2px ; overflow: hidden ;}

body#index .commetalk ul li .unit p{ margin: 0 ; }

body#index .commetalk ul li .unit p.img{
	width: 80px ;
	height: 80px ;
	border: 3px solid #cfcfd5 ;
	float: left ;
	overflow: hidden ;
}

body#index .commetalk ul li .unit p.img img{
}

body#index .commetalk ul li .unit p.txt{
	width: 140px ;
	float: right ;
	padding: 15px 3px 3px ;
	line-height: 1.5 ;
}


/* indexCommewriter */

body#index .commewriter{
	width: 720px ;
	margin-bottom: 20px ;
}

body#index .commewriter a{
	color: #000 ;
	text-decoration: none ;
	width: 225px ;
	background: url(../img/iconArrow01.gif) no-repeat 3px 5px ;
	display: block ;
	overflow: hidden ;
	padding: 3px 0 3px 15px ;
}

body#index .commewriter a:hover{
	color: #fff ;
	background: #5c5c60 url(../img/iconArrow01_on.gif) no-repeat 3px 5px ;
}

body#index .commewriter ul{ margin: 0 ; }
body#index .commewriter ul li{ width: 240px ; float: left ; }

body#index .commewriter p{ margin: 0 ; }


