﻿@charset "utf-8";
/* 테이블 */
div.listinfo{
	font-size:0.9em;
	color:#5E84B5;
	text-align:right;
	padding:0 9px 3px;
}
div.listselect{
	text-align:left;
	padding:0 0 5px;
}
div.listpart{
	font-size:1em;
	color:#666666;
	text-align:right;
	padding:0 9px 0px;
}
div.listinfowithtitle{
	margin-top:-1.9em;
}

/* 리스트 */
label.listselect{
	font-weight:bold;
	vertical-align:-1px;
}
*html label.listselect{
	vertical-align:3px;
}
*:first-child+html label.listselect{
	vertical-align:3px;
}
/*table.list{
	width:100%;
	background:url(./img/tb_headtop.gif) repeat-x;
}
table.list th, table.list td{
	line-height:1.35em;
	height:26px;
}
table.list th{
	font-weight:bold;
	font-size:0.9em;
	color:#ffffff;
	padding:3px 0 0 0;
	height:26px;
	background:url(./img/boardbg_02.gif) repeat-x left bottom;
} */
table.list{
	width:100%;
	background:url(./img/tb_headtop.gif) repeat-x;
}
table.list th, table.list td{
	line-height:1.35em;
}
table.list th{
	font-weight:bold;
	font-size:0.9em;
	color:#ffffff;
	padding:3px 0 0 0;
	height:26px;
	background:url(./img/boardbg_02.gif) repeat-x left bottom;
}
table.list th.side{
	height:29px;
	background:url(./img/boardbg_01.gif) repeat-x left bottom;
}
table.list th.side2{
	height:29px;
	background:url(./img/boardbg_04.gif) repeat-x left bottom;
}
table.list td{
	padding:6px 0 3px;
	border-bottom:1px solid #D4D4D4;
	background:#FFF;
}
table.list img{
	vertical-align:middle
}
table.list td.ip{
	padding-top:3px;
	padding-bottom:3px;
}
/* 댓글등록2 */
table.reply_form2{
	width:95%;
	border-bottom:1px solid red;
	
}
table.reply_form2 td{
	border-bottom:1px solid #F7F5F4;
	padding:6px 0 6px 0;
	background:#F7F7F7;
	
}
table.reply_form2 td.left{
	text-align:left;
	height:24px;
	border-bottom:1px dotted #cccccc;
	
}
table.reply_form2 td.right{
	text-align:right;
	height:30px;
	padding:5px 0 2px 0;
	
}
/* 댓글등록3 */
table.reply_form3{
	width:95%;
	border-bottom:1px solid #F7F5F4;
	
}
table.reply_form3 td{
	border-bottom:1px solid #F7F5F4;
	
	
}
table.reply_form3 td.left{
	text-align:right;
	height:24px;
}
table.reply_form3 td.right{
	text-align:right;
	height:30px;
	padding:5px 0 2px 0;
	
}
table.list th.side{
	height:29px;
	background:url(./img/boardbg_01.gif) repeat-x left bottom;
}
table.list td.subbold{
	font-weight:bold;
}
table.list td.sub_l{
	border-left:1px solid #dddddd;
	background-color:#F7F5F4;
}
table.list td.sub_r{
	border-right:1px solid #dddddd;
	background-color:#F7F5F4;
}
table.list th.side2{
	height:29px;
	background:url(./img/boardbg_04.gif) repeat-x left bottom;
}
table.list td.line{
	padding:6px 0 3px;
	border-bottom:1px solid #D4D4D4;
	background:#FFF;
	
}
table.list td.line2{
	padding:6px 0 3px;
	border-bottom:1px solid #D4D4D4;
	background-color:#F7F5F4;
	
}
table.list img{
	vertical-align:middle
}
table.list td.ip{
	padding-top:3px;
	padding-bottom:3px;
}
div.tablelastline{
	position:relative;
	height:1px;
	margin-top:-3px;
	background:#D4D4D4;
	overflow:hidden;
	z-index:1;
}
div.tablelastline2{
	position:relative;
	height:2px;
	margin-bottom:10px;
	background:#F6F6F6;
	overflow:hidden;
	z-index:1;
}
div.tableblueline{
	position:relative;
	height:1px;
	margin-top:-1px;
	background:#99A8DE;
	overflow:hidden;
	z-index:1;
}
div.tableblueline2{
	position:relative;
	height:2px;
	margin-top:-1px;
	background:#99A8DE;
	overflow:hidden;
	z-index:1;
}

