@charset "utf-8";
/* CSS Document */
body {
	background-color:#fff;
	text-align:center;
	margin:0 auto;
}


.sysinfo{
	width:100%;
	margin:0 auto 10px auto;
	padding:0;
	text-align:center;
	background-image:url(img/infobg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	background-color:#fff;
}

.frametop,.framebottom {
	width:100%;
	background-position:left top;
	background-repeat:no-repeat;
	height:6px;
	margin:0 auto;
	padding:0;
}

.frametop img,.framebottom img {
	border:0;
	margin:0;
	float:right;
}

.frametop {
	background-image:url(img/frame-top.jpg);
}

.framebottom {
	background-image:url(img/frame-bottom.jpg);
}

.infodata {
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	background-color:transparent;
	height:280px;
	margin:0 auto;
	padding:15px 20px 0 20px;
	text-align:center;
}

.infotitle {
	height:29px;
	margin:0 auto 10px auto;
	padding-bottom:10px;
	background-image:url(img/infotitle.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:1px solid #cccccc;
}

.blogicon,.albumicon {
	height:180px;
	margin:0 auto;
	padding:30px 0 0 260px;
	background-position:left top;
	background-repeat:no-repeat;
	text-align:left;
}

.blogicon{
	background-image:url(img/blog-icon.jpg);
}
.albumicon{
	background-image:url(img/album-icon.jpg);
}

.servicename {
	font-size:19px;
	color:#ea0058;
	line-height:30px;
	text-align:left;
	margin:30px auto 10px auto;
}

.otherlink {
	font-size:13px;
	color:#666666;
	text-align:left;
	margin:0 auto;
	
}

.otherlink a,.otherlink a:link,.otherlink a:visited {
	font-size:13px;
	color:#ff6600;
	line-height:20px;
	text-decoration:none;
}
.otherlink a:hover {
	color:#666666;
}

