@charset "utf-8";
/* CSS Document */
@import "sub.css";


body {
	margin:0;
	padding:0 0 30px 0;
	height:100%;
	background:url(../img/bg.gif) top repeat-x #FFFFFF;
/*	font-family:"Trebuchet MS", Helvetica, Arial;*/
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#5d5d5d;
}

a {color:#5d5d5d; text-decoration:none; outline: none;}
a:hover {color:#5d5d5d; text-decoration:none}


.body_a a {text-decoration:underline; outline: none;}
.body_a a:hover {text-decoration:none}


#home_title {
	height:180px;
	width:800px;
	background:url(../img/smile.jpg) no-repeat;
}

#home_content {
	padding-left:40px;
	width:700px;
}

#home_title_blk1 {
	width:700px;
	font-size:11px;	
	height:22px;
	border-bottom:dashed #a5a5a5 1px;
	margin-top:10px;
	position:relative;
}

#home_title_blk1 .contact {
	position: absolute;
	right: 0px;
	top: -5px;
	height: 27px;
	width: 89px;
	background:url(../img/bullet1.gif) left no-repeat;
	vertical-align:middle;

}
#home_title_blk1 a {
	text-align:right;
	font-size:14px;
	display: block;
	margin: 0;
	width:100%; height:100%;
	overflow:hidden;

	padding-top:5px;
}
/*#home_title_blk1 a{
	font-size:18px;
}*/
#home_title_blk1 a:hover{
	color:#a2dc00;
}

#home_title_blk2 {
	width:100%;
	padding: 0 0 0 45px;
	margin: 20px 0 40px 0;
	background:url(../img/bullet2.gif) top left no-repeat;
	position:relative;
}
#home_update {
	left: 715px;
	top: -10px;
	width:100px;
	padding: 10px 10px 20px 21px;
	margin: 0 0 0 0;
	position:absolute;
	background:url(../img/update_bg.gif) top left no-repeat;
}


#home_update h1{
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#home_update h2{
	font-size:12px;
	font-weight:normal;
	color:#bbff0b;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#home_update .text{
	display:block;
	font-size:10px;
	color:#cbcbca;
	margin-top: 4px;

}



h1 {
	font-size:18px;
	font-weight:normal;
	padding:0 0 5px 0;
	margin:0;
}
h1 span {color: #999999;}

.home_show_blk {
	width:700px;
	border: dashed #a5a5a5 1px;
	padding-bottom:4px;
	margin:10px 0 30px 0;
}

.home_show_blk .title {
	padding: 15px 19px 0px 19px;
	position:relative;
}

.home_show_blk .view {
	position: absolute;
	right: 1px;
	top: 1px;
	height: 27px;
	width: 115px;
	padding: 0px;
	background-image:url(../img/view_btn_hover.gif);
	vertical-align:middle;

}

.home_show_blk .a1 {
	color:#fff;
	display: block;
	margin: 0;
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../img/view_btn.gif) no-repeat;
	font-size:14px;
	padding-left:28px;
	padding-top:5px;
}
.home_show_blk  .a1:hover {
	background-image: none;
}
.home_show_blk p{
	padding: 0;
	margin:0 0 10px 0;
}
.home_show_blk .tags{
	padding: 5px 19px 0px 19px; text-align:right;
}
.home_show_blk .tags span{
	font-style:italic;
}