/* 폼2 */
table.form_pop{
	width:100%;
	padding:10px;
	!important;
}

table.form_pop th, table.form_pop td{
	padding:3px 3px 3px;
	line-height:1.35em;
	border-bottom:1px solid #E4E3E2;
	border-top:1px solid #E4E3E2;
	text-align:left;
}

*html table.form_pop td.ipie{
	padding-top:3px;
	padding-bottom:3px;
}

/* 폼 */
table.form{
	width:100%;
	!important;
}
table.form caption{
	font-weight:bold;
	color:#222222;
	background:url(./img/table_titlebg.gif) no-repeat;
	text-align:center;
	vertical-align:middle;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:10px;
	line-height:32px;
}
table.form th, table.form td{
	padding:8px 10px 8px;
	line-height:1.35em;
	border-bottom:1px solid #E4E3E2;
	border-top:1px solid #E4E3E2;
}
table.form th{
	font-weight:normal;
	color:#303030;
	text-align:right;
	background:#F7F5F4;
}
table.form th.al{
	font-weight:normal;
	color:#303030;
	text-align:left;
	background:#F7F5F4;
}
table.form th.blue{
	color:#093D73;
	background:#E9F0F7
}
table.form td.ip{
	padding-top:4px;
	padding-bottom:4px;
}
table.form td.view{
	line-height:1.5em;
	padding:20px 15px 10px
}
*html table.form td.ipie{
	padding-top:3px;
	padding-bottom:3px;
}
table.form td.checks{
	padding-right:0;
}
table.form ul.checks li{
	float:left;
	padding-right:10px;
}
table.form ul.checks li.last{
	padding-right:0;
}
table.form ul.checks input.check{
	width:13px;
	height:13px;
	margin:2px 5px 1px 0;
	margin-right:5px;
	vertical-align:-3px;
}
*html table.form ul.checks input.check{
	vertical-align:0;
	margin:4px 5px 3px 0;
}
*:first-child+html table.form ul.checks input.check{/* for ie 7 */
	vertical-align:0px;
	margin:4px 5px 3px 0;
}
table.form th.inth{
	font-weight:normal;
	color:#303030;
	text-align:right;
	border-left:1px solid #CECECE;
	background:#F7F7F7;
}
table.form th.ac{
	text-align:center;
}
table.form img.imgvv{
	vertical-align:-4px;
}
*html table.form img.imgvv{
	vertical-align:-2px;
}
*:first-child+html table.form img.imgvv{
	vertical-align:-2px;
}
table.form span.sdesc{
	 margin-bottom:-4px;
	 display:block
}
*html table.form span.sdesc{
	 margin-bottom:-2px;
}
*:first-child+html table.form span.sdesc{
	 margin-bottom:-1px;
}
table.form span.sdesc2{
	 margin-bottom:-2px;
	 display:block
}
*html table.form span.sdesc2{
	 margin-bottom:0;
}
*:first-child+html table.form span.sdesc2{
	 margin-bottom:-1px;
}

table.form input.radio{
	vertical-align:-1px;
	margin:2px 2px -1px;
}
*html table.form input.radio{
	vertical-align:-3px;
	margin:-2px -2px -1px 0;
}
*:first-child+html table.form input.radio{
	vertical-align:-3px;
	margin:-2px -2px -1px 0;
}
table.form input.radio2{
	vertical-align:-2px;
	margin:0 2px;
}
table.form label.filedelete{
	padding-left:20px;
}
table.form input.filedelete{
	width:12px;
	height:12px;
	vertical-align:-5px;
}
*html table.form input.filedelete{vertical-align:0;}
*:first-child+html table.form input.filedelete{vertical-align:0;}

/* 폼 - 그레이 */
table.formgray{
	border:none !important;
}
table.formgray th, table.formgray td{
	border-bottom:1px solid #FFF;
	background:#EFEFEF;
}
table.formgray th{
	border-right:1px solid red;
}


