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

html{
	height:100%;
	width:780px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	margin:0 auto;
}
body{
	height:100%;
	margin: 0;
	padding: 0;
}

#contact {
	text-align:right;
	color: #9ba9c3;
	font-size: 10px;
	padding-right:10px;
}

#wrap {
	height:100%;
	width:780px;
	margin:0 auto;
}
#header {
	margin-left:15px;
	width:750px;
	height:150px;
	display:block;
	background-image: url(../images/title.png);
}
#content {
	margin-left:15px;
	width:750px;
	display:block;
}
#footer {
	margin-left:15px;
	margin-top:50px;
	text-align:center;
/*
	background-image: url(../images/bg_bottom.png);
	background-position:top;
	background-repeat: repeat-x;
	width:750px;
	height:100%; */
	display:block;
	color: #9ba9c3;
	font-size: 10px;
/*
	background-color:#DCDEE4;
*/
}
.item {
	margin:40px 20px 40px 20px;
	width:710px;
}
.detail {
	border-left: 3px solid #dddddd;
	width:220px;
	height:130px;
	float:left;
	padding-left: 5px;
}

.title {
	color: #9ba9c3;
	font-size: 15px;
	height:25px;
}
.devTitle {
	margin-top:10px;
	color: #a4d3d4;
	font-size: 12px;
	height:15px;
}
.devDetail {
	margin-top:5px;
	color: #9eabc4;
	font-size: 10px;
	height:50px;
}
.menu {
	margin-top:10px;
	font-size: 12px;
	height:15px;
}

.menuLink {
	color: #a4d3d4;
}


.thumb {
	float:right;
	border: #cccccc solid 1px;
	cursor:pointer;
}
.clear-both {
	clear:both;
}

img {
	border: none;
}
