/*
Copyright 2011. planetcue.com All Rights reserved.
index page styles
Version1.0
*/

/*--------------------------------------
		Basic Layout
--------------------------------------*/
div#main{
	width:1000px;height: 618px;
	text-margin: left;
	margin-top: 0px;margin-bottom: 0px;margin-left: auto;margin-right: auto;
	/* border line */
	border-left: solid 1px #727171;
	border-right: solid 1px #727171;
	border-bottom: solid 1px #727171;
	/* Shadow */
	-moz-box-shadow: 0px 0px 7px #585858;
	-webkit-box-shadow: 0px 0px 7px #585858;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#a8a8a8,direction=135,strength=4)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#a8a8a8,direction=135,strength=4);
}
div#left_area{
	width: 618px;height: 618px;
	float: left;display: inline;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	background-image: url(../image/index/left_area.jpg);
	background-repeat: repeat-x;
}
div#right_area{
	width: 382px;height: 618px;
	float: right;display: inline;
	margin: 0px;
}
div#news{
	width: 382px;height: 160px;
	margin: 0px;
	background-color: #00bfff;
	background-image: url(../image/index/newsback.png);
	background-repeat: repeat-x;
}
div#item{
	width: 382px;height: 458px;
	margin: 0px;
	background-color: #fffafa;
	background-image: url(../image/basic/connect.png);
	background-repeat: repeat-x;
}
div#like{
	padding: 30px 0px 0px 30px;
}
/*--------------------------------------
		Menu Area Layout
--------------------------------------*/
img.menu01{
	margin: 400px 0px 0px 20px;
	border: 0px;
}
img.menu02{
	margin: 0px 0px 0px 20px;
	border: 0px;
}
/*--------------------------------------
		Contents Area Layout
--------------------------------------*/
div#news h2{
	list-style-type: none;
	font-size: 12px;color: #003399;font-weight: bold;
	margin-left: 8px;
	padding: 16px;
}
div#news h3{font-size: 12px;font-weight: normal;margin: 0px;display: inline;}
div#item h2{
	list-style-type: none;
	font-size: 12px;color: #666646;font-weight: bold;
	margin-left: 8px;
	padding: 16px;
}


div.dotline_news{
	width: 312px;
	margin: 0px;
	padding: 0px;
	border-bottom: dotted 1px #00bfff;
}
ul.newslist{
	list-style-type: none;
	margin: 0px 0px 0px 34px;
	padding: 0px;
	line-height: 22px;
}
li.news{
	margin: 0px;
	padding: 0px;
}

p.item{
	font-size: 12px;color: #666646;font-weight: normal;
	margin: 0px;
	padding: 0px 30px 0px 30px;
	line-height: 22px;
}

div#left_area h1{
	color: #ffffff;font-size: 12px;font-weight: normal;
	margin: 0px;
	position: relative;
	top: 590px;
	left: 180px;
}
strong{
	margin: 0px;
	font-weight: mormal;
}
.like-margin{margin-top: 6px;margin-bottom: 6px;}

div#news a:link,div#news a:visited,div#news a:active{font-size: 12px;text-decoration: none;font-weight: normal;color: #003399;}
div#news a:hover{font-size: 12px;text-decoration: none;font-weight: normal;color: #ffffff;}

div#item a:link,div#news a:visited,div#news a:active{text-decoration: underline;font-weight: normal;color: #1e90ff;}
div#item a:hover{text-decoration: underline;font-weight: normal;color: #000000;}

/* release_title p for IE6 */
* html .release_title p {display: inline;zoom: 1;}
/* release_title p for IE7 */
*:first-child+html .release_title p {display: inline;zoom: 1;}
div.release_title span{
	font-size: 11px;color: #AAAA77;
}

/* Twitter Position */
#container{
	position: relative;
	top: -180px;
	left: 246px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.90;
}