/* 내용보기 */
table.tabletopline{
	border-top:1px solid #74A6DA !important;
}
table.view{
	width:100%;
	border-bottom:1px solid #E6E6E6;
}
table.view th.sub{
	font-weight:bold;
	color:#475FB2;
	text-align:left;
	padding:5px 6px 5px 10px;
	border-bottom:1px solid #99A8DE;
}
table.view td.noline{
	padding:5px 6px 5px 10px;
	line-height:1.35em;
	border-top:1px solid #fff;
}

table.view th.subs, table.view td.nor{
	padding:5px 6px 5px 10px;
	line-height:1.35em;
	border-top:1px solid #E6E6E6;
	
}
table.view th.file, table.view td.file{
	padding:5px 6px 5px 10px;
	line-height:1.35em;
	border-top:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	background-color:#FAFAFA;
}
table.view td.reply, table.view td.reply{
	padding:5px 6px 5px 0px;
	line-height:1.35em;
	border-top:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	background-color:#FAFAFA;
}
table.view td.replynaem, table.view td.replyname{
	padding:5px 0px 5px 10px;
	color:#333;
	line-height:1.35em;
	border-top:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	background-color:#FAFAFA;
}
table.view td.nor{
	background:#FFF;
}
table.view th.subs{
	font-weight:normal;
	color:#666666;
	text-align:left;
	background:#fff;
}
table.view th.ac{
	text-align:center;
	padding-left:0;
	padding-right:0;
}
table.view th.ar{
	text-align:right;
}
table.view th.inth, table.view td.intd{
}
table.view th.inno{
	border-right:0;
}
table.view td.view{
	padding:6px 10px 30px;
}
table.view a.files{
	margin-top:-6px;
	margin-bottom:-3px;
}
table.view td.object{
	text-align:center;
	border-top:1px solid #fff;
	padding:10px 0 20px 0;
}
table.view td.profile{
	padding:0;
}
table.view td.profile img{
	 width:82px;
	 height:97px;
}

table.view2{
	width:100%;
	border-bottom:1px solid #E6E6E6;
	margin-bottom:20px;
}
table.view2 th.sub{
	font-weight:bold;
	color:#475FB2;
	text-align:left;
	padding:5px 6px 2px 10px;
	height:29px;
	background:url(img/toptitle.gif) no-repeat;
}
table.view2 td.noline{
	padding:5px 6px 5px 10px;
	line-height:18px;
}

table.view2 th.subs, table.view2 td.nor{
	padding:15px 6px 15px 10px;
	line-height:18px;
	border-bottom:1px solid #dddddd;
	
}
table.view2 th.file, table.view2 td.file{
	padding:5px 6px 5px 10px;
	line-height:18px;
	border-top:1px solid #E6E6E6;
	background-color:#FAFAFA;
}


/* 댓글보기 */
table.reply{
	width:100%;
}
table.replybtm{
	width:100%;
	border-bottom:1px solid #E6E6E6;
	margin-bottom:20px;
}
table.reply th.subs, table.reply th.imgsub, table.reply td.nor{
	padding:7px 10px 7px 7px;
	line-height:1.35em;
	border:1px solid #E4E3E2;
	background:#F7F5F4;
	
}
table.reply td.nor{
	background:#FFF;
}

table.reply th.subs{
	font-weight:normal;
	color:#1A5096;
	background:#F7F5F4;
}
table.reply th.imgsub{
	text-align:right;
	padding:0 10px;
	border:1px solid #E4E3E2;
	font-weight:normal;
}

table.reply td.imgsub{
	text-align:right;
	padding:10 10px;
	border:1px solid #E4E3E2;
}
table.reply th.imgsub2{
	text-align:center;
	padding:7px 10px 7px 7px;
	background:#F7F5F4;
	border:1px solid #e1e1e1;
	font-weight:normal;
}
table.reply td.imgsub2{
	text-align:center;
	padding:7px 10px 7px 7px;
	background:#F7F5F4;
	border:1px solid #e9e9e9;
	font-weight:normal;
}
table.reply th.imgsub3{
	text-align:left;
	padding:0 10px;
	border:1px solid #E4E3E2;
	background:#F7F5F4;
}

