@charset "utf-8";

/*  HTML預設宣告 */
a{
	color:#105CB6;
	text-decoration:none;
}




/* 佈局 */
#header{
	margin:0 auto;
	width:955px;
	height:150px;
	background:url(http://images.gamebase.com.tw/2007/mybase/mybase_w/mybase_header.jpg) no-repeat;
}

#container{
	margin:0 auto;
	width:955px;
	font-size:13px;
}

#left{
	position:relative;
	float:left;
	width:200px;
	overflow:hidden;
}

#center{
	position:relative;
	float:left;
	width:555px;
	overflow:hidden;
}

#right{
	position:relative;
	float:left;
	width:200px;
	overflow:hidden;
}

/* 版頭 */
#mybase_title{
	padding:50px 0 0 60px;
}
#mybase_title h4{
	font-size:30px;
	font-weight:bold;
}

/* 左列 右列 區塊 */
#left .box , #right .box{
	margin:10px 0 10px 0;
	width:198px;
	overflow:hidden;
}

#left .box h4, #right .box h4{
	background:url(http://images.gamebase.com.tw/2007/mybase/mybase_w/200x31.gif) no-repeat;
	font-size:15px;
	color:#353536;
	font-weight:bold;
	padding:8px 0 0 20px;
}

#left .main, #right .main, #center .main{
	border:solid 1px #c4c4c4;
	padding:5px;
	position:relative;
}

/* 中間 區塊 */
#center .box{
	position:relative;
	margin:10px;
	width:545px;
	overflow:hidden;
}

#center .main{
	position:relative;
	width:523px;
	overflow:hidden;
}

#center .box h4{
	background:url(http://images.gamebase.com.tw/2007/mybase/mybase_w/545x31.gif) no-repeat;
	font-size:15px;
	color:#353536;
	font-weight:bold;
	padding:8px 0 0 20px;
}

.center_title{
	font-size:13px;
	color:#353536;
	font-weight:bold;
	padding:8px;	
}



/* 我的mybase */
#top {
	margin:5px 0;
}

#top #mybase h4{
	display:none;
}

#top #mybase .main{
	font-size:15px;
	border:solid 1px #c4c4c4;
	padding:5px;
	position:relative;
	text-align:center;
}

#top #mybase .main li{
	list-style-type:none;
	display:inline;
	padding:0 5px;
	border-left:solid 1px #000;
}

/* 會員資料 */
#data .avata{
	margin:0 10px 10px 10px;
	display:block;
	text-align:center;
}

#data .medal_list{
	width:135px;
}

.member_box_tb {
	table-layout:fixed
}

.member_box_tb th {
	width:30%
}

/* 近期日記 標記討論版*/
#diary_list li, #mark_forum li{
	font-size:13px;
	list-style-type:square;
	margin-left:15px;
}

/* 我的日記 */
.diary h5{
	font-size:16px;
	font-weight:bold;
}

.diary li{
	border-bottom:solid 1px #CCC;
	padding:5px;
}

.diary .date{
	display:block;
}

.diary .menu{
	display:block;
	text-align:right;
}

.diary .info{
	display:block;
	padding:10px 0;
}

/* 我的日記 回應 */
.diary .diary_reply_title{
	margin-top:20px;
	display:block;
	font-size:16px;
	font-weight:bold;
}

.diary .raply_bottom{
	display:block;
	text-align:right;
}

#diary_reply li{
	border:solid 1px #c4c4c4;
	margin-bottom:10px;
}

#diary_reply h5{
	font-size:13px;
	font-weight:bold;
}

#diary_reply .date{
	display:block;
	text-align:right;
}

#diary_reply .answer{
	display:block;
	padding:10px;
	background-color:#EBF7F7;
}

#diary_reply .answer_title{
	display:block;
	padding:5px;
	font-size:13px;
	font-weight:bold;
}

#reply_box td{
	padding:5px;
}

/*	最新回應*/
#reply li{
	font-size:13px;
}

/* 好友名單 校友名單 誰加入我 */
#friends li, #school_friend li, #who_add_me li{
	float:left;
	margin:3px;
}

#friends img, #school_friend img, #who_add_me img, #friends_list img,  #school_friend_list img {
	width:85px;
	height:85px;
}

#friends .friend_name, #school_friend .friend_name, #school_friend .school_name, #who_add_me .friend_name{
	display:block;
	width:80px;
	height:20px;
	font-size:13px;
	text-align:center;
	overflow:hidden;
}

#friends_list li, #school_friend_list li{
	float:left;
	margin:1px;
}

/* 我的文章 */
#topic li, #topic_list li{
	border:solid 1px #c4c4c4;
}

#topic h5, #topic_list h5{
	font-size:14px;
	font-weight:bold;
	margin:5px;
}
#topic .menu, #topic_list .menu{
	font-size:12px;
	display:block;
	text-align:right;
	margin:5px;
}

/* 繼續閱讀 */
.more{
	clear:both;
	display:block;
	text-align:right;
	padding:10px;
	font-size:13px;
}


/* 表格 */
.tb{
	border:solid 1px #C4C4C4;
	border-collapse: collapse;
	margin:0 auto;
	text-align:center;
	width:100%;
}
.tb th{
	border:solid 1px #C4C4C4;
	padding:2px 0;
	font-size:12px;
	font-weight:bold;
	background-color:#EBF7F7;
	text-align:center;
}
.tb td{
	border:solid 1px #C4C4C4;
	font-size:12px;
	padding:3px 1px;
	text-align:left;
}


/* 分頁表格 */
.page_table{
	border:solid 1px #C4C4C4;
	border-collapse: collapse;
	text-align:center;
	width:0;
	margin:10px auto;
}
.page_table td{
	border:solid 1px #C4C4C4;
	text-align:center;
	white-space:nowrap;
	padding:2px 2px;
	font-size:13px;
}
.page_select{
	font-weight:bold;
	background-color:#EBF7F7;
}



/* 會員相關連結 */
#footer{
	margin:10px;
	padding:10px;
	text-align:center;
	font-size:13px;
}




