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

.index_image {
	width:800px;
	height:0 !important;
	height/**/:300px;
	padding-top:300px;
	background:url(../image/ag16_index_head.png);
	background-repeat:no-repeat;
	overflow:hidden;
}

.index_menu {
	width:800px;
	height:30px;
	line-height:30px;
	text-indent:20px;
	border-top:1px #aaa solid;
	border-bottom:1px #aaa solid;
	background:#bbb;
	font-size:15px;
}

.container {
	width:800px;
	height:auto;
	}

.twitter {
	width:500px;
	height:auto;
	float:left;
}

.box_right {
	width:290px;
	height:auto;
	float:right;
}

/* update information */
.info_box {
	width:290px;
	height:100px;
	overflow-y:scroll;
	color:#666;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

.info_box_date {
	width:70px;
	float:left;
	text-align:right;
}

.info_box_info {
	width:201px;
	float:right;
}


/* release information */
.release_box {
	width:290px;
	height:170px;
	overflow:hidden;
	color:#666;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;

}

/* banner,counter and donation link */
.foot_info_l {
	width:200px;
	height:auto;
	float:left;
}

.foot_info_r {
	width:auto;
	height:auto;
	text-align:right;
	float:right;
}

/* h1 - h6 */
h2 {
	font-size:14px;
	font-weight:normal;
	padding-left:3px;
}