div.del{
	background:#F7F7F7;
	
}
div.del ul li{
	float:left;
	padding:0px 0px 0px 14px;
	
}
div.del ul li.from{
	background:#fff;
	float:left;
	padding:0 4px 0 0px;
}

table.reply td.txt{
	text-align:left;
	padding:10px;
	border:1px solid #E4E3E2;
	background:#f9f9f9;
	line-height:18px;
}
table.reply td.txt2{
	text-align:left;
	padding:5px;
	border:1px solid #E4E3E2;
	background:#fff;
	line-height:18px;
}
table.reply th.inth{
	border-left:1px solid #CECECE;
}
table.reply td.reply{
	padding:6px 10px 30px;
}
table.reply span.date{
	font-family:verdana;
	font-size:11px
}
table.reply textarea{
	width:500px;
	height:3.2em;
	margin-top:1px;
	margin-bottom:5px
}
table.reply img.imgwt{
	vertical-align:middle;
	margin-bottom:4px;
}
table.reply label.radio{	
	padding-right:10px;
}

/* 댓글등록 */
table.reply_form{
	width:100%;
	background-color:#F7F5F4;
	
}
table.reply_form td{
	padding:5px 5px 5px 10px;
	border:1px solid #E4E3E2;
}
table.reply_form td.nor{
	text-align:left;
	padding:7px 7px 7px 10px;
}
table.reply_form label{
	padding-right:5px;
}

/* uccstyle */
#uccstyle{
	margin-bottom:25px;
	padding:10px 10px 10px 10px;
	border:2px solid #E4E3E2;
	height:144px;
}
#uccstyle ul{

}
#uccstyle ul li{
	
	
}
#uccstyle ul li.stroke{
	
	margin:0px;
	float:left;
}
#uccstyle div.img{
	border:1px solid #dddddd;
	padding:1px;
	margin-right:10px;
	float:left;
}

#uccstyle div.img img{
	width:190px;
	height:135px;
}
#uccstyle ul li.stroke2{
	float:left;
}
#uccstyle div.txtbg{
	float:right;
	width:400px;
	border:1px solid #dddddd;
	background:#F9F9F9;
	padding:8px;
}
#uccstyle div.txtbg ul li{
	border-bottom:1px solid #ddd;
	line-height:2em;
	
}

/* uccstyle2 */
#uccstyle2{
	margin-bottom:25px;
	padding:10px 10px 10px 10px;
	border:2px solid #E4E3E2;
	width:630px;
	height:330px;	
}

#uccstyle2 ul li.stroke{
	margin:0px;
	float:left;
}
#uccstyle2 div.img{
	border:1px solid #dddddd;
	padding:4px;
	margin-right:10px;
	float:left;
}

#uccstyle2 div.img img{
	width:330px;
	height:320px;
}
#uccstyle2 ul li.stroke2{
	float:left;
}
#uccstyle2 div.txtbg{
	float:right;
	width:265px;
	height:312px;
	border:1px solid #dddddd;
	background:#F9F9F9;
	padding:8px;
}
#uccstyle2 div.txtbg ul li{
	
	line-height:2em;
	
}
#uccstyle2 div.txtbg ul li.tit{
	line-height:2em;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	
}
#uccstyle2 div.txtbg ul li.name{
	border-bottom:1px solid #ddd;
	line-height:2.5em;
	
}

#uccstyle2 div.txtbg ul li.last{
	line-height:1.5em;
	margin-top:5px;
	font-size:11px;	
}

div.reply2{
	padding:10px 10px 10px 10px;
	border:1px solid #E4E3E2;
	background:#F9F9F9;
}

div.reply2 div.name{
	line-height:1.5em;
}
div.reply2 div.date{
	line-height:1.5em;
}
div.dotb{
	border-bottom:1px dotted #ddd;
	line-height:1.5em;
	margin-bottom:7px;
	padding-bottom:3px;
	
}
/* webzinestyleVIEW */
#webzinestyleview{
	margin-bottom:25px;
	padding:10px 10px 10px 10px;
	border:2px solid #E4E3E2;
	height:100%;
}
#webzinestyleview ul{

}
#webzinestyleview ul li{
	float:left;
	
}
#webzinestyleview ul li.stroke{
	
	margin:0px;
	float:left;
}
#webzinestyleview ul li.stroke div.img{
	border:1px solid #dddddd;
	padding:1px;
	width:170px;
	margin-right:15px;
	float:left;
}
#webzinestyleview ul li.stroke div.img img{
	width:170px;
}

#webzinestyleview ul li.stroke div.info{
	float:left;
	width:420px;
	line-height:18px;
	margin-top:-2px;
}
#webzinestyleview ul li.stroke div.info strong.txtb{
	color:#796A62;
}



/* photo style list */
#webzinestyle{
	margin-bottom:7px;
	padding:10px 10px 10px 10px;
	border:2px solid #E4E3E2;
	height:80px;
}
#webzinestyle ul{

}
#webzinestyle ul li{
	float:left;
	
}
#webzinestyle ul li.stroke{
	
	margin:0px;
	float:left;
}
#webzinestyle ul li.stroke div.img{
	border:1px solid #dddddd;
	padding:1px;
	width:119px;
	height:77px;
	margin-right:15px;
	float:left;
}
#webzinestyle ul li.stroke div.info{
	float:left;
	width:470px;
	line-height:18px;
	margin-top:-2px;
}
#webzinestyle ul li.stroke div.info strong.txtb{
	color:#796A62;
}
#webzinestyle ul li.stroke div.info ul.data{
	float:left;
	width:470px;
	line-height:18px;
	margin-top:7px;
}
#webzinestyle ul li.stroke div.info ul.data li{
	float:left;
	line-height:18px;
}
#webzinestyle ul li.stroke div.info ul.data li.data2{
	width:70px;
	text-align:center;
	line-height:18px;
	margin-top:2px;
}
#webzinestyle ul li.stroke div.info ul.data li.txt{
	margin-top:2px;
}


#webzinestyle ul li.stroke div.img img{
	width:119px;
	height:77px;
}

ul.webzinestyle li.webzinestyle{
	margin-bottom:5px;
	padding:15px 15px 9px;
	border:1px solid #D3D3D3;
}
*html ul.webzinestyle li.webzinestyle{
	height:1px;
	margin-bottom:3px;
}
ul.webzinestyle div.img{
	float:left;
	margin-right:9px;
	border:1px solid #999;
}
ul.webzinestyle div.img img{
	width:119px;
	height:77px;
}

ul.webzinestyle div.info strong{
	color:#333;
}
ul.webzinestyle div.info ul.data{
	margin-top:10px;
}
ul.webzinestyle div.info ul.data li{
	float:left;
	margin-right:3px;
}
ul.webzinestyle div.info ul.data li.dot02{
	padding-top:1px;
}
ul.webzinestyle div.info ul.data li.right{
	float:right;
	margin-right:0;
	background-position:0 50%;
}
ul.webzinestyle div.clear{
	margin-top:-18px;
}
*html ul.webzinestyle div.clear{
	margin-top:-21px;
}


/* photo style list2 */
#webzinestyle2{
	margin-bottom:7px;
	padding:10px 10px 10px 10px;
	border:2px solid #E4E3E2;
	height:110px;
}
#webzinestyle2 ul{

}
#webzinestyle2 ul li{
	float:left;
	
}
#webzinestyle2 ul li.stroke{
	
	margin:0px;
	float:left;
}
#webzinestyle2 ul li.stroke div.img{
	border:1px solid #dddddd;
	padding:1px;
	width:119px;
	height:77px;
	margin-right:15px;
	float:left;
}
#webzinestyle2 ul li.stroke div.info{
	float:left;
	width:490px;
	line-height:15px;
}
#webzinestyle2 ul li.stroke div.info strong.txtb{
	color:#796A62;
}
#webzinestyle2 ul li.stroke div.info ul.data{
	float:left;
	width:490px;
	line-height:18px;
	margin-top:7px;
}
#webzinestyle2 ul li.stroke div.info ul.data li{
	float:left;
	line-height:18px;
}
#webzinestyle2 ul li.stroke div.info ul.data li.data2{
	width:70px;
	text-align:center;
	line-height:18px;
	margin-top:2px;
}
#webzinestyle2 ul li.stroke div.info ul.data li.txt{
	margin-top:2px;
}


#webzinestyle2 ul li.stroke div.img img{
	width:119px;
	height:77px;
}

/* webzinestyle3 */
#webzinestyle3{
	margin-bottom:7px;
	padding:10px 10px 10px 10px;
	border:2px solid #E4E3E2;
	height:200px;
}
#webzinestyle3 ul{
}
#webzinestyle3 ul li{
	float:left;
	
}
#webzinestyle3 ul li.stroke{
	
	margin:0px;
	float:left;
}
#webzinestyle3 ul li ul.btn{
	width:123px;
	margin-top:6px;
}

#webzinestyle3 ul li ul.img{
	border:1px solid #dddddd;
	padding:1px;
	width:123px;
	height:166px;
	margin-right:15px;
}

#webzinestyle3 ul li.txt{
	width:470px;
	line-height:18px;
}
#webzinestyle3 ul li strong{
	color:#796A62;
	line-height:30px;
}	

#webzinestyle3 ul li a{
	
}
/* webzinestyle4 */
#webzinestyle4img{
	float:left;
	width:100px;
}
#webzinestyle4img img{
	float:left;
	width:100px;
	height:100px;
}

#webzinestyle4{
	width:520px;
	float:right;
	line-height:20px;
}
#webzinestyle4 ul li.tit{
	float:left;
	line-height:20px;
	width:50%;
}
#webzinestyle4 ul li.txt{
	float:right;
	line-height:20px;
	width:40%;
	text-align:right;
}
#webzinestyle4 ul li.link{
	margin-top:10px;
	font-weight:bold;
	float:left;
	line-height:20px;
	width:70%;
	padding-left:15px;
	background:url(img/dot_blue.gif) no-repeat 0 0.2em;
}
#webzinestyle4 ul li.btn{
	float:right;
	line-height:20px;
	width:30%;
	text-align:right;
	margin-top:15px;
}
div.lastline{
	border-bottom:1px solid #ddd;
	margin:20px 0 20px 0;
}

/*webzinestyle5 */

#webzinestyle5{
	float:left;
	width:640px;
	padding-bottom:14px;
	margin-bottom:15px;
	margin-top:15px;
	border-bottom:1px solid #ddd;

}

#webzinestyle5 div.con_l{
	float:left;
	width:320px;
}

#webzinestyle5 div.con_r{
	float:right;
	width:320px;
}
#webzinestyle5 div.con_l ul li{
	float:left;
}

#webzinestyle5 div.con_l ul li.img{
	float:left;
	width:100px;
	height:100px;
}
#webzinestyle5 div.con_l ul li.txt{
	float:left;
	width:190px;
	margin-left:10px;
	line-height:17px;
}

#webzinestyle5 div.con_r ul li{
	float:left;
}

#webzinestyle5 div.con_r ul li.img{
	float:left;
	width:100px;
	height:100px;
}
#webzinestyle5 div.con_r ul li.txt{
	float:left;
	width:190px;
	margin-left:10px;
	line-height:17px;
}

/*webzinestyle6 */

#webzinestyle6{
	float:left;
	width:640px;
	padding-bottom:14px;
	margin-top:15px;
	border-bottom:1px solid #ddd;

}

#webzinestyle6 div.con_l{
	float:left;
	width:320px;
	margin-bottom:5px;
}

#webzinestyle6 div.con_r{
	float:right;
	width:320px;
	margin-bottom:5px;
}
#webzinestyle6 div.con_l ul li{
	float:left;
}

#webzinestyle6 div.con_l ul li.img{
	float:left;
	width:100px;
}
#webzinestyle6 div.con_l ul li.txt{
	float:left;
	width:190px;
	margin-left:10px;
	line-height:17px;
	margin-top:5px;
}

#webzinestyle6 div.con_r ul li{
	float:left;
}

#webzinestyle6 div.con_r ul li.img{
	float:left;
}
#webzinestyle6 div.con_r ul li.txt{
	float:left;
	width:190px;
	margin-left:10px;
	margin-top:5px;
	line-height:17px;
}

div.infotxt_l{
	float:left;
	width:300px;
	line-height:18px;
	margin-bottom:5px;
}

div.infotxt_r{
	float:right;
	width:300px;
	line-height:18px;
	margin-bottom:5px;
}
div.infobtn{
	margin-top:-13px;
}

/* gallery style list */
div.gallerystyle{
	width:100%;
	overflow:hidden;
	margin-bottom:35px;
}
div.gallerystyle ul{
	text-align:center;
}
div.gallerystyle ul li{
	float:left;
	width:145px;
	margin:15px 10px 15px 6px;
}
div.gallerystyle ul li div.bd01{
	border:1px solid #dddddd;
}
div.gallerystyle ul li div.bd02{
	padding:5px;
	border:1px solid #f5f5f5;
	border-width:2px 2px 2px 2px;
}
div.gallerystyle ul li div.bd02 img{
	width:125px;
	height:170px;
}
div.gallerystyle ul li div.bd03{
	margin-top:5px;
}
div.gallerystyle ul li a.txt{
	text-align:center;
	line-height:1.3em;
	margin:8px 0 8px;
	display:block;
}
div.gallerystyle ul li.line{
	float:none;
	clear:both;
	width:100%;
	height:1px;
	color:#FFF;
	margin:0;
	padding:0;
	border-top:1px dashed #D3D3D3;
	background:none;
	overflow:hidden;
}
*html div.gallerystyle ul li.line{
	margin-top:-10px;
}
*:first-child+html div.gallerystyle ul li.line{
	margin-top:-10px;
}

/* gallery style list2 */
div.gallerystyle2{
	width:100%;
	overflow:hidden;
	margin-bottom:35px;
}
div.gallerystyle2 ul{
	text-align:center;
}
div.gallerystyle2 ul li{
	float:left;
	width:145px;
	margin:15px 10px 15px 6px;
}
div.gallerystyle2 ul li div.bd01{
	border:1px solid #dddddd;
}
div.gallerystyle2 ul li div.bd02{
	padding:5px;
	border:1px solid #f5f5f5;
	border-width:2px 2px 2px 2px;
}
div.gallerystyle2 ul li div.bd02 img{
	width:125px;
	height:100px;
}
div.gallerystyle2 ul li div.bd03{
	margin-top:5px;
	height:28px;
}
div.gallerystyle2 ul li a.txt{
	text-align:center;
	line-height:1.3em;
	margin:8px 0 8px;
	display:block;
}
div.gallerystyle2 ul li.line{
	float:none;
	clear:both;
	width:100%;
	height:1px;
	color:#FFF;
	margin:0;
	padding:0;
	border-top:1px dashed #D3D3D3;
	background:none;
	overflow:hidden;
}
*html div.gallerystyle2 ul li.line{
	margin-top:-10px;
}
*:first-child+html div.gallerystyle2 ul li.line{
	margin-top:-10px;
}


/* ucc2 */
div.ucc2{
	width:100%;
	overflow:hidden;
	margin-bottom:35px;
}
div.ucc2 ul{
	text-align:center;
}
div.ucc2 ul li{
	float:left;
	width:200px;
	margin:17px 10px 17px 6px;
}
div.ucc2 ul li div.bd01{
	border:1px solid #dddddd;
}
div.ucc2 ul li div.bd02{
	padding:5px;
	border:1px solid #f5f5f5;
	border-width:2px 2px 2px 2px;
}
div.ucc2 ul li div.bd02 img{
	width:180px;
	height:100px;
}
div.ucc2 ul li div.bd03{
	margin-top:5px;
}
div.ucc2 ul li a.txt{
	text-align:center;
	line-height:1.3em;
	margin:8px 0 8px;
	display:block;
}
div.ucc2 ul li.line{
	float:none;
	clear:both;
	width:100%;
	height:1px;
	color:#FFF;
	margin:0;
	padding:0;
	border-top:1px dashed #D3D3D3;
	background:none;
	overflow:hidden;
}
*html div.ucc2 ul li.line{
	margin-top:-10px;
}
*:first-child+html div.ucc2 ul li.line{
	margin-top:-10px;
}



/* list in view */
ul.listinview li{
	line-height:18px;
	margin-bottom:2px;
	padding-left:7px;
	background:url(./img/bg_arrow02.gif) no-repeat 0 6px;
